background image
<< Droping a Synonym | Developing and Using Stored Procedures >>
<< Droping a Synonym | Developing and Using Stored Procedures >>

Confirming to Drop a Synonym

Using Synonyms
3-30 Oracle Database 2 Day Developer's Guide
3.
In the Drop window, click Apply.
4.
In the Confirmation window, click OK.
You deleted synonym
positions
. The equivalent SQL statement follows:
DROP SYNONYM positions;
See Also:
Oracle Database SQL Language Reference for information on the
CREATE SYNONYM
statement
Oracle Database SQL Language Reference for information on the
DROP SYNONYM
statement