Wednesday, 12 June 2013

Execute an SQL script file in Oracle SQLPlus


From within SQLPlus...
SQL >  @myScript.sql

Invoking SQLPlus with SQL input
sqlplus <user>/<password>@<SID> @myScript.sql

No comments:

Post a Comment