User e4dfb0dc6a
03-11-2010 03:15:45
Dear all:
There are some problems as following:
I want to execute the jc_insert function by PL/SQL, but failed. The tips is expression type error, Who may help me?Thanks a lot!
declare
type mytype is varray(100) of varchar2(256);
a mytype;
begin
a := jc_insert('C1=CC2=CC3=CC4=C(C=CC=C4)C=C3C=C2C=C1', 'sinopec', null, 'true', 'false', 'flags:c haltOnBadFormat:n');
end;