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
how to convert character strings to dates? : Sql dba
What do you think about pl/sql?
What is varray in pl sql?
What are triggers in sql?
Why self join is used in sql?
how to show all tables with 'mysql'? : Sql dba
how to convert dates to character strings? : Sql dba
Is sql better than access?
What is data control language?
How do I create a sql database?
How to add a column ‘salary’ to a table employee_details?
Does pl/sql support create command?
What can sql server reporting services do?
where are cookies actually stored on the hard disk? : Sql dba
Why truncate is used in sql?