Can you have multiple SPs with the same name on a database?
Answer Posted / baba
When we create a stored procedure,if db object already
exists we will get a message that
ERROR at line 1:
ORA-00955: name is already used by an existing object
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is data types in sql?
Which one is better sql or oracle?
Is a table valued function object?
how to shutdown mysql server? : Sql dba
what are the type of locks ? : Sql dba
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is embedded sql what are its advantages?
explain about mysql and its features. : Sql dba
What are variables in pl sql?
Why do we need view in sql?
Explain the commit statement.
What are the sql commands?
What is a file delimiter?
what's the difference between a primary key and a unique key? : Sql dba
what is the functionality of the function htmlentities? : Sql dba