The flashcards below were created by user
Tralala
on FreezingBlue Flashcards.
-
What is the replacement for Enterprise Manager in 12C?
Enterprise Manager Database Express
-
What is Enterprise Manager Database Express big brother called?
Enterprise Manager Cloud Control
-
What can one do with EM Database Express?
- Security (Users, roles, profiles)
- Configuration (Instance Parameters, memory, database features)
- Storage (tablespaces, undo, redo, archive logs, control files)
- Performance
-
What component does EM Database Express require?
XML DB
-
How can the port for EM Database Express be changed?
DBMS_XDB_CONFIG.setHTTPsPort(5500);
-
How can the DBA find the EM Database Express port?
SELECT DBMS_XDB_CONFIG.getHTTPsPort FROM DUAL;
-
Which role gives users read-only access to EM Database Express?
EM_EXPRESS_BASIC
-
Which role gives users full access to EM Database Express?
EM_EXPRESS_ALL
-
How do you stop/start a database with EM database Express?
You can't
-
If there are multiple instances on the same server, what needs to be done to EM database Express?
Needs to be configured to run on a different port for each instance
-
What is the main new feature of DBCA?
- The ability to manage PDBs and CBDs
- Create a PDB
- Delete a PDB
- Unplug a PDB
|
|