By admin | August 11, 2006
How do you call SAP script in reports & reports in SAP script?
What is different between SAP script & reports?
What is stack?
What is the defination of ALE RFC?
Why is BAPI required? How about BDC?
What happens if I use control break statement in between select & endselect?
What is lock Object
Also posted in General, SAP ABAP |
By admin | April 30, 2006
Which of the following has the highest order of precedence?
Functions and Parenthesis
Multiplication, Division and Exponents
Addition and Subtraction
Logical Operations
When designing a database table, how do you avoid missing column values for non-primary key columns?
Use UNIQUE constraints
Use PRIMARY KEY constraints
Use DEFAULT and NOT NULL constraints
Use FOREIGN KEY constraints
Use SET constraints
By admin | April 13, 2006
Which of the following has the highest order of precedence?
Functions and Parenthesis
Multiplication, Division and Exponents
Addition and Subtraction
Logical Operations
When designing a database table, how do you avoid missing column values for non-primary key columns?
Use UNIQUE constraints
Use PRIMARY KEY constraints
Use DEFAULT and NOT NULL constraints
Use FOREIGN KEY constraints
Use SET constraints
How many memory layers are in the shared pool?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
How can you tell how much space is left on a given file system and how much space each of the file system’s subdirectories take-up?
Define the SGA and how you would [...]
Also posted in Unix/Linux |
By admin | March 22, 2006
What is a physical page? What is a logical page? - A physical page is a size of a page. That is output by the printer. The logical page is the size of one page of the actual report as seen in the Previewer.
What does the term panel refer to with regarda to pages? [...]
By admin | March 21, 2006
What are different types of images? - Boiler plate images, Image Items
What is the difference between boiler plat images and image items? - Boiler plate Images are static images (Either vector or bit map) that you import from the file system or database to use a graphical elements in your form, such as company [...]
By admin | March 20, 2006
What are different types of modules available in oracle form? - Form module - a collection of objects and code routines Menu modules - a collection of menus and menu item commands that together make up an application menu library module - a collection of user named procedures, functions and packages that can be called [...]
By admin | March 19, 2006
What are the different default triggers created when Master Deletes Property is set to Non-isolated? - Master Deletes Property Resulting Triggers: Non-Isolated (the default) On-Check-Delete-Master On-Clear-Details On-Populate-Details
What are the different default triggers created when Master Deletes Property is set to isolated? - Master Deletes Property Resulting Triggers: Isolated On-Clear-Details On-Populate-Details
What are the different [...]
By admin | March 18, 2006
How do you call other Oracle Products from Oracle Forms? - Run_product is a built-in, Used to invoke one of the supported oracle tools products and specifies the name of the document or module to be run. If the called product is unavailable at the time of the call, Oracle Forms returns a message to [...]
By admin | March 17, 2006
What is a timer? - Timer is an “internal time clock†that you can programmatically create to perform an action each time the times.
What are the two phases of block coordination? - There are two phases of block coordination: the clear phase and the population phase. During, the clear phase, Oracle Forms navigates internally [...]
By admin | March 16, 2006
Is the After report trigger fired if the report execution fails? - Yes.
Does a Before form trigger fire when the parameter form is suppressed? - Yes.
Is it possible to split the print reviewer into more than one region? - Yes
Is it possible to center an object horizontally in a repeating frame that [...]
By admin | March 15, 2006
What are the dictionary tables used to monitor a database spaces? - DBA_FREE_SPACE DBA_SEGMENTS DBA_DATA_FILES.
What are the roles and user accounts created automatically with the database? - DBA - role Contains all database system privileges. SYS user account - The DBA role will be assigned to this account. All of the base tables and [...]