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
can u plz provide me oca sql dumps please i need them
What are the data types in oracle?
What is literal?
How to use subqueries with the in operator using oracle?
What is coalesce function?
How to bring a tablespace offline?
How can I combine multiple rows into a comma-delimited list in oracle?
What happens if you lost a data file?
what is insert all statement in sql
What is bind variable in oracle 11g?
What is hot backup and logical backup?
What is the difference between "as" and "is" in an oracle stored procedure?
Explain implicit cursor.
Explain oracle’s system global area (sga).
What are data pump export and import modes?