Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Streams setup environment Problem
shahsyed wrote:
> Hi to All experts in areana
> when i run this script
>
> BEGIN
> DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(
> privilege => DBMS_RULE_ADM.CREATE_ANY_RULE_SET,
> grantee => 'STRM_ROLE',
> GRANT_option => TRUE);
> DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(
> privilege => DBMS_RULE_ADM.ALTER_ANY_RULE_SET,
> grantee => 'STRM_ROLE',
> GRANT_option => TRUE);
> DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(
> privilege => DBMS_RULE_ADM.EXECUTE_ANY_RULE_SET,
> grantee => 'STRM_ROLE',
> GRANT_option => TRUE);
> DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(
> privilege => DBMS_RULE_ADM.CREATE_ANY_RULE,
> grantee => 'STRM_ROLE',
> GRANT_option => TRUE);
> DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(
> privilege => DBMS_RULE_ADM.ALTER_ANY_RULE,
> grantee => 'STRM_ROLE',
> GRANT_option => TRUE);
> DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(
> privilege => DBMS_RULE_ADM.EXECUTE_ANY_RULE,
> grantee => 'STRM_ROLE',
> GRANT_option => TRUE);
> END;
>
> i receive the following error messages
>
> ORA-03113: end-of-file on communication channel
>
> Plz help mee in this regard
> Thnks in Advance
Oracle version and edition?
Operating system name and version?
Kernel settings?
Alert Log entries?
Your question has no context.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Sun Aug 21 2005 - 21:22:06 CDT
![]() |
![]() |