Oracle Interview Questions And Answers


Computer Tutorials
Earn Money From Internet
Cheap Freelancers
Ask An Expert

Register Cheap Domain
Data Recovery
Best Mutual Funds
Trading Forex Online
Cheap Web Hosting
Ajax Tutorials
Cheap Cell Phone Plans
Free Mobile Learning
Job Portal
Photoshop Tutorials
Cheap Jewelry
Cheapest Air Travel

Oracle Interview Questions And Answers


Page 53 of 95 When-image-pressed(fires when the operator selects or
deselects the image item)

58. List some built-in routines used to manipulate images in
image_item?

Image_add
Image_and
Image_subtract
Image_xor
Image_zoom

59. What are the built_in used to trapping errors in forms 4?

Error_type return character
Error_code return number
Error_text return char
Dbms_error_code return no.
Dbms_error_text return char

60. What is a predefined exception available in forms 4.0?

Raise form_trigger_failure

61. What are the menu items that oracle forms 4.0 supports?

Plain, Check,Radio, Separator, Magic

FORMS4.5

object groups

01. what ia an object groups?

An object group is a container for a group of objects, you define an
object group when you want to package related objects. so that
you copy or reference them in another modules.

02. what are the different objects that you cannot copy or
reference in object groups?

objects of differnt modules
another object groups
individual block dependent items
program units.

canvas views

03. what are different types of canvas views?

content canvas views
stacked canvas views
horizontal toolbar
vertical toolbar.

04. explain about content canvas views?