what is difference b/w pravite procedures and public
procedures?

Answer Posted / a g srikanth

Any procedure that is declared and defined ONLY in the
package body is a private procedure. This procedure is
local to the package and other procs cannot call any
private procedure.

On the other hand if the procedure is defined in the
package specification and defined in the package body it is
a public procedure, this is accessible to other procs also.

Is This Answer Correct ?    30 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a sql instance vs database?

763


What is a left inner join?

709


What is the difference between null value, zero, and blank space?

765


what are all different types of collation sensitivity? : Sql dba

708


Does oracle use sql?

685






How to make a copy values from one column to another in sql?

767


Which nosql database is best?

679


What is view? Can we update view

1081


What is dml and ddl?

713


Explain the types of joins in sql?

737


Which constraints we can use while creating database in sql?

790


What is pl sql in dbms?

694


What is the use of procedures?

716


Why do we need pl sql?

723


How to return an array from java to pl/sql?

788