I'm trying to create a data object that will execute an Oracle stored procedure. The Data Object wizard in ND doesn't see all of our Oracle stored procedures because most of them are packages, not explicit procedures, e.g.: Name OBJECT_TYPE ---------------------------- ------------- PKG1_METHODS PACKAGE PKG2_METHODS PACKAGE BODY EX1_PROCS PROCEDURE EX2_PROCS PROCEDURE The wizard only displays those procedures whose explicit OBJECT_TYPE is PROCEDURE. What do I do if I want to execute a procedure (or function) in package PKG2_METHODS, e.g. PKG2_METHODS.get_user_access()? _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
