-- ------------------------------------------------------- -- Roqet blob_select_from script copyright 2007 roqet - http://www.roqet.org. -- This script can be distributed and modified under the terms of the -- GNU General Public License: http://www.gnu.org/copyleft/gpl.html -- ~~~ -- 'l' -- - -- ------------------------------------------------------- SELECT script_name , DBMS_LOB.getLength(script_content) script_content_length -- truncates blob output to 200 chanrs ,utl_raw.cast_to_varchar2( dbms_lob.substr( script_content, 200, 1 ) ) FROM scripts