export does not contain data from diffrent schema
Hi All,
I want to transfer data from 11g database schema to 12c database schema but my export command not pick the all data from any of schema.
My export command is below:
expdp schemaname/scema passwd@databaseIp:1521/orcl schemas=SDC1_OCS directory=dp_dir
dumpfile=OCS_20150625.dmp logfile=OCS_20150625.log version=11.2.0.1.0
but this command unable to retrieve data from SDC1_OCS schema. Please help me to move data from 11g database to 12c database at schema level.
Thanks,
Rajendra