Explain the statement?? ALTER TABLE TABLE_NAME MOVE;
What it the use of above statement??
Answer / 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 |
What is a directory object?
What is dictionary cache ?
What are the predefined tablespaces in a database?
What is Library Cache in Oracle?
how to do daily transactions with out sql* loader control file regesterd in apps?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
Why do you create or replace procedures rather that drop and recreate.
What is an oracle database table?
Can the query output be sorted by multiple columns in oracle?
find out first highest salary?
10 Answers Verinon Technology Solutions,
How to lock and unlock a user account in oracle?
What is an Integrity Constrains ?