
We provide real 1z0-160 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Oracle 1z0-160 Exam quickly & easily. The 1z0-160 PDF type is available for reading and printing. You can print more and practice many times. With the help of our Oracle 1z0-160 dumps pdf and vce product and material, you can easily pass the 1z0-160 exam.
Free demo questions for Oracle 1z0-160 Exam Dumps Below:
NEW QUESTION 1
How would you enable a port persistently to keep communication always open through that port?
Answer: D
NEW QUESTION 2
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: AB
Explanation:
Example: To create a database into your Oracle Database Cloud Service
You have created a PuTTY definition for connecting through an SSH tunnel to your Database Cloud Service (DBaaS) instance. Now open this definition to connect to the VM.t10101
Because this is not the first time you are connecting to the VM, the SSH utility does not prompt you to confirm the public key. If it were the first time, the SSH utility would have prompted you to confirm the public key. You would have confirmed by clicking Yes.t10102
You can now launch DBCA either in silent mode or in graphical mode.
References:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/dbaas/OU/IntroDBaaS/UsingDBATools/Usin
NEW QUESTION 3
Which two statements are true about Database as a Service (DBaaS) Oracle Database Cloud Service or about Oracle Database Schema Service in Oracle Public Cloud?
Answer: BC
Explanation:
Database Schema Service uses schema isolation to implement multi-tenancy, which allows full transparency while still providing efficient use of database resources. The Oracle Database is, at its core, a multiuser system for sharing data, so Database Schema Service simply uses the capabilities built up for the Oracle Database to share resources among multiple Database Schema Service customers.
NEW QUESTION 4
Which two tasks can you perform on the Database Cloud Service Instance View page?
Answer: CD
Explanation:
References:
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/service-console-services-page.html
NEW QUESTION 5
Which three are ways to scale a Database Deployment that is hosting three Oracle 12c databases?
Answer: DEG
NEW QUESTION 6
Which three consoles can be accessed from the Oracle Database Deployment page?
Answer: ACD
NEW QUESTION 7
Which two steps would you perform to restore and recover a database from the most recent backup?
Answer: AC
Explanation:
A: Note: If some activity you want to perform requires you to temporarily disable regularly scheduled backups, you can do so by removing the scheduling information from the system-wide /etc/crontab file.
C: You can use the dbaascli utility to restore from the most recent backup and perform complete recovery on a database deployment hosting a single-instance database:
Connect as the opc user to the compute node.
Start a root-user command shell:$ sudo -s#
Restore the most recent backup and perform complete recovery using the orec subcommand of the dbaascli utility:# dbaascli orec --args -latestThe restore and recover process performs these steps:
Shuts down the database
Extracts and restores configuration files
Prepares for recovery
Performs the recovery
Restarts the database instance after recovery
Exit the root-user command shell:# exit$
References: Using Oracle Database Cloud Service (February 2021), page 6-23 https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-database-cloud-service.pdf
NEW QUESTION 8
Which user is used to log in to DBaaS Monitor Console to monitor the necessity of scaling a Database
Deployment?
Answer: D
NEW QUESTION 9
Which two must be true when you migrate an Oracle Database 12.1.0.2 non-CDB to a database that is running in a Database as a Service (DBaaS) instance on Oracle Cloud by using the Remote Cloning method?
Answer: EF
Explanation:
To migrate an Oracle Database 12c non-CDB database to a Database Cloud Service database deployment using the remote cloning method, you perform these tasks:
On the on-premises database host, invoke SQL*Plus and set the on-premises database to READ ONLY mode.
On the Database Cloud Service compute node, invoke SQL*Plus and create a database link that enable a connection to the on-premises database.
On the Database Cloud Service compute node, execute the CREATE PLUGGABLE DATABASEcommand to clone the on-premises non-CDB database.
On the Database Cloud Service compute node, execute
the $ORACLE_HOME/rdbms/admin/noncdb_to_pdb.sql script.
On the Database Cloud Service compute node, open the new PDB by executing the ALTER PLUGGABLE DATABASE OPEN command.
Optionally, on the on-premises database host invoke SQL*Plus and set the on-premises database back to READ WRITE mode.
You can use this method only if the on-premises platform is little endian, the on-premises database release is 12.1.1.2 or higher, and the on-premises database and Database Cloud Service database have compatible database character sets and national character sets.
References:
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/mig-remote-cloning-non-cdb.html
NEW QUESTION 10
Which two statements are true about the SSH tunnels within an Oracle Database Cloud Service environment?
Answer: BC
NEW QUESTION 11
How would you stop Oracle REST Data Services (ORDS)?
Answer: D
NEW QUESTION 12
Which two statements are true about the Oracle software releases that are currently supported in a Database Deployment in Oracle Public Cloud?
Answer: CE
Explanation:
11g Release 2 and 12c Release 1 (and 2) are supported.
References:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/dbaas/obe_dbaas_creating_an_instance/obe_
NEW QUESTION 13
You are monitoring resource usage on your Database Cloud Service.
What two resource usage metrics can you find on the Instance Overview page?
Answer: DE
Explanation:
The Overview page includes graphs that plot the data values for the top metrics for the past 7 days. The type of data collected and shown depends on the type of service. For example, for Oracle Database Cloud Service, the graphs show Storage Used and Maximum Storage Used.
NEW QUESTION 14
You are preparing the storage volume for use in an instance. Which two tasks must you perform?
Answer: BC
Explanation:
To add temporary storage to a database deployment:
Use the Create Storage Volume wizard in the Compute Cloud Service console to create a storage volume.
Attach the storage volume to the Compute Cloud Service instance on which the compute node is running. When you attach the storage volume, it is assigned a disk number. Note down this disk number for later use.
Connect as the opc user to the compute node.
Start a root-user command shell$ sudo -s #
Confirm the addition of the storage volume by using the ls command:# ls /dev/xvd*
Create a file system on the partition by using the mkfs command.
Create a directory to use as the mount point for the partition by using the mkdir command.
Mount the partition on the directory you just created by using the mount command.
Set the ownership and permissions of the mount-point directory appropriately by using the chown and chmod commands.
Exit the root-user command shell.
References: Using Oracle Database Cloud Service (February 2021), 4-4 https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-database-cloud-service.pdf
NEW QUESTION 15
You are creating a new Database Deployment.
Which statement is true about connections that are created by default?
Answer: C
NEW QUESTION 16
Which two statements are true about the Database Deployments and Oracle database instances that are provided by Oracle Public Cloud?
Answer: CD
NEW QUESTION 17
You want to apply a patch to your Oracle Database Cloud – Database as a Service. What command will you execute to patch your database instance?
Answer: C
Explanation:
Options of the command: dbaascli dbpatchm apply – applies the patch.
clonedb – applies a patch to a test deployment. list_patches – displays a list of available patches.
list_tools – checks whether any cloud tooling updates are available. prereq – checks the prerequisites of a patch.
rollback – rolls back the last deployment patch. switchback – restores database software to a prior state. toolsinst – downloads
References: References: Using Oracle Database Cloud Service (February 2021), page D-1 https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-database-cloud-service.pdf
NEW QUESTION 18
Which three statements are true about the Oracle Cloud Service storage volumes that are created as part of a Database Deployment in Oracle Public Cloud?
Answer: ADE
Explanation:
Compute Cloud Service Storage Volumes
When a Database Cloud Service deployment is created using the Oracle Database Cloud Service service level, the following storage volumes are created.
References: Using Oracle Database Cloud Service (February 2021), page A-3
http://docs.oracle.com/cloud/latest/dbcs_dbaas/CSDBI/CSDBI.pdf
NEW QUESTION 19
Which statement is true about the Database Deployment and Database instances in Oracle Public Cloud?
Answer: E
Explanation:
References:
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/db-deployments.html#GUID-61C0A3F6-1760
NEW QUESTION 20
Which two tasks can be performed to customize a backup configuration?
Answer: AD
NEW QUESTION 21
Which two steps are true about performing an on-demand backup?
Answer: D
NEW QUESTION 22
Users must be granted roles to manage Cloud services.
Which three statements are true about roles and role assignment in Oracle Database Cloud Service?
Answer: ADE
Explanation:
A: A Service administrator manages administrative functions related to Oracle Cloud services within an identity domain.
D: The privileges given to the DBaaS Database Administrator role include: Can scale, patch, and back up or restore database deployments
NEW QUESTION 23
......
Thanks for reading the newest 1z0-160 exam dumps! We recommend you to try the PREMIUM Surepassexam 1z0-160 dumps in VCE and PDF here: https://www.surepassexam.com/1z0-160-exam-dumps.html (86 Q&As Dumps)