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!

How to run oracle multiple scripts in different files?

Status
Not open for further replies.

sjh

Programmer
Joined
Oct 29, 2001
Messages
263
Location
US
Hi,

I am looking for a way to run multiple oracle scripts stored in different files. So I don't have to create one huge script file.

Thank you in advance for the info.

Susie
 
Presumably you can put the names of all the calling scripts in order in a file and then call it from the SQL prompt? Something like:

@script1
@script2
@script3
...etc etc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top