Answer Posted / basanti
Synonym is an alias for a object of a database.
It can be created for TABLE or VIEW.
There are two type of synonym PRIVATE and PUBLIC.
public synonym is created by a keyword public.
public synonym is accessible to any schema in the database.
Syntax to create public synonym:
CREATE PUBLIC SYNONYM synonym_name FOR object_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
In the oracle version 9.3.0.5.0, what does each number shows?
How to start a specific oracle instance?
What is Java Pool in Oracle?
When do I need to use a semicolon vs a slash in oracle sql?
What is analyze command used for?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
Can we connect to ORACLE db using Windows Authentication?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What is a nvl function?
Explain the use of ignore option in imp command.
IS it possible to built the oracle database without setting the kernal parameters?
What are the differences between number and binary_float in oracle?
How to create a new oracle data file?
What is the usage of save points in oracle database?