Thursday, August 25, 2005
DB2 command
to load a file for db2:
db2 -l prs40vw.log -tvf prs40.vw
Logs the file to the -l parameter.
Reads the file from -f parameter
db2 -l prs40vw.log -tvf prs40.vw
Logs the file to the -l parameter.
Reads the file from -f parameter