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
Are sql database names case sensitive?
Which table is left in left join?
what are the types of subquery? : Sql dba
what is bdb (berkeleydb)? : Sql dba
what are the advantages of sql ? : Sql dba
What is the benefit of foreign key?
Where do we use pl sql?
Can we use views in stored procedure?
What is nosql db?
What is an exception in pl/sql?
Is id a reserved word in sql?
How can I speed up sql query?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What are the types pl/sql code blocks?
What are different types of indexes?