Friday, 25 May 2012

What does the REPLACE option indicates in the procedure definition? | PL SQL

 The REPLACE option specifies that if the procedure with the same name exists in the database, it will be dropped and recreated in the database as a new version.