I have 2 packages A and B. Now package A references Package B
and Package B references Package A. How do you compile such
inter-dependent objects in PL/SQL
Answer Posted / nitin
Forward declaration can be implemented for procedure only.In one package you can create inter-dependency but for package it is not possible.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
how to check myisam tables for errors? : Sql dba
What are the types of dbms?
Explain commit, rollback and savepoint.
Why cross join is used?
Explain the commit statement.
Why coalesce is used in sql?
What is sqlerrd?
What is transaction control language (tcl)?
What is a join query?
What does varchar include?
What are the types of optimization?
What does rownum mean in sql?
Why do we need unique key in a table?
What is a column in a table?
how many ways we can we find the current date using mysql? : Sql dba