If you have to declare procedure1,procedure2 in package
specification and if you have to declare
procedure1,procedure2 and procedure3 in package body? is it
compilation or not and execute or not? what type of error
is given please
Answer Posted / rajesh venati
No, error will occur, because you declared procedure1 and
procedure2 in specification, those are must and should be
define in the package body, other wise it raise an error.
We can declare any no of procedures in body, with out
declared in specification, those are accessible only local.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Why is the cursor important?
How is pl sql different from sql?
What is a column in a table?
What are the basic sql commands?
What are the parts of a sql statement?
Is sql a scripting language?
What is the difference between a query and a report?
What is trigger in flip flop?
What does (+) mean in sql joins?
What are the events on which a database trigger can be based?
How many types of primary keys are there?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
Can we insert delete data in view?
What is an example of translating a date into julian format?
Explain sql data types?