Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How NOT to EXPort a specific table when FULL=Y?
On 05/23/2005 08:26:10 PM, Paul Drake wrote:
> On 5/23/05, Marquez, Chris <cmarquez_at_collegeboard.org> wrote:
>=20
>=20
>=20
Maybe it's just me, but I would generate the list of tables by something li= ke
select owner||'.'||table_name||',' from dba_tables where owner not like 'SYS%';
The output can be spooled to a text file and processed by your favorite scripting language whose name doesn't contain the letters 'y' or 'w' to=20 generate the parameter file for the export and eliminate undesired tables. The real solution, of course, would be some kind of EXCLUDE parameter, but there is no such thing in version 9. Note that the necessary=20 requirements on the language eliminates python, ruby and awk, thus leaving you with practical extraction and report language.
--=20
Mladen Gogala
Oracle DBA
-- http://www.freelists.org/webpage/oracle-lReceived on Tue May 24 2005 - 00:46:52 CDT
![]() |
![]() |