Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ora 3113 error

RE: ora 3113 error

From: Bobak, Mark <Mark.Bobak_at_il.proquest.com>
Date: Thu, 8 Apr 2004 14:19:13 -0400
Message-ID: <4C9B6FDA0B06FE4DAF5918BBF0AD82CF03B45458@bosmail00.bos.il.pqe>


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_at_med.ge.com]=20 Sent: Thursday, April 08, 2004 2:13 PM
To: ORACLE-L_at_freelists.org
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_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://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_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Apr 08 2004 - 13:15:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US