Any help is appreciated.
Issue:
I have a requirement where in i need to execute a sequence of Oracle commands like create table, drop table and update ststements that are stored in a .sql/.text file from the C# application.
i would like to know how this can be accomplished.