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 -> PL/SQL tablename as variable

PL/SQL tablename as variable

From: Thomas <thomas.hiller_at_warema.de>
Date: 28 Nov 2001 07:27:24 -0800
Message-ID: <6e366956.0111280727.4123d35c@posting.google.com>


hello!

the following statement compilation fails within a stored procedure in a package (Oracle Version 7.3.4.1):

insert into table_name (select * from table_name_2);

table_name and table_name_2 are variables. Oracle does not accept the statement with the following error message:

PLS-00356: 'TABLE_NAME' must name a table to which the user has access

how can I fix the problem. i do need the dynamic way of assigning a value to table_name!

regards

   thomas Received on Wed Nov 28 2001 - 09:27:24 CST

Original text of this message

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