How will you swap objects into a different table space for
an existing database?
Answers were Sorted based on User's Feedback
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 |
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 |
What is Shared Pool?
Which parameter in Storage clause will reduce no. of rows per block?
What is advantage of having disk shadowing/ Mirroring ?
What is an Oracle Data Segment?
What is meant by redo log buffer ?
Can a View based on another View in Oracle?
What is SGA?
What is the maximum size of a oracle9i database?
What is an oracle database schema?
What are the consideration at tehe migration of Oracle 9i to 10G.
1.Explain the three levels with the help og a diagram.
What is a Multi-threaded Server Configuration?