GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQinvalid identifiers
hi all...
I created a type outside the package declaration...
CREATE OR REPLACE TYPE mytabletype IS TABLE OF VARCHAR2 (255);
Then I created a new function within the package:
FUNCTION getList(p_string VARCHAR2) RETURN mytabletype;
When...
Sponsored Links
Read Next: finding key field for a table
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
