using at command to submit oracle commands [message #97478] |
Wed, 05 June 2002 11:43 |
Toyn
Messages: 36 Registered: April 2001
|
Member |
|
|
Hi,
I'm using the below syntax:
$ at 1500 < test >> test.out
for my file. As a test for using this at command with Oracle my test file looks like the below:
sqlplus test/test1
desc test
What's happening is the file is opening sqlplus, and then closing it before I can get to the command.
Connected to:
Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
PL/SQL Release 8.0.5.1.0 - Production
SQL> Disconnected from Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
PL/SQL Release 8.0.5.1.0 - Production
desc: Command not found
How can I instruct at, or properly write my file to ensure that oracle stays open so I can execute my commands? Thanks.
|
|
|
|
|