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 the syntax used for partition in tsql? : Transact sql
Why left join is used in sql?
What is sqlservr exe?
what is text? : Sql dba
What is a dynamic query?
What is the use of prepared statement?
Is pl sql a programming language?
Why select is used in sql?
what is the bond code in materialized view?
List and explain the different types of join clauses supported in ansi-standard sql?
What is thread join () in threading?
explain commit and rollback in mysql : sql dba
how to enter binary numbers in sql statements? : Sql dba
How to call shell script from pl sql procedure?
Can a foreign key have a different name?