I need to take the Logical Backup of the Production Database (Export) using Client installed on windows x64 machine and client version is 11.2.0.1.0 (32 bit)
and my Production Database version is 12.1.0.2.0 running on Linux Server x64 machine.
I am facing a problem while Export the whole database.
Command:
exp user/password@db file=E:\exp.dmp log=E:\exp.log full=y
Output:
About to export the entire database ...
. exporting tablespace definitions
. exporting profiles
. exporting user definitions
. exporting roles
. exporting resource costs
. exporting rollback segment definitions
. exporting database links
. exporting sequence numbers
. exporting directory aliases
. exporting context namespaces
. exporting foreign function library names
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions
EXP-00062: invalid source statements for an object type
EXP-00000: Export terminated unsuccessfully
Kindly Help me out.@"terry.williams"