GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQUnable to store dynamic select into cursor
Dear Tom,
I am writing a SP which is using two table as
CREATE TABLE TEST2
(
AGE NUMBER,
NAME VARCHAR2(60 BYTE),
EMPID VARCHAR2(60 BYTE)
)
INSERT INTO test2 VALUES (25,'sunil','7940');
CREATE TABLE INPUT_PARAM
(
COL...
Sponsored Links
Read Next: Regarding Sequences
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
