I want to create synonym for table emp but in my pc it is
giving insufficient previliges.I am using user scott.Please
suggest me.
Answer Posted / sreekumar
login as the user
create or replace synonym <<synonym_name>> for
object_owner.object_name;
or
any other super user like sys,sysadmin,etc can also create
sysnonymn for any schema.
Thanks
Sree
Oracle10g DBA
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is having clause in sql?
Where not exists in sql?
What are the advantages of sql?
What are all the different normalization?
Can we use delete in merge statement?
what is the difference between truncate and drop statements? : Sql dba
what are date and time data types? : Sql dba
Explain autonomous transaction.
how to escape special characters in sql statements? : Sql dba
What are the parameter modes supported by pl/sql?
What is trigger in sql?
How does an execution block start and end in pl sql?
How are sql commands classified?
What is sql profiling in oracle?
What is sql data?