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 / 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 |
What is the use of sql trace?
Write a unique difference between a function and a stored procedure.
what is called after appearing where clause
Can we call stored procedure in function?
Can we join two tables without common column?
What is basic structure of pl sql?
What are Nested Tables? How will u delete 5 rows from Nested Tables
What are the different types of tables in sql?
What is prepared statement in sql?
What is oracle and pl sql?
what is a view? : Sql dba
What is pl/sql and what is it used for?