How to load & run a oracle script file?
459930Oct 13 2005 — edited Oct 19 2005How to load & run a oracle script file in C#? It's ok if run a command text. But i want to place all oracle scripts in file named scriptora.sql (contents tables, functions, stored, ..), load & run it when i run my app. How can i do this? (in case without sqlplus.exe tool)