SQL Loader
SQL Loader
(OP)
I've a script where i want to pass a date as parameter, can i do that using SQL Loader? and How?!
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: SQL Loader
Mike
RE: SQL Loader
RE: SQL Loader
RE: SQL Loader
I've a file that has a script which loads the data from the file to a table, one of the fields from my table must be updated with a certain date passed as parameter, this script is processed by SQL LOADER . Can i pass a parameter into this script?!
RE: SQL Loader
It should be fairly easy to write a perl script that work go though your data file and update the field you need changing. Give me a few lines of your data file, tell me which field needs changing and I'll write you a pl that should do the job.
Mike
RE: SQL Loader
thanks anyway...:)
RE: SQL Loader