Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 --
002 -- create private synonyms within acct with read privilege on atlas_Tags_rome
003 -- J. Cranshaw 08.07.05
004 --
005 set pagesize 0;
006 set heading off;
007 set feedback off;
008 set verify off;
009 set echo off;
010 set serveroutput on;
011 
012 spool reader.syn;
013 
014 declare
015   cursor c1 is select table_name from all_tables where owner = 'ATLAS_TAGS_ROME';
016 begin
017   dbms_output.enable(100000);
018   for i in c1 loop
019     dbms_output.put_line('CREATE SYNONYM '||i.table_name||' FOR ATLAS_TAGS_ROME.'||i.table_name||';');
020   end loop;
021 end;
022 /

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!