Which two statements are true about the B-tree Index?
Reveal answer details Close answer details
Correct answersB, D
References:
http://www.siue.edu/~dbock/cmis565/module12-indexes.htm
Oracle · 1Z0-497
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Multiple choice
Which two statements are true about the B-tree Index? Reveal answer details Close answer detailsCorrect answersB, D Explanation References:
Multiple choice
Which three options correctly match environment variables with their specific functionality? Reveal answer details Close answer detailsCorrect answersA, C, E
Single choice
For which database operation do you need the database to be in MOUNT state? Reveal answer details Close answer detailsCorrect answerE Explanation To enable or disable archiving, the database must be mounted but not open. Note: See step 5 below. To change the archiving mode of the database, use the ALTER DATABASE statement with the ARCHIVELOG or NOARCHIVELOG clause. To change the archiving mode, you must be connected to the database with administrator privileges (AS SYSDBA). The following steps switch the database archiving mode from NOARCHIVELOG to ARCHIVELOG: 1. Shut down the database instance 2. Back up the database. STARTUP MOUNT 5. Change the database archiving mode. Then open the database for normal operations. 6. Shut down the database. 7. Back up the database.
Multiple choice
![]() Which two statements are true about this common user? Reveal answer details Close answer detailsCorrect answersA, D
Single choice
Which tool is recommended for moving a PDB to a non-CDB? Reveal answer details Close answer detailsCorrect answerE Explanation Creating a PDB by Plugging an Unplugged PDB into a CDB An unplugged PDB consists of an XML file that describes the PDB and the PDB's files (such as the data files and wallet file). You can use the CREATE PLUGGABLE DATABASE statement to plug in an unplugged PDB. To do so, you must include a USING clause that specifies the XML file that describes the The source CDB is the CDB from which the PDB was unplugged. The target CDB is the CDB into which you are plugging the PDB. The source CDB and target CDB can be the same CDB or different CDBs.
Multiple choice
The session of user SCOTT receives the following error after executing an UPDATE command on the ERROR at line 1: Which two statements are true about SCOTT's session in this scenario? Reveal answer details Close answer detailsCorrect answersA, D
Single choice
When executing shutdown abort in a pluggable database (PDB), you ____________. Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Your customer has two CDBs: one for Production and one for development. You are asked to create a new development PDB (salesdev) from an existing production PDB (salesprd). Which two options would accomplish this? Reveal answer details Close answer detailsCorrect answersA, D Explanation A: Creating a PDB Using the Seed D: Plugging In an Unplugged PDB
Single choice
Which is the default port number for Database Express? Reveal answer details Close answer detailsCorrect answerD Explanation References:
Multiple choice
Identify three key properties of a transaction in Oracle Database 12c. Reveal answer details Close answer detailsCorrect answersA, B, D Explanation References:
Single choice
Which two statements are true about transactions in Oracle Database 12c? Reveal answer details Close answer detailsCorrect answerB
Single choice
Your database instance is running. db01 is a net service name. You issue a connection request by using the command: SQL> CONNECT scott/tiger@db01 Which component receives the request and establishes the appropriate connection? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Multiple choice
Which three statements are true about database storage structures? Reveal answer details Close answer detailsCorrect answersC, D, E Explanation Not B: Segments contain extents.
Single choice
Which statement about a server parameter file (SPFILE) is false? Reveal answer details Close answer detailsCorrect answerD Explanation Not A, not B: SPFILE is a text file that can be created from a file or from scratch. SQL> show parameter spfile; NAME TYPE VALUE
Multiple choice
Examine the commands: SQL> CONNECT sys@CDBl AS SYSDBA $QL>STARTUP MOUNT SQL> ALTER DATABASE cdbl MOUNT; Which four options represent what happens when these commands are executed? Reveal answer details Close answer detailsCorrect answersA, B, C, F
Single choice
Which type of file system is NOT valid for storing data files, online redo log files, and control files for a pluggable database? Reveal answer details Close answer detailsCorrect answerE
Single choice
For which use case would you use a rolling upgrade with the Oracle Active Data Guard feature? Reveal answer details Close answer detailsCorrect answerA Explanation You will be able to use this feature to perform database version upgrades starting with the first patchset of Oracle Database 12c (that is, you cannot use it to upgrade from any version earlier than the first Oracle Database 12c patchset). This means that the manual Transient Logical Standby upgrade procedure must still be used when upgrading from Oracle Database 11g to Oracle Database12c, or when upgrading from the initial Oracle Database 12c release to the first patchset of Oracle Database 12c. References:
Multiple choice
Which two statements describe data dictionary views? Reveal answer details Close answer detailsCorrect answersD, E
Single choice
Your customer wants to migrate their production database from Oracle Database 10gon AIX to Oracle Database 12con Solaris, and is concerned about the downtime. Which Oracle solution would you recommend? Reveal answer details Close answer detailsCorrect answerA
Single choice
In this SQL statement, what is the partitioning criteria? CREATE TABLE books_part Reveal answer details Close answer detailsCorrect answerD
Single choice
Your customer needs server availability that provides uninterrupted access to database services, handling any unexpected failure of one or more machines hosting the database server, due to a hardware or software fault. Which product should your customer use? Reveal answer details Close answer detailsCorrect answerC Explanation References:
Multiple choice
Which two statements about switchover and failover are true? Reveal answer details Close answer detailsCorrect answersB, C Explanation References:
Multiple choice
Which two statements represent where Oracle Net must reside? Reveal answer details Close answer detailsCorrect answersB, D |