Try OpenEdge Now
Database Administration
Maintaining and Monitoring Your Database
:
Multi-tenant database
:
Tenant Data Recovery
:
Step 1A: restricting access to your temporary database
Step 1A: restricting access to your temporary database
If you don't restrict access to the database with the PROREST command, you can restrict access with the PROUTIL DBRESTRICT command as a separate step. The syntax is:
proutil
db-name
-C dbrestrict
restrict-type restrict-action
For example, to restrict access for roll-forward on a database named
temporary_db
, you would enter:
proutil temporary_db -C dbrestrict rollforward enable
For the complete syntax of PROUTIL DBRESTRICT, see
PROUTILDBRESTRICT qualifier
.