Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
-none-

-none-

2007-09-04       - By tboss@(protected)

 Back
Not sure what version you're on, but I ran into a debilitating bug related to
exactly this situation in 9i.  I needed to add a column, added it as suggested
by others (alter table add column, populate, alter column not null).  If you
load
data via alter table exchange partition and have local bitmap indexes (like I'd
assume you do in a DW environment), you can corrupt something called the "Hakan
Factor"
within oracle's data dictionary.

See Metalink note 248634.1 and bugid 4221789 for the orig documents.  It says
its
fixed in 9208 and in the base of 10g, but we've all seen issues persist past
major releases.

The thing i'd be worried about in your case is the introduction of random data
dictionary corruption like the above by adding and dropping columns from tables
.  
In the above case, there was some obscure event I could have set before
exchanging
the partitions that would have prevented the issue.

Based on what you say though, you may not have a choice.  But if at all possible
I'd do a ctas to create a clean table.

my 2 cents, todd


>
> Hi all
>
> I have several medium to large fact tables to which I need to add a NOT
> NULL column. In the past I would do the following:
>
--
http://www.freelists.org/webpage/oracle-l