Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: table name
A table name is no different than any other character string value.
You should be able to declare the variable as a varchar2(30).
You will probably also want to include the schema name as another
variable.
If you want more help, please post the Oracle version you intend to
use.
For example, your approach using Oracle 10g, could be to use the
datapump API procedures.
HTH Received on Wed Aug 02 2006 - 12:21:32 CDT
![]() |
![]() |