Hi there,
I am a beginner in DB2 though I had a few years experience in other RDMS. Some senario in DB2 is really confusing me here.
when I was asked to do a offline backup of DB2 database, I forced all applications off, then I issued 'deactive database db1' command. it gives me some messages like 'the command is successful, but the database is not active'. then I list application again, I found some connections again!
so my first question is Why after the deactive database, users can still connect to the database?
Then I forced applications off again. and deactive database again. then I iissued the command backup database .... it looks okay.
so I terminated my connection.
then I run db2, then I typed connect db1, then it looks like I got connected??
if that is case, that's the command of activate database doing?
Anyone can give me some explanation? Thank you!