How will you swap objects into a different table space for
an existing database?

Answers were Sorted based on User's Feedback



How will you swap objects into a different table space for an existing database?..

Answer / kd

using expdp to export objects, then using impdp
remap_tablespace to map the objects to another tablespace.

Is This Answer Correct ?    0 Yes 0 No

How will you swap objects into a different table space for an existing database?..

Answer / orawhiz

Export the user

Perform import using the command imp system/manager
file=export.dmp indexfile=newrite.sql. This will create all
definitions into newfile.sql.

Drop necessary objects.

Run the script newfile.sql after altering the tablespaces.

Import from the backup for the necessary objects.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle Architecture Interview Questions

List the Optional Flexible Architecture (OFA) of Oracle database ?

1 Answers  


What is the function of ARCH?

3 Answers  


What is the maximum size of a oracle9i database?

1 Answers   Baidu, HCL, TCS,


How to find the current session sid

3 Answers   Baidu,


What are Oracle Schema Objects?

0 Answers  






What is an Integrity Constrains in Oracle?

0 Answers  


What is an oracle database schema?

0 Answers  


What is advantage of having disk shadowing/ Mirroring ?

1 Answers  


What is meant by Redo Log file mirrorring ? How it can be achieved?

1 Answers  


How to define Data Block size in Oracle?

0 Answers  


What is an Oracle Data Segment?

0 Answers  


What is the function of checkpoint(CKPT)?

4 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)