Oracle_synonyms (synonyms)

Source: Internet
Author: User

Oracle Synonyms (Synonyms) Summary

Synonyms English [' s?n?n?mz] [' s?n?n?mz] synonyms (synonym noun plural);

Similar to the functionality of a view, is a mapping relationship.

(1) syntax for creating synonyms

Create public synonym table_name for user.table_name;

The first user_table and the second user_table can be different from each other.

In addition, if you want to create a synonym for a table on a remote database, you need to create a database link to extend the access.

Then use the following statement to create a database synonym: "CREATE synonym table_name for [email protected]_link;

Create or replace synonym monthhours for [email protected];

You may need to authorize the current user (User2) in User users: Grant Select/delete/update on User2

(2) Delete synonyms

Drop public synonyms table_name;

(3) Query all synonyms

SELECT * from dba_synonyms;

Synonyms have the following benefits:

Save a lot of database space, the operation of different users of the same table is not much different;

The scope of the extended database enables seamless interaction between different database users;

Synonyms can be created on different database servers and connected over a network.

  

Oracle_synonyms (synonyms)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.