1z1-497試験無料問題集「Oracle Database 12c Essentials 認定」

YOUR database crashes after a user accidentally kills a background process. What are three possible ways to restart your database?

正解:B,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which three statements about Automatic Database Diagnostic Monitor (ADDM) are true?

正解:D,E,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which option represents the steps to add a multiplexed copy of the current control file or to rename a control file in Oracle Database 12c?
a - Shut down the database.
b - Restart the database.
c - Copy an existing control file to a new location by using operating system commands.
d - Edit the CONTROL_FILESparameter in the database initialization parameter file to add the new control file name, or to change the existingcontrol file name.

解説: (GoShiken メンバーにのみ表示されます)
Examine the statements:
SQL> CREATE TABLESPACE MYTBS DATAFILE '/disk1/mytbs_l.dbf ' SIZE 10M;
SQL> CREATE TABLE mytab (id NUMBER, descr VARCHAR2 (100) )
PARTITION BY RANGE(id) (
partition pi values loss than (100000) tablespacemytbs storage (initial lm),
partition p2 values less than (MAXVALUE) tablespacemytbs storage (initial 1m)
);
When inserting data, you get the error:
ORA-01688: unable to extend table SYS.MYTAB partition P2 by 128 in tablespace MYTBS
Which three operations would allow you to insert data without getting the error message?

正解:A,B,D 解答を投票する
Which three DBA operations can be performed by using Oracle SQL Developer?

正解:C,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which option represents a function of Global Data Services (GDS)?

Which type of file system is NOT valid for storing data files, online redo log files, and control files for a pluggable database?

You have two database servers EMP and EXP. A user of the database from the EXP server wants to extract some information from the database in the EMP server for cross-verification. Which schema object enables the user to access the information from the remote database?

解説: (GoShiken メンバーにのみ表示されます)
Which two statements about switchover and failover are true?

解説: (GoShiken メンバーにのみ表示されます)
Oracle Database 12c provides new task-specific privileges (SYSBACKUP, SYSDG, and SYSKM) to handle standard administration duties. Which two statements about these standard administration privileges are true?