Re: Unused Synonyms

On 10/19/06, Richard J. Goulet <rgoulet@xxxxxxxxxx> wrote:

stmt := 'select count(*) from '||a.synonym_name;


You might consider amending the above SQL to 'select count(*) from '||a.synonym_name||' where rownum < 2'; -- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist

Other related posts: