Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00900, Invalid Sql Statement

535871May 11 2010 — edited May 12 2010
On Click Event I am getting below exception,

cmd.CommandText = "REPORT.PURGING" 'I am executing simple stored procedure which truncate oracle table this stored procedure work fine direct on oracle
cmd.CommandType = CommandType.Text

Dim dr As OracleDataReader = cmd.ExecuteReader() ' Here i am getting exception ORA-00900 Invalid SQL Statement


Please help,

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2010
Added on May 11 2010
3 comments
4,063 views