質問 1:LibraryA and LibraryB are in the working directory of the Employees form. Library A is attached to the Employees form. There is a stored procedure in the database called
Raise_Salary which must be called without any parameters. There is no Raise_Salary procedure in the form or in the attached library.
A When-Button-Pressed trigger in the Employees form contains this code:
raise_salary;
Where does Forms search for the Raise_Salary procedure?
A. first in the form module, then in the attached library, then in the database
B. in the form module only
C. first in the form module, then in the attached library, then in other libraries in the working directory, then in the database
D. in the database only
E. first in the attached library, then in the database
F. first in the form module, then in the attached library
G. in the attached library only
正解:A
質問 2:You have the Orders form open in Forms Builder. You create an object group in the Orders form and you try to drag various components in the Object Navigator to the object group.
Which two components will you be unable to place in the object group? (Choose two.)
A. the Product_Id item in the Order_Items block of the Orders form
B. the Orders block of the Orders form
C. the When-New-Form-Instance trigger of the Orders form
D. the Order_CV canvas of the Orders form
E. the When-New-Item-Instance trigger of the Order_Items.Quantity item in the Orders from
正解:A,E
質問 3:Your company assigns three possible credit ratings to customers: Poor, Good, and
Excellent (represented numerically by 1, 2, and 3). The DBA has just added a RATING column to the CUSTOMERS table and has asked you to add an item to your form so that credit ratings can be recorded.
To restrict data entry clerks to one of these three values, you decide to create a radio group for the Rating item.
You want to allow for an undetermined (Null) credit rating, and users should be able to update the credit rating from a value to an undetermined rating. How can you implement this?
A. Choose a different type of input item, because radio groups do not allow entry and update of null values.
B. Create four radio buttons, and leave blank the value for the undetermined credit rating.
C. Create three radio buttons for each of the credit ratings, and set the Mapping of Other
Values for the radio group to Null.
D. Create three radio buttons for each of the credit ratings, and set the Mapping of Other
Values for the radio group to one of the credit rating values.
正解:B
質問 4:View the Exhibit.
You are coding a When-New-Form-Instance trigger to populate a hierarchical tree item called Emp_Tree that should initially appear as shown in the exhibit. Mr. King, the president of the company, is the only employee who does not have a manager.
In the trigger, you declare a variable called rg_emps that is of the RECORDGROUP data type. You will use this record group to populate the tree. You use the following code to create the record group:
rg_emps := Create_Group_From_Query('rg_emps', 'select 1, level, last_name, NULL, to_char(employee_id) from employees connect by prior employee_id = manager_id start with manager_id is null');
You then programmatically populate the record group, and then populate the tree with the record group.
You run the form to test it. Will the tree initially appear as shown? If not, why not?
A. No. You should eliminate the last element selected in the select statement, because you do not want to display the employee ID.
B. No. The first element selected in the select statement should be 4 because you want four levels of the tree to be displayed.
C. No. The "connect by" statement should be "connect by prior manager_id = employee_id".
D. Yes, the tree will appear as shown.
正解:D
質問 5:The two-column LOCATION Record Group has 10 rows.
At run time, the user wants to mark two or more LOCATION records for use by another
Forms Builder object. The rows will be used to construct a WHERE clause for a subsequent data block query.
Which built-in enable individual rows to be marked?
A. SET_RECORD_PROPERTY
B. RESET_GROUP_SELECTION
C. GET_GROUP_RECORD_NUMBER
D. GET_GROUP_SELECTION
E. ADD_GROUP_COLUMN
F. SET_GROUP_SELECTION
正解:F
質問 6:The Orders form is required to initialize differently for different users.
A database procedure (GET_ROLE_NAME) is used to determine which database roles are enabled for the user logging on to the form. If the user has the STORE_CLERK role enabled, certain buttons are disabled and the focus is sent to the Customer_Id text item. If the user has the ADMIN_MGR role enabled, all buttons are available and the focus is sent to the Date_Ordered text item. You have written a procedure (SET_BUTTONS) to set the appropriate button properties.
The functionality is achieved with this code:
IF get_role_name(USER) = 'STORE_CLERK' THEN
set_buttons('STORE_CLERK');
GO_ITEM('ORDERS.Customer_id');
ELSE
set_buttons('ADMIN_MGR');
GO_ITEM('ORDERS.Date_Ordered');
END IF;
What is the best trigger to execute this code?
A. When-New-Form-Instance at form level
B. When-Validate-Item at form level
C. Pre-Form at form level
D. Pre-Block on the first navigable block in the form
E. When-New-Item-Instance on the Date_Ordered text item
F. When-Button-Pressed on any of the enabled buttons
正解:A
質問 7:View the Exhibit.
The Credit_Rating item in the Customers block of an Order Entry form must be restricted to three possible values: Good, Poor, or Null (the latter value indicates that the credit rating has not been determined). Order entry clerks must be able to update this item to any of these three values.
You want to change the item to a check box labeled "Credit Risk" that should be selected if the customer has poor credit. The check box should not be selected if the customer's credit rating is good or undetermined.
You change the item type to Check Box and set other properties as shown in the exhibit, then run your form and insert three records: two with good credit and the check box clear, and one with poor credit and the check box selected. You commit the data and query the records, with the following result set:
CUST_ID LAST_NAME FIRST_NAME CREDIT_RATING
------------ ------------------ ------------------- ------------------------------
1001 Gamer Pam
1002 Wallace Sheila
1003 Maslen Glenn Poor
The first two records show an undetermined credit rating, although your intention was to set the value to Good for those customers. What change must you make in the properties of the Credit_Rating item to enable values of Good, Poor, and Null to be entered?
A. Change the Initial Value property to Good.
B. Change the item type. It is not appropriate to use a check box to enable entry and update of more than two values in an item.
C. Change the Initial Value property to Good and the Check Box Mapping of Other Values property to Null.
D. Change the Initial Value property to Good and the Check Box Mapping of Other Values property to Checked.
E. Change the Check Box Mapping of Other Values property to Not Allowed.
F. Change the Initial Value property to Good and the Value When Unchecked property to
Null.
正解:B
質問 8:View the Exhibit and examine the PL/SQL code. The code uses the valmess package, which should print out the employee's salary if it exceeds 2345.
To resolve compiler or run-time errors and ensure that the code works as intended, what changes should you make to the trigger code?
A. No changes are required.
B. Delete the BEGIN and END keywords.
C. Pass the Forms variable to the package function with the format
:block_name.item_name.
D. Define a DECLARE section to declare PL/SQL variables.
E. Define an EXCEPTION section to handle exceptions.
正解:C
弊社は無料Oracle 1Z0-141サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料1Z0-141サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの1Z0-141問題集は自分に適するかどうか判断して購入を決めることができます。
1Z0-141試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社のOracle 1Z0-141を利用すれば試験に合格できます
弊社のOracle 1Z0-141は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は1Z0-141問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のOracle 1Z0-141を利用すれば、君は一回で試験に合格できます。
TopExamは君に1Z0-141の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の1Z0-141問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のOracle 1Z0-141を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
Oracle 1Z0-141 認定試験の出題範囲:
トピック | 出題範囲 |
---|
トピック 1 | - Describe LOVs and editors
|
トピック 2 | - Describe the two modes of operation
|
トピック 3 | - Describe the run-time environment
|
参照:https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-141
一年間の無料更新サービスを提供します
君が弊社のOracle 1Z0-141をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたOracle 1Z0-141をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のOracle 1Z0-141を持っていることを保証します。
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の1Z0-141問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。