1.

What Are Different Views Dba Uses? Which Script Will Create Them?

Answer»

We use data dictionary views to LOOK into PERMANENT information about the DATABASE and dynamic performance views to get ongoing ACTIONS in the database. Both the views will be created after database creation USING catalog.sql script.

We use data dictionary views to look into permanent information about the database and dynamic performance views to get ongoing actions in the database. Both the views will be created after database creation using catalog.sql script.



Discussion

No Comment Found