Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent - Help ....

RE: Urgent - Help ....

From: April Wells <awells_at_csedge.com>
Date: Thu, 20 Feb 2003 03:25:14 -0800
Message-ID: <F001.00552AA5.20030220032514@fatcity.com>

 Harsha,

You may even have to drop and reacreate the sequence number (if it is at it's max too). Recreate it with the same name and start at its current value and increment by 1.

What is running on top of the tables? You said no change or minor change to the software... Will making the column bigger cause you to have to make front end changes, as well? The table might be the easy part.

April

-----Original Message-----
To: Multiple recipients of list ORACLE-L Sent: 2/20/2003 4:04 AM

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).

The information contained in this communication, including attachments, is strictly confidential and for the intended use of the addressee only; it may also contain proprietary, price sensitive, or legally privileged information. Notice is hereby given that any disclosure, distribution, dissemination, use, or copying of the information by anyone other than the intended recipient is strictly prohibited and may be illegal. If you have received this communication in error, please notify the sender immediately by reply e-mail, delete this communication, and destroy all copies.

Corporate Systems, Inc. has taken reasonable precautions to ensure that any attachment to this e-mail has been swept for viruses. We specifically disclaim all liability and will accept no responsibility for any damage sustained as a result of software viruses and advise you to carry out your own virus checks before opening any attachment.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: April Wells
  INET: awells_at_csedge.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 - 05:25:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US