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
What is number function in sql?
what is rollback? : Sql dba
Explain the savepoint statement.
What is audit logout in sql profiler?
What is clustered index in sql?
Is sql procedural language?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
what is the command line end user interface - mysql? : Sql dba
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What do you mean by “trigger” in sql?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What is the difference between explicit and implicit cursors in oracle?
What is nvl?
What is integrity in sql?
What is primary key and foreign key with example?