error about object and partition [message #68252] |
Thu, 20 February 2003 06:34 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
kworld
Messages: 23 Registered: February 2003
|
Junior Member |
|
|
I print the statement as "create type price as varray(100) of number " in the SQL*PLUS .the screen showed "no object service start ".what ? how to start
.
at the same time i print "create table tb (id number(10) not null ,name varchar2(30) partition range(id)
(partition p1 less than (6) tablespace p1,
patition p2 less than (maxvalue) tablespace p2);
the error show partition is not starting.
how to do ?
thanks in advance
|
|
|
Re: error about object and partition [message #68253 is a reply to message #68252] |
Thu, 20 February 2003 06:58 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/42800.jpg) |
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
what is ur oracle version?
standard or enterprise edition?
i beleive partitioning options and object options are not installed.
and
THIS forum deals with OEM / Oracle administration.
sql or pl/sql questions may go unanswered here...
please post ur questions in appropriate forums
|
|
|