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 / subha
First compile package A and B spec then compile package body of both A and B.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the maximum size of sqlite database?
Explain the the update statement in sql?
What is benefit of creating memory optimized table?
What is %type in pl sql?
What are the three forms of normalization?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
how do you know the version of your mysql server? : Sql dba
How do I view tables in sql developer?
Does pl/sql support create command?
What is a field in a database?
how to rename an existing column in a table? : Sql dba
Why functions are used in sql?
Define SQL and state the differences between SQL and other conventional programming Languages?
Which is faster count (*) or count 1?
What is aggregate function in sql?