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
Creating a Private Synonym : Synonym « User Previliege « Oracle PL / SQL
Oracle PL / SQL
User Previliege
Synonym
Creating a Private Synonym
create synonym addresses
for
hr.locations; desc addresses
Related examples in the same category
1.
Create synonym for table
2.
Creating a Public Synonym
3.
drop synonym addresses;
4.
drop public synonym;
5.
create synonym for a view
6.
Create synonyms for dropped tables
7.
Viewing synonyms and what they reference.