Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PLS-00201: identifier 'SYS.DBMS_PIPE' must be declared
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
![]() |
![]() |