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 -- Excerpt from Tom Kyte's login
003 --
004 set termout off
005 
006 -- default editor is vi
007 define _editor=vi
008 
009 set serveroutput on size 1000000 format wrapped
010 
011 column table_name format a30
012 column owner format a24
013 
014 set trimspool on
015 
016 set linesize 136
017 
018 set pagesize 9999
019 
020 -- Set the prompt to the machine logged
021 define gname=idle
022 column global_name new_value gname
023 select lower(user) || '@' || substr(global_name, 1, 
024   decode(dot,0,length(global_name),dot-1)) global_name 
025 from (select global_name, instr(global_name,'.') dot from global_name);
026 set sqlprompt '&gname> '
027 
028 set termout on

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!