ora 3113 error 2004-04-08 - By Richard Ji
Also give it try with the ORA-7445 (See ORA-7445.ora-code.com) lookup.
-- --Original Message-- --
From: Bobak, Mark [mailto:Mark.Bobak@(protected)]
Sent: Thursday, April 08, 2004 2:19 PM
To: oracle-l@(protected)
Subject: RE: ora 3113 error
ORA-7445 (See ORA-7445.ora-code.com) 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@(protected)]=20
Sent: Thursday, April 08, 2004 2:13 PM
To: ORACLE-L@(protected)
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/********@(protected) 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 (See ORA-03113.ora-code.com): end-of-file on communication channel
=20
=20
The trace file is like this:
=20
ksedmp: internal or fatal error
ORA-07445 (See ORA-07445.ora-code.com): 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@(protected)
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@(protected)
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@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|