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

In this SQL statement, what is the partitioning criteria?
CREATE TABLE books_part
PARTITION BY RANGE (cell_id) ( PARTITION p0l VALUES LESS THAN (2),
PARTITION p02 VALUES LESS THAN (3) ,
. . .
PARTITION pl4 VALUES LESS THAN (15),
PARTITION pl5 VALUES LESS THAN (16),
PARTITION pl6 VALUES LESS THAN (MAXVALUE)
)
AS SELECT * FROM books;

Consider 10 scenarios that result in database downtime. Which five of them are considered as planned downtime?

正解:E,F,G,H,I 解答を投票する
Which three statements about replication options are true?

正解:A,B,D 解答を投票する
To revoke unnecessary and unused privileges, you can use Privilege Analysis. Which sequence should you follow?
1 -Start the analysis.
2 - Set up the analysis policy type (database, role, context).
3 - Generate the results.
4 -View the results in DBA_USED_PRIVSand DBA_UNUSED_PRJVS.
5 - Stop the analysis.

Identify three key properties of a transaction in Oracle Database 12c.

正解:C,E,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You went to create a new CDB foe your customer. Which two statements are true about the seed pluggable database that will reside in the new CDB?

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

正解:B,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Examine the command:
SQL> CREATE TABLE orders(oid NUMBER (6) PRIMARY KEY, odato DATE, ccode NUMBER (6), oamt NUMBER (10, 2)) TABLESPACE users ;
Which two statements are true about the execution of the command?

解説: (GoShiken メンバーにのみ表示されます)
Several tables are accidentally deleted from a PDB. Which database would you immediately connect to, and as which user, to recover these tables?

Which is the default isolation level in Oracle Database 12c?

解説: (GoShiken メンバーにのみ表示されます)