Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_random install error 8.04 NT
In article <7r542l$vvh$1_at_nnrp1.deja.com>,
wchin2a_at_my-deja.com wrote:
> I was trying to follow the instructions given in
> http://x28.deja.com/getdoc.xp?
> AN=502555151&CONTEXT=936775957.646316038&hitnum=15
>
> I log on as sys, and run the 3 scripts in order:
> dbmsoctkl.sql, prvtoctk.plb and dbmsrand.sql
>
> I get the following error on the last SQL
> statement in prvtoctk.plb
>
> Errors for PACKAGE BODY DBMS_CRYPTO_TOOLKIT:
>
> LINE/COL
> ERROR
>
> -------- -----------------------------------------
> ------------------------
> 330/10 PL/SQL: Statement
> ignored
>
> 333/45 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_RAW' must be
> declared
> 356/10 PL/SQL: Statement
> ignored
>
> 359/45 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_RAW' must be
> declared
> 410/10 PL/SQL: Statement
> ignored
>
> 411/8 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_VARCHAR2' must be
> declared
> 432/8 PL/SQL: Statement
> ignored
>
> 433/8 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_VARCHAR2' must be
> declared
> 473/10 PL/SQL: Statement
> ignored
>
> 476/27 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_RAW' must be
> declared
> 486/10 PL/SQL: Statement
> ignored
>
> 489/27 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_RAW' must be
> declared
> 520/10 PL/SQL: Statement
> ignored
>
> 523/29 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_RAW' must be
> declared
> 569/9 PL/SQL: Statement
> ignored
>
> 569/29 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_VARCHAR2' must be
> declared
> 586/9 PL/SQL: Statement
> ignored
>
> 586/16 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_VARCHAR2' must be
> declared
> 637/10 PL/SQL: Statement
> ignored
>
> 637/30 PLS-00201:
> identifier 'UTL_RAW.CAST_TO_VARCHAR2' must be
> declared
>
>
It looks to me that you are missing the utl_raw package. Try running
script $ORACLE_HOME/rdbms/admin/utlraw as sys or internal then retry
above.
--
Mark D. Powell -- The only advice that counts is the advice that
you follow so follow your own advice --
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Wed Sep 08 1999 - 08:55:16 CDT
![]() |
![]() |