Help in IMPDP
Hi All,
Appreciate some guidance in an issue I am facing.
Am currently trying to do an upgrade and migrate an Oracle 10.2.0.5 database running on HP-UX into Oracle `12.2.0.5, running on Solaris 11.
I have installed the software, and created all the tablespaces required as will as the schema.
Source DB: 10.2.0.5 on HP-UX
Target DB: 12.2.0.1 on Solaris 11.
Performed a schema level export on source DB using following syntax:
>expdp system/password directory=dumpdir dumpfile=exp_schema.dmp schemas=schema_name logfile=exp_schema.log
Copied the dump file into the Solaris 11 server and generated the sql scripts for constraints and indexes using following syntax: