ora 3113 error 2004-04-08 - By Kommareddy, Srinivas (MED, Wissen Infotech)
Hi All,
Can somebody through somelight on this:
When I tried to exeucte the flwng code, I am getting 3113 error......
SQL > conn sys/********@(protected) as sysdba
Connected.
SQL > begin
2 dbms_rule_adm.grant_system_privilege
3 (
4 privilege = > dbms_rule_adm.CREATE_RULE_SET_OBJ ,
5 grantee = > 'STRMADMIN ' ,
6 grant_option = > TRUE
7 ) ;
8 end;
9 /
begin
*
ERROR at line 1:
ORA-03113 (See ORA-03113.ora-code.com): end-of-file on communication channel
The trace file is like this:
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 = > dbms_rule_adm.CREATE_RULE_SET_OBJ ,
grantee = > 'STRMADMIN ' ,
grant_option = > TRUE
) ;
end;
Anybody ever got such error.
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|