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
How do I copy a table in sql?
what is the functionality of the function htmlentities? : Sql dba
What is the need of merge statement?
Can a primary key be a foreign key?
What is sql table?
What is dynamic query?
Explain what is an index?
What is a sql trace file?
What is the difference between having and a where in sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is the difference between a database and a relational database?
What is thread join () in threading?
How much does sqlite cost?
How do I order columns in sql?
describe mysql connection using mysql binary. : Sql dba