位置:首页 > 题库频道 > 其它分类 > 计算机其它 > Oracle认证Oracle认证Oracle认证ORACLE选择题

You Execute the Following command to create a password file in the database server:$ orapwd file = ‘+DATA/PROD/orapwprod entries = 5 ignorecase = N format = 12’Which two statements are true about the password file、

发布时间:2024-07-09

A.It records the usernames and passwords of users when granted the DBA role.

B.It contains the usernames and passwords of users for whom auditing is enabled.

C.Is used by Oracle to authenticate users for remote database administration.

D.C.Is used by Oracle to authenticate users for remote database administration.D.It records the usernames and passwords of all users when they are added to the OSDBA or OSOPER operating system groups.

E.It supports the SYSBACKUP, SYSDG, and SYSKM system privileges.

试卷相关题目

  • 1In your database, you want to ensure that idle sessions that are blocking active are automatically terminated after a specified period of time.How would you accomplish this、

    A.Setting a metric threshold

    B.Implementing Database Resource Manager

    C.Enabling resumable timeout for user sessions

    D.Decreasing the value of the IDLE_TIME resource limit in the default profile

    开始考试点击查看答案
  • 2You want to flash back a test database by five hours.You issue this command:SQL > FLASHBACK DATABASE TO TIMESTAMP (SYSDATE - 5/24);Which two statements are true about this flashback scenario、

    A.The database must have multiplexed redo logs for the flashback to succeed.

    B.The database must be MOUNTED for the flashback to succeed.

    C.The database must use block change tracking for the flashback to succee

    D.B.The database must be MOUNTED for the flashback to succeed.C.The database must use block change tracking for the flashback to succeed.D.The database must be opened in restricted mode for the flashback to succeed.

    E.The database must be opened with the RESETLOGS option after the flashback is complete.

    F.The database must be opened in read-only mode to check if the database has been flashed back to the correct SCN.

    开始考试点击查看答案
  • 3Which three statements are true about SQL plan directives、

    A.They are tied to a specific statement or SQL ID.

    B.They instruct the maintenance job to collect missing statistics or perform dynamic sampling to generate a more optimal plan.

    C.They are used to gather only missing statistics.

    D.B.They instruct the maintenance job to collect missing statistics or perform dynamic sampling to generate a more optimal plan.C.They are used to gather only missing statistics.D.They are created for a query expression where statistics are missing or the cardinality estimates by the optimizer are incorrect.

    E.They instruct the optimizer to create only column group statistics.

    F.Improve plan accuracy by persisting both compilation and execution statistics in the SYSAUX tablespace.

    开始考试点击查看答案
  • 4Your multitenant container database (CDB) contains pluggable databases (PDBs), you are connected to the HR_PDB. You execute the following command:SQL > CREATE UNDO TABLESPACE undotb01DATAFILE ‘u01/oracle/rddb1/undotbs01.dbf’ SIZE 60M AUTOEXTEND ON;What is the result、

    A.It executes successfully and creates an UNDO tablespace in HR_PD

    B.B.It falls and reports an error because there can be only one undo tablespace in a CDB.

    C.It fails and reports an error because the CONTAINER=ALL clause is not specified in the comman

    D.D.It fails and reports an error because the CONTAINER=CURRENT clause is not specified in the command.

    E.It executes successfully but neither tablespace nor the data file is created.

    开始考试点击查看答案
  • 5Your database has the SRV1 service configured for an application that runs on middle-tier  application server. The application has multiple modules. You enable tracing at the service level by executing the following command:SQL > exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (‘SRV1’);The possible outcome and actions to aggregate the trace files are as follows:1. The command fails because a module name is not specified.2. A trace file is created for each session that is running the SRV1 service.3. An aggregated trace file is created for all the sessions that are running the SRV1 service.4. The trace files may be aggregated by using the trcess utility.5. The trace files be aggregated by using the tkprof utility.Identify the correct outcome and the step to aggregate by using tkprof utility、

    A.1

    B.2 and 4

    C.2 and 5

    D.3 and 4

    E.3 and 5

    开始考试点击查看答案
  • 6Identify two situations in which the alert log file is updated.

    A.Running a query on a table returns ORA-600: Internal Error.

    B.Inserting a value into a table returns ORA-01722: invalid number.

    C.Creating a table returns ORA-00955: name us already in used by an existing objects.

    D.Inserting a value into a table returns ORA-00001: unique constraint (SYS.OK_TECHP) violated.

    E.Rebuilding an index using ALTER INDEX . . . REBUILD fails with an ORA-01578: ORACLE data block corrupted (file # 14, block # 50) error.

    开始考试点击查看答案
  • 7Which three statements are true about Oracle Data Pump export and import operations、

    A.You can detach from a data pump export job and reattach later.

    B.Data pump uses parallel execution server processes to implement parallel import.

    C.Data pump import requires the import file to be in a directory owned by the oracle owner.

    D.The master table is the last object to be exported by the data pump.

    E.You can detach from a data pump import job and reattach later.

    开始考试点击查看答案
  • 8In your Database, the TBS PERCENT USED parameter is set to 60 and the TBS PERCENT FREE parameter is set to 20.Which two storage-tiering actions might be automated when using information Lifecycle Management (ILM) to automate data movement、

    A.The movement of all segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds TBS PERCENT USED

    B.Setting the target tablespace to read-only

    C.The movement of some segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds TBS PERCENT USED

    D.Setting the target tablespace offline

    E.The movement of some blocks to a target tablespace with a lower degree of compression, on a different storage tier, when the source tablespace exceeds TBS PERCENT USED

    开始考试点击查看答案
  • 9Which three statements are true about Flashback Database、

    A.Flashback logs are written sequentially, and are archived.

    B.Flashback Database uses a restored control file to recover a database.

    C.The Oracle database automatically creates, deletes, and resides flashback logs in the Fast Recovery Area.

    D.B.Flashback Database uses a restored control file to recover a databas

    E.C.The Oracle database automatically creates, deletes, and resides flashback logs in the Fast Recovery Area.D.Flashback Database can recover a database to the state that it was in before a reset logs operation.E.Flashback Database can recover a data file that was dropped during the span of time of the flashback.

    F.Flashback logs are used to restore to the blocks' before images, and then the redo data may be used to roll forward to the desired flashback time.

    开始考试点击查看答案
  • 10Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c、

    A.By default, EM express is available for a database after database creation.

    B.You can use EM express to manage multiple databases running on the same server.

    C.You can perform basic administrative tasks for pluggable databases by using the EM express interface.

    D.You cannot start up or shut down a database Instance by using EM express.

    E.You can create and configure pluggable databases by using EM express.

    开始考试点击查看答案
返回顶部