.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
ORA-01555
ORA-01555:snapshot too old: rollback segment number string with name "string" too small
Cause:rollback records needed by a reader for consistent read are overwritten by other writers
Action:If in Automatic Undo Management mode, increase undo_retention setting. Otherwise, use larger rollback segments
Posts about ORA-01555

ORA-01555: snapshot too old: rollback segment number 24 with name "_SYSSMU2

This sounds similar to a known bug with ASSM tablespaces. The stats job updates tables in SYSAUX. Those tables have indexes and up to 10.2.0.2 if an instance does massive DML (which the stats job do

ORA-01555: snapshot too old: rollback segment number 24 with name "_SYSSMU24

Duration 1151404820? That 's like 36+ years... a bit odd uh? ) Anyway ORA-1555 is often thrown regardless space availability in UNDO tablespace. You can get it any time for read only transaction (o

ORA-01555: snapshot too old: rollback segment number 24 with name "_SYSSMU24$ " t

Dear DBAs I have this recent error in alert log coming from the stats update job. Though the SQL is given partly not able to find the EXACT database object that had problem. Any clue? .. .... Tue

automatic undo mysteries

Hi Please look at the alert log error I got It shows ORA-01555 but the query duration is 0 seconds. How is that possible that query goe the error just after starting this is Oracle 9.2.0.5 running

Effective Oracle by Design - p259 - 260 - confused, is there amistake?

Hi Stephane I think I haven 't explained my query very well as you 're the second person with the same feedback -( I understand that if a session at 10 00 makes some uncommitted changes then there

Effective Oracle by Design - p259 - 260 - confused, is there a mistake?

Tony You have missed what is called read consistency - Oracle guarantees that what you 'see ' when querying a table reflects the state of the table when you hit <return > after your SELECT statemen

How to find out the original SQL resulted the ERROR message?

Hi All ORA-01555 caused by SQL statement below (SCN 0x0314.01fa70b6) Mon Oct 3 18 52 31 2005 SELECT /*+NESTED_TABLE_GET_REFS+*/ "FDBK_USER ". "TRANSACT_RECORD ".* FROM "FDBK_USER ". "TRANSACT_RECORD "

"snapshot too old " and undo_retention

Hi List Background Oracle 9.2.0 w/ Auto Undo Management We have a huge table and it takes more than 24 hours to collect its statistics. But the undo_retention is set to 864000 i.e. 24 hours. As a

A special way of migration

RE A special way of migration I read the concepts before I replied. I just don 't understand how consistent y will "The whole export will be read into undo segments " The user doing the dml will "bui

Q: Filesystem choice for log_archive_dest

It 's a very busy critical production system. When we saw the "cannot allocate new log " messages we increased the redo logs from 8x256Mb to 16x256Mb and the messages disappeared. But our analysis

question regarding automatic undo

Jeffery Yes the database does things like that. It will create additional segments as needed offline them when apparently no longer needed until they are no longer referenced see undo_re

RBS not using

Hi all I have got one problem. I am running a script in which my first statement is " SET TRANSACTION USE ROLLBACK SEGMENT RBS01 " but the script is throwing error as " ora-01555 snapshot too

faster way of doing this?

Hi The code needs to work on oracle 8i and 9i. The current code occasionally gave "Ora-01555 Snapshot too old " error (becuase there is a commit within the loop for each 1000 rows which I took

is it possible in pl/sql?

> >Mark Bole wrote > > >Hmmm.. from "Oracle Performance Tuning 2nd edition " (Gurry and 20 >Corrigan 20 >O 'Reilly Press 1996) -- so were talking version 7 RBO here > > "Contrary to popul

The good old ORA-01555 rollback too small

ORA-01555 snapshot too old rollback segment number 3 with name "RBS02 " too small Production got one of these last night from two huge jobs trying to run against a table in the range of 200M

Setting event 1555

Hi All I see a few ORA-01555 Snapshot too old errors in the alert log daily. The trace file doesn 't give much clue about the application/SQL that is causing the error. I 'm planning to set ev

Rollback to Undo in a RAC env.

I just recently converted a single instance from auto to manual due to an alert from Siebel when trying to do an upgrade. While they claimed there process only works with a traditional large single

OTTOTOT: Fantastic reviews

I just ordered the Oak Table Oracle Wait Interface and 10G New Features (Mr. Freeman 's book). Thanks to all of the authors who work so hard to put these books together for those of us who do not h

Tbs READ ONLY and Snapshot too old

Hi List just a little question about read only tbs We have big tables that are loaded once and never updated during the month so I think it 's a good thing to switch their tbs to read only

ORA-01555

Balu Steve Adams has a terrific explanation at "http //www.ixora.com.au/tips/admin/ora-1555.htm ". At the bottom he posts a series of scripts as a last resort on preventing the ORA-01555 error

UNDO poll - was undo segments vs. rbs

I use UNDO however I still got the famous ORA-01555. The funny thing is it happened during an analyze and it was consistent. I was using dbms_stats procedure. Every day when the analyze job ra

undo segments vs. rbs

Well I suggest you to have one LMT with uniform extent size of 67108864 bytes and forget about sizing and re-sizing. To save you the trouble of calculating 64*1048576 67108864. Nothing like the bin

A Tale of Two SQLs

Dan I think that you 've hit upon the only possible explanation especially regarding your comment that "eventually it will get a 1555 error ". The flip-side of ORA-01555 is more work spent rebui

"ENQUEUE_TIME AND START_TIME AHEAD OF SYSDATE " -- Bug 3060261

I just came across this bug in a reference from Note 252686.1 OSS 's Note 3060261.8 "Bug 3060261 <Queue_table >.ENQ_TIME and V$ view TIME columns may be ahead of SYSDATE " isn 't clear whether it

Strange snapshot too old during a select statement

Hi list! we encounter a very strange "ORA-01555 snapshot too old rollback segment number 3 with name "_SYSSMU3$ " too small " This is a very long query With a query that only make a select state

query slow in 9i, but not slow in 8i -- solved

Your original error indicated that your undo_retention value was too small to process the original query. This is different than the size of the undo_tablespace. They are related. The higher the u

query slow in 9i, but not slow in 8i

I understand that the cost value does not mean anything. But from my experience when I see a query 's cost from explain plan reaches six digits usually something is not right. Anyway the actual
User Posts


No registration required.
Post Topic:
Oracle Database Server Error Codes
ORA-00020   ORA-00054   ORA-00119   ORA-00279   ORA-00381   ORA-00439   ORA-00600   ORA-00604   ORA-00904   ORA-00907   ORA-00911   ORA-00922   ORA-00923   ORA-00936   ORA-00942   ORA-01000   ORA-01017   ORA-01031   ORA-01033   ORA-01034   ORA-01078   ORA-01092   ORA-01113   ORA-01122   ORA-01161   ORA-01422   ORA-01501   ORA-01555   ORA-01562   ORA-01578   ORA-01650   ORA-01652   ORA-01658   ORA-01722   ORA-01756   ORA-01843   ORA-01925   ORA-01940   ORA-02019   ORA-02097   ORA-02143   ORA-03113   ORA-04030   ORA-04031   ORA-04068   ORA-06502   ORA-06512   ORA-06531   ORA-06550   ORA-07445   ORA-12154   ORA-12203   ORA-12500   ORA-12535   ORA-12540   ORA-12545   ORA-12560   ORA-12599   ORA-12638   ORA-12709   ORA-12838   ORA-12913   ORA-16038   ORA-20000   ORA-24324   ORA-27125   ORA-28575   ORA-28576   ORA-29283   ORA-29540   ORA-32004