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
Queue waits problem

Queue waits problem

2004-05-11       - By Nelson, Allan
Reply:     1     2  

Found it. It is bug 1103378, execute it in svrmgrl instead.

-- --Original Message-- --
From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)] On Behalf Of Nelson, Allan
Sent: Tuesday, May 11, 2004 10:38 AM
To: oracle-l@(protected)
Subject: Queue waits problem


We are using Oracle 8.1.7.4 with Financials 11.5.7. I found the
=3D66ollowing in a statspack report.
Top 5 Wait Events
~~~~~~~~~~~~~~~~~ Wait %
Total
Event Waits Time (cs)
Wt Time
-- ---- ---- ---- ---- ---- ---- ---- ------ -- ---- ---- -- ---- ----
-- ----
db file sequential read 863,376 587,236
53.46
queue messages 420 430,500
39.19
db file scattered read 189,136 55,541
5.06
latch free 72,217 7,868
.72
enqueue 139 3,192
.29

When I looked on Metalink I found a forum post that indicated that
messages could be queued and never dequeued which could be the cause of
high queue messages waits. The article suggested monitoring
V$AQ to see if the ready column ever went to 0. This is what I got when
I tried to query the table:

desc v$aq
Name Null=3D3F Type
-- ---- ---- ---- ---- ---- ---- ---- --- -- -----
-- ---- ---- ---- ---- -----
QID NUMBER
WAITING NUMBER
READY NUMBER
EXPIRED NUMBER
TOTAL_WAIT NUMBER
AVERAGE_WAIT NUMBER

apps@(protected) > select * from v$aq;
ERROR:
ORA-00604 (See ORA-00604.ora-code.com): error occurred at recursive SQL level 1
ORA-01001 (See ORA-01001.ora-code.com): invalid cursor
ORA-00604 (See ORA-00604.ora-code.com): error occurred at recursive SQL level 1
ORA-01001 (See ORA-01001.ora-code.com): invalid cursor



no rows selected

When I searched metalink for this error on this table I got readmes for
patch releases. I 'm running utlrp at the moment on the assumption that
I have something invalid that I need.

Any other ideas, or has anyone else seen this before

> Allan L. Nelson
> Oracle DBA
> M-I L.L.C.=3D20
> (832) 295-2238 office=3D20
> (832) 351-4180 fax=3D20
> anelson@(protected) <mailto:anelson@(protected) >
>=3D20
>=3D20

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____
__ ___
This email is intended solely for the person or entity to which it is
addressed and may contain confidential and/or privileged information.
Copying, forwarding or distributing this message by persons or entities
other than the addressee is prohibited. If you have received this email
in error, please contact the sender immediately and delete the material
from any computer. This email may have been monitored for policy
compliance. [021216]

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --