in PL/SQL by (31.6k points)

What Does The Replace Option Indicates In The Procedure Definition?

1 Answer

0 votes
by (31.6k points)

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.

Related questions

0 votes
asked Mar 11, 2021 in PL/SQL by Robindeniel (20.8k points)
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel (20.8k points)
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel (20.8k points)
...