Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to run sql*plus commands in C# windows application?
Database is oracle

Commands are working properly from command prompt.
Please suggest me a way how to do it with example.

Thankyou in Advance
Posted
Comments
Zoltán Zörgő 1-Feb-13 3:07am    
These are SQL*Plus commands as you already know. But SQL*Plus is an application, a command line interface to Oracle, and these command are interpreted by this tool and not by the server directly. Thus you have to treat it as any other command line application.

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