Oracle Memory Management Question:

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

Memory Management Interview Question
Memory Management Interview Question

Answer:

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.


Previous QuestionNext Question
How can we organize the tablespaces in Oracle database to have maximum performance?What is redo log buffer?