What are built-ins associated with timers?
Answers were Sorted based on User's Feedback
Answer / binurajnair
CREATE_TIMER :- This will create a timer
GET_APPLICATION_PROPERTY(TIMER_NAME) :- This will return
the name of the timer which expired most recently
| Is This Answer Correct ? | 2 Yes | 0 No |
Name the different triggers supported by oracle reports and their firing order.
What are the two types views available in the object navigator?
Can you have more than one content canvas view attached with a window?
Which of the two views should objects according to possession?
Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE (VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost, DEVIN – Language the software or package is developed in, SCOST – Software Cost, DCOST – Development Cost, PROF1 – Proficiency 1 Use the above table definitions to answer the questions that follow. Find out the selling cost average for packages developed in Oracle. Display the names, ages and experiences of all programmers How much revenue has been earned through
Where we can use the placeholder columns?
how to pass 2 variables from one form to other form
How can a break order be created on a column in an existing group?
how can create the lexical parameter after the select class?
How can you execute the user defined triggers in forms 3.0 ?
Can we use GO-BLOCK package in a pre-field trigger ?
Commited block sometimes refer to a BASE TABLE ? True or False.