Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
drop public synonym; : Synonym « User Previliege « Oracle PL / SQL
Oracle PL / SQL
User Previliege
Synonym
drop public synonym;
drop
public
synonym synonymName;
Related examples in the same category
1.
Create synonym for table
2.
Creating a Public Synonym
3.
Creating a Private Synonym
4.
drop synonym addresses;
5.
create synonym for a view
6.
Create synonyms for dropped tables
7.
Viewing synonyms and what they reference.