.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-12838
ORA-12838:cannot read/modify an object after modifying it in parallel
Cause:Within the same transaction, an attempt was made to add read or modification statements on a table after it had been modified in parallel or with direct load. This is not permitted.
Action:Rewrite the transaction, or break it up into two transactions: one containing the initial modification and the second containing the parallel modification operation.
Posts about ORA-12838

Please a parameter to disable undo, like _disable_logging

Based on my test Begin discrete transaction don 't work disabling undo information because I can see data before the commit. SQL > exec DBMS_TRANSACTION.BEGIN_DISCRETE_TRANSACTION SQL > update t

OT My weekly tip: how to execute several appends without commit

Hi Jared in a previous post I talk about the problem was you can 't do two consecutive appends before a commit. This is a bug or limitation in the append process. The name of the post in this l

ORA-12838 please : Is possible to append two times to thesametable before do

Thanks Juan Carlos Reyes Pacheco OCP Database 9.2 Standard Edition ----- Original Message ----- From "Tim Gorman " <tim@(protected) > To <oracle-l@(protected) > Sent Friday April 02 200

Re: ORA-12838 please : Is possible to append two times to thesame
   table before

Juan Carlos Please note that I did not suggest "joining " the two SELECT statements together into a single SELECT statement. What I suggested was running the two independent SQL statements UNION 'd

ORA-12838 please : Is possible to append two times to thesame table before d

Thanks Tim that was only one example to show the problem. the insert is of thousands of records not only 5. The problems is that I can 't do a join because some circumstances can cause another

Re: ORA-12838 please : Is possible to append two times to the
   same table befor

Juan Carlos First I have to ask why you are bothering with APPEND when you are only adding 5 rows at a time? The APPEND feature (a.k.a. direct-path) as well as parallel execution is intended for

ORA-12838 please : Is possible to append two times to the same table befo

Thanks temporary tables don 't help this is only to create a historic table. Juan Carlos Reyes Pacheco OCP Database 9.2 Standard Edition ----- Original Message ----- From "Mark Richard " <mrichar

Re: ORA-12838 please : Is possible to append two times to the same
table be

I believe Oracle is enforcing this to guarantee consistency of the database. I realise you are probably using the APPEND hint for performance reasons but is it really necessary? Otherwis

Re: ORA-12838 please : Is possible to append two times to the
same table befo

Oh NOW I know what 10g stands for But now I wonder does the g stand for acceleration or mass? At 04 21 PM 4/1/2004 you wrote >_accelerate_with_1g ( 9.81 m/sec*sec in metric units - ideal fo

ORA-12838 please : Is possible to append two times to the same table before

On 04/01/2004 04 16 29 PM Juan Pacheco wrote > Hi I have a serious problem Try committing among the two. It will help. -- Mladen Gogala Oracle DBA

ORA-12838 please : Is possible to append two times to the same table before doin

Hi I have a serious problem I can 't do two append insret to a table in a same transaction and I can join in only one. because some times the same process( a function) must be runs more than once
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