Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Please help a dummy! :-)
Ken Mizuta wrote:
> Bengt Nilsson wrote:
> >
> > I was just wondering. Assume I have a variable, in which I store a
table
> > name (the name of the variable is X). I store the table name
> 'Mytable'
> <snip>
> > The SQL Dummy
>
> You have to use dynamic SQL. There is no other way of doing what you
> want.
> Dynamic SQL method 1 is not very difficult to learn and it can handle
> what you need.
Dynamic SQL is actually a pretty inflexible environment for dynamic sql because it has such poor regular expression parsing and so forth. I strongly advocate using perl with the DBI library (native OCI) for very fast and flexible access to the Big O.
PL/SQL is fine for DBMS intensive activities with minimal text/decision processing >imho< but from extensice sw and management exp.
-L
> ____________________________________________
> / Kenichi Mizuta
> / Oracle Corporation (Redwood Shores, CA)
> //// / Applications Division
> |0 0| / email: kmizuta_at_us.oracle.com
> _ooO_ \U/_Ooo_/ url: http://members.tripod.com/~kmizuta/
>
> The comments and opinions expressed herein are mine and
> do not necessarily represent those of Oracle Corporation.
-- Lane Sharman Pour chasser le chagrin, il faut du vin.Received on Wed Jun 25 1997 - 00:00:00 CDT
![]() |
![]() |