goo blog サービス終了のお知らせ 

killtestのIT問題集ブログ

killtestの最新試験参考書を提供し、合格することが保証できます!

killtest オラクル認定資格、Oracle Database 1Z0-514試験問題集

2011-10-22 10:30:45 | Oracle資格
ORACLE MASTER Bronze Oracle Database 11g対応コース

killtest 1Z0-514試験では、Oracle Database 11gの概要について学習します。基本的なトラブルシューティングやパフォーマンスの監視アクティビティなど、データベースの操作性を維持するために必要な、すべての一般的な管理タスクの実行方法を習得します。

killtestでは、データベース管理者がOracle Database 11gソフトウェアのインストール方法、およびOracleデータベースの管理に必要なタスクの実行方法を習得します。データベースの管理にはEnterprise Managerを使用し、様々なタスクを迅速に実行する方法を解説します。Oracle Database 11gの自己管理機能および自動機能を中心に、データベース管理者の第一歩として必要な管理作業を習得して頂けます。

試験コード:1Z0-514
試験名称:Oracle Database 11g Essentials

1.Which two statements are true regarding the usage of tools in administering an Oracle database?
(Choose two.)
A. Oracle Net Manager: configure a new or existing listener
B. Data Pump: transfer of data from one database to another
C. SQL*Loader: load data horn an Oracle database to an external file
D. Database Upgrade Assistant: upgradeonly single-instance databases
E. Database configuration Assistant (DBCA): create new database userin an existing database
Answer: A, B

2.The DBA of your database informs you that the Oracle instance has started. What does this imply?
A. Users can access the data in the database.
B. Only the SGA has been allocated for the database.
C. Only the background and user processes are running.
D. Memory areas have been allocated and background processes have been started.
Answer: D

3.You issue the following command as a DBA: SQL>SHUTDOWN
What would be the outcome of the above command?
A. It causes the instance to abort.
B. It waits for all sessions to disconnect.
C. It rolls back the current transactions and disconnects a/I sessions.
D. It waits for the current transaction in each session to complete before disconnecting the sessions.
Answer: B