Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wiwya
  • Order by date
  1. wiwya

    dbms_random

    PL/SQL procedure successfully completed. it works ! I've runned this commands: @utlraw.sql @prvtrawb.plb @dbmsoctk.sql @prvtoctk.plb @dbmsrand.sql thank's for yor help
  2. wiwya

    dbms_random

    the error I m getting is: DBMS_RANDOM.INITIALIZE undeclared identifier, the same for DBMS_RANDOM.RANDOM and DBMS_RANDOM.TERMINATE thank's for your help (I turn on my e-mail notification)
  3. wiwya

    dbms_random

    could someone tell me why this code does not work? DECLARE i BINARY_INTEGER; BEGIN dbms_random.initialize(19254); i := dbms_random.random; INSERT INTO my_table VALUES(i); dbms_random.terminate; END;
  4. wiwya

    random selection

    hi, could you please tell me more about the "SELECT ... FROM ... SAMPLE..." instruction thanks

Part and Inventory Search

Back
Top