| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
SQL Statements (continued), 22 of 30
To remove a synonym from the database, or to change the definition of a synonym by dropping and re-creating it.
To drop a private synonym, either the synonym must be in your own schema or you must have the DROP ANY SYNONYM system privilege.
To drop a PUBLIC synonym, either the synonym must be in your own schema or you must have the DROP ANY PUBLIC SYNONYM system privilege.
To drop a synonym named MARKET, issue the following statement:
DROP SYNONYM market;
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|