Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ASM on Windows

700284Feb 18 2010 — edited Feb 21 2010
I am newbie on ASM...

This is NOT a Oracle question .... but pre-requiste for ASM.

I am trying to create ASM instance in a windows server .
For that , I am trying to create a partition .....

I get the following error .

Thanks in advance.



DISKPART> create partition primary size 1024;

The arguments specified for this command are not valid.
For more information on the command type: HELP CREATE PARTITION PRIMARY

DISKPART> create partition primary size=1024;

The arguments specified for this command are not valid.
For more information on the command type: HELP CREATE PARTITION PRIMARY

DISKPART> create partition primary size=1024

No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created).

DISKPART> create partition logical size=1024

There is currently no extended partition to create the logical drive in.
Create an extended partition then try again.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2010
Added on Feb 18 2010
2 comments
2,534 views