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

Home -> Community -> Usenet -> c.d.o.server -> Re: PLS-00201: identifier 'SYS.DBMS_PIPE' must be declared

Re: PLS-00201: identifier 'SYS.DBMS_PIPE' must be declared

From: Mohamed Buhari <mbuhari_at_assigncorp.com>
Date: 26 Jan 2000 16:52:02 EST
Message-ID: <388F6BDD.76BA25C1@assigncorp.com>


Actualy U need to create the dbms_pipe package explicitly. Do the following.

cd $ORACLE_HOME/rdbms/admin
svrmgrl
connect internal/password
@dbmspipe
@prvtpipe
exit

This will solve your problem :-)

Mohamed
DBA "Lockie, Bob" wrote:

> pipe_name := DBMS_PIPE.UNIQUE_SESSION_NAME;
Received on Wed Jan 26 2000 - 15:52:02 CST

Original text of this message

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