Error when creating table
Date: 1997/03/11
Message-ID: <33262AE2.167E_at_intrasystems.com>#1/1
Help:
Here is the sql statement
Any and all help would be greatly appreciated.
Thanks in advance,
When I try to create a table as a user with dba permissions
I get the following error. Can anyone let me know what it is??
create table tech (
techpatid number(24) not null
Here is the error
,techlname varchar2(24) not null
,techfname varchar2(24) not null
,technotes varchar2(2000)
,constraint eeg_primary_key primary key (techpatid)
) tablespace development
storage (initial 500K
next 100K
maxextents 50) ;
------------------------------------------------------
----ORA-01658: unable to create INITIAL extent for segment in tablespace
DEVELOPMENT
James C. Hanrahan jimh_at_intrasystems.com
Systems Engineer
IntraSystems Inc. Voice (617) 830-0300
1017 Turnpike St. Fax (617) 830-9940
Canton MA. 02021 http://www.intrasystems.com
Received on Tue Mar 11 1997 - 00:00:00 CET