Top "Synonym" questions

Synonym is a word or phrase that means exactly or nearly the same as another word or phrase in the same language.

How can I check that if synonym already exist then don't create synonym

I am using Oracle SQL developer 2.1 for creating a synonym. CREATE OR REPLACE SYNONYM "ETKS_PR_RW"."SQ_CLDOS_ATCHMNT_…

sql oracle synonym
How to create an alias of database in SQL Server

We have a very old software has been created around 10 years ago and we don't have source code. The software …

sql sql-server database alias synonym
create synonym for table in a database hosted in a different server

In oracle, if the other database is within the same server, I did the following to create a synonym CREATE …

oracle synonym netezza
create synonym ora-01031 insufficient privileges

I need help understanding what grants/privileges a user needs to CREATE a SYNONYM when it points to another (different) …

oracle schema privileges grant synonym
ORA-00980 synonym translation no longer valid in PLSQL

I've got a synonym on a remote Oracle database that I can access in SQL over a database link, eg, …

oracle plsql synonym
How to create Sql Synonym or "Alias" for Database Name?

I'm using ms sql 2008 and trying to create a database name that references another database. For example 'Dev', 'Test', 'Demo' …

sql sql-server-2008 alias synonym
Create synonym to all tables in a different database with a script

Is there an easy way to create synonyms to all tables in a different database? thanks EDIT: I have a …

sql-server synonym
Access right on synonym and underlying table

1/ How are privileges on synonyms and underlying objects related ? If one has rights on synonym, would he automatically has rights …

oracle oracle11g oracle10g privileges synonym
How to make solr synonyms work

I'm trying to set up some basic synonyms in Solr. The one I've been working on is: us, usa, united …

solr synonym
When should database synonyms be used?

I've got the syntax down but I'm wondering if somebody can provide an illustrative use case where database synonyms are …

sql oracle database-design plsql synonym