1z1-148試験は出題範囲が広く、独学だけでは不安を感じる方も少なくありません。ShikenPASSのOracle Database: Advanced PL/SQL問題集は108問の練習問題で出題傾向を網羅しており、弱点分野の克服をしっかりサポートします。
Oracle 1z1-148 試験概要:
| 認定ベンダー: | Oracle |
|---|---|
| 試験名: | Oracle Database 12c: Advanced PL/SQL |
| 試験番号: | 1Z0-148 |
| 合格点: | 60% |
| 試験形式: | 複数選択式, 単一選択式 |
| 対応言語: | 英語 |
| 試験時間: | 120 分 |
| 受験料: | $245 USD(地域によって異なる場合があります) |
| 関連資格: | Oracle Database PL/SQL Developer Certified Associate Oracle Database SQL Certified Associate |
| 出題数: | 約55問 |
| 推奨トレーニング: | Oracle Universityトレーニング |
| 受験申し込み: | Oracle認定資格試験の申し込み Pearson VUE Oracle試験 |
| サンプル問題: | DOWNLOAD DEMO |
| 受験方法: | Pearson VUEによる監督付き試験(オンラインまたはテストセンター) |
| 前提条件: | 推奨:Oracle Database SQL Certified Associateまたは同等のPL/SQL経験 |
| 公式シラバスのURL: | https://education.oracle.com/oracle-certification |
Oracle 1z1-148 試験シラバストピック:
| セクション | 目標 |
|---|---|
| トピック 1: 高度なデータベース機能 | - ラージ・オブジェクトと高度なデータ処理
|
| トピック 2: PL/SQLの基本と高度な概念 | - 高度なPL/SQLプログラミング
|
| トピック 3: データベースとの相互作用とSQLの統合 | - 動的SQL
|
Oracle Database: Advanced PL/SQLの疑問を解決するFAQ
1z1-148試験は、Oracleが実施する公式の認定試験で、合格すると「Oracle Database 12c Advanced PL/SQL Developer Certified Professional」の認定を取得できます。この認定はプロフェッショナルレベルに位置づけられています。関連する認定資格にはOracle Database SQL Certified Associate、Oracle Database PL/SQL Developer Certified Associateなどがあります。詳しい試験情報は、このページの試験概要やほかの質問項目でもご紹介しています。
1z1-148試験の問題数は約55問、制限時間は120 分です。限られた時間で全問を解き切るには、1問ごとのペースを意識し、難しい問題に時間を使いすぎない進め方が重要です。ShikenPASSのテストエンジンには時間制限付きの模擬試験モードがあるため、本番と同じ時間配分で108問の練習問題に取り組めます。受験直前には、必ず時間を計った通し演習で時間感覚を確認しておきましょう。
1z1-148試験の合格に必要なスコアは60%、受験料は$245 USD(地域によって異なる場合があります)です。万が一不合格になった場合、再受験には受験料を再度全額支払う必要があるため、本番前の仕上がり確認が欠かせません。ShikenPASSの練習問題で模擬試験を繰り返し、安定して合格点を上回る状態になってから受験することをおすすめします。
はい。ShikenPASSではOracle Database: Advanced PL/SQL(1z1-148)問題集の無料サンプルをご用意しており、購入前に内容や品質をご確認いただけます。また、ご購入後は365日間無料で最新版にアップデートでき、更新期間終了後の更新も50%割引でご利用いただけます。
ShikenPASSでは「返金保証」をご用意しています。ご購入後60日以内に1z1-148試験を受験して不合格だった場合、受験票の写しと公式スコアレポート(Score Report)のPDFを試験後2日以内にご提出いただければ、7日以内に全額返金の手続きが完了します。なお、ご購入後3日以内の受験や、実際に受験されなかった場合、無料資料・期限切れのご注文は対象外となり、受験者名とお支払い者名の一致が必要です。返金の代わりに、同等の試験資料2点を無料でお受け取りいただき、元の製品の更新サービスを継続することも可能です。商品はお支払い完了後すぐにダウンロードでき、1分以内にメールでもお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
1z1-148試験の出題範囲は、公式の発表では全部で3の分野に分かれています。主な分野としては、「PL/SQLの基本と高度な概念」、「高度なデータベース機能」、「データベースとの相互作用とSQLの統合」などが挙げられます。各分野に含まれる詳細なトピックは、上記の試験範囲一覧でご確認ください。
Oracle Database: Advanced PL/SQL 認定 1z1-148 試験問題:
Your company decided to update its employees' contact information as a one-time event.
With thousands of employees' records to be updated, the project manager hoped to achieve substantial performance gains using the DBMS_PARALLEL_EXECUTE package and identified these four actions to be executed.
1) dbms_parallel_execute.create_task
2) GRANT system privilege CREATE JOB to the user executing this task
3) dbms_parallel_execute.run_task
4) dbms_parallel_execute.create_chunks_by_rowid
Select the correct order of actions to implement the parallel execution of PL/SQL blocks.
- A. 1, 2, 3 and 4
- B. 2, 4, 1 and 3
- C. 2, 1, 4 and 3
- D. 1, 2, 4 and 3
- E. 2, 1, 3 and 4
正解:B 🗳️
Which two statements are true about the DBMS_ LOB package?
- A. If the destination LOB is a temporary LOB, the row must be locked before calling DBMS_LOB.CONVERTTOBLOB.
- B. Before calling DBMS_LOB.CONVERTTOBLOB, both the source and destination LOB instances must exist.
- C. DBMS_LOB.COMPARE is overloaded and can compare CLOBs with BLOBs.
- D. DBMS_LOB.COMPARE can compare parts of two LOBs.
- E. DBMS_LOB.COMPARE returns the size difference of the compared LOBs.
正解:B、D 🗳️
Examine this code executed in the ORA1 schema:
Examine this code executed by DBA_USER who has been granted the DBA role:
REVOKE INHERIT PRIVILEGES ON USER dba_user FROM PUBLIC;
Examine this query:
SELECT return_date (1) FROM dual;
What is the result of executing this query in the DBA_USER schema?
- A. It will fail with a runtime error complaining of insufficient INHERIT PRIVILEGES.
- B. It will execute successfully and return the date but the DBA role will not be granted to ORA1.
- C. It will execute successfully, return the date and the DBA role will be granted to ORA1.
- D. It will fail with a compile-time error.
正解:C 🗳️
Which two statements describe actions developers can take to make their application less vulnerable to security attacks?
- A. Do not concatenate unchecked user input into dynamically constructed SQL statements.
- B. Switch from using DBMS_SQL to EXECUTE IMMEDIATE.
- C. Include the AUTHID DEFINER clause in stored program units.
- D. Increase the amount of code that is accessible to users by default.
- E. Include the AUTHID CURRENT_USER clause in stored program units.
正解:A、E 🗳️
Which two blocks of code execute successfully?
- A. DECLARETYPE tab_type IS TABLE OF NUMBER;my_tab tab_type := tab_type(2);BEGINmy_tab(1)
:=55;END; - B. DECLARETYPE tab_type IS TABLE OF NUMBER;my_tab tab_type;BEGINmy_tab := tab_type ();my_tab (1) := 55;END;
- C. DECLARETYPE tab_type IS TABLE OF NUMBERmy_tab tab_type := tab_type (2, NULL,
50);BEGINmy_tab.EXTEND (3, 2);END; - D. DECLARETYPE tab_type IS TABLE OF NUMBER;my_tab tab_type;BEGINmy_tab. EXTEND (2);my_tab (1) := 55;END;
- E. DECLARETYPE tab_type IS TABLE OF NUMBER;my_tab tab_type;BEGINmy_tab (1) :=1;END;
正解:A、B 🗳️

弊社は製品に自信を持っており、面倒な製品を提供していません。


-Kojima

