显示标签为“1Z0-060”的博文。显示所有博文
显示标签为“1Z0-060”的博文。显示所有博文

2014年5月13日星期二

Certification Oracle de téléchargement gratuit pratique d'examen 1Z0-047 1Z0-060 1Z0-218, questions et réponses

Pass4Test peut vous fournir un raccourci à passer le test Oracle 1Z0-047: moins de temps et efforts dépensés. Vous trouverez les bonnes documentations de se former dans le site Pass4Test qui peut vous aider efficacement à réussir le test Oracle 1Z0-047. Si vous voyez les documentations dans les autres sites, c'est pas difficile à trouver qu''elles sont venues de Pass4Test, parce que lesquelles dans Pass4Test sont le plus complété et la mise à jour plus vite.

Pass4Test a une équipe se composant des experts qui font la recherche particulièrement des exercices et des Q&As pour le test certification Oracle 1Z0-060, d'ailleurs ils peuvent vous proposer à propos de choisir l'outil de se former en ligne. Si vous avez envie d'acheter une Q&A de Pass4Test, Pass4Test vous offrira de matériaux plus détailés et plus nouveaux pour vous aider à approcher au maximum le test réel. Assurez-vous de choisir le Pass4Test, vous réussirez 100% le test Oracle 1Z0-060.

Dans cette époque glorieuse, l'industrie IT est devenue bien intense. C'est raisonnable que le test Oracle 1Z0-218 soit un des tests plus populaires. Il y a de plus en plus de gens qui veulent participer ce test, et la réussite de test Oracle 1Z0-218 est le rêve pour les professionnels ambitieux.

Bien qu'il ne soit pas facile à réussir le test Oracle 1Z0-218, c'est très improtant à choisir un bon outil de se former. Pass4Test a bien préparé les documentatinos et les exercices pour vous aider à réussir 100% le test. Pass4Test peut non seulement d'être une assurance du succès de votre test Oracle 1Z0-218, mais encore à vous aider d'économiser votre temps.

Code d'Examen: 1Z0-047
Nom d'Examen: Oracle (Oracle Database SQL Expert)
Questions et réponses: 260 Q&As

Code d'Examen: 1Z0-060
Nom d'Examen: Oracle (Upgrade to Oracle Database 12c)
Questions et réponses: 150 Q&As

Code d'Examen: 1Z0-218
Nom d'Examen: Oracle (PeopleSoft HRMS Fundamentals)
Questions et réponses: 106 Q&As

Bien qu'Il y ait plein de talentueux dans cette société, il manque beaucoup de professionnels dans les domaine en cours de développement, l'Industrie IT est l'un de ces domaines. Donc le test Oracle 1Z0-060 est un bon l'examination de technique informatique. Pass4Test est un site d'offrir la formation particulière au test Oracle 1Z0-060.

1Z0-060 Démo gratuit à télécharger: http://www.pass4test.fr/1Z0-060.html

NO.1 Which Oracle Database component is audited by default if the unified Auditing option is
enabled?
A. Oracle Data Pump
B. Oracle Recovery Manager (RMAN)
C. Oracle Label Security
D. Oracle Database Vault
E. Oracle Real Application Security
Answer: E

Oracle examen   1Z0-060   certification 1Z0-060
Explanation:
Type ofUnifiedauditing:
Standard
Fine Grained Audit
XS
Database Vault(not D)
Label Security(not C)
RMAN AUDIT(not B)
Data Pump(not A)
Note:
*Oracle 12c introduces Unified Auditing, which consolidates database audit records
including :-
DDL, DML, DCL
Fine Grained Auditing (DBMS_FGA)
Oracle Database Real Application Security
Oracle Recovery Manager
Oracle Database Vault
Oracle Label Security
Oracle Data Mining
Oracle Data Pump
Oracle SQL*Loader Direct Load

NO.2 Which two statements are true about the use of the procedures listed in the
v$sysaux_occupants.move_procedure column?
A. The procedure may be used for some components to relocate component data to the SYSAUX
tablespace from its current tablespace.
B. The procedure may be used for some components to relocate component data from the SYSAUX
tablespace to another tablespace.
C. All the components may be moved into SYSAUX tablespace.
D. All the components may be moved from the SYSAUX tablespace.
Answer: B,D

Oracle examen   1Z0-060 examen   1Z0-060 examen   1Z0-060
Explanation:
V$SYSAUX_OCCUPANTS displays SYSAUX tablespace occupant information.
MOVE_PROCEDURE:Name of the move procedure; null if not applicable
For example, the tables and indexes that were previously owned by the system user can now be
specified for a SYSAUX tablespace. You can query the v$sysaux_occupants view to find the exact
components stored within the SYSAUX tablespace.

NO.3 What are three purposes of the RMAN "FROM" clause?
A. to support PUSH-based active database duplication
B. to support synchronization of a standby database with the primary database in a Data
environment
C. To support PULL-based active database duplication
D. To support file restores over the network in a Data Guard environment
E. To support file recovery over the network in a Data Guard environment
Answer: B,C,E

Oracle examen   1Z0-060 examen   1Z0-060 examen   certification 1Z0-060
Explanation:
E:
*With a control file autobackup, RMAN can recover the database even if the current
control file, recovery catalog, and server parameter file are inaccessible.
*RMAN uses a recovery catalog to track filenames for all database files in a Data Guard
environment. A recovery catalog is a database schema used by RMAN to store metadata
about one or more Oracle databases. The catalog also records where the online redo logs,
standby redo logs, tempfiles, archived redo logs, backup sets, and image copies are
created.

NO.4 Your multitenant container (CDB) containing three pluggable databases (PDBs) is running in
ARCHIVELOG mode. You find that the SYSAUX tablespace is corrupted in the root container.
The steps to recover the tablespace are as follows:
1.Mount the CDB.
2.Close all the PDBs.
3.Open the database.
4.Apply the archive redo logs.
5.Restore the data file.
6.Take the SYSAUX tablespace offline.
7.Place the SYSAUX tablespace offline.
8.Open all the PDBs with RESETLOGS.

NO.5 Which statement is true about Oracle Net Listener?
A. It acts as the listening endpoint for the Oracle database instance for all local and non-local user
connections.
B. A single listener can service only one database instance and multiple remote client connections.
C. Service registration with the listener is performed by the process monitor (PMON) process of
each database instance.
D. The listener.ora configuration file must be configured with one or more listening protocol
addresses to allow remote users to connect to a database instance.
E. The listener.ora configuration file must be located in the ORACLE_HOME/network/admin directly.
Answer: C

Oracle   1Z0-060 examen   certification 1Z0-060   certification 1Z0-060
Explanation:
Supported services, that is, the services to which the listener forwards client
requests, can be configured in the listener.ora file or this information can be dynamically
registered with the listener. This dynamic registration feature is called service registration.
The registration is performed by the PMON process-an instance background process-of
each database instance that has the necessary configuration in the database initialization
parameter file. Dynamic service registration does not require any configuration in the
listener.ora file.
Incorrect:
Not B:Service registration reduces the need for the SID_LIST_listener_name parameter
setting, which specifies information about the databases served by the listener, in the
listener.ora file.
Note:
*Oracle Net Listener is a separate process that runs on the database server computer. It
receives incoming client connection requests and manages the traffic of these requests to
the database server.
*A remote listener is a listener residing on one computer that redirects connections to a
database instance on another computer. Remote listeners are typically used in an Oracle
Real Application Clusters (Oracle RAC) environment. You can configure registration to
remote listeners, such as in the case of Oracle RAC, for dedicated server or shared server
environments.

NO.6 Which three are true about the large poolfor anOracle database instance that supports
shared server connections?
A. Allocates memory for RMAN backup and restore operations
B. Allocates memory for shared and private SQL areas
C. Contains a cursor area for storing runtime information about cursors
D. Contains stack space
E. Contains a hash area performing hash joins of tables
Answer: A,B,C

Oracle   certification 1Z0-060   certification 1Z0-060
Explanation:
The large pool can provide large memory allocations for the following:
/(B)UGA(User Global Area)for the shared server and the Oracle XA interface (used where
transactions interact with multiple databases)
/Message buffers used in the parallel execution of statements
/(A)Buffers for Recovery Manager (RMAN) I/O slaves
Note:
*large pool
Optional area in the SGA that provides large memory allocations for backup and restore
operations, I/O server processes, and session memory for the shared server and Oracle
XA.
*Oracle XA
An external interface that allows global transactions to be coordinated by a transaction
manager other than Oracle Database.
*UGA
User global area. Session memory that stores session variables, such as logon
information, and can also contain the OLAP pool.
*Configuring the Large Pool
Unlike the shared pool, the large pool does not have an LRU list(not D). Oracle Database
does not attempt to age objects out of the large pool. Consider configuring a large pool if
the database instance uses any of the following Oracle Database features:
*Shared server
In a shared server architecture, the session memory for each client process is included in
the shared pool.
*Parallel query
Parallel query uses shared pool memory to cache parallel execution message buffers.
*Recovery Manager
Recovery Manager (RMAN) uses the shared pool to cache I/O buffers during backup and restore
operations. For I/O server processes, backup, and restore operations, Oracle Database allocates
buffers that are a few hundred kilobytes in size.

NO.7 You plan to use the In Database Archiving feature of Oracle Database 12c, and store rows that
are inactive for over three months, in Hybrid Columnar Compressed (HCC) format.
Which three storage options support the use of HCC?
A. ASM disk groups with ASM disks consisting of Exadata Grid Disks.
B. ASM disk groups with ASM disks consisting of LUNS on any Storage Area Network array
C. ASM disk groups with ASM disks consisting of any zero padded NFS-mounted files
D. Database files stored in ZFS and accessed using conventional NFS mounts.
E. Database files stored in ZFS and accessed using the Oracle Direct NFS feature
F. Database files stored in any file system and accessed using the Oracle Direct NFS feature
G. ASM disk groups with ASM disks consisting of LUNs on Pillar Axiom Storage arrays
Answer: A,E,G

Oracle examen   1Z0-060   1Z0-060   1Z0-060 examen   1Z0-060 examen   1Z0-060 examen
Explanation:
HCC requires the use of Oracle Storage - Exadata(A), Pillar Axiom(G)or Sun ZFS Storage Appliance
(ZFSSA).
Note: *Hybrid Columnar Compression, initially only available on Exadata, has been extended to
supportPillar Axiom and Sun ZFS Storage Appliance (ZFSSA) storage when used with Oracle
Database Enterprise Edition 11.2.0.3 and above *Oracle offers the ability to manage NFS using a
feature called Oracle Direct NFS (dNFS). Oracle Direct NFS implements NFS V3 protocol within the
Oracle database kernel itself. Oracle Direct NFS client overcomes many of the challenges associated
with using NFS with the Oracle Database with simple configuration, betterperformance than
traditional NFS clients, and offers consistent configuration across platforms.

NO.8 Your multitenant container (CDB) contains two pluggable databases(PDB), HR_PDB and
ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp.
A user issues a query on a table on one of the PDBs and receives the following error:
ERROR at line 1:
ORA-01565: error in identifying file '/u01 /app/oracle/oradata/CDB1 /temp01.tmp'
ORA-27037: unable to obtain file status
Identify two ways to rectify the error.
A. Add a new temp file to the temporary tablespace and drop the temp file that that produced the
error.
B. Shut down the database instance, restore the temp01.tmp file from the backup, and then restart
the database.
C. Take the temporary tablespace offline, recover the missing temp file by applying redo logs, and
then bring the temporary tablespace online.
D. Shutdown the database instance, restore and recover the temp file from the backup, and then
open the database with RESETLOGS.
E. Shut down the database instance and then restart the CDB and PDBs.
Answer: C,E

Oracle   1Z0-060 examen   certification 1Z0-060   1Z0-060 examen   certification 1Z0-060
Explanation:
* Because temp files cannot be backed up and because no redo is ever generated for them, RMAN
never restores or recovers temp files. RMAN does track the names of temp files, but only so that it
can automatically re-create them when needed.
*If you use RMAN in a Data Guard environment, then RMAN transparently converts primary control
files to standby control files and vice versa. RMAN automatically updates file names for data files,
online redo logs, standby redo logs, and temp files when you issue RESTORE and RECOVER.

2014年4月5日星期六

Meilleur Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J test formation guide

Beaucoup de gens trouvent difficile à passer le test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J, c'est juste parce que ils n'ont pas bien choisi une bonne Q&A. Vous penserez que le test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J n'est pas du tout autant dur que l'imaginer. Le produit de Pass4Test non seulement comprend les Q&As qui sont impressionnées par sa grande couverture des Questions, mais aussi le service en ligne et le service après vendre.

Dans ce monde d'informatique, l'industrie IT est suivi par de plus en plus de ges. Dans ce domaine demandant beaucoup de techniques, il faut des Certificat à se preuver les techniques professionnelle. Les Certificats IT sont improtant pour un interviewé pendant un entretien. C'est pas facile à passer le test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J, donc c'est pourquoi beaucoup de professionnels qui choisissent ce Certificat pour se preuver.

Pass4Test est un seul site web qui peut offrir toutes les documentations de test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J. Ce ne sera pas un problème à réussir le test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J si vous préparez le test avec notre guide d'étude.

Selon les feedbacks offerts par les candidats, c'est facile à réussir le test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J avec l'aide de la Q&A de Pass4Test qui est recherché particulièrement pour le test Certification Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J. C'est une bonne preuve que notre produit est bien effective. Le produit de Pass4Test peut vous aider à renforcer les connaissances demandées par le test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J, vous aurez une meilleure préparation avec l'aide de Pass4Test.

Vous aurez le service de la mise à jour gratuite pendant un an une fois que vous achetez le produit de Pass4Test. Vous pouvez recevoir les notes immédiatement à propos de aucun changement dans le test ou la nouvelle Q&A sortie. Pass4Test permet tous les clients à réussir le test Oracle 1z1-061 1z0-061 1Z0-060 1Z1-536J à la première fois.

Code d'Examen: 1z1-061
Nom d'Examen: Oracle (Oracle Database 12c: SQL Fundamentals)
Questions et réponses: 75 Q&As

Code d'Examen: 1z0-061
Nom d'Examen: Oracle (Oracle Database 12c: SQL Fundamentals)
Questions et réponses: 75 Q&As

Code d'Examen: 1Z0-060
Nom d'Examen: Oracle (Upgrade to Oracle Database 12c)
Questions et réponses: 150 Q&As

Code d'Examen: 1Z1-536J
Nom d'Examen: Oracle (Oracle Exadata 11g Essentials (1Z1-536日本語版))
Questions et réponses: 69 Q&As

1Z1-536J Démo gratuit à télécharger: http://www.pass4test.fr/1Z1-536J.html

NO.1 グリッド· デゖスクの゗ンターリーブのタ゗プをいつ指定するのですか。
A. セル· デゖ スクを作成するとき
B. グリッド· デゖスク を作成するとき
C. ASM を通じる
D. 表領域を作成する とき
Answer: A

Oracle examen   certification 1Z1-536J   certification 1Z1-536J   1Z1-536J   1Z1-536J examen

NO.2 あなたの顧客は 、 複数の既存の Oracle データベースを統合するために彼らのオラクル
Exadata データベース· マシンを使用したいと考えています。 彼らは問題を見つけました。 こ
れらのデータベースの一部は、現在 RAC を 使用しますが、他のものはそうしませんから。
どのようにこの潜在的な問題に対処する必要がありますか。
A. Oracle Exadata Database Machine には、す べての RAC があり、ま たは RAC データベース が
ない必要があるから、これは RAC にすべて のデータベースをゕップグレードするための素
晴らしい時間であることを示唆する。
B. Oracle Exadata Database Machine を 2 つの 同等のパーテゖションに分かれて、一つは RAC
のために、他の一つは彼らのシングル· ゗ンスタンス· データベースのために使用される。
C. あなたは、 データベースが RAC または単一 の゗ンスタンスであるかどうかにかかわらず、
どんな方法でもデータベース? サーバにデータベースを割り当てることができる。
D. 彼らはいつも Oracle Exadata Database Machine の上で優れたパフ ォーマンスを提供するか
ら、単一の゗ンスタンス· データベースにすべてのデータベースを移行する。
Answer: C

certification Oracle   1Z1-536J examen   1Z1-536J   1Z1-536J   1Z1-536J

NO.3 まず最初に Exadata Storage Server を設 定するとき、どんな順序で以下の Procedures を
実行する必要がありますか。
A. ALTER CELL, CREATE CELLDISK, CREATE GRIDDISK, CALIBRATE
B. ALTER CELL, CREATE GRIDDISK, CREATE CELLDISK, CALIBRATE
C. CREATE GRIDDISK, CREATE CELLDISK, CALIBRATE, ALTER CELL
D. CALIBRATE, CREATE GRIDDISK, CREATE CELLDISK, ALTER CELL
E. CALIBRATE, ALTER CELL, CREATE GRIDDISK, CREATE CELLDISK
Answer: A

Oracle examen   certification 1Z1-536J   certification 1Z1-536J   1Z1-536J
Explanation:
Note on order of the create commands: #
cellcli -e alter cell : : This CELLCLI command startup all services
CREATE CELLDISK ALL-This CELLCLI command automatically creates celldisks on all
available logical unit numbers (LUNs).
CREATE GRIDDISK ALL PREFIX=prefix-This CELLCLI command automatically creates grid
disks on all available Exadata cell disks.
Each Exadata storage cell has 12 disks.- One physical disk is called LUN and is also called cell
disk.- A grid disk is part of a cell disk.
So the Cell disk must be created before the grid disk.
http://vijaydumpa.blogspot.com/ 2011 / 01 /exadata-v2-storage-server-cell-node.html
The "calibrate" command, which is part of the Exadata storage "cellcli" interface, is used to test the
capabilites of the underlinying components of Exadata storage. The throughput and IOPS of both
the drives and Flash modules can be tested at any point to see if they are performing up to
expectations.
calibrate" command should be executed after celldisk and grid disk are created.
http://glennfawcett.wordpress.com/category/exadata/

NO.4 Database Resource マネージャ· プランはどの三つの属性を含みますか。
A. データベース名、レベルと割り当て
B. データベース名、 レベルとリソース· グループ
C. データベース名、 割当てとリソース· グループ
D. データベ ース名、 リソースグループとカテゴリー
Answer: C

certification Oracle   certification 1Z1-536J   1Z1-536J
Explanation:
Resource plans specify the resource consumer groups belonging to the plan and contain directives
for how resources are to be allocated among these groups. You use the
DBMS_RESOURCE_MANAGER package to create and maintain these elements of the Database
Resource Manager: resource plans, resource consumer groups, and resource plan directives. Plan
information is stored in tables in the data dictionary. Several views are available for viewing plan
data.
How resources are allocated to resource consumer groups is specified in resource allocation
directives. The Database Resource Manager provides several means of allocating resources.
Note: The main goal of the Database Resource Manager is to give the Oracle Database server more
control over resource management decisions, thus circumventing problems resulting from
inefficient operating system management.

NO.5 ハードドラ゗ブ がストレージ? セルから削除された場合、 あなたは何をしなければなり
ませんか。
A. 無。
B. セルはリブートさ れなければならない。
C. それを警告するた めに ASM を変更しな ければならない。
D. ラ゗ブを使用する 任意のグリッド· デゖスクを再作成しなければならない。
Answer: A

Oracle   1Z1-536J examen   certification 1Z1-536J   1Z1-536J examen
Explanation:
Automatic addition of replacement disk to the disk group: All the required Exadata operations to
re-create the disk groups, and add the grid disks back to the original disk group are now performed
automatically when a replacement disk is inserted after a physical disk failure.
Automatic cell restart: Grid disks are automatically changed to online when a cell recovers from a
failure, or after a restart.
http://webcache.googleusercontent.com/search?q=cache:1jN0wMz6f34J:vishalgupta.com/oracle/
Docs/ExadataV2 /doc.112 /e13861 /whatsnew.htm+oracle+exadata+when+a+physical+disk+is+repl
aced+in+a+storage+cell&cd=8&hl=en&ct=clnk&gl=in&source=www.google.co.in
http://forums.oracle.com/forums/thread.jspa?threadID=2207219&tstart=0

NO.6 あなたの顧客は、それらがフルラッ ク にハーフラックへク オ ーターラックから自 分 の
Exadata Database Machine をゕップグレード する必要があるとき、マシンの全体的なパフォ
ーマンスが 減少す るこ とを心配し ていま す。 この問題にどの よう に対処する 必要が あり ま
すか。
A. 彼 ら がよ り 多く のス ト レ ー ジを 必 要と する と き 、 基盤 に ある ハー ド ウ ェ ゕが 速 くな るの
で、心配する必要はないことを顧客に知らせる。
B. 彼らは常により良 いパフォーマンスのために SAS ストレージに SATA ストレージから移動
することができることを顧客に知らせる。
C. 若干のパフォーマ ンスの低下はどんな ゕ ーキテクチャでも避 け られないことを顧客 に 知
らせる。
D. Exadata Storage Server のバランスのよいハードウェゕの構成がこれが起こるのを防ぐこと
を顧客に知らせる。
Answer: D

Oracle   certification 1Z1-536J   1Z1-536J
Explanation:
Oracle lets you upgrade from quarter rack to half rack or a full rack, but again its not cheap.
The only gotcha I've seen is you cannot simply add storage to the solution, you need to by exadata
servers and software and might also need to buy additional database servers depending upon your
storage requirement. So when you budget your system, ensure that you forecast your growth
thoroughly.
http://techsatwork.com/blog/?p=743

NO.7 どの Exadata Storage Server ユーザーが 、 Exadata セルオブジ ェクトだけを見ることがで
きるのですか。
A. ルート
B. Celladmin
C. セルモニタ
D. CellCLI
Answer: C

Oracle   1Z1-536J examen   certification 1Z1-536J
Explanation:
The cellcli utility works from the root, celladmin and cellmonitor (read-only) users.
http://www.pythian.com/news/17905 /physical-disk-cell-disk-grid-disk-and-asm-disk-in-exadata/

NO.8 Intra データベー ス? リソース管理を可能にするために、 どんなタスクを実行しなければ
なりませんか。
A. IORM パラメータを TRUE に設定する
B. 手動で、 ALTER SYSTEM ステートメントで RESOURCE_MANAGER_PLAN パラメーターを設 定
する
C. 標的 Exadata セルの それぞれで IORMPLAN をゕクテゖブにする
D. ASM のために IORMPLAN をゕクテゖブに する
Answer: B

Oracle   1Z1-536J   1Z1-536J   1Z1-536J
Explanation:
Resources are allocated to users according to a resource plan specified by the database
administrator.
The ALTER SYSTEM SET RESOURCE_MANAGER_PLAN statement is used to dynamically activate,
change, or deactivate resource plans.
http://download.oracle.com/docs/cd/B10500_01 /server.920/a96524 /c10rsmgr.htm

NO.9 Exadata Storage Server に保存される単 一のテーブルの異なるパーテゖションの圧縮の
様々なタ゗プを使用するためのルールは何ですか。
A. すべてのパーテゖションが圧縮または非圧縮でなければならない。
B. すべてのパーテゖ ションは OLTP 圧 縮 また は ハ ゗ ブ リ ッ ド 列 圧 縮 を 使 用 す る 必 要 が あ る 。
C. 他のパーテゖショ ンの圧縮に関係なく 、 任意のパーテゖショ ン は圧縮のどんなタ゗ プ で
も使用することができる。
D. あなたは同じテー ブルのパーテゖション間で圧縮タ゗プを混ぜることができない。
Answer: C

Oracle examen   1Z1-536J examen   1Z1-536J   1Z1-536J   1Z1-536J examen
Explanation:
Note 2: Oracle supports enabling any type of table compression at the partition or sub-partition
level. An OLTP application, therefore, can store historical data in partitions with Archive
Compression, while active data remains in partitions with OLTP Table Compression.
http://docs.google.com/viewer?a=v&q=cache:5Ba7DpH4aSIJ:www.oracle.com/technetwork/middle
ware/bi-foundation/ehcc-twp131254.pdf+Exadata+Storage+Server+compression+on+different+part
itions+All+partitions+must+
use+either+OLTP+compression+or+Hybrid+Columnar+Compression&hl=en&gl=in&pid=bl&srcid=
ADGEEShHOE7yI9ggVnWONVw0jAxTh57P_07j_yj298frctNhZ1lgdcqdPAVENAuDmxaDP2WU6_
TuAfb6BdwP9pADcMxognuPKygvWrvIsC9cQFin_JuIsFE6Y7ZLMV1spwle118PXIc&sig=AHIEtbS-SANt3
sk4OoCSnN7mprxM-QOgvw

NO.10 あなたの顧客は、 彼らのデータで最大の圧縮を得るために Hybrid Columnar Compression
を使いたいです。 どのオプションが、 このゴールを達成するためのベストプラクテゖスを表
しますか。
A. Direct Path ロード で 圧縮されたフゔ゗ルを読み込む
B. 低い基数でコラム の着信データをソートする
C. DBFS と外部フラ゗を使用してデータをロードする
D. Data Pump を使用し てデータをロードする
Answer: A

Oracle   certification 1Z1-536J   1Z1-536J
Explanation:
Hybrid Columnar Compressed Tables
New approach to compressed table storage
Useful for data that is bulk loaded and queried
Update activity is light
Parallel DML, INSERT /*+ APPEND */, Direct Path SQL*LDR
Data loaded using Direct Load uses Hybrid Columnar Compression
Reference: http://www.oracle.com/technetwork/database/features/availability/ 311358-132337.pdf