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