-
How does the command POST differs from COMMIT ?
Post writes data in the form to the database but does not perform database commitCommit permanently writes data in the form to the database.
-
A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?
PRE-QUERY fires once. POST-QUERY fires 10 times.
-
-
What ERASE package procedure does ?
Erase removes an indicated global variable.
-
Valid settings for the Initial Value property
In an Order Entry form, the Order_Items block has a text item called Shipping_Date, which is of the Date data type The Lowest Allowed Value and the Highest Allowed Value properties are not defined for this item.Assuming that all of the following are defined, which three are valid settings for the Initial Value property of the Shipping_Date item? (Choose three)A. $$DBDATE$$B. :Orders.Order_date+3C....
-
What is a Trigger ?
A piece of logic that is executed at or triggered by a SQL *forms event.
-
What is folder form?
Definitions, Usage and its Information in Oracle forms 9i
-
WebUtils
Actual I am uploading the excel sheet data in the customer system that must generate into server system and store that excel sheet data into the particular database table...Plz help me.....we r trying from so many days ... my task has been stop there
-
Message error
How can I get off a error message oracle form A0001 ask me to save the record when I change a record to other ?
-
Lists in Oracle forms
I want to make two lists in an oracle form. Each list will be holding three elements. These elements are same for two lists. If one element is selected in one list that will not come in the other list. That means the other list will show only two elements. How can I do that dynamically ?
-
-
How do you pass the parameters from one form to another form?
To pass one or more parameters to a called form, the calling form must perform the following steps in a trigger or user named routine execute the create_parameter_list built-in function to programmatically. Create a parameter list to execute the add parameter built-in procedure...
-
Background_color
In the Manual datablock , we will get records from database then I need to get each row in different color ......I am using the set_item_property('blockname.item',current_row_background_color,'red');plz help me.............
-
-
-
-
-
How to get number in words in Oracle 10g Reports
How to get number in words we are using Oracle 10g software and in reports, i am trying to give as function code and return value as placeholder, but i am getting an error as foll.REP:1401 'cf_1formula': Fatal PL/SQL error occurred.Thanks in advanceKrishnan R
-
-
Oracle Forms Interview Questions
Ans