| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Exporting with parfile
Hello all,
I'd like to have a batch file that exports an entire schema/user (ODB) except a table which has a BLOB field in it. I did the following parfile:
USERID=ODB/ODB_at_tns:trax
FILE=odb_OM_2001_09-10.dmp
GRANTS=y
ROWS=y
COMPRESS=n
CONSTRAINTS=y
INDEXES=y
TRIGGERS=y
RECORDLENGTH=8192
TABLES=(AC_ACTUAL_FLIGHTS)
TABLES=(AC_ACTUAL_FLIGHTS_CREW_MEMBER)
etc...
The problem is that it doesn't export things other than tables, such as stored procs and such. In other words, I want a way to export EVERYTHING under the user ODB except one table (which I'll omit from the tables= list).
-- Luciano Belotto replace nospam with traxsoftware for e-mailReceived on Mon Sep 10 2001 - 14:34:06 CDT
![]() |
![]() |