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
xml / xsql problem leads to 0ra-0600

xml / xsql problem leads to 0ra-0600

2004-09-08       - By Jeroen van Sluisdam


About a week ago I wrote about problems we encountered during development
when
an xsql page does an insert, insert fires a trigger, trigger calls procedure
to process
data, xsql page does a select from output table to return
We had 2 problems:
1) ORA-00600 (See ORA-00600.ora-code.com): internal error code, arguments: [qmxsqLoadNS], [], [], [], [],
[], [], [] Current SQL statement for this session:
2) Output came not beyond a certain limit

Problem 1 is recognized as bug by Oracle Support in 9.2.0.4, 9.2.05 and
9.2.0.6 Solved in 10.2 Unknown what is fixed
Bug is described in 3872147 . I 'm still trying to convince them to do
something about it because in 3 weeks we have go live with this
software and my alert is full with this ora-0600 (See ora-0600.ora-code.com) Bug is definitely caused by
the trigger

Problem 2 is solved, this was caused by getting output through a xmltype
column which in xsql relates to
a plsql string with size limitation on 64k

Regards,

Jeroen


--
To unsubscribe - mailto:oracle-l-request@(protected)&subject=unsubscribe
To search the archives - http://www.freelists.org/archives/oracle-l/