1z0-160 oracle. Number: 1z0-160 Passing Score: 800 Time Limit: 120 min.

Size: px
Start display at page:

Download "1z0-160 oracle. Number: 1z0-160 Passing Score: 800 Time Limit: 120 min."

Transcription

1 1z0-160 oracle Number: 1z0-160 Passing Score: 800 Time Limit: 120 min

2 Exam A QUESTION 1 You want to perform database recovery with the most recent backup. Which command would you execute? A. dbaascli rec args latest B. dbaascli orec args -latest C.dbaascli rec args -last D.dbaascli orec args -last Correct Answer: B /Reference: dbaascli orec latest command restores the most recent backup and performs complete recovery. References: QUESTION 2 You are migrating an Oracle Database on-premise database to an Oracle Database Cloud Service (Database as a Service) that provides a pre-created Oracle Database database. What four migration methods can be used? A. conventional export/import B. Transportable Tablespace (TTS) with RMAN conversion C. Transportable Tablespace (TTS) by using Oracle Data Pump D. SQL *Loader E. RMAN image restore F. Data Pump Transportable Database (TDB) export/import

3 Correct Answer: BCDF /Reference: You load data into an Oracle database on Oracle Database Cloud Service using the same tools you would use for an Oracle database on another system. * (D) Using SQL*Loader to Load Data into the Database * Using Oracle Data Pump Import to Load Data into the Database * (BC) Using Transportable Tablespaces to Load Data into the Database There are two ways to transport a tablespace: Manually, involving issuing commands to SQL*Plus, RMAN, and Data Pump. Using the Transport Tablespaces Wizard in Enterprise Manager * Using Pluggable Databases (PDBs) to Load Data into the Database * Using Oracle Public Cloud Data Transfer Services to Move Large Data Sets * (F) Full transportable export/import, is available to make migration to Oracle Database 12c faster, easier, and more efficient than ever before. Full transportable export is available starting with Oracle Database 11g Release 2 ( ). References: QUESTION 3 You created a Database as a Service (DBaaS) instance. This action also created a virtual machine and configured it for the DBaaS instance. It also created two user accounts. One of the users is oracle. What three functions can the oracle user perform? A. Grant privileges and roles to database users. B. Create database users. C. Back up and recover databases. D. Create tablespaces. E. Reboot a VM. F. Use the sudo command to perform root user access operations. Correct Answer: ABC

4 /Reference: oracle is the Oracle Database administrator account you use to access the system and perform non-root database administration tasks. A home directory, /home/ oracle, is created for this user. This user cannot use the sudo command to perform operations that require root-user access. Additionally, by default you cannot connect as this user to the compute node using SSH. You can add the public key to the user s $HOME/.ssh/authorized_keys file to grant persistent SSH access, or you can connect as the opc user and then use the sudo -s command to start a root-user command shell, followed by an su - oracle command to switch to the oracle user. Incorrect Answers: F: root is the root administrator for the system. You do not have direct access to this account. To perform operations that require root-user access, use the sudo command as the opc, not the oracle, user. References: obe_dbaas_administering_your_database_cloud_service.html QUESTION 4 Where is the Oracle Database Cloud software for monitoring and backup installed? A. The Oracle Database Cloud software is located in the Database Automatic Diagnostic Repository (ADR). B. The installation is done at /var/opt/oracle/dbaascli and /var/opt/oracle/bkup_api. C. The location must be set during installation as user-defined locations for the installation to start. D. The location is based on Oracle Flex Architecture, which is similar to non-dbaas systems. Correct Answer: B /Reference: When a database deployment is created using the Oracle Database Cloud Service service level, software is installed in the following locations. * bkup_api utility /var/opt/oracle/bkup_api * dbaascli utility /var/opt/oracle/dbaascli * Oracle REST Data Services /u01/app/oracle/product/apex_listener * Oracle Database $ORACLE_HOME: Oracle Database 12c: /u01/app/oracle/product/12.1.0/dbhome_1 Oracle Database 11g: /u01/app/oracle/product/11.2.0/dbhome_1 Note: Using the dbaascli utility, you can perform operations like: Changing the password of the SYS user Checking the status of the Oracle Data Guard configuration

5 Switchover and failover in an Oracle Data Guard configuration Patching the database deployment Database recovery Rotating the master encryption key References: Using Oracle Database Cloud Service (February 2017), A-4 QUESTION 5 Oracle provides additional web-based tools for monitoring Database as a Service (DBaaS) instances. One of the tools is DBaaS Monitor Console. Which user would you have to log in as to use this tool? A. dbsnmp B. sys C. dbaas_monitor D. sysman Correct Answer: C /Reference: To access Oracle DBaaS Monitor when the HTTPS port is unblocked: 1. Open the Oracle Database Cloud Service console. 2. From the menu for the deployment, select Open DBaaS Monitor Console. A window prompting you for your user name and password is displayed. 3. Enter dbaas_monitor as the user name and the password specified during the database deployment creation process, and then click OK. References: Using Oracle Database Cloud Service (February 2017), QUESTION 6 How would you connect from your local machine to the database instance on the DBaaS server by using SQL*Net? A. You start an SSH process on your local machine to communicate to a tunnel created on the DBaaS server. B. You must use port 1521 and the TCPS communication protocol. C. You can use only the SSH connection that is defined on port 22 that is configured by default during DBaaS instance installation. D. You must use Transparent Data Encryption (TDE) to secure connections to the DBaaS database instance when using SQL*Net connections from your local machine to DBaaS database instances.

6 Correct Answer: B /Reference: To confirm remote access to the database through the SQL*Net security rule, create a connection to the database in Oracle SQL Developer. When creating the connection, fill out the fields as follows: Username: enter SYSTEM. Password: enter Pa55_WoRd. Hostname: enter the Public IP address of the compute node associated with the database deployment. To find out this address, display details of the service as described in Viewing Detailed Information for a Database Deployment Port: enter SID: enter ORCL. After entering values, click Test to test the connection. Note: TCPS is TCP/IP with SSL. References: Using Oracle Database Cloud Service (February 2017), QUESTION 7 How do you enable a default connection between Database as a Service (DBaaS) instances? A. by creating network groups and adding the instances that you want to communicate to that group B. by creating dedicated communication keys and setting them to be used only for your DBaaS instance-to-instance communication C. by creating nothing for communication between the DBaaS instances because all instances are interconnected by default D. by installing and configuring the NETMGR utility for your DBaaS environment, and then using it to set up the required communication channels Correct Answer: B /Reference: Before your DBaaS database was created, you or a coworker generated a private and public SSH key pair, perhaps using PuTTY Key Generator. The public key was specified when your database instance was created; a copy of that public key was stored in the VM hosting your database. When you define in PuTTY an SSH connection to the VM hosting your database, you will specify a copy of the private key stored on your local PC. When you initiate a PuTTY connection, the VM compares the private key to the matching public key stored in the VM. The VM permits the connection when the private and public key match as a valid key pair. References:

7 obe_dbaas_connecting_to_an_instance.html QUESTION 8 You are on the Database Cloud Service Instance View page. Which three consoles can you open? A. OPC Console B. GlassFish Administration Console C. Storage Container Console D. Application Express Console E. User Console F. Database Express Manager Console Correct Answer: DEF /Reference: DF: The menu for each deployment that provides the following options: Open DBaaS Monitor Console Open the Oracle Cloud Database Monitor for the deployment. Open Application Express Console Open the Oracle Application Express home page for the deployment. Open EM Console Open the database console, either Enterprise Manager Database Express 12c or Enterprise Manager 11g Database Control. References: QUESTION 9 What are two ways to enable a port on your DBaaS VM server for access to your DBaaS instance? A. Use your public and private key pairs to define a list of preferred ports that get enabled during your DBaaS instance installation. B. Create a tunnel for port forwarding by using SSH. C. Configure all remote connections through port 22 that is assigned by default for SSH connections. D. Ask Oracle DBaaS Support to open the required ports.

8 E. Use the DBaaS Compute Cloud Service Console to open ports to a set of IP addresses. Correct Answer: BC /Reference: C: SSH is a cryptographic network protocol that uses two keys, one public and one private, to provide secure communication between two networked computers. Port 22 is the standard TCP/IP port that is assigned to SSH servers. B: To access network protocols and services on a compute node by using a port other than port 22, you must either: - Enable network access to the port You can use the Oracle Database Cloud Service console to enable access to a port on a compute node. - Create an SSH tunnel to the port Creating an SSH tunnel enables you to access a specific compute node port by using an SSH connection as the transport mechanism. To create the tunnel, you must have the SSH private key file that matches the public key specified during the database deployment creation process. References: Using Oracle Database Cloud Service (February 2017), QUESTION 10 A key pair is required to create a DBaaS instance. What can the key pair be used for? A. They key pair is used to start up, shut down, and manage EM Express availability. B. The keys are used to control the encryption that is used by DBaaS database instances: the first is for network encryption and the second is for database encryption. C. The keys replace password use. DBaaS instance use only key pairs; password authentication is not enable for SSH default connections. D. Communication between instances in a DBaaS account is controlled by network access rules and network groups. Correct Answer: C /Reference: Before you create a Database Cloud Service instance you can choose to create a Secure Shell (SSH) public/private key pair. The SSH keys are used to facilitate secure access to the compute nodes that support your database deployments. References: Using Oracle Database Cloud Service (February 2017), 1-7

9 QUESTION 11 Which statement is true about Database Schema Service and Database as a Service in Oracle Public Cloud? A. Database Schema Service requires no database administrators to administer the database. B. Database as a Service (DBaaS) requires no database administrators to administer the database. C. Database as a Service (DBaaS) provides complete database instances with shared control between the subscriber DBA and Oracle Support. D. Database Schema Service provides database schemas with shared control between the subscriber DBA and Oracle Support. Correct Answer: C /Reference: QUESTION 12 You want to make sure that your database administrators have a convenient way to monitor your DBaaS instance. To do so, you need to enable the Oracle DBaaS Monitor. How would you enable the Oracle DBaaS Monitor? A. Use the enable_dbaas_monitor command. B. Create an SSH tunnel to port 443. C. Disable the ora_p2_httpssl security rule in Oracle Compute Cloud Service Console. D. Use the Oracle GlassFish Server Administration Console. E. Add ODBM access to each DBA s user profile. Correct Answer: B /Reference: To access Oracle DBaaS Monitor when the HTTPS port is blocked, you must create an SSH tunnel to port 443 on the compute node hosting the DBaaS Monitor. Note: How you access Oracle DBaaS Monitor depends on whether the HTTPS port (443) has been unblocked. When a Database Cloud Service deployment is first created, the HTTPS port is blocked to ensure network security Incorrect Answers: C: You should enable the ora_p2_httpssl security rule, not disable it.

10 When a database deployment is created, the following Oracle Compute Cloud Service security rules are created, but set to a disabled status: * ora_p2_httpssl, which controls access to port 443, the port used for HTTPS connections, including Oracle REST Data Services, Oracle Application Express, and Oracle DBaaS Monitor...etc. To enable access to a compute node port, you enable the appropriate security rule. References: 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? A. number of days left on your subscription B. number of processes allocated C. I/O from reads and writes D. memory E. storage F. number of current users Correct Answer: DE /Reference: 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. QUESTION 14 You are preparing the storage volume for use in an instance. Which two tasks must you perform? A. Point to a mount point that has existing files and directories. B. Connect to the DBaaS instance to which you attached the storage volume by using ssh or PuTTY as the opc user. C. Create a mount point on your instance. D. Connect to the DBaaS instance to which you attached the storage volume by using ssh or PuTTY as the oracle user.

11 Correct Answer: AC /Reference: To add temporary storage to a database deployment: 1. Use the Create Storage Volume wizard in the Compute Cloud Service console to create a storage volume. 2. 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. 3. Connect as the opc user to the compute node. 4. Start a root-user command shell $ sudo -s # 5. Confirm the addition of the storage volume by using the ls command: # ls /dev/xvd* 6. Create a single, primary partition that occupies the entire storage volume by using the fdisk command. 7. Create a file system on the partition by using the mkfs command. 8. Create a directory to use as the mount point for the partition by using the mkdir command. 9. Mount the partition on the directory you just created by using the mount command. 10. Set the ownership and permissions of the mount-point directory appropriately by using the chown and chmod commands. 11. Exit the root-user command shell. References: Using Oracle Database Cloud Service (February 2017), QUESTION 15 You want to perform an on-demand backup. Which two statements are true? A. Connect to the instance s VM as the opc user. B. Connect to the instance s VM as the oracle user. C. Disable the backup configuration (crontab). D. Enable the backup configuration (crontab). Correct Answer: AD /Reference: A: Creating an On-Demand Backup by Using the bkup_api Utility You can use the bkup_api utility to create an on-demand backup of a database deployment hosting a single-instance database or an Oracle Data Guard

12 configuration. 1. Connect as the opc user to the compute node. In a Data Guard configuration, connect to the compute node hosting the primary database. 2. Start a root-user command shell: $ sudo -s # 3. You can choose to have the backup follow the current retention policy, or you can choose to create a long-term backup that persists until you delete it: To create a backup that follows the current retention policy, enter the following bkup_api command: # /var/opt/oracle/bkup_api/bkup_api bkup_start To create a long-term backup, enter the following bkup_api command: # /var/opt/oracle/bkup_api/bkup_api bkup_start --keep 1. Exit the root-user command shell and disconnect from the compute node: # exit $ exit D: 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. References: Using Oracle Database Cloud Service (February 2017), QUESTION 16 You get complaints from users of several different applications that performance has degraded over time. These applications run in this configuration: 1. There are three different databases and database instances. 2. Two of the poorly performing applications run in the same Pluggable Database (PDB) in an Oracle 12c multitenant Container Database (CDB) with four PDBs. 3. One of the poorly performing applications runs in a different PDB in the same CDB. 4. One of the poorly performing applications runs in an Oracle 12c non-cdb, which also hosts other applications. 5. You have the Oracle Resource Manager configured for the CDB, all PDBs, and the non-cdb. 6. Each application has a separate consumer group associated with the sessions that are running that application. A check of wait events for the sessions belonging to these applications shows that the sessions are waiting longer and that there are more sessions from other applications in the same database instance. You wish to avoid scaling up your Database as a Service (DBaaS) instance in Oracle Cloud. Which three should you check and possibly reconfigure to avoid the need to scale up the DBaaS instance? A. Check the shares allocated only to the consumer group in the non-cdb that is used by the poorly performing application. B. Check the shares allocated to all consumer groups in the non-cdb. C. Check the CDB plan to configure the shares allocated to all PDBs, including the PDB that contains the two poorly performing applications. D. Check the PDB plan for the PDB that is hosting the two poorly performing applications.

13 E. Check the CDB plan only to configure the shares allocated to the PDB that contains the two poorly performing applications. F. Check the PDB plan for all the PDBs in the CDB, including the PDB that is hosting the two poorly performing applications. Correct Answer: ADE /Reference: References: QUESTION 17 Which are two of the tasks that must be performed to enable SQL*NET access for your DBaaS database instance over SSL? A. You must open a port on the virtual machine (VM) that is hosting the instance. B. You use Net Manager (NETMGR) to configure a database alias and set the connect string. C. You use Oracle Connection Manager to configure the required network settings. D. You must configure SSL support on the instance. Correct Answer: AB /Reference: SQL*Net is Oracle's remote data access protocol that enables client-server and server-server communications across networks. An Oracle client connects to the server using the port address of the listener, which is normally defined as TCP port 1521 during Oracle installation. Oracle Net Manager is a utility used for configuring SQL*Net.

14 References: QUESTION 18 You have an Oracle Database 12c on-premise non-cdb database that is running on the AIX platform. Which two methods can be used to migrate the on-premise database to a database that is running in a Database as a Service (DBaaS) instance on Oracle Cloud?

15 A. Remote Cloning B. Transporting Tablespaces by using RMAN convert C. Data Pump D. Transporting Tablespaces by using RMAN backup from platform E. scp file copy Correct Answer: AC /Reference: You can migrate Oracle Database 12c non-cdb databases from on-premises to Oracle Database 12c databases in Oracle Database Cloud using several different methods including: * Data Pump Conventional Export/Import This method can be used regardless of the endian format and database character set of the on-premises database. * Remote Cloning (non-cdb) This method can be used only if the on-premises platform is little endian, the on-premises database release is or higher, and the on-premises database and Database Cloud Service database have compatible database character sets and national character sets. You can use the remote cloning method to copy an Oracle Database 12c non-cdb on-premises database to your Oracle Database 12c database in the cloud. * RMAN CONVERT Transportable Tablespace with Data Pump This method can be used only if the database character sets of your on-premises database and Oracle Database Cloud Service database are compatible. * RMAN Cross-Platform Transportable Tablespace Backup Sets This method can be used only if the database character sets of your on-premises database and Oracle Database Cloud Service database are compatible. References: QUESTION 19

16 Your Database as a Service (DBaaS) instance hosts a multitenant container database (CDB) with four pluggable database (PDB) tenants. Users of an application in one PDB and users of another application in another PDB complain of poor performance. Investigation shows that the application sessions are not using excessive CPU nor are they requesting an unusual amount of I/O. Which two steps should you perform to resolve this problem? A. Add storage to the DBaaS instance. B. Add CPU to the DBaaS instance. C. Examine the shares of resources allocated to each PDB within the CDB. D. Examine the shares of resources allocated to each consumer group within all four PDBs. E. Examine the shares of resources allocated to each consumer group within the PDBs that contain the two applications. F. Add memory to the DBaaS instance. Correct Answer: EF /Reference: QUESTION 20 Which two can be increased to scale up the compute shape of a Database as a Service (DBaaS) instance in Oracle Cloud? A. Add more memory to the DBaaS instance by using the Scale up button on the DBaaS Instance Overview page. B. Add more storage to the DBaaS instance by using the Scale up button on the DBaaS Instance Overview page. C. Add more network adaptors (NICs) to the storage network used by the DBaaS instance by using the Scale Up button on the DBaaS Instance Overview page. D. Add more network adaptors (NICs) to the public access network used by the DBaaS Instance by using the Scale Up button on the DBaaS Instance Overview page. E. Add more CPUs to the DBaaS instance by using the Scale Up button on the DBaaS Instance. Correct Answer: AE /Reference: Occasionally, the need to scale arises from some change made to the database or backup configuration after it was created. For example, if the decision to use the In-Memory Database option was made after database creation, you might need to scale up the compute shape to one of the high-memory options, such as scaling from "OC4-2 OCPU, 15 GB RAM" to "OC2M - 2 OCPU, 30 GB RAM".

17 Note: To scale the compute shape for a database deployment: 1) View the overview page for the database deployment: a) Open the Oracle Database Cloud Service console. b) Click the name of the deployment you want to scale. The Oracle Database Cloud Service Overview page is displayed Choose the scaling command. The Scale Up/Down Service overlay is displayed. Note that the overlay includes information about the current compute shape. 2. Select a new compute shape. 3. Click Yes, Scale Up/Down Service to scale the database deployment. The scaling operation begins. The database deployment is in Maintenance status and unavailable while the scaling operation is in progress. References: QUESTION 21 You are configuring network connections to your database instance. What does each network group represent? A. It is used to allow unrestricted communication among some of your DBaaS instances by using a set of defined policies and access rules. B. It is used to define load balancing and failover configurations between RAC database instances. C. It is used to define network connections to the Pluggable Databases (PDBs) within a Container Database. D. It is used to manage the connections between your external application servers (application servers that you currently use in your business environment) and your DBaaS instances. Correct Answer: A /Reference: Network groups provide a method for VMs to be grouped together for communications and firewall rules. You can define network groups to allow VMs within a group to communicate with each other, while also preventing those VMs from communicating outside the group. Note: Access rule. Access rules define the permitted paths of communication for VMs that are within a network group. You can define an access rule to enable a specific path of communication between two network groups, or between a network group and a specified list of IP addresses. References: ConfiguringNetworkSettings.html#section2s2

18 QUESTION 22 Which two statements are true about the Database as a Service (DBaaS) instances and Oracle database instances that are provided by Oracle Public Cloud? A. A DBaaS instance Virtual Image always provides a pre-created Oracle database. B. An Oracle database instance that is provided as part of DBaaS runs a different executable than would be run with the same version and release of Oracle Database on private premises. C. A DBaaS instance Virtual Image always provides a Linux virtual machine. D. A DBaaS instance Virtual Image requires customers to install their preferred version on the Oracle database software. E. Multiple Oracle database instances can run in a DBaaS instance on Oracle Public Cloud. Correct Answer: CE /Reference: C: A During DBaaS instance Virtual Image installation a Linux instance is created and a tarball is dropped into a staging area. The database is not provisioned. The file system is not prepared. The network ports are not configured and enabled. True, the virtual instance creation only takes a few minutes but all we are doing is provisioning a Linux instance and copying a tarball into a directory. E: Oracle Database Cloud Service enables Database Containerization. Oracle Database 12c includes the Oracle Multitenant option for managing Pluggable Databases. Incorrect Answers: A: When you create a database deployment on Oracle Database Cloud Service using the Virtual Image service level, Oracle Database is not automatically installed, nor is a database created. You must perform these steps manually after the deployment is created. B: Oracle Database Cloud Service provides dedicated database instances with Oracle Database 11g, 12.1 and 12.2, with your choice of Standard, Enterprise, High Performance, or Extreme Performance packaging. D: To create a database on a deployment using the Virtual Image service level, you perform these tasks: 1. Create storage volumes for the Oracle Database software and for the database files, and then format and mount them. 2. Stage the Oracle Database software on the mount point you created for it. 3. Create a database and start the database instance. 4. Start the listener for the database instance. 5. Create Oracle Compute Cloud Service security rules to permit access to services of the database from outside the Oracle Cloud. References: QUESTION 23

19 You are creating a new Database as a Service (DBaaS) instance. Which statement is true about connections that are created by default? A. A default network connection is created to your application server. B. A default network connection is created to the other instances that you have created. C. No default connections are created to other DBaaS instances or to any external servers. D. All network connections are pre-created within DBaaS. Correct Answer: C /Reference: QUESTION 24 You get complaints from users of several different applications that performance has degraded over time. These applications run in this configuration: 1. There is one database and database instance, which is an Oracle 12c multitenant Container Database (CDB) with five Pluggable Databases (PDBs). 2. One of the poorly performing applications run in one of the PDBs. 3. One of the poorly performing applications runs in a different PDB in the same CDB. 4. You have the Oracle Resource Manager configured for the CDB only. 5. Each PDB has all sessions in one consumer group. A check of wait events for the sessions belonging to these applications shows that the sessions are waiting longer and that there are more sessions from other applications in the same database instance. You wish to avoid scaling up your Database as a Service (DBaaS) instance in Oracle Cloud. Which four should you check and possibly reconfigure to avoid the need to scale up the DBaaS instance? A. Modify the users that are using each application so that their sessions are associated with the correct consumer group in the PDB that is hosting their application. B. Check the CDB plan to configure the shares allocated to all PDBs, including the PDBs that contain the two poorly performing applications. C. Check the CDB plan only to configure the shares allocated to the PDBs that contain the two poorly performing applications. D. Create separate consumer groups for the sessions for all applications in the PDB plans for the PDBs that are hosting the two poorly performing applications. E. Check the PDB plan for all the PDBs in the CDB, including the PDB that is hosting the two poorly performing applications. F. Create a PDB plan for each PDB in the CDB that has poorly performing applications.

20 G. Create a separate CDB plan for each PDB that has poorly performing applications. Correct Answer: ABDF /Reference: QUESTION 25 What are two things can you do on the My Services Dashboard page? A. You can customize the metric icon for each valid service. B. You can add a data center and identity domain to your Cloud account. C. You can activate services for the current data center and identity domain. D. You can check the overall status of your active services for the current data center and identity domain. Correct Answer: CD /Reference: The My Services Dashboard shows information limited to one identity domain in your account. References: Using Oracle Database Cloud Service (February 2017), page QUESTION 26 The first step to connecting to Oracle Cloud is generating an SSH key pair. To generate a key pair on a Unix or Linux machine, you would run the ssh-keygen utility. What should be the number of bits in the key that must be created?

21 A B C D Correct Answer: C /Reference: To generate an SSH key pair on UNIX and UNIX-like platforms using the ssh-keygen utility: 1. Navigate to your home directory: $ cd $HOME 2. Run the ssh-keygen utility, providing as filename your choice of file name for the private key: $ ssh-keygen -b t rsa -f filename The ssh-keygen utility prompts you for a passphrase for the private key. 4. Enter a passphrase for the private key, or press Enter to create a private key without a passphrase Etc. References: Using Oracle Database Cloud Service (February 2017), page QUESTION 27 Which three will be supported after migrating an on-premises database to a Database as a Service (DBaaS) instance on Oracle Cloud? A. increased security of application roles B. reduction in operational costs C. ability to increase capacity on demand D. provisioning of application testing E. centralization of database management Correct Answer: CDE /Reference: References: QUESTION 28 Which three statements are true about SSH tunnels in a Database as a Service (DBaaS) Cloud configuration?

22 A. A separate SSH tunnel is required for each port that is required for the environment. B. The SSH tunnel should include all required ports for the environment. C. The available protocols include ssh-2 DSA. D. The default protocol is ssh-1 RSA. E. The SSH tunnel is opened automatically by the Cloud Services VPN and remains open. F. The SSH tunnel must be opened manually and must remain open. Correct Answer: ACF /Reference: C:

23 Incorrect Asnwes: B: You can only specify the source port, and the destination port. D: The default protocol is ssh-2 RSA- References: QUESTION 29 Which three statements are true about the service levels provided by Database as a Service (DBaaS)? A. The Virtual Image service level provides a pre-created database. B. The Virtual Image service level provides tools for backups and patching. C. The automated service provides a pre-installed virtual machine image. D. The automated service provides a pre-created database. E. The cloud tooling within the automated service level provides a tool for point-in-time database recovery. Correct Answer: BDE /Reference: Incorrect Answers: A: When you create a database deployment on Oracle Database Cloud Service using the Virtual Image service level, Oracle Database is not automatically installed, nor is a database created. References: QUESTION 30 You created a Database as a Service (DBaaS) instance. This action also created a virtual machine and configured it for the DBaaS instance. It also created two user accounts. One of the users is opc. Which three functions can the opc user perform? A. dropping the database instance B. any root-user operation C. database tuning D. database backup and recovery E. administrative operations in the virtual machine F. operations that requires root-user access

24 Correct Answer: DEF /Reference: Opc is the system administrator account you use to connect to the compute node using SSH. This user can use the sudo command to perform operations that require root-user access. Connect as the user opc to perform operations that require root access to the compute node, such as backing up or patching; this user can use the sudo command to gain root access to the compute node. Incorrect Answers: B: The root user is the root administrator for the system. You do not have direct access to this account. To perform operations that require root-user access, use the sudo command as the opc user. References: Using Oracle Database Cloud Service (February 2017), page QUESTION 31 You want to migrate an Oracle Database on-premises database to the Oracle Database 11g database of the Database as a Service (DBaaS) instance on Oracle Cloud. A subset of the data that you want to transfer includes data stored in LONG data type columns. All required data is contained in a dedicated tablespace. The tablespace is 100 GB in size and has 20% free space. The client wants the data migrated in the shortest possible time to minimize impact on end users. Select the most appropriate migration method to meet this requirement. A. Data Pump TDB B. Data Pump TTS C. SQL*Loader Direct Path D. conventional export/import E. Remote Cloning Correct Answer: B /Reference: The Data Pump Transportable Tablespace can be used only if the on-premises platform is little endian, and the database character sets of your on-premises

25 database and Oracle Database Cloud Service database are compatible. The Transportable Tablespace method is generally much faster than a conventional export/import of the same data because the data files containing all of the actual data are simply copied to the destination location. Incorrect Answers: C: Data Pump TDB is not supported in this scenario. D: The data pump conventional export/import method is simple to implement, provides the broadest cross-platform support and enables you to physically reorganize your target database; however, the time and resources required for export and import may rule out this approach for situations with large databases or limited timeframes. E: Remote cloning is not supported in this scenario. References: QUESTION 32 You are using access rules to control network traffic among your DBaaS instances. Which statement is true about access rules? A. They are used only for configuring external server access to DBaaS and do not impact how network groups communicate. B. They define a specific communication path, which consists of a source, destination, and protocol-port combination over which communication is allowed. C. They are used to map an external user to a database user to allow the user to communicate with and access the database. D. They are used to encrypt communication between DBaaS instances. Correct Answer: B /Reference: On the Access Rule you can define the following: Source Hosts from which traffic is allowed. Possible values are DB, PUBLIC-INTERNET, or a custom value in the form of an IP address. Destination Security list to which traffic is allowed. This will be DB, the ora_db security list for the deployment. Ports

26 Port or range of ports for the rule. References: QUESTION 33 Identify the access that is initially available to connect to your Database as a Service (DBaaS) environment. A. telnet on port 23 B. SSH on port 22 C. SSL/TLS on port 443 D. Cloud Control on port 7799 E. Enterprise Manager on port 1158 Correct Answer: B /Reference: By default, network access to the deployment is restricted to SSH connections on port 22. References: QUESTION 34 Which two problems indicate that you should consider scaling up your Database as a Service (DBaaS) instance that hosts an Oracle Database 12c multitenant container database (CDB) with four pluggable databases (PDBs)? A. shortage of CPU for two PDBs in the CDB B. shortage of I/O bandwidth for the parallel queries that are issued by the CDB instance C. shortage of memory for the DBaaS instance D. shortage of memory in the Shared Pool of the CDB E. shortage of CPU for the DBaaS instance Correct Answer: CE /Reference: References: QUESTION 35

27 You wish to perform database recovery and restore the most recent backup. Which two steps will you perform? A. Disable the scheduled backup configuration. B. Disable the scheduled recovery configuration. C. Perform the restore with the dbaascli orec --args latest command. D. Perform the restore with the dbaascli orec -args last command. E. Perform the restore with the dbaascli orec -args stop -last command. F. Perform the restore with the dbaascli orec -args close last command. Correct Answer: AC /Reference: 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: 1. Connect as the opc user to the compute node. 2. Start a root-user command shell: $ sudo -s # 3. Restore the most recent backup and perform complete recovery using the orec subcommand of the dbaascli utility: # dbaascli orec --args -latest The 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 1. Exit the root-user command shell: # exit $ References: Using Oracle Database Cloud Service (February 2017), page

28 QUESTION 36 How do you access none default ports on your DBaaS VM server? A. Review a file called portlist.ini in your installation directory to acquire the list of none default ports that are assigned to your VM server. B. You file a service request with your DBaaS support team to have the none default ports opened for use. C. You create an SSH tunnel to the none default port. D. All communication to DBaaS services must be configured only by using the default ports that are assigned to your VM server during the installation of your DBaaS instances. Correct Answer: B /Reference: To enable access to a compute node port, you enable the appropriate security rule. When you enable one of the predefined security rules, the given port on the compute node is opened to the public internet. To enable access to a different port, or restrict access to a port, you must create a security rule. Note: When a database deployment is created, the following Oracle Compute Cloud Service security rules are created, but set to a disabled status. ora_p2_dbconsole, which controls access to port 1158, the port used by Enterprise Manager 11g Database Control. ora_p2_dbexpress, which controls access to port 5500, the port used by Enterprise Manager Database Express 12c. ora_p2_dblistener, which controls access to the port used by SQL*Net. ora_p2_http, which controls access to port 80, the port used for HTTP connections. ora_p2_httpssl, which controls access to port 443, the port used for HTTPS connections, including Oracle REST Data Services, Oracle Application Express, and Oracle DBaaS Monitor. References: References: Using Oracle Database Cloud Service (February 2017), page QUESTION 37 Which statement is true about Database Schema Service and Database as a Service in Oracle Public Cloud? A. Database as a Service (DBaaS) requires no database administrators to administer the database. B. Database Schema Service requires a database administrator to administer the schemas. C. Database as a Service (DBaaS) provides complete dedicated database instances with full administrative control for a subscriber. D. Database Schema Service provides database schemas with full administrative control for a subscriber. Correct Answer: D

29 /Reference: Database Schema Service is an individual service within the Oracle Cloud. Data within an individual Database Schema Service is completely separated from data in all other services in the Oracle Cloud. Database Schema Service administrators can define users for the services that they administer. References: QUESTION 38 You created your Database as a Service (DBaaS) database instance. Predefined network access rules are also created. Which two predefined network access rules are created when you created the DBaaS database instance? A. The ora_p2_ssh access rule for the public-internet network group is created to communicate with the ora_db predefined network group over SSH. B. The ora_db_public access rules to manage database access through the default port 1521 and the ora_db_admin access rules for SSH connection via SQL*Net through port 5500 are created. C. The ora_access db access rule for SSH connection via PuTTY is created to configure network rules and ora_access_console for HTTPS access to Oracle Cloud Services Console. D. No access rules are created by default and users must manually configure all access rules. E. The ora_p2_dblistener access rule for the public-internet network group (any host on the Internet) is created to communicate with the ora_db predefined network group over SQL*Net. Correct Answer: AE /Reference: When a database deployment is created, the following Oracle Compute Cloud Service security rules are created, but set to a disabled status. ora_p2_dbconsole, which controls access to port 1158, the port used by Enterprise Manager 11g Database Control. ora_p2_dbexpress, which controls access to port 5500, the port used by Enterprise Manager Database Express 12c. ora_p2_dblistener, which controls access to the port used by SQL*Net. ora_p2_http, which controls access to port 80, the port used for HTTP connections. ora_p2_httpssl, which controls access to port 443, the port used for HTTPS connections, including Oracle REST Data Services, Oracle Application Express, and Oracle DBaaS Monitor. References: References: Using Oracle Database Cloud Service (February 2017), page A-5 QUESTION 39 You want to apply a patch to your Oracle Database Cloud Database as a Service.

30 What command will you execute to patch your database instance? A. dbaascli dbpatchm --run -config B. dbaascli dbpatchm --run -setup C.dbaascli dbpatchm --run -apply D.dbaascli dbpatchm --run -patch Correct Answer: C /Reference: 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 2017), page D-1 QUESTION 40 You want to control network traffic among your DBaaS instances. Which two statements are true about network groups? A. By default, the DBaaS instances in a network group are accessible from hosts outside the network group. B. You can add a DBaaS instance to a network group, but this enables communication only within this network group. C. You can add a DBaaS instance to a network group, thus enabling communication with all other DBaaS instances both inside and outside the network group. D. You can create a network group to enable unrestricted communication among your DBaaS instances. E. DBaaS prevents network groups from having unrestricted communication among DBaaS instances. Correct Answer: BE

31 /Reference: Network groups provide a method for VMs to be grouped together for communications and firewall rules. You can define network groups to allow VMs within a group to communicate with each other, while also preventing those VMs from communicating outside the group. Note: Access rule. Access rules define the permitted paths of communication for VMs that are within a network group. You can define an access rule to enable a specific path of communication between two network groups, or between a network group and a specified list of IP addresses. References: ConfiguringNetworkSettings.html#section2s2 QUESTION 41 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? 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: AB /Reference: Example: To create a database into your Oracle Database Cloud Service 1. 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.

32 2. 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. 3. You can now launch DBCA either in silent mode or in graphical mode.

33 References: QUESTION 42 Which two must be true when you migrate an Oracle Database 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? A. The non-cdb may be opened in READ WRITE mode as long as ARCHIVELOG is enabled. B. The database link owner must have the CREATE PDB system privilege. C. The source platform must have the same endian format. D. The non-cdb must be in archivelog mode. E. The non-cdb must be opened in READ ONLY mode. F. The database link owner must have the CREATE PLUGGABLE DB system privilege. Correct Answer: EF /Reference: 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: 1. On the on-premises database host, invoke SQL*Plus and set the on-premises database to READ ONLY mode. 2. On the Database Cloud Service compute node, invoke SQL*Plus and create a database link that enables a connection to the on-premises database. 3. On the Database Cloud Service compute node, execute the CREATE PLUGGABLE DATABASEcommand to clone the on-premises non-cdb database. 4. On the Database Cloud Service compute node, execute the $ORACLE_HOME/rdbms/admin/noncdb_to_pdb.sql script. 5. On the Database Cloud Service compute node, open the new PDB by executing the ALTER PLUGGABLE DATABASE OPEN command. 6. 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 or higher, and the on-premises database and Database Cloud Service database have compatible database character sets and national character sets. References: QUESTION 43 Which two tasks can you perform on the Database Cloud Service Instance View page? A. You can add pluggable databases (PDBs) to the database. B. You can decrease the storage of an instance. C. You can see patching information. D. You can create new users to access an instance.

34 E. You can scale up to increase the shape of the current instance. Correct Answer: CD /Reference: References: QUESTION 44 Which three are ways to scale a Database as a Service (DBaaS) instance that is hosting three Oracle 12c databases? A. Add additional virtual network interfaces (VNICs) to the DBaaS instance. B. Increase the MEMORY_TARGET parameter value in each database instance that is running on the DBaaS instance. C. Increase the CPU_COUNT parameter value in each database instance that is running on the DBaaS instance. D. Increase the number of CPUs allocated to the DBaaS instance. E. Add storage to the DBaaS instance. F. Use the Oracle Database 12c In-Memory database option in each database instance that is running on the DBaaS instance. G. Increase the memory allocated to the DBaaS instance. Correct Answer: DEG /Reference: QUESTION 45 You are migrating an Oracle Database on-premise database to an Oracle Database Cloud Service (Database as a Service) that provides a pre-created Oracle Database database. Which two migration methods are possible? A. Data Pump Transportable Database (TDB) export/import B. Remote Cloning C. Data Pump Transportable Tablespace (TTS) export/import D. RMAN Transportable Tablespace (TTS) Correct Answer: CD

35 /Reference: You can migrate an on-premises source database to the database deployment on Oracle Database Cloud Service using the Data Pump Transportable Tablespace (TTS) method. You can migrate an on-premises source database to a database deployment on Oracle Database Cloud Service using the RMAN Transportable Tablespace (TTS) with Data Pump method. Incorrect Answers: A: Data Pump Transportable Database is not possible. B: Remote cloning is not possible. References: QUESTION 46 Which two statements are true about the sequence of steps that are performed when creating a Database as a Service (DBaaS) instance in Oracle Public Cloud? A. A Secure Shell (SSH) key is provided by Oracle for accessing the DBaaS environment as the first step in creating a DBaaS instance. B. The billing frequency depends on the Oracle database software edition that is selected for the DBaaS instance. C. The public SSH key is provided when configuring the database in the DBaaS instance. D. Storage configuration must be selected for the DBaaS instance. E. The database that is configured may be an Oracle 11g database. Correct Answer: AE /Reference: E: Onwizard Software Release page page to select the Oracle Database software release that you want to run on your instance.

36 Note: When you create a database instance, you use the Create Database Cloud Service wizard, which steps you through the process of making the choices that produce a service instance tailored to your needs. These choices include: Service Level Billing Frequency Oracle Database Release Version Oracle Database Edition Computing Power Database Storage Backup and Recovery Configuration Incorrect Answers: B: Use the Subscription Type page, of the Create Database Cloud Service wizard, to select the service level and billing frequency.

1z0-160.exam.47q 1z0-160 Oracle Database Cloud Service

1z0-160.exam.47q   1z0-160 Oracle Database Cloud Service 1z0-160.exam.47q Number: 1z0-160 Passing Score: 800 Time Limit: 120 min https://www.gratisexam.com/ 1z0-160 Oracle Database Cloud Service Exam A QUESTION 1 Which statement is true about the Oracle software

More information

B. Enable secure access to the DBaaS instance VM and database instance from remote hosts by using SSH.

B. Enable secure access to the DBaaS instance VM and database instance from remote hosts by using SSH. Volume: 70 Questions Question No: 1 You want all your colleagues to be able to access the compute node associated with an Oracle Database Cloud - Database as a Service (DBaaS) instance. You want them to

More information

Oracle Database 12c R2: Administration Workshop Ed 3 NEW

Oracle Database 12c R2: Administration Workshop Ed 3 NEW Oracle Database 12c R2: Administration Workshop Ed 3 NEW Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation

More information

Oracle Database 12c R2: Administration Workshop Ed 3

Oracle Database 12c R2: Administration Workshop Ed 3 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 12c R2: Administration Workshop Ed 3 Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course

More information

Course: Oracle Database 12c R2: Administration Workshop Ed 3

Course: Oracle Database 12c R2: Administration Workshop Ed 3 Course: Oracle Database 12c R2: Administration Workshop Ed 3 The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation in administration of an Oracle

More information

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Code: Lengt h: URL: 12cDB-A 5 days View Online The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with

More information

ORACLE DBA I. Exploring Oracle Database Architecture

ORACLE DBA I. Exploring Oracle Database Architecture ORACLE DBA I Exploring Oracle Database Architecture Introducing Oracle Database Relation Database Models Oracle SQL and PL/SQL Oracle Database Server Architecture Connecting to Oracle Databases Oracle

More information

Oracle Database Cloud for Oracle DBAs Ed 3

Oracle Database Cloud for Oracle DBAs Ed 3 Oracle University Contact Us: 800-260-690 Oracle Database Cloud for Oracle DBAs Ed 3 Duration: 3 Days What you will learn Note: No hands-on lab environment for the Training On Demand course format This

More information

Oracle Cloud Using Oracle Database Cloud Service

Oracle Cloud Using Oracle Database Cloud Service Oracle Cloud Using Oracle Database Cloud Service E48368-47 October 2017 Oracle Cloud Using Oracle Database Cloud Service, E48368-47 Copyright 2014, 2017, Oracle and/or its affiliates. All rights reserved.

More information

Oracle Database 12c R2: Managing Multitenant Architecture Ed 2

Oracle Database 12c R2: Managing Multitenant Architecture Ed 2 Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Database 12c R2: Managing Multitenant Architecture Ed 2 Duration: 4 Days What you will learn During the Oracle Database

More information

D78846GC30 - Oracle Database 12c R2: Administration Workshop Ed 3

D78846GC30 - Oracle Database 12c R2: Administration Workshop Ed 3 D78846GC30 - Oracle Database 12c R2: Administration Workshop Ed 3 Czas trwania: Czas trwania: 5 dni / 40 godz. Cena rynkowa: 7 450,00 zł Cena promocyjna: Zadzwoń - 801 30 30 30 Szkolenie autoryzowane:

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by

Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by Kai Yu Oracle Solutions Engineering Dell EMC Kai Yu Technical Staff, Dell EMC Database Engineering 25+ years working

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

Oracle Database 12c R2: New Features for Administrators Part 1 Ed 1

Oracle Database 12c R2: New Features for Administrators Part 1 Ed 1 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 12c R2: New Features for Administrators Part 1 Ed 1 Duration: 5 Days What you will learn Throughout the lessons of the Oracle Database 12c

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Getting Started with Oracle DBaaS

Getting Started with Oracle DBaaS Getting Started with Oracle DBaaS Ami Aharonovich Oracle ACE & OCP Ami@DBAces.com 13-Nov-16 1 About Me Oracle ACE Oracle Certified Professional DBA (OCP) Founder and CEO, Brillix-DBAces President, Israel

More information

Oracle Database 12c R2: New Features for 12c R1 Administrators Ed 1

Oracle Database 12c R2: New Features for 12c R1 Administrators Ed 1 Oracle University Contact Us: Local: 0180 2000 526 Intl: +49 8914301200 Oracle Database 12c R2: New Features for 12c R1 Administrators Ed 1 Duration: 5 Days What you will learn The Oracle Database 12c

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

My First Day with Oracle SOA Cloud Service

My First Day with Oracle SOA Cloud Service My First Day with Oracle SOA Cloud Service 1 Provisioning Oracle SOA Cloud Service Introduction Before beginning this portion of the tutorial, you should have already completed these OBEs: Creating a Secure

More information

1z z0-060 Upgrade to Oracle Database 12c

1z z0-060 Upgrade to Oracle Database 12c 1z0-060 Number: 1z0-060 Passing Score: 800 Time Limit: 120 min File Version: 7.1 1z0-060 Upgrade to Oracle Database 12c Exam A QUESTION 1 Your multitenant container (CDB) contains two pluggable databases

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-063 Title : Oracle Database 12c: Advanced Administration Vendor : Oracle Version : DEMO Get Latest

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Vendor : Oracle Version : DEMO

More information

Oracle 1Z Oracle Database 12c - Installation and Administration. Download Full version :

Oracle 1Z Oracle Database 12c - Installation and Administration. Download Full version : Oracle 1Z0-062 Oracle Database 12c - Installation and Administration Download Full version : https://killexams.com/pass4sure/exam-detail/1z0-062 QUESTION: 42 In your database, you want to ensure that idle

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Oracle Database 12c R1: New Features for Administrators Ed 2

Oracle Database 12c R1: New Features for Administrators Ed 2 Oracle Database 12c R1: New Features for Administrators Ed 2 Duration 5 Days What you will learn In the Oracle Database 12c: New Features for Administrators Ed 2 course, you ll learn about the new and

More information

Moving Databases to Oracle Cloud: Performance Best Practices

Moving Databases to Oracle Cloud: Performance Best Practices Moving Databases to Oracle Cloud: Performance Best Practices Kurt Engeleiter Product Manager Oracle Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Oracle Database 12c: Administration Workshop Ed 2

Oracle Database 12c: Administration Workshop Ed 2 Oracle Database 12c: Administration Workshop Ed 2 Duration 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will discover

More information

Oracle 1Z0-160 Practice Test Questions Answers. Oracle Database Cloud Service

Oracle 1Z0-160 Practice Test Questions Answers. Oracle Database Cloud Service Oracle 1Z0-160 Practice Test Questions Answers Oracle Database Cloud Service Don t need to take any stress about the 1Z0-160 Exam. We provide you 1Z0-160 Real Exam Questions Along with Updated Test Engine.

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version : DEMO Get Latest &

More information

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

More information

Provide One Year Free Update!

Provide One Year Free Update! QUESTION & ANSWER HIGHER QUALITY, BETTER SERVICE Provide One Year Free Update! https://www.passquestion.com Exam : 1Z0-060 Title : Upgrade to Oracle Database 12c Version : DEMO 1 / 4 1.Your multitenant

More information

Oracle Database 12c R2: RAC Administration Ed 2

Oracle Database 12c R2: RAC Administration Ed 2 Oracle University Contact Us: +36 1224 1760 Oracle Database 12c R2: RAC Administration Ed 2 Duration: 4 Days What you will learn This Oracle Database 12c R2: RAC Administration training will teach you

More information

1z0-337 oracle. Number: 1z0-337 Passing Score: 800 Time Limit: 120 min.

1z0-337 oracle. Number: 1z0-337 Passing Score: 800 Time Limit: 120 min. 1z0-337 oracle Number: 1z0-337 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which three steps should be completed in order to get started with Oracle Storage Cloud Service? A. Associate a permanent

More information

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year! DUMP STEP Question & Answer ACCURATE STUDY GUIDES, HIGH PASSING RATE! Dump Step provides update free of charge in one year! http://www.dumpstep.com Exam : 1Z1-060 Title : Upgrade to Oracle Database 12c

More information

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service Oracle Cloud Known Issues for Oracle Database Cloud Service E56337-36 October 2017 Supported Browsers Oracle Cloud supports the following the minimum requirements for web browsers. Web Browser Microsoft

More information

Oracle 12C Administration Course Content:

Oracle 12C Administration Course Content: Oracle 12C Administration Course Content: Enterprise Manager and Other Tools Enterprise Manager (EM) Cloud Control home page Enterprise Manager Express home page versus Enterprise Manager Database Control

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Lab 2: Setting up secure access

Lab 2: Setting up secure access Lab 2: Setting up secure access Oracle Database Cloud Service Hands On Lab This lab is divided into 3 parts 1. Securely Connecting to DBCS instance using Putty 2. Configuring SQL Developer for Secure Access

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Vendor : Oracle Version : DEMO 1 NO.1 Examine

More information

Oracle Database 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

More information

Introduction to Oracle Databases in the Cloud

Introduction to Oracle Databases in the Cloud Introduction to Oracle Databases in the Cloud Biju Thomas Principal Solutions Architect OneNeck IT Solutions www.oneneck.com @biju_thomas OneNeck IT Solutions at a Glance Backed by Fortune 500 strength

More information

Oracle Database 12c: Administration Workshop Ed 2

Oracle Database 12c: Administration Workshop Ed 2 Oracle University Contact Us: +40 21 3678820 Oracle Database 12c: Administration Workshop Ed 2 Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about

More information

Oracle Database 12c: New Features for Administrators NEW

Oracle Database 12c: New Features for Administrators NEW Oracle Database 12c: New Features for Administrators NEW Duration: 5 Days Course Objectives Create, manage and monitor multitenant container database and pluggable databases Manage datafile online operations,

More information

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases?

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? Volume: 92 Questions Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? A. DB_UNIQUE_NAME must be specified differently for each pluggable database within

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Database Level 200. Sanjay Narvekar November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 200. Sanjay Narvekar November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 200 Sanjay Narvekar November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be

More information

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? Volume: 176 Questions Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? A. A DBA can check specific tables with the DMU B. The database

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

Oracle Database 12c: New Features for Administrators Ed 2 NEW

Oracle Database 12c: New Features for Administrators Ed 2 NEW Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Database 12c: New Features for Administrators Ed 2 NEW Duration: 5 Days What you will learn In the Oracle Database 12c:

More information

DBAs can use Oracle Application Express? Why?

DBAs can use Oracle Application Express? Why? DBAs can use Oracle Application Express? Why? 20. Jubilarna HROUG Konferencija October 15, 2015 Joel R. Kallman Director, Software Development Oracle Application Express, Server Technologies Division Copyright

More information

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

How To Enable Oracle Database Cloud Service with Property Graph Capabilities

How To Enable Oracle Database Cloud Service with Property Graph Capabilities How To Enable Oracle Database Cloud Service with Property Graph Capabilities Overview This document provides detailed steps required to use the property graph capabilities in Oracle Database Cloud Service.

More information

Migrating Oracle Databases from Amazon Web Services to Oracle Cloud Infrastructure Database O R A C L E W H I T E P A P E R M A Y

Migrating Oracle Databases from Amazon Web Services to Oracle Cloud Infrastructure Database O R A C L E W H I T E P A P E R M A Y Migrating Oracle Databases from Amazon Web Services to Oracle Cloud Infrastructure Database O R A C L E W H I T E P A P E R M A Y 2 0 1 8 Table of Contents Purpose of This White Paper 4 Scope and Assumptions

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

12.1 Multitenancy in real life

12.1 Multitenancy in real life 12.1 Multitenancy in real life 2017 HOUG szakmai nap Jozsef Horvath Budapest, 2017-11-08 Disclaimer This presentation: Does not intend to judge Oracle Multitenancy Does not intent to judge Oracle Corporation

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

More information

Oracle Database 12c: RAC Administration Ed 1 LVC

Oracle Database 12c: RAC Administration Ed 1 LVC Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: RAC Administration Ed 1 LVC Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you

More information

EMC Unisphere for VMAX Database Storage Analyzer

EMC Unisphere for VMAX Database Storage Analyzer EMC Unisphere for VMAX Database Storage Analyzer Version 8.0.3 Online Help (PDF version) Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes the

More information

Oracle Database 12c: New Features for Administrators Duration: 5 Days

Oracle Database 12c: New Features for Administrators Duration: 5 Days Oracle Database 12c: New Features for Administrators Duration: 5 Days What you will learn In the Oracle Database 12c: New Features for Administrators course, you ll learn about the new and enhanced features

More information

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Duration: 5 Days What you will learn The Oracle Database 12c: OCM Exam Preparation

More information

VMware vfabric Data Director 2.5 EVALUATION GUIDE

VMware vfabric Data Director 2.5 EVALUATION GUIDE VMware vfabric Data Director 2.5 EVALUATION GUIDE Introduction... 2 Pre- requisites for completing the basic and advanced scenarios... 3 Basic Scenarios... 4 Install Data Director using Express Install...

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led

Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led Certification: Oracle Database 12c Administrator Certified Associate Exam: Oracle Database 12c: Installation and Administration

More information

Oracle - 1z Upgrade to Oracle Database 12c

Oracle - 1z Upgrade to Oracle Database 12c 1 Oracle - 1z0-060 Upgrade to Oracle Database 12c QUESTION: 1 Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The

More information

RMOUG Training Days 2018

RMOUG Training Days 2018 RMOUG Training Days 2018 Pini Dibask Product Manager for Database Tools February 22 nd, 2018 Winning Performance Challenges in Oracle Multitenant About the Speaker Pini Dibask, Product Manager for Database

More information

DumpsKing. Latest exam dumps & reliable dumps VCE & valid certification king

DumpsKing.   Latest exam dumps & reliable dumps VCE & valid certification king DumpsKing http://www.dumpsking.com Latest exam dumps & reliable dumps VCE & valid certification king Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version

More information

Oracle 1Z0-497 Exam Questions and Answers (PDF) Oracle 1Z0-497 Exam Questions 1Z0-497 BrainDumps

Oracle 1Z0-497 Exam Questions and Answers (PDF) Oracle 1Z0-497 Exam Questions 1Z0-497 BrainDumps Oracle 1Z0-497 Dumps with Valid 1Z0-497 Exam Questions PDF [2018] The Oracle 1Z0-497 Oracle Database 12c Essentials exam is an ultimate source for professionals to retain their credentials dynamic. And

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

Oracle 1Z Upgrade to Oracle Database 12c. Download Full Version :

Oracle 1Z Upgrade to Oracle Database 12c. Download Full Version : Oracle 1Z0-060 Upgrade to Oracle Database 12c Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-060 QUESTION: 141 Which statement is true about Enterprise Manager (EM) express in

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle Database 11g: Administration Workshop I Duration: 5 Days What you will learn This course is designed to give students a firm foundation in basic administration of Oracle Database 11g. In this class,

More information

Oracle Database 12c: New Features for Administrators (40 hrs.) Prerequisites: Oracle Database 11g: Administration Workshop l

Oracle Database 12c: New Features for Administrators (40 hrs.) Prerequisites: Oracle Database 11g: Administration Workshop l Oracle Database 12c: New Features for Administrators (40 hrs.) Prerequisites: Oracle Database 11g: Administration Workshop l Course Topics: Introduction Overview Oracle Database Innovation Enterprise Cloud

More information

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Code: Lengt h: URL: 12cDB-BR 5 days View Online This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your

More information

Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express

Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express Contents Managing Database Storage Structures Using Enterprise Manager Database Express... 1 Overview... 2 Configuring

More information

1z0-063.exam. Number: 1z0-063 Passing Score: 800 Time Limit: 120 min File Version: 3.0. Oracle. 1z Oracle Database 12c: Advanced Administration

1z0-063.exam. Number: 1z0-063 Passing Score: 800 Time Limit: 120 min File Version: 3.0. Oracle. 1z Oracle Database 12c: Advanced Administration 1z0-063.exam Number: 1z0-063 Passing Score: 800 Time Limit: 120 min File Version: 3.0 Oracle 1z0-063 Oracle Database 12c: Advanced Administration Version 3.0 Exam A QUESTION 1 Examine the steps to configure

More information

Oracle DBA Course Content

Oracle DBA Course Content 1 Oracle DBA Course Content Database Architecture: Introduction to Instance and Database How user connects to database How SQL statement process in the database Oracle data dictionary and its role Memory

More information

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

COURSE CONTENT. ORACLE 10g/11g DBA.   web:  call: (+91) / 400, COURSE CONTENT ORACLE 10g/11g DBA 1. Introduction (Database Architecture) Oracle 10g: Database Describe course objectives Explore the Oracle 10g database architecture 2: Installing the Oracle Database

More information

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service Oracle Cloud Known Issues for Oracle Database Cloud Service E56337-42 April 2018 Supported Browsers Oracle Cloud supports the following the minimum requirements for web browsers. Web Browser Microsoft

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 55-800-891-6502 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Number: 1Y0-200 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Exam Name: Managing

More information

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z Course Outline [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z0-063 18 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards

More information

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z Course Outline [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 28 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2 course explores the fundamentals of basic database

More information

EDB Postgres Enterprise Manager EDB Ark Management Features Guide

EDB Postgres Enterprise Manager EDB Ark Management Features Guide EDB Postgres Enterprise Manager EDB Ark Management Features Guide Version 7.4 August 28, 2018 by EnterpriseDB Corporation Copyright 2013-2018 EnterpriseDB Corporation. All rights reserved. EnterpriseDB

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Backup Solution. User Guide. Issue 01 Date

Backup Solution. User Guide. Issue 01 Date Issue 01 Date 2017-08-30 Contents Contents 1 Introduction... 1 1.1 What Is the Backup Solution?... 1 1.2 Why Choose the Backup Solution?... 2 1.3 Concepts and Principles...3 1.3.1 Basic OBS Concepts...3

More information

CA Agile Central Installation Guide On-Premises release

CA Agile Central Installation Guide On-Premises release CA Agile Central Installation Guide On-Premises release 2016.2 Agile Central to Go 2017.1 rallysupport@rallydev.com www.rallydev.com 2017 CA Technologies (c) 2017 CA Technologies Version 2016.2 (c) Table

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

1z0-062.exam.215q 1z0-062 Oracle Database 12c: Installation and Administration

1z0-062.exam.215q 1z0-062 Oracle Database 12c: Installation and Administration 1z0-062.exam.215q Number: 1z0-062 Passing Score: 800 Time Limit: 120 min 1z0-062 Oracle Database 12c: Installation and Administration Exam A QUESTION 1 You notice a high number of waits for the db file

More information

Oracle Database 12c: New Features For Administrators

Oracle Database 12c: New Features For Administrators This is a multi-volume textbook kit that covers the major new features of the Oracle 12c database of interest to database and other enterprise administrators. General Description The single most important

More information

D77758GC20 - Oracle Database 12c R1: New Features for Administrators Ed 2

D77758GC20 - Oracle Database 12c R1: New Features for Administrators Ed 2 D77758GC20 - Oracle Database 12c R1: New Features for Administrators Ed 2 Czas trwania: Czas trwania: 5 dni / 40 godz. Cena rynkowa: 7 450,00 zł Cena promocyjna: Zadzwoń - 801 30 30 30 Szkolenie autoryzowane:

More information

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2 Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide 2 Introduction 2 Before You Begin 2 Preparing the Virtual Appliance

More information

Oracle Database 12c: Administration Workshop Ed 2 NEW

Oracle Database 12c: Administration Workshop Ed 2 NEW Oracle Database 12c: Administration Workshop Ed 2 NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will

More information