GeekArticles
Microsoft
ASP.NET
Microsoft
ASP.NETCodeSnip: How to Run Any Oracle Script File Through Shell Script in UNIX
In this article, Deepankar demonstrates the usage of Shell scripts in UNIX and their ability to run any Oracle script file. After reading this code snippet, you will be able to execute a number of oracle queries at one go without any need to wait for the end of one query to run another. This technique will be helpful for bulk insertion of records into a table.
Related Topics
