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
What is dense_rank?
How can I get the number of records affected by a stored procedure?
how can we find the number of rows in a table using mysql? : Sql dba
What does count (*) mean in sql?
Which kind of parameters cannot have a default value in pl sql?
What is scope and visibility in PL/SQL?
How do I run a program in pl sql?
What is pl/sql table? Why is it used?
What is the advantage of nosql?
what is subquery? : Sql dba
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
Why do we use sqlite?
What is difference between pls_integer and integer?
Explain the the delete statements in sql?
what are the limitations of identity column? : Transact sql