Home » RDBMS Server » Server Administration » Partitioning of tables
Partitioning of tables [message #374238] Fri, 01 June 2001 00:05 Go to next message
GIRIDHAR KODAKALLA
Messages: 92
Registered: May 2001
Member
Hai friends,
I have some problem which creating a table with partitions. Can any one help me on this???
The error is as shown :

SQL> l
1 create table kgr (name varchar2(100),num number)
2 partition by range (num)
3 (partition p1 values less than (10),
4 partition p2 values less than (20),
5* partition p2 values less than (MAXVALUE))
SQL> /
create table kgr (name varchar2(100),num number)
*
ERROR at line 1:
ORA-00439: feature not enabled: Partitioning

Thanks in Advance.
Giridhar Kodakalla
Re: Partitioning of tables [message #374249 is a reply to message #374238] Fri, 01 June 2001 23:01 Go to previous messageGo to next message
Sarada
Messages: 27
Registered: April 2001
Junior Member
You have to specifically enable the Oracle Partition option. Check with your DBA and ask him/her to enable the Partition option. If you are the DBA, then let me know I will give you the procedure to enable it. BTW, What version of ORacle you are using on which platform.

Orashark.
Re: Partitioning of tables [message #374250 is a reply to message #374249] Sat, 02 June 2001 02:10 Go to previous messageGo to next message
GIRIDHAR KODAKALLA
Messages: 92
Registered: May 2001
Member
Hai Orashark ,
Thanks for ur reply. I contacted my DBA.
He told me that ours is not Enterprised Edition and hence we cannot have the Parititoning option enabled. You told me that you will send some script for that. So if i am not working on enterprised edition, cant i enable that feature???

Regards,
Giridhar Kodakalla
Partitioning of tables [message #375157 is a reply to message #374250] Wed, 01 August 2001 07:12 Go to previous message
sujeet
Messages: 1
Registered: August 2001
Junior Member
Dear giridhar
could u get soln to ur partition problem?
If yes kindly send some soln. to me as Iam facing the same problem
Previous Topic: Re: Please help me. Group by is not working properly..
Next Topic: setting transaction isolation level to read only
Goto Forum:
  


Current Time: Fri Jul 05 10:31:17 CDT 2024