/ Published in: Bash

This is the pattern for importing a comma delimited CSV file into Oracle's TimesTen in memory database.
Expand |
Embed | Plain Text
./ttBulkCp -i -s "," -dformat "YYYY-MM-DD" -Q 0 -connstr "DSN=MORNINGSTAR" cboe_weeklies_eod /root/YahooEOD-2012-02-29.csv
You need to login to post a comment.