This is a discussion on How to use NONRECOVERABLE with sqluload? within the DB2 forums, part of the Database Server Software category; --> Hallo! I have a application which uses the sqluload api to load some data into tables. In the description ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hallo! I have a application which uses the sqluload api to load some data into tables. In the description of LOAD there are parameters NONRECOVERABLE and COPY YES which can be used to avoid backup pending state after load. My question: How can I use this parameters with the sqluload api? In the documentation of sqluload are no hints about this parameters!? I have tried to use "replace into table NONRECOVERABLE" as action string parameter of sqluload, but I only get a SQL3038N error. The database is UDB V7.2.8 on windows Thanks Andreas |