DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Where is DBMS_RANDOM

  1. #1
    Join Date
    Dec 2000
    Posts
    255
    http://otn.oracle.com/docs/products/...ra2.htm#999811

    I have came across the this link for DBMS_RANDOM package. But this package can't be found on my 8i box. Can anyone tell me where can I find the SQL for this function. Everytime I am getting the error below

    PLS-00201: identifier 'DBMS_RANDOM.RANDOM' must be declared

    Amol

  2. #2
    Join Date
    Apr 2002
    Posts
    135
    If DBMS_RANDOM hasn't been installed on your machine, then, as SYS, you should run the following scripts exactly in this order:

    dbmsoctk.sql; prvtoctk.sql; dbmsrand.sql


    Good Judgement comes from Experience.
    Experience comes from Bad Judgement

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width