Personal tools
You are here: Home DB2 How To's How to set DB2 databases to read-only mode
Navigation
Log in


Forgot your password?
 
Document Actions

How to set DB2 databases to read-only mode

db2 set write suspend for database

Perform the command below to set db2 databases to read-only mode

db2 connect to <dbname>
db2 set write suspend for database

Perform the command below to back DB2 database to write and read mode.

db2 connect to <dbname>
db2 set write resume for database
Security Awareness
Would you like your company to implement gamification into your security awareness program?





Polls