can we pass two out parameters at a time in function?please
answer to my question
Answer Posted / 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 |
Post New Answer View All Answers
What is oracle rowcount?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
What are the limitations oracle database 10g xe?
How to list all user accounts in oracle?
What is a user role in oracle?
What is a cursor in oracle?
Difference between cartesian join and cross join?
Is there an oracle sql query that aggregates multiple rows into one row?
What is a oracle database?
What are the ways tablespaces can be managed and how do they differ?
How to change system global area (sga) in oracle?
Can you assign multiple query result rows to a variable?
Explain oracle’s server parameter file.
How to execute the package in oracle?
What privilege is needed for a user to create tables in oracle?