Oracle Views with Column type as CLOB
614586Jan 11 2011 — edited Jan 11 2011I have a table which has a column of type CLOB. I am trying to creating a view which has all the columns of that table.
I get
Warning: View created with compilation errors.
SQL> show errors;
No errors
Can any one help me how to create a view on a table wihich has a CLOB/BLOB column types. Also how to select the clob data from the view
--
sree