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 many types of primary keys are there?
How do you update a sql procedure?
What is pl sql in oracle?
What is cte?
How to convert comma separated string to array in pl/sql?
Why truncate is faster than delete?
What pl/sql package consists of?
What is schema in sql example?
What is meant by temporal data?
how many triggers are allowed in mysql table? : Sql dba
What is rownum?
What is cross join sql?
what is index? : Sql dba
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
How to write html code in pl sql?