Jun 6, 2005 #1 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
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
Jun 6, 2005 #2 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB 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 Upvote 0 Downvote
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