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


Please Help Members By Posting Answers For Below Questions

What type of database is sql?

774


What is difference between table and view?

706


What is PL/SQL Records?

820


Where is pl sql used?

679


What is the difference between sql and isql*plus?

704






What are all the different normalizations?

745


How can one get sql*loader to commit only at the end of the load file? : aql loader

748


Is nosql relational?

707


What are the query optimization techniques?

711


Can one improve the performance of sql*loader? : aql loader

775


What is the usage of when clause in trigger?

759


What is sql scripting?

753


What will you get by the cursor attribute sql%found?

701


what is the difference between truncate and delete statement? : Transact sql

777


What is the benefit of foreign key?

714