Can you have multiple SPs with the same name on a database?
Answer Posted / ashok
IT WILL ONLY POSSIBLE FOR IN THE PACKAGE.
EX--
CREATE OR REPLACE PACKAGE PK_TEST AS
PROCEDURE PR_SHOW();
PROCEDURE PR_SHOW(V_NAME VAR CHAR);
END PK_TEST;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can you selectively load only those records that you need? : aql loader
What is the use of desc in sql?
What is the difference between function, procedure and package in pl/sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is the purpose of primary key?
What are packages in pl sql and also explain its advantages?
What do you understand by pl/sql records?
What is sql performance tuning?
Which table is left in left join?
Explain the uses of database trigger.
What is trigger explain it?
What are different types of statements supported by sql?
How can you fetch common records from two tables?
Explain lock escalation? : Transact sql
What is scalar data type in pl sql?