Quote:
|
Originally Posted by usDB2
DB21005E An error occured while accessing EXPLAIN.ddl
|
Most likely the file is not in the current directory.
Use the "cd" command, as I stated in my earlier post.
Suppose the file EXPLAIN.ddl is in C:\EXPLAIN.dll
Either type the following two commands:
Code:
cd \
db2 -tvf EXPLAIN.DDL
or just the following:
Code:
db2 -tvf C:\EXPLAIN.DDL