Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Dropping Synonyms
Skip Headers
Previous
Previous
 
Next
Next

Dropping Synonyms

To drop a synonym, use either the SQL Developer navigation frame and Drop tool, or the DDL statement DROP SYNONYM.

Caution: Do not drop the synonym that you created in "Creating Synonyms"—you need it for later tutorials. If you want to practice dropping sequences, create new ones and then drop them.

To drop a synonym using the Drop tool:

  1. On the Connections tab, expand hr_conn.

    Under the hr_conn icon, a list of schema object types appears.

  2. Expand Synonyms.

    A list of synonyms appears.

  3. Right-click the name of the synonym to drop.

    A list of choices appears.

  4. Click Drop.

    The Drop window opens.

  5. Click Apply.

    The Confirmation window opens.

  6. Click OK.

Related Topics

Oracle Database SQL Language Reference

Creating and Managing Synonyms