database DSNDB01 means
a.db2 catalog
b.db2 directory
c.BSDS
d.active logs
answer with reason please
Answer Posted / dogniuniu
B, DB2 directory. DSNDB01 is a DB2 system database that
contains DB2's directory. The directory contains table
spaces that hold DBDs(DBD01), Plans(SCT02), Packages
(SPT01), information about utilities(SYSUTILX) and system
log range records (SYSLGRNX). This data cannot be queried
through SQL, only through DB2 commands.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you eliminate duplicate values in db2?
What is cursor stability in db2?
Where do you specify them?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
How do I connect my db2 database to ibm?
What is the use of value function?
What is explain in db2?
What parameters are used to control the free space in DB2?
How can deadlocks be resolved?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is dclgen (declaration generator)?
What are the uses of db2 optimizer?
Can one database have multiple instances?
What is db2 catalog database?
How can you do the explain of a dynamic sql statement?