Nowhere is perhaps one of the most breathtaking views I have ever had the privilege of observing. Standing on the edge of a precipice, staring down into the deep, deep, dark abyss I am enthralled. On a clear day you can see for never.
create table user_views_clob (view_name VARCHAR2(32), clob_text CLOB) / insert into user_views_clob select view_name, to_lob(text) from user_views / and do the search like select * from...