Skip to content

Hongyu's weblog

Science, Technology, and Beyond

Month: January 2013

Posted on January 3, 2013

Check Oracle synonyms


select * from ALL_SYNONYMS where synonym_name = 'my_name';
select * from ALL_VIEWS where view_name = 'my_name';

See http://docs.oracle.com/cd/B19306_01/server.102/b14231/views.htm

Archives

January 2013
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« Nov   Mar »
Proudly powered by WordPress