Explain the statement?? ALTER TABLE TABLE_NAME MOVE;
What it the use of above statement??
Answer Posted / ranveeer singh
move table to other tablespace;
necessary to rebuild index if needed; command
alter index indx_name rebuild tablespace tbs_name;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
When do you get a .pll extension in oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Give syntax for SQL and ORACLE joins.
What is an external table?
Explain oracle’s system global area (sga).
Point out the difference between user tables and data dictionary?
What is the usage of control file in oracle?
What is the purpose of save points in oracle database?
What are the differences between primary key and unique key?
Why use resource manager in Oracle?
How to execute a stored program unit?
What are the attributes of the cursor?
What do you understand by database schema and what does it hold?
How can you merge two tables in oracle?