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 difference between stored procedure and trigger?
What is a system versioned table?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
what is online transaction processing (oltp)? : Sql dba
What is oracle pl sql developer?
What is a scalar value in sql?
Which data type is a composite type?
What are the advantages of sql?
How does sql*loader handles newline characters in a record? : aql loader
What is cascade in sql?
Is merge a dml statement?
define sql insert statement ? : Sql dba
How to prepare for oracle pl sql certification?
how can we destroy the cookie? : Sql dba
Does varchar need length?