Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail
From: "shahsyed" <shahsyed@gmail.com>
Newsgroups: comp.databases.oracle.server
Subject: Streams setup environment Problem
Date: 8 Aug 2005 01:12:22 -0700
Organization: http://groups.google.com
Lines: 37
Message-ID: <1123488742.407304.149810@g14g2000cwa.googlegroups.com>
NNTP-Posting-Host: 203.82.56.8
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1123488746 16116 127.0.0.1 (8 Aug 2005 08:12:26 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 8 Aug 2005 08:12:26 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: g14g2000cwa.googlegroups.com; posting-host=203.82.56.8;
   posting-account=DGbyug0AAACk0r9xQk3WW9YraJjGcyFf
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.server:249067

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

