Wat is the difference between object library and pl/sql library

Questions by pradeep_davis

Showing Answers 1 - 5 of 5 Answers

Neerajms

  • Nov 21st, 2005
 

Object lib. is objects specific like alerts, editors etc. while Pl/Sql lib. is programming oreinted containing program unit written only in Pl/Sql language.

  Was this answer useful?  Yes

akhileshkaddi

  • Jun 23rd, 2006
 

when object library is attached to a form, complete object library are compile/used in compilation, assume that object library has some objects like 1, 2,3. But my form don't use 1,2 & 3 all, it uses only 1,2. But still ur form contain 1,2,3 all because the object library is attached.

when pl/sql is attached to a form, it picks up only those source from pl/sql library which is used in the form. other sources are not loaded onto the memory.

Object libary can be used to define the standard layouts, like fonts, size, colour etc for the item being created on the form.

pl/sql libarary can contain only the pl/sql codes, which can be used for standadizing the validations etc.

  Was this answer useful?  Yes

mohtaak

  • Nov 20th, 2008
 

Object group can be used within same form but Object library can be used through out the data base connectivity in any form.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions