GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQAssoicative array of Record type in OPD .net
Dear Sir,
How can I use an Associative Array of record type using OPD .net (ORACLE DATA PROVIDER FOR .NET 11.1.0.6.20 PRODUCTION). e.g. I have a package
<code>
TYPE my_rec IS RECORD(val_1 number (3), val_2 VARCHAR2(1),val_3 date);
TYPE my_...
Sponsored Links
Read Next: vpd
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
