Quote:
Originally posted by sathyaram_s
A backup command always creates a new connection to the database and at the end terminates it ...
As you were doing all the sqls and commands in the same session, at 12 db2 terminated the exisiting connection and made a new connection (the default CLP behaviour) and at the end of step 12 terminated the connection it created ... So, at step 13 , you did not have a connection
This is how I interpret the behaviour
Cheers
Sathyaram
|
Sathyaram, what you write here is absolutely right and I used test to prove it.
1. A backup command always creates a new connection (it ends the first connect at the same time), it terminates the new connection at the end too.
2. A backup command will not terminate other connections except itself.