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
Is primary key indexed by default in oracle?
Where do you use decode and case statements?
What is recycle bin in Oracle?
Why use resource manager in Oracle?
Explain the use of grant option in exp command.
How many types of synonyms in Oracle?
What is raw datatype in oracle?
What is an oracle cursor variable?
Explain do view contain data?
Explain the difference between replace() and translate() functions in oracle?
what are bitmap indexes? How does they work?
Why do we need oracle client?
What is a proxy class?
What is user managed backup in Oracle?
What is a directory object?