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

Thread: Display data using PL/SQL Procedure

  1. #1
    Join Date
    Sep 2003
    Posts
    15

    Display data using PL/SQL Procedure

    Is it possitble to display data on screen using a procedure.

    I have a select statement which is parameterised.
    I want to put this in a PL/SQL procedure.Which is fine to do have an IN paramater.

    Is there any way to print the data on the screen after i execute the procedure.


    Ex: SQL>execute proc_select(abc);


    123 abc 8484 ndhjd


    is there any way to do this.

    plz help.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    dbms_output perhaps?
    Jeff Hunter

  3. #3
    Join Date
    Sep 2003
    Posts
    15
    dbms_output has limitation i guess.

    Any clue on what the limitation is.

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    255 characters in a single call

  5. #5
    Join Date
    Oct 2002
    Posts
    807
    set serveroutput on??

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