Thanks for the link. It starts out with this:
The directory structure appears as follows: your_database_path⁄your_instance⁄NODE0000⁄SQL00001 ⁄
How are these determined?
- your_database_path
- your_instance
For example, I installed DB2 Express, created the Sample database and it created this directory structure, which doesn't seem to include the Sample Database name:
C:\DB2\NODE0000\SQL00001
Does DB2 always install in that directory on Windows?
Ultimately I am looking for the files where the actual data is stored (*.CAT and *.LRG I believe?) and the "master" database file that contains the information about databases, permissions, logins, etc.
Thanks again.