Oracle Designer WEB/PLSQL Question
From: Vinnie <vincent.salerno_at_lmco.com>
Date: 6 Oct 2003 05:25:13 -0700
Message-ID: <c6c61dbf.0310060425.58bebc29_at_posting.google.com>
How can I, through ORACLE's designer web/plsql module, call a pl/sql procedure which is expecting a ref cursor as an IN OUT variable? The procedure basically does a select table_name from user_tables & returns a list to the page which I would like to display to the user.
Date: 6 Oct 2003 05:25:13 -0700
Message-ID: <c6c61dbf.0310060425.58bebc29_at_posting.google.com>
How can I, through ORACLE's designer web/plsql module, call a pl/sql procedure which is expecting a ref cursor as an IN OUT variable? The procedure basically does a select table_name from user_tables & returns a list to the page which I would like to display to the user.
Thanks!! Received on Mon Oct 06 2003 - 14:25:13 CEST