Hi all,
oracle 11g r2
rhel 5
I have taken an oracle datapump schema backup using parameter schemas=schema1, schema2, schema3
Using the same dump file im importing it to another database in another server by using following method
impdp username/password directory=data_pump_dir dumpfile=file.dmp logfile=file.log schemas=schema1,schema2,schema3 table_exists_action=replace
or
impdp username/password directory=data_pump_dir dumpfile=file.dmp logfile=file.log full=y table_exists_action=replace
Is there any difference in importing when using "schemas" and "full" parameter in impdp command?
I feel like both command will do all full schema import..
any comments please??
Regards,