You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
513 B
17 lines
513 B
#!/bin/ksh |
|
|
|
#----------------------------- |
|
# Shell-Kommando "DODBLOAD" |
|
#----------------------------- |
|
|
|
#------------------------------------------------------------------- |
|
# INFORMIX-Shellvariablen setzen und eingegebene DBLOAD-Anweisung |
|
# in der SuperX-Datenbank ausfuehren. |
|
#------------------------------------------------------------------- |
|
|
|
|
|
. $SUPERX_DIR/bin/SQL_ENV |
|
|
|
# lokaler DB-Server |
|
#$INF_BIN/dbload -d superx -c $1 -l $2 -n 1000 -e 100 |
|
$INF_BIN/dbload -d superx -c $1 -l $2 -n 1000 -e 10000 ##Wint
|
|
|