Is there a way to take export dump with only selected objects
UllhasMar 20 2009 — edited Mar 31 2009Hi,
I want to take a partial export dump containing only few objects of a particular schema in Oracle 10g DB.
I am trying to use "exp" utility for this.
The parfile used for this is as follows:
FILE=CSG_Objects.dmp
FULL=n
ROWS=y
COMPRESS=y
INDEXES=y
TRIGGERS=y
CONSTRAINTS=y
LOG=export_CSG_Objects.log
TABLES=table1,table2,table3...
With this I can only export tables but not other objects like views, procedures, sequences etc.
If I try to use other object name in TABLES list, I get errors.
Is there any way I could export other "selected" objects also?
Thanks & Regards,
Ullhas