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
Which components manage deadlocks in db2?
Mention some fields that are a part of sqlca.
What are db2 objects?
What is the use of commit in db2?
Is db2 free?
What is the difference between db2 and oracle?
What is a db2 cursor?
What is the information associated with sysibm.syslinks table?
How to find the number of rows in db2 tables?
What is the difference between spufi and qmf?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is a db2 collection?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is plan in cobol db2?
On which levels locks can be applied?