Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is nodegroup

Status
Not open for further replies.

learningDBA

Programmer
Joined
May 9, 2002
Messages
6
Location
IN
Pls explain what is nodegroup ?

i cant understand anything abt it.

Regards
Malayils
 
Hello Malayils,

In a way, databases are nothing than a collection of files.
The collection of databases in an instance is grouped under DB2/NODE0000, with the specific databases grouped as:
DB2/NODE0000/SQL00001,
DB2/NODE0000/SQL00002,

.....................

Of course each database-node contains a tree-structure of itself with tablespaces,logfiles,events etc.
At the bottem of this tree-structure are files that constitute the actual tables e.d. that reside in the database
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top