overloading of stored procedure is possible in oracle?
Answer Posted / monika
No, Only packaged procedures and procedures exists in
pl/sql blocks can be overloaded.Stored procedures can't.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are reports usually used for?
what are the advantages of sql ? : Sql dba
What is cascade in sql?
How do I audit the sql sent to the server?
What is prepared statement in sql?
Explain some predefined exceptions.
What is keys and its types?
How can you know that statistics should be updated?
How you improve the performance of sql*loader? : aql loader
Enlist the data types that can be used in pl/sql?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Is not equal in sql?
How to rename a table?
how do you control the max size of a heap table? : Sql dba
Can we create view in stored procedure?