The content of auto.bat is: (The purpose is to automatically create a table in the oracle database)
sqlplus system/manager
create table a (a varchar2(10));
exit
But after executing the first sentence, it enters the sqlplus mode, and then the batch processing file can no longer execute downward. How can this problem be solved? Please expert give advice! Thank you!
sqlplus system/manager
create table a (a varchar2(10));
exit
But after executing the first sentence, it enters the sqlplus mode, and then the batch processing file can no longer execute downward. How can this problem be solved? Please expert give advice! Thank you!



