HACKER SAFEにより証明されたサイトは、99.9%以上のハッカー犯罪を防ぎます。
カート(0

Oracle 1Z0-048 問題集

1Z0-048

試験コード:1Z0-048

試験名称:Oracle Database 10g R2: Administering RAC

最近更新時間:2025-07-09

問題と解答:全150問

1Z0-048 無料でデモをダウンロード:

PDF版 Demo ソフト版 Demo オンライン版 Demo

追加した商品:"PDF版"
価格: ¥6599 

無料問題集1Z0-048 資格取得

質問 1:
You have a well-tuned, non-RAC single instance Oracle database with several services, all of which perform perfectly. You plan to migrate the database to RAC in the next two weeks and all file systems would be shared using Oracle Cluster File System. After the migration, you want to perform a test to monitor RAC-specific tuning issues that would not have occurred on a non-RAC database. Which six areas would you monitor to determine whether there are RAC-specific performance problems after migration? (Choose six.)
A. Services with applications that use external tables
B. Services with applications that truncate large tables
C. Instance recovery time
D. Services with query-intensive applications relying on full table scans
E. Interconnect latency
F. Services with insert-intensive applications that generate their own keys without Oracle sequences
G. Services with applications that have occasional queries, using index access on modestly sized tables
H. Services with insert-intensive applications that use Oracle sequences for index keys
I. Services with applications using local context variables
正解:B,C,D,E,F,H

質問 2:
Read the following statements about the ASM and OCFS file systems:
1) t is compatible with Oracle 9i and Oracle 10g.
2) t is one of the solutions for managing Oracle binaries in a RAC environment.
3) t relies on storage hardware or host-based RAID functionality to support high availability.
4) t is a shared storage file system designed to eliminate the need for raw partitions to store
certain files.
5) t is has integrated volume management with superior extent-based striping and mirroring.
6) t is a cluster file system with a volume manager built into the Oracle 10g kernel to manage
Oracle database files.
Identify the correct grouping where Group A represents true statements about ASM and Group B
represents true statements about OCFS.
A. Group
B. Group A: 5 6 Group B: 1 2,3,4
C. 1 5,6
D. 3 4 Group
E. 2 3,4 Group
F. 1 3,4 Group B: 3 4,5
G. Group
H. Group
I. 1 2,5,6
正解:B,C

質問 3:
You are asked by the DBA team leader to consolidate three different Oracle databases, which supported three separate workloads, into one large three-instance RAC database on a three-node cluster. You also need to create a separate service to represent each workload type and support client-side load balancing. The CRM service has two preferred instances, the HR service has two, and the ORDERS service
has only one. Any instance may be used as an vailable instance for any service that is not
specified as a preferred service for that same instance. You decide to create three separate
entries in TNSNAMES.ORA.
Choose three options describing the number of entries you would have in each address list.
(Choose three.)
A. one entry for the address list for the ORDERS service for the listeners on the nodes containing the preferred instance for ORDERS
B. three entries in the address list for the ORDERS service pointing to the listeners on all three nodes
C. three entries in the address list for the HR service for the listeners on all three nodes
D. three entries in the address list for the CRM service for the listeners on all three nodes
E. two entries for the address list for the CRM service pointing to the listeners on the nodes containing the preferred instances for CRM
F. two entries for the address list for the HR service for the listeners on the nodes containing the preferred instances for HR
正解:B,C,D

質問 4:
To install Oracle Database 10g RAC on a UNIX platform, which four directories will you identify for use? (Choose four.)
A. Oracle inventory directory
B. Oracle home directory (ORACLE_HOME)
C. group services directory (GSDJHOME)
D. CRS home directory (ORA_CRS_HOME)
E. Oracle base directory (ORACLE_BASE)
F. NET_ADMIN directory
正解:A,B,D,E

質問 5:
After a power failure, you noticed that one of your cluster database instances did not start automatically, whereas all other instances came up successfully. What would you do to determine the precise cause for the instance startup failure? (Choose three.)
A. Enable extra debugging in the Oracle Clusterware software by using the CRSCTL command.
B. Check if the Oracle Clusterware is functional by using the CRSCTL command.
C. Reboot the node where the failing instance resides to check if the problem is persistent.
D. Check for OCR corruptions by using the OCRCHECK command.
E. Check the alert.log file that belongs to the Oracle Clusterware software.
F. Check the alert.log file that belongs to the instance that did not start.
G. Check the resource state by using the CRS_STAT command.
正解:E,F,G

質問 6:
Your storage administrator informs you about some disk corruption issues in the disk subsystem where your Oracle Cluster Registry (OCR) is located. Your storage administrator has resolved these corruption issues by applying a patch to the storage subsystem, but to be sure that the OCR is not affected by this problem the administrator wants you to check the integrity of the OCR. How would you do this?
A. You create a logical export from the OCR by using the OCRCONFIG command and analyze the export file for errors.
B. You create a physical backup of the OCR by using the OCRCONFIG command, and if this succeeds without errors you know that the OCR is not corrupted.
C. There is no easy way to check your OCR for corruptions.
D. You dump the OCR contents into a text file by using the OCRDUMP command, and if that succeeds without errors you know that your OCR is not corrupted.
E. You can check whether the OCR is not corrupted by using the OCRCHECK command.
正解:E

質問 7:
You are asked to investigate a problem regarding client connectivity between the HR service and a database, which is on a four-node RAC cluster. The HR service has four preferred instances on the RAC cluster. This cluster also supports five other services. Occasionally, a client-connect request for the HR service takes several minutes to connect, whereas the other five services connect within a second or two. Client-side and server-side connection load balancing are used for all the services. Which combination of network settings would explain these symptoms? (Choose two.)
A. The TNSNAMES.ORA file has an entry for the HR service that uses only the host name for the public IP address, and all the listeners listen on both the Public and Virtual IP addresses.
B. The TNSNAMES. ORA file has an entry for the five other services that use the hostnames for the Virtual IP addresses and all the listeners listen on both the Public and Virtual IP addresses.
C. The listener on one or more nodes is listening only on the Virtual IP address and the HR TNSNAMES entry uses the Hostnames for the Virtual IP addresses.
D. The listener on one or more nodes is listening on both the Public IP address and the Virtual IP address, and the HR TNSNAMES entry uses the Virtual IP address.
E. The TNSNAMES. ORA file has an entry for all six services that uses the host name for the Public IP address and not the Virtual IP address.
正解:A,B

質問 8:
After a disk failure caused by a power outage, your CRS is unable to start up completely because all your OCR files are lost. Which commands would you use and in which order to redress this
situation?
1 OCRCONFIG -REPAIR (on the local cluster node only)
2 OCRCONFIG -REPAIR (on all cluster nodes)
3 OCRCONFIG -RESTORE <path name>
4 OCRCONFIG -IMPORT <path name>
5 CRSCTL STOP CRS (on the local cluster node only)
6 CRSCTL STOP CRS (on all cluster nodes)
7 OCRCONFIG -SHOWBACKUP
8 CRSCTL START CRS (on the local cluster node only)
9 CRSCTL START CRS (on all cluster nodes)
A. 7,6,4,9.
B. 7,6,3,2,9.
C. 7,6,3,9.
D. 5,3,8.
E. 5,4,8.
F. 6,4,9.
G. 6,3,9.
正解:C

TopExamは君に1Z0-048の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。

弊社は無料Oracle 1Z0-048サンプルを提供します

お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料1Z0-048サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの1Z0-048問題集は自分に適するかどうか判断して購入を決めることができます。

1Z0-048試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。

安全的な支払方式を利用しています

Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の1Z0-048問題集は全部Credit Cardで支払われることができます。

領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。

一年間の無料更新サービスを提供します

君が弊社のOracle 1Z0-048をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたOracle 1Z0-048をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のOracle 1Z0-048を持っていることを保証します。

弊社は失敗したら全額で返金することを承諾します

我々は弊社の1Z0-048問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のOracle 1Z0-048を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。

弊社のOracle 1Z0-048を利用すれば試験に合格できます

弊社のOracle 1Z0-048は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は1Z0-048問題集の質問と答えが間違いないのを保証いたします。

1Z0-048無料ダウンロード

この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のOracle 1Z0-048を利用すれば、君は一回で試験に合格できます。

Oracle Database 10g R2: Administering RAC 認定 1Z0-048 試験問題:

1. Which four statements contain accurate information regarding RAC VIPs and application VIPs? (Choose four.)

A) It is recommended to share application VIPs among multiple applications.
B) A failed over application VIP does accept new connections.
C) It is recommended to share a RAC VIP among several database instances.
D) A failed over RAC VIP does accept new connections.
E) It is not recommended to share an application VIP among several applications.
F) An application VIP fails over if the associated application fails over.
G) A RAC VIP fails over if the listener fails.
H) It is not recommended to share a RAC VIP among several database instances.


2. After a disk failure caused by a power outage, your CRS is unable to start up completely because all your OCR files are lost. Which commands would you use and in which order to redress this
situation?
1 OCRCONFIG -REPAIR (on the local cluster node only)
2 OCRCONFIG -REPAIR (on all cluster nodes)
3 OCRCONFIG -RESTORE <path name>
4 OCRCONFIG -IMPORT <path name>
5 CRSCTL STOP CRS (on the local cluster node only)
6 CRSCTL STOP CRS (on all cluster nodes)
7 OCRCONFIG -SHOWBACKUP
8 CRSCTL START CRS (on the local cluster node only)
9 CRSCTL START CRS (on all cluster nodes)

A) 7,6,4,9.
B) 7,6,3,2,9.
C) 7,6,3,9.
D) 5,3,8.
E) 5,4,8.
F) 6,4,9.
G) 6,3,9.


3. Which parameter file should you use to configure the Oracle notification server on your RAC nodes?

A) $ORA_CRS_HOME/racg/usrco/ons. config
B) $ORACLE_HOME/opmn/conf/ons. config
C) $ORA_CRS_HOME/opmn/conf/ons. config
D) $ORACLE_HOME/racg/usrco/ons.config


4. Which background process communicates load information to its listener?

A) SMON
B) MMON
C) PMON
D) LMON


5. Which statement is true regarding undo management in a RAC environment?

A) A RAC database must have defined only one undo tablespace for each instance.
B) A RAC database contains one undo tablespace shared by all instances.
C) It is possible to store undo tablespaces on nonshared disks.
D) You cannot mix automatic undo management and manual undo management.


質問と回答:

質問 # 1
正解: B、C、E、F
質問 # 2
正解: C
質問 # 3
正解: C
質問 # 4
正解: C
質問 # 5
正解: D

1Z0-048 関連試験
1Z0-600 - 99 product knowledge Exam
1Z0-020 - Oracle8l:new features for administrators
1z1-105 - Oracle Linux 6 Advanced System Administration
1z1-590 - Oracle VM 3.0 for x86 Essentials
1Z0-024 - Performance Tuning
連絡方法  
 [email protected] サポート

試用版をダウンロード

人気のベンダー
Apple
Avaya
CIW
FileMaker
Lotus
Lpi
OMG
SNIA
Symantec
XML Master
Zend-Technologies
The Open Group
H3C
3COM
ACI
すべてのベンダー
TopExam問題集を選ぶ理由は何でしょうか?
 品質保証TopExamは我々の専門家たちの努力によって、過去の試験のデータが分析されて、数年以来の研究を通して開発されて、多年の研究への整理で、的中率が高くて99%の通過率を保証することができます。
 一年間の無料アップデートTopExamは弊社の商品をご購入になったお客様に一年間の無料更新サービスを提供することができ、行き届いたアフターサービスを提供します。弊社は毎日更新の情況を検査していて、もし商品が更新されたら、お客様に最新版をお送りいたします。お客様はその一年でずっと最新版を持っているのを保証します。
 全額返金弊社の商品に自信を持っているから、失敗したら全額で返金することを保証します。弊社の商品でお客様は試験に合格できると信じていますとはいえ、不幸で試験に失敗する場合には、弊社はお客様の支払ったお金を全額で返金するのを承諾します。(全額返金)
 ご購入の前の試用TopExamは無料なサンプルを提供します。弊社の商品に疑問を持っているなら、無料サンプルを体験することができます。このサンプルの利用を通して、お客様は弊社の商品に自信を持って、安心で試験を準備することができます。