We're working through the trials and tribulations of consuming UTF8 XML data in a MSWIN1252 world. Have no problem with jobs that leverage the OCI stages to connect to Oracle, that was a simple matter of overriding the NLS_LANG and LC_CTYPE environment variables in any jobs that source the XML. Conv...
I can't speak to the specifics of 'Mainframe DB2 tables', but the general answer to the question 'can we connect to two different databases in the same job' is - heck, yah - you betcha.
Yes - I haven't but I do recall at least one someone posting here with a virus scanner induced problem. A search should be able to turn up the post, I would think.
You're right... it's over on ADN. Knew it looked familiar. Turns out your syntax isn't quite right, even when fully pathing the files - you can only fully path the first file. If you supply a full path for the second argument you get the error you posted. Try: rename E:\file1.csv file2.csv and you s...
There's no such thing a 'Oracle formatted dates'... and yes, you could override the date format but that in itself wouldn't speed anything up. What might is this: AS_OF_DATE = TO_DATE('#ASOF#','MM/DD/YYYY') Again, the format of the date won't matter as long as it matches the mask. If you are...