I am importing data from test to production with remap_tablespace... but keep getting error..ORA-00959: tablespace 'OS_DATA' does not exist.
Here is the parfile:
USERID=rad/moon@prod
full=y
TABLE_EXISTS_ACTION=REPLACE
directory=datapump
DUMPFILE=radnhd_%U.dmp
LOGFILE=radnhdimp.log
job_name=rad_imp1
REMAP_TABLESPACE=OS_DATA:ATTR_OS_DATA, ATTR_DATA:ATTR_OS_DATA
Note: the exported data were on os_data and attr_data tablespce and destination is attr_os_data.
Any suggestion what I am doing missing.
Thanks Guys
