Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I have an application which has an oracle database, so the installation of the application needs running some oracle commands script files to create the database and perform some DDL operations.
I was trying to prepare an installation wizard using C# forms application. This wizard needs to run these commands. My questions are: Is C# windows forms app a good choice to achieve that? And how to perform it? i.e. how to run oracle commands script files from inside the application? I exactly need a function that takes the file path as input parameter and executes the commands within the script files...
Thanks in advance
Posted
Updated 27-May-14 23:27pm
v2
Comments
CHill60 28-May-14 5:29am    
Is this link of any use to you? https://community.oracle.com/message/4141676[^]
mido_h_89 28-May-14 5:45am    
I saw it. Actually I didn't get their point. The used function is a pseudo code and I have no background about using it and if it may work.
CHill60 28-May-14 6:03am    
Are you able to run the script file in a straight forward cmd window or does it need an "oracle environment" cmd window to run?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900