Pl\Sql call jc_insert function failed

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;

ChemAxon aa7c50abf8

03-11-2010 09:32:21

declare
a cd_id_array;
begin


...

User e4dfb0dc6a

04-11-2010 02:14:57










pkovacs wrote:

declare
a cd_id_array;
begin


...



Thanks!The problem is solved.