Error in Udump trace file [message #361637] |
Thu, 27 November 2008 04:02 |
arunshrish
Messages: 74 Registered: May 2008 Location: Chennai
|
Member |
|
|
Hi all,
I am gettin the following error in the udump trace file:
----------------------------------------------------------------
/local/oracle/admin/nsmrs/udump/nsmrs1_ora_26324.trc
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
ORACLE_HOME = /local/oracle/product/10.2.0
System name: Linux
Node name: nysegridqa-1
Release: 2.6.9-67.0.7.EL
Version: #1 SMP Wed Feb 27 04:40:05 EST 2008
Machine: ia64
Instance name: nsmrs1
Redo thread mounted by this instance: 1
Oracle process number: 27
Unix process pid: 26324, image: oracle@nysegridqa-1 (TNS V1-V3)
*** 2008-11-26 22:36:19.614
*** SERVICE NAME:(SYS$USERS) 2008-11-26 22:36:19.593
*** SESSION ID:(583.1) 2008-11-26 22:36:19.593
psdgbt: bind csid (873) does not match session csid (1)
psdgbt: session charset is US7ASCII
*** 2008-11-26 22:36:19.614
ksedmp: internal or fatal error
Current SQL statement for this session:
BEGIN dbms_ha_alerts_prvt.clear_instance_resources( :dbdomain, :dbuniquename, :instance_name, :event_time);END;
----- PL/SQL Call Stack -----
object line object
handle number name
0x400b6b44f30 418 package body SYS.DBMS_HA_ALERTS_PRVT
0x400b6b44f30 552 package body SYS.DBMS_HA_ALERTS_PRVT
0x400b5919250 1 anonymous block
----------------------------------------------------------------
Can anyone help me out?
Thanks,
Arun.
|
|
|
Re: Error in Udump trace file [message #464100 is a reply to message #361637] |
Tue, 06 July 2010 04:33 |
suntrupth
Messages: 13 Registered: July 2010
|
Junior Member |
|
|
Hi Arun,
dbms_ha_alerts_prvt : This is an alert schema.
Do you use Racgimon ?
Did your database or application use a non-default character?
This most likely occurs during a racgimon connection, Where the charater set id of a bind variable does not match
the character set id of the session.
Please have a look into it.
Thanks,
Suntrupth
|
|
|