Oracle Cloud Infrastructure 2019 Cloud Operations Associate — Question 17
You use GUI tools on the Virtual Machine to create and administer the Database as a Service (DBaaS) databases.
You wish to use the Oracle Database Configuration Assistant (DBCA) to create a database instance. To run DBCA, you will need to use an SSH connection.
You need to perform several steps to establish this connection in DBCA and to create the database.
What are two of these steps?
Answer options
- A. Connect to the DBaaS instance with the SSH terminal session as the oracle user.
- B. Configure a PuTTY or SSH session to perform X11 forwarding.
- C. Install an Xterminal program if required.
- D. Update the tnsnames.ora file with the name of the service to which you want to connect.
Correct answer: A, B
Explanation
The correct answers, A and B, involve establishing the necessary SSH connection and enabling X11 forwarding to properly run the DBCA. Option C, while it may be necessary in some scenarios, is not universally required, and option D is unrelated to the SSH connection process needed for running DBCA.