0 votes
in DBMS by
How to Verify if database is restrictive or not in DB2?

1 Answer

0 votes
by

Use the following command to check if the database is restrictive or not.Syntax:

  1. db2 get db cfg for <db_name> | grep -i restrict  

Example:

Let's check if XYZ is restrictive database or not:

  1. db2 get db cfg for XYZ | grep -i restrict 

Related questions

+1 vote
asked Aug 21, 2020 in DBMS by DavidAnderson
+1 vote
+1 vote
+1 vote
+1 vote
asked Aug 21, 2020 in DBMS by DavidAnderson
...