is it possible to use impdp for a table without using REMAP_TABLESPACE [message #432789] |
Thu, 26 November 2009 05:17 |
sbmk_design
Messages: 88 Registered: April 2007 Location: CHENNAI
|
Member |
|
|
I am having a export-unix script to export from SERVER-1/ SCOTT Schema/ EMP Table-with 40 million rows(Default Tablespace is USERS)
then FTP's to SERVER-2. then I will get a intimation mail,
Based on this mail, ANOTHER PERSON will run import-UNIX script @ SERVER-2 / HR Schema (Default Tablespace is EXAMPLE )
Now we are using exp / imp command.It imports into default tablespace without any problem.
Weekly once we run these scripts, to transfer data from SERVER-1 to SERVER-2
Now We are developing expdp /impdp scripts
My problem is :-while using impdp command it throws error
ORA-39083: Object type TABLE failed to create with error:
ORA-01950: no privileges on tablespace 'USERS'
Failing sql is:
CREATE TABLE "HR"."EMP"(...........
then I used REMAP_TABLESPACE=USERS:EXAMPLE option, now it works fine....
Assume
In SERVER-1 / EMP table is moved to some other tablespace for table re organization purpose. then my impdp script fails
That is why I am asking is it possible to use impdp for a table without using REMAP_TABLESPACE option? Like exp/imp command.
Thanks in advance
sbmk
|
|
|
|
|
|