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 a control file ? : Sql dba
what does myisamchk do? : Sql dba
What is exit statement?
Why we use pl sql?
what are the features and advantages of object-oriented programming? : Sql dba
What is the difference between inner join and natural join?
List different type of expressions with the example.
what is sql profiler? : Sql dba
Why is a primary key important?
What is multiple partition?
What is tuple in sql?
define sql update statement ? : Sql dba
What does (*) mean in sql?
Which function is used to return remainder in a division operator in sql?
What is record data type?