If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi,
Please find the attached screen shot. I am just not understanding where the database is being used and if it is really in use why is it not displaying in the list of active database/applications? The database is also not explicitly activated.
Check that it's not in write suspend. If not, I'd suggest to stop the instance (if possible) and clean-up any remaining processes / IPC resources owned by this instance (kill / ipcrm commands)
Hi,
It is not in write suspend mode also and is not possible to stop the instance as there are many other databases running on the same
$ db2 connect to RELDB6R2
Database Connection Information
Database server = DB2/AIX64 9.1.7
SQL authorization ID = xyz
Local database alias = RELDB6R2
$ db2 set write resume for database
SQL1551N The SET WRITE RESUME command failed because the database is not currently in WRITE SUSPEND state.
Hey thanks a lot. This time it worked
The error code SQL1035 does not talk about this. The script we execute to take offline backup makes sure that database is unquiesced before terminating. I just have no idea how it went into quiesced state