There are Two pl/sql Libraries Lib1,Lib2 are attached to a
form and these two libraries contains functions with same
name fun1 (i,e lib1 have a function fun1 and lib2 also
have a function fun1).how to call these functios from forms?

Answers were Sorted based on User's Feedback



There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains f..

Answer / mahindra

u cannot hav two functions with same name containing
similar data types in one or more libraries! if u do soo u
will b getting error!!
so fun1 in lib1 should hav diff data type as that of fun1
in lib2.(over loading concept)!!

Is This Answer Correct ?    4 Yes 0 No

There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains f..

Answer / pranab

If is possible that two library contain the same function.
But the order of exection depend on the attachement of
library i.e when we refer to function fun1 theen it will
call the function from the library which is attached first.

Is This Answer Correct ?    4 Yes 0 No

There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains f..

Answer / mahindra

they differ by data types!(over loading)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Forms Reports Interview Questions

What are modalless windows?

1 Answers  


Two popup pages can appear on the screen at a time ?

1 Answers  


Which of the two views should objects according to possession?

1 Answers  


What built-in is used for changing the properties of the window dynamically?

1 Answers  


What is a library in Forms 4.0?

1 Answers  






suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables

0 Answers  


What is the "LOV of Validation" Property of an item? What is the use of it?

1 Answers  


BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED

1 Answers  


To execute row from being displayed that still use column in the row which property can be used?

1 Answers  


What is the between Function and Procedure?

3 Answers   HCL,


What is a text list?

2 Answers  


in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)