Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent - Help ....
Hi Harsha,
You can modify column length as done in second step below:
SYSTEM_at_OHIL> create table test121 (col1 number (5)) tablespace users ;
Table created.
SYSTEM_at_OHIL>alter table test121 modify col1 number(8) ;
Table altered.
SYSTEM_at_OHIL>drop table test121 ;
Table dropped.
Cheers,
Rajesh
-----Original Message-----
Sent: Thursday, February 20, 2003 12:59 PM
To: Multiple recipients of list ORACLE-L
Hi Gurus,
I need a urgent help.
I have a table e.g. USER_DETAILS with a column NUMBER(9), populated by a sequence. [ The column name is USERNO ]
This table is quite heavy and the current situation is USERNO have reached
it's maximum value i.e. 999999999.
No more records can be inserted ....
Problem !!!
Can any one suggest a solution with NO change is the software and minor change in the software.
TIA
Regards,
Harsh Agrawal
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Rajesh Dayal
INET: Rajesh_at_ohitelecom.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Feb 20 2003 - 04:04:55 CST