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


Please Help Members By Posting Answers For Below Questions

what are the performance and scalability characteristics of mysql? : Sql dba

523


What is sql and explain its components?

591


what are tables and fields? : Sql dba

573


How can we avoid duplicating records in a query?

558


How do I run a pl sql program?

623






What is union?

647


what are the limitations of identity column? : Transact sql

602


What is percent sign in sql?

713


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

542


what is the difference between cluster and non cluster index? : Sql dba

548


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

3101


What is nosql vs sql?

555


Can a table contain multiple foreign key’s?

565


How delete a row in sql?

528


What is native sql query?

544