Quote:
Originally posted by Tank
Hmm... if I run "db2 attach" i get:
'no instance attachment exits',
but if I run 'db2 get instance' I get
'the current dbm instance is db2inst2'
Does anyone know the underlying
differenec between the to quieries??
BOW
|
GET INSTANCE just spits out the DB2INSTANCE value. Basically, what you will be attached to if you start doing things without an explicit ATTACH.
ATTACH tells you what instance you are actively attached to.