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
Can one database have multiple instances?
What types of tables are there in the db2 database?
What is query_cache_limit?
What is the meaning concurrency in the db2 database?
What do you mean by cursor?
Which component is responsible for db2 startup and shutdown?
What is a trigger in the db2 database?
How do you stop a db2 database in linux?
What is the role of the data page in the db2 database?
What are the contents of a dclmgen?
What is the use of runstats in db2?
How to create db2 table in mainframe?
What is host variable?
If I have a view which is a join of two or more tables, can this view be updateable?
What is a Foreign Key?