in a package one procedure is wrong package shows valid or not
Answer Posted / kolipaka
It shows valid, because the entire package will be executed
and it is valid. inside the procedure will show error when
the package reffers to that procedure. like EXEC
PKG_NAME.PROC_NAME.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How do you delete data from a table?
What is a memo field?
What is fmtonly in sql?
what are enums used for in mysql? : Sql dba
How do you concatenate in sql?
What is duration in sql profiler trace?
Is it possible to sort a column using a column alias?
What are the features of pl sql?
how to select unique records from a table? : Sql dba
What are procedures used for?
Can we delete column in sql?
what is query cache in mysql? : Sql dba
What are the different ways to optimize a sql query?
how is exception handling handled in mysql? : Sql dba
what is timestamp in mysql? : Sql dba