can we pass two out parameters at a time in function?please
answer to my question

Answers were Sorted based on User's Feedback



can we pass two out parameters at a time in function?please answer to my question..

Answer / abhisudipta

No, naturally we can't pass the two out parameter in a
function , because function will return only one value with
only specified data type in return statement. But we can do
with using the ref-cursor if I hold values through runtime
then we can return so many values.

Is This Answer Correct ?    6 Yes 1 No

can we pass two out parameters at a time in function?please answer to my question..

Answer / nathan

Yes,We can pass two out parameters in a function, but there
should at least one in parameter, because using the in the
function will do something.It'll not throw any errors.

Is This Answer Correct ?    0 Yes 0 No

can we pass two out parameters at a time in function?please answer to my question..

Answer / mohit

Yes, we can pass two OUT parameters in a functions. Also
you can use there two OUT parameters in calling function as
well.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle General Interview Questions

Describe an oracle table?

0 Answers  


How to create lov dynamically at runtime & attach to text field?

0 Answers  


Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?

2 Answers  


What is PL/SQL ?

0 Answers  


What are the execution control statements in oracle?

0 Answers  






How to store only time; not date and time?

0 Answers  


Is there any function in oracle similar like group_concat of mysql?

0 Answers  


How to define a record variable to store a table row?

0 Answers  


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

0 Answers   eicc,


How many anonymous blocks can be defined?

0 Answers  


What is the data pump import utility?

0 Answers  


Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)

4 Answers   Thermotech,


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)