Explain the statement?? ALTER TABLE TABLE_NAME MOVE;
What it the use of above statement??



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

Post New Answer

More Oracle General Interview Questions

which institute and which faculty is providing best training for oracle sql, plsql in hyderabad

4 Answers  


How to connect the oracle server as sysdba?

0 Answers  


waht is referencial integrity?

2 Answers   Semantic Space,


How to create index-by table in oracle?

3 Answers  


what is cartesian product?

2 Answers  


How to define an anonymous procedure with variables?

0 Answers  


what is difference between table and view? where to use views? thanks in advance!

1 Answers  


What do you mean by redo log file mirroring?

0 Answers  


What would you use to improve performance on an insert statement that places millions of rows into that table?

1 Answers  


Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here

2 Answers  


What is partitioned table in Oracle?

0 Answers   MCN Solutions,


SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me

6 Answers   TCS,


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)