I have a bat script in windows in some point needs to connect to sqlplus and then do some other thin
I have a bat script in windows in some point needs to connect to sqlplus and then do some other thing but it did'nt go to the next line - how to make to go the next line?
C:\oracle\Dba\scripts\CMDB\hot_backup_scripts>sqlplus backup_user/<passwd>
SQL*Plus: Release 11.1.0.7.0 - Production on Tue Mar 2 12:07:44 2010
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
With the OLAP option
--------------------------------
This is part of the script:
sqlplus backup_user/<password>
spool C:\oracle\Dba\logs\CMDB\hot_backup_logs\test.log
C:\oracle\Dba\scripts\CMDB\hot_backup_scripts>sqlplus backup_user/<passwd>
SQL*Plus: Release 11.1.0.7.0 - Production on Tue Mar 2 12:07:44 2010
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
With the OLAP option
--------------------------------
This is part of the script:
sqlplus backup_user/<password>
spool C:\oracle\Dba\logs\CMDB\hot_backup_logs\test.log
0