+ Reply to Thread
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Aug 2000
    Location
    Jolo, Sulu
    Posts
    639

    screen input for pl/sql

    Hi Friends,

    How to or ...
    Can PL/PQL be able to prompt and accept user input
    from screen? (e.g.) "Please Enter Process Date (format yyyymmdd)"


    Thanks,

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Not in a function, procedure or package, which are entirely serverside processes.

    Through SQL*Plus you could prompt for and accept a value, then pass it to a procedure, or use it in an anonymous block of PL/SQL
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

Bookmarks

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