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!

Oracle table view definition TEXT column cannot read using .Net client

manujapandayAug 9 2013 — edited Aug 10 2013

Hi All,

I'm trying to read table view definition TEXT column using my C# .Net application

My query

{

SELECT TEXT

FROM ALL_VIEWS

WHERE OWNER = 'OWNER';

}

This given a long data type for TEXT column and even I tried with several data types (string, byte, blob, clob ...) and I'm getting type errors and empty results.

Your help will be highly appreciate.

Thanks,

Best Regards,

M

This post has been answered by Alex Keh-Oracle on Aug 9 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2013
Added on Aug 9 2013
4 comments
1,300 views