RE: ora 3113 error

  • From: "Bobak, Mark" <Mark.Bobak@xxxxxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 8 Apr 2004 14:19:13 -0400

ORA-7445 is a core dump.  You need to open a TAR w/ Oracle.

Mark J. Bobak
Oracle DBA
ProQuest Company
Ann Arbor, MI
"Post Hoc Ergo Propter Hoc"


-----Original Message-----
From: Kommareddy, Srinivas (MED, Wissen Infotech)
[mailto:Srinivas.Kommareddy@xxxxxxxxxx]=20
Sent: Thursday, April 08, 2004 2:13 PM
To: ORACLE-L@xxxxxxxxxxxxx
Subject: ora 3113 error


Hi All,
=20
Can somebody through somelight on this:
=20
When I tried to exeucte the flwng code, I am getting 3113 error......
=20
SQL> conn sys/********@xxx as sysdba
Connected.
=20
SQL> begin
  2     dbms_rule_adm.grant_system_privilege
  3     (
  4        privilege =3D> dbms_rule_adm.CREATE_RULE_SET_OBJ ,
  5        grantee =3D> 'STRMADMIN' ,
  6        grant_option =3D> TRUE
  7     ) ;
  8  end;
  9  /
begin
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
=20
=20
The trace file is like this:
=20
ksedmp: internal or fatal error
ORA-07445: exception encountered: core dump [FFFFFFFF7DF009C8] [SIGSEGV]
[Address not mapped to object] [0x000000009] [] []
Current SQL statement for this session:
begin
   dbms_rule_adm.grant_system_privilege
   (
      privilege =3D> dbms_rule_adm.CREATE_RULE_SET_OBJ ,
      grantee =3D> 'STRMADMIN' ,
      grant_option =3D> TRUE
   ) ;
end;
=20
=20
Anybody ever got such error.
=20
Regards,
Srinivas

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: