Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with DBMS_SQL

Re: Problem with DBMS_SQL

From: Radiomobil a.s. <hruzat_at_radiomobil.cz>
Date: 20 Nov 1998 14:00:03 GMT
Message-ID: <01be148d$22b8c030$1b3214ac@wstk326>


Hi,
I think, problem is at parameters procedure DBMS_SQL.PARSE. Second parameter needn`t have last character ";".

Try this line :
DBMS_SQL.PARSE(my_cur, 'Insert into ' || own || '.' || tab || ' (' || col || ') values(' || data || ')', DBMS_SQL.V7);

Tom Received on Fri Nov 20 1998 - 08:00:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US