.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-28       - By eagle fan
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

hi Gogala:

Do you have some meterials or test for this? I mean "selecting from tables
like that usually means to acquire a latch for
each row. "

Does querying each x$ table need to hold latch?

Thanks

On 6/27/06, Mladen Gogala <gogala@(protected)> wrote:
>
>
> 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
>
>
>


--
Eagle Fan

Oracle DBA

hi Gogala:<br><br>Do you have some meterials or test for this? I mean &quot
;selecting from tables like that usually means to acquire a latch for<br>each
row. &quot;<br><br>Does querying each x$ table need to hold latch? <br>
<br>Thanks<br><br><div><span class="gmail_quote">On 6/27/06, <b class="gmail
_sendername">Mladen Gogala</b> &lt;<a href="mailto:gogala@(protected)">gogala
@(protected)</a>&gt; wrote:</span><blockquote class="gmail_quote" style=
"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding
-left: 1ex;">
<br>On 06/27/2006 08:12:07 AM, Lawie, Duncan wrote:<br>&gt; Charles,<br>&gt;<br
>&gt; 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?&nbsp;&nbsp;I don't
recall that particular case, but I have seen&nbsp;&nbsp;x$ksmsp sum to values
significantly larger than the size of the SGA.
<br>&gt;<br>&gt; 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.<br>&gt;<br>&gt; Cheers,<br>&gt; Duncan.<br>
&gt;<br><br><br>Guys, selecting from tables like that usually means to acquire
a latch for<br>each row. If the table points to the real chunks of SGA, those
chunks must<br>be protected from changing during select. Every one of them.
That means latch.
<br><br>I don't see any pressing need to use the table, especially not if the
table<br>is undocumented. I must say that Oracle10gR2 is marvelously
instrumented and<br>equipped with the documented performance tables. It misses
just one thing:
<br>&quot;run my stuff faster&quot; parameter, which will probably be available
in the next<br>release as an undocumented parameter, will be tweaked by the
bravest among us,<br>causing, of course,&nbsp;&nbsp;ORA-0600 (See ORA-0600.ora-code.com) and ORA-7445 (See ORA-7445.ora-code.com)
errors. Parameter will eventually
<br>become useful in the Oracle21R3.<br><br><br>--<br>Mladen Gogala<br><a href=
"http://www.mgogala.com">http://www.mgogala.com</a><br><br>--<br><a href="http:/
/www.freelists.org/webpage/oracle-l">http://www.freelists.org/webpage/oracle-l
</a><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>Eagle Fan<br>
<br>Oracle DBA