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: DBMS_SQl.Parse problem

Re: DBMS_SQl.Parse problem

From: Andy Hardy <aph_at_ahardy.demon.co.uk>
Date: Wed, 7 Jul 1999 14:27:27 +0100
Message-ID: <SUBWXPA$W1g3Ew36@ahardy.demon.co.uk>


In article <7lvc09$9l8$1_at_nnrp1.deja.com>, bellintani_at_my-deja.com writes
>I was wondering if someone could help me with a plsql problem,
>specifically DBMS_SQl.Parse. I have created a procedure that will be
>executed by a trigger to insert a row into a table on a different
>server. However the procedure compiles ok but it will not execute: I
>am receiving the following error code when I try to execute it from the
>SQL cmd prompt:
>
> SQL> execute insert_data_test('application', 'applicationid');
>begin insert_data_test('application', 'applicationid'); end;
>
>*
>ERROR at line 1:
>ORA-01008: not all variables bound
>ORA-06512: at "SYS.DBMS_SYS_SQL", line 348
>ORA-06512: at "SYS.DBMS_SQL", line 141
>ORA-06512: at "PRODUCT_USER.INSERT_DATA_TEST", line 22
>ORA-06512: at line 1
>
>I have not bound any variable because I am only inserting rows into a
>table, what variables do I need to bind.

It would be useful if you could include the procedure that is causing the problem...

Andy
--
Andy Hardy. PGP key available on request


Received on Wed Jul 07 1999 - 08:27:27 CDT

Original text of this message

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