Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> dynamic Tables
Hi, I've just started working with PL/SQl and only have two books from which
to learn. Neither of the books that I have make any reference to being able
to have tables sent in as parameters. Is there a way to do this?
eg.
create procedure something (table_in varchar2)
select * from :table_in;
...
end;
It doesn't look like DBMS_SQL can do it, and normal PL/SQL can't do it either.
Hope I've given enough Info. Thanks in advance.
Sam
ps. I'm at work and only have access to e-mail. using someone elses computer to read ng's. Please respond to the address below.
smullen at avantec dot net
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Mon Jul 20 1998 - 11:23:54 CDT
![]() |
![]() |