|
Description |
This program loads your text data file into a table at an ODBC data source. |
|
Syntax |
psOLoader -Sdsn -Vserver -Uusername -Ppassword |
|
-S |
ODBC Data Source |
|
-V |
ODBC Server Name |
|
-U |
ODBC User Name |
|
-P |
ODBC User's Password |
|
-A |
ODBC Other Attributes |
|
-D |
ODBC Catalog (Database) |
|
-W |
Table belongs to this 'schema' |
|
-N |
Table having pattern 'name' |
|
-C |
Column to convert from binary to text |
|
-B |
Name of the input load file [standard input] |
|
-H |
Number of header records to ignore [0] |
|
-b |
Number of rows in a single transaction [1] |
|
-Z |
Column delimiter string [|] |
|
-Y |
Row terminator string [operating system default record terminator] |
|
-L |
Leading character to remove |
|
-T |
Trailing character to remove |
|
-c |
Minimum char/varchar column size |
|
-m |
Maximum record size [104096] |
|
-x |
Maximum blob size [100000] |
|
-t |
Convert boolean true values to this value |
|
-f |
Convert boolean false values to this value |
|
-F |
Log file [standard output] |
|
-M |
Maximum Log Size [1000000] |
|
-E |
E-mail address to report errors |
|
-O |
Options |
|
m |
Use Data Direct ODBC drivers |
|
l |
Convert incoming table name to lower case |
|
u |
Convert incoming table name to upper case |
|
n |
If table does NOT exist, ignore the problem and then exit successfully |
|
t |
Truncate table before loading |
|
f |
Use conversion functions {fn convert(?, SQL_BIGINT)} etc. when binding |
|
p |
Bind parameters but do NOT use prepared statements |
|
a |
Use ad-hoc SQL. Do not bind parameters |
|
x |
REMOVE any 0x prefix from the column hex string values |
|
o |
Convert column hex strings to text w/octal strings (binary column is the target) |
|
s |
Convert column hex strings to text (binary column is the target) |
|
c |
Convert -C column hex strings to text w/octal strings (char column in target) |
|
d |
Convert -C column hex strings to text (char column is target) |
|
h |
Convert ADE 128-255 bytes in strings to octal strings (char column is target) |
|
q |
Enclose binary column values in single quotes |
|
w |
Remove leading and trailing white spaces from fields |
|
b |
Convert empty boolean fields to false |
|
A |
Bind all character columns as ascii |
|
U |
Bind all character columns as unicode |
|
1 |
Sort column names (case sensitive) |
|
2 |
Sort column names (case insensitive) |
|
ODBC_DSN |
When -S is not specified. |
|
ODBC_SERVER |
When -V is not specified. |
|
ODBC_USER |
When -U is not specified. |
|
ODBC_PASS |
When -P is not specified. |
|
ODBC_ATTR |
When -A is not specified. |
|
PS_SYSMSG_FILE |
Name of the tool's messages file. |
|
PS_SYSPARAM_FILE |
Name of the system parameter file |
|
Notes |
This program is incredibly powerful, but you have to know what you are doing |
Go to DBPowerSuite 7.9 List of Programs.
Updated: Thu Jun 18 21:12:26 2009