Home » RDBMS Server » Server Administration » Split Partitioning in Oracle 9i
Split Partitioning in Oracle 9i [message #224103] Tue, 13 March 2007 01:55 Go to next message
d.dineshkumar
Messages: 211
Registered: April 2005
Location: Kolkatta
Senior Member
Hi All,

I need some help to understand the following :

ALTER TABLE trains
SPLIT PARTITION STATION5 AT ( '50-001' )
INTO (
PARTITION station5 TABLESPACE train009 (MINEXTENTS 2),
PARTITION station9 TABLESPACE train010 )
PARALLEL ( DEGREE 9 );

What this ALTER TABLE is doing.

Thank You,
Regards,
Dinesh
Re: Split Partitioning in Oracle 9i [message #224109 is a reply to message #224103] Tue, 13 March 2007 02:19 Go to previous message
martijn
Messages: 286
Registered: December 2006
Location: Netherlands
Senior Member
If you have a look at the documentation you probably can find it out: oracle 9 docu
Previous Topic: Unable to execute sqlplus command.
Next Topic: ORA-01219<< Need Expert
Goto Forum:
  


Current Time: Fri Sep 20 01:55:08 CDT 2024