Altering the RLV Store Dbspace to Read-only

You can use the ALTER DBSPACE statement to set the RLV store to read-only. However, the RLV store is, by definition, a read-write store. Therefore only make the dbspace read-only if necessary (as in the case of dropping the dbspace).

Prerequisites
Task
Alter the dbspace to be read-only, using the statement ALTER DBSPACE dbspacename READONLY.
ALTER DBSPACE d1 READONLY
Related concepts
Permitted ALTER DBSPACE Syntax for RLV Store
Related tasks
Dropping the RLV Dbspace
Related reference
ALTER DBSPACE Statement