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
ASH droppings in bdump - 10.1.0.3 / win32

ASH droppings in bdump - 10.1.0.3 / win32

2005-02-02       - By John Kanagaraj

Reply:     1     2     3     4  

Paul,

>so would turning off active session history.

At the risk of offending the "Hidden parameter" police, you can use one of
the following parameters (_ash_enable seems to be the one):

select  nam.ksppinm NAME, nam.ksppdesc DESCRIPTION,
ksppstvl VALUE, ksppstdf IS_DEF
from x$ksppi nam, x$ksppsv val
where nam.indx = val.indx
and (ksppinm like '\_ash%' escape '\' or ksppinm like '\_active%' escape
'\')
order by 1;

NAME   DESCRIPTION
_active_standby_fast_reconfiguration   if TRUE optimize dlm reconfiguration
for active/standby OPS
_ash_disk_filter_ratio   Ratio of the number of in-memory samples to the
number of samples actually written to disk
_ash_disk_write_enable   To enable or disable Active Session History flushing
_ash_dummy_test_param   Oracle internal dummy ASH parameter used ONLY for
testing!
_ash_eflush_trigger   The percentage above which if the in-memory ASH is
full the emergency flusher will be triggered
_ash_enable   To enable or disable Active Session sampling and flushing
_ash_sample_all   To enable or disable sampling every connected session
including ones waiting for idle waits
_ash_sampling_interval   Time interval between two successive Active Session
samples in millisecs
_ash_size   To set the size of the in-memory Active Session History
buffers

Hth,
John Kanagaraj <><
DB Soft Inc
Phone: 408-970-7002 (W)

Fear connects you to the Negative, but Faith connects you to the Positive! I
Jn 4:18

** The opinions and facts contained in this message are entirely mine and do
not reflect those of my employer or customers **
--
http://www.freelists.org/webpage/oracle-l