.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
X$ksmsp (OSEE 10.2.0.2 on Solaris 8)

X$ksmsp (OSEE 10.2.0.2 on Solaris 8)

2006-06-27       - By Schultz, Charles
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

What is the alternative to track down memory issues? Sure, one could use
DMA (Direct Memory Access), but I for one am not there yet. If there is
a better way to diagnose and resolve memory issues, I am all ears (or
rather, eyes *grin*).

-- --Original Message-- --
From: Mladen Gogala [mailto:gogala@(protected)]
Sent: Tuesday, June 27, 2006 8:08 AM
To: duncan.lawie@(protected)
Cc: Schultz, Charles; Hallas, John, Tech Dev; oracle-l@(protected)
Subject: Re: X$ksmsp (OSEE 10.2.0.2 on Solaris 8)


On 06/27/2006 08:12:07 AM, Lawie, Duncan wrote:
> Charles,
>  
> I agree that a row in x$ksmsp should equal a single memory chunk - but
is it possible that there is a chunk with an outrageous value?  I don't
recall that particular case, but I have seen  x$ksmsp sum to values
significantly larger than the size of the SGA.
>  
> In addition, I have also had significant performance issues on a
production system when selecting on this table in a very busy system
which is severely fragmented.
>  
> Cheers,
> Duncan.
>  


Guys, selecting from tables like that usually means to acquire a latch
for each row. If the table points to the real chunks of SGA, those
chunks must be protected from changing during select. Every one of them.
That means latch.

I don't see any pressing need to use the table, especially not if the
table is undocumented. I must say that Oracle10gR2 is marvelously
instrumented and equipped with the documented performance tables. It
misses just one thing:
"run my stuff faster" parameter, which will probably be available in the
next release as an undocumented parameter, will be tweaked by the
bravest among us, causing, of course,  ORA-0600 (See ORA-0600.ora-code.com) and ORA-7445 (See ORA-7445.ora-code.com) errors.
Parameter will eventually become useful in the Oracle21R3.


--
Mladen Gogala
http://www.mgogala.com

--
http://www.freelists.org/webpage/oracle-l