i am trying to create raw partition in linux so that it can be user as used as disk group. can anyone please help me how can i do that.
I used fdisk command and i did make partition but i couldn't see any diskgroup while i was installing database(dbca) and choose asm.
Thanks
User Profile
Collapse
-
creating raw partition for asm diskgroup
-
Same error
alter table si add partition by range(si_id)
*
ERROR at line 1:
ORA-00902: invalid datatype -
Partition a table
how to partition on a table if table already exits without any partition.
This is what i tried but gave me error
SQL> alter table sip add partition by range(si_id)
2 partition p1_si values less than (50001),
3 partition p2_si values less than (100001),
4 partition p3_si values less than (150001),
5 partition p4_si values less than (200001);...
No activity results to display
Show More
Leave a comment: