GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQPossibility of Using Unix Variables in Ctl Files
Is it possible to pass a parameter from unix to a ctl file?
Something like:
LOAD DATA
INFILE 'abc.dat'
APPEND
INTO TABLE XYZ
(
SEQ_ID "$SEQ_VAL"
RECORD_NUM RECNUM,
RC_VAL P...
Sponsored Links
Read Next: Consecutive occurances before a break??
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
