Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column Collection?
Message
 
 
To
28/08/2002 05:28:57
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00693685
Message ID:
00694390
Views:
16
Well, I figured out the different data types for DBMS_SQL columns. You do not specify the 4th parameter [data length] for non-character data in the DMBS_SQL.DEFINE_COLUMN statements.
  PROCEDURE Retrieve_Facilities (v_Query VARCHAR2)
   IS
      < snip >

      /* numeric data type for KeyID */
      v_KeyID         Inquiry_View.KeyID%Type;

   BEGIN

      < snip > 

      DBMS_SQL.DEFINE_COLUMN(v_cursor_id, 5, v_KeyID);
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform