sqlplus : multiple scripts in argument (batch execution) [message #340497] |
Wed, 13 August 2008 02:13  |
123soleil
Messages: 35 Registered: July 2006
|
Member |
|
|
Hi,
I have two scripts (test1.sql and test2.sql) that need to be executed one after the other. I would like to call them both using a single command line:
sqlplus testuser/testpwd@testdb @c:\test1.sql @c:\test2.sql
This does not work
Any ideas? creating a test3.sql script that calls test1.sql and test2.sql is not an option
thanks
[Updated on: Wed, 13 August 2008 02:26] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|