| http://www.w3.org/ns/prov#value | - In the ???SELECT * from PLSQL_FUNCTION??? section, I demonstrate how to do that.Here is an example using this routine and demonstrating how it deals with long identifiers and invalid identifiers:scott@TKYTE816> declare 2 type vcArray is table of varchar2(4000); 3 4 l_names vcArray := vcArray( 'emp,dept,bonus', 5 'a, b , c', 6 '123, 456, 789', 7 '123, 456, 789', 8 'This is a long string, lon
|