What's the "standard" (defacto or otherwise) way to dump an Oracle database/instance to an ascii or binary file, and then reimport that file into a separate Oracle instance.
I'm looking for the equivalent of mysqldump, but for the Oracle platform.
What's the "standard" (defacto or otherwise) way to dump an Oracle database/instance to an ascii or binary file, and then reimport that file into a separate Oracle instance.
I'm looking for the equivalent of mysqldump, but for the Oracle platform.
Actually, I'm pretty sure imp + exp have been superceeded by Oracle Data Pump.
imp + exp do not support all Oracle 10g + 11g features