SQL:
	
	create or replace function getClob return clob is
begin
  return '123';
end;
		SQL:
	
	-- Variable="testVar" Type="CLOB"
begin
  :testVar := getClob;
end;When I execute this query and try to open clob I get "Unexpected error. Invalid class typecast".
View attachment plyxon.error.clob.txt
 
 
		 
 
		