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 |
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
What is oracle join syntax?
What does ROLLBACK do ?
What is the data type of dual table?
Whatz the main diff between Subquery and a Join
14 Answers Oracle, Zeta Interactive,
How to define an anonymous block?
What are transaction isolation levels supported by oracle?
What is the dynamic sql in oracle?
25. Display the client number and the value of the highest value order placed by that client.
Explain what are synonyms used for?
How to grant create session privilege to a user in oracle?
Explain view?