oracle rename synonym
oracle rename renames ANY private synonym.
Synonyms can be created to table,view,sequence,procedure,function,package,materialized view,java class schema,user-defined object type or another synonym.
SYNTAX:
Rename <old Name> to <new name>;
Create synonym for scott.emp table;
SQL> Create synonym emp for scott.emp;
renames emp synonym to employees;
SQL>rename emp to employees;
SQL> select * from employees;
This is just the kind of information that i had been looking for, i'm already your rss reader now and i would regularly watch out for the new posts, once again hats off to you! Thanks a ton once again, Regards, Synonyms In Oracle 11g
ReplyDelete