Home » RDBMS Server » Server Administration » change of INITIAL for table
change of INITIAL for table [message #49710] Tue, 05 February 2002 18:24 Go to next message
rajkumar
Messages: 9
Registered: February 2002
Junior Member
as per oracle concepts , it is not possible to modify the storage parameter INITIAL, MINEXTENTS
but through ALTER TABLE MOVE
STORAGE (INITIAL <NEW> );
modification of INITIAL is effected, how?
Re: change of INITIAL for table [message #49712 is a reply to message #49710] Tue, 05 February 2002 20:33 Go to previous messageGo to next message
freedba
Messages: 9
Registered: September 2000
Junior Member
To modify INITIAL of table. you need to drop table and recreate table with you information. but you need to back your data first before insert back into your new configuration table . Hope this will help you.
Re: change of INITIAL for table [message #49721 is a reply to message #49710] Wed, 06 February 2002 04:39 Go to previous message
Suresh Vemulapalli
Messages: 624
Registered: August 2000
Senior Member
alter table move command moves table from one tablespace to another tablespace. so it is possible.
Previous Topic: Re: Oracle 8i 0n XP
Next Topic: Re: Shutdown immediate not working
Goto Forum:
  


Current Time: Fri Jul 05 12:31:58 CDT 2024