I have a folder in Unix /SQL which contains some SQL files that are to be loaded into the database. Some of these files contains procedures,functions, others are simple update, inserts statements.
In Unix I read a file, load into oracle, exit and then read another file, load into oracle and exit, So there are multiple logins to Oracle depending on no of files.
I want to load all these files in a single SQL session, and then exit out of it. Is there a procedure for it.?
In Unix I read a file, load into oracle, exit and then read another file, load into oracle and exit, So there are multiple logins to Oracle depending on no of files.
I want to load all these files in a single SQL session, and then exit out of it. Is there a procedure for it.?