How will you swap objects into a different table space for
an existing database?
Answer Posted / 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 View All Answers
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
What is an oracle database schema?
Can a View based on another View in Oracle?
Teradata: How can we know the indexed column in a table?
Can a Tablespace hold objects from different Schemes in Oracle?
What are the uses of Oracle Rollback Segment?
What is the use of Oracle Control File?
How to define Data Block size in Oracle?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is an Oracle Data Dictionary?
What is an Integrity Constrains in Oracle?
What is an Oracle Data Block?
What is the function of Redo Log in Oracle?
What is an Oracle Data Segment?
What are Oracle Schema Objects?