Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running sql scripts

Status
Not open for further replies.

battaman

Programmer
Joined
Jul 30, 2001
Messages
6
Location
US
Is there any way to run a SQL script from the command line without using SQLPlus? With SQLPlus I could use:

sqlplus ctxsys/ctxsys @sqlscript.sql

I would like to be able to do this without using SQLPlus

Thanks,

Battaman
 
Nope. You need a utility that understands Oracle and SQL, and from the command line you're pretty much stuck with SQLPlus or Server Manager.
 


Yes,you can run the sql scripts without using SQLPlus ,
you can use server Manager to run those scripts.

try this


c:\oracle\ora81\bin\svrmgrl @SQLScripts.sql


but change the path what ever is on your system.




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top