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 -- PROJECT: ATLAS MDT Calibration DB
002 -- AUTHOR: Elisabetta.Vilucchi@lnf.infn.it, celio@roma3.infn.it
003 -- DATE: May 08
004 -- VERSION v1r1
005 
006 -- USAGE:
007 -- sqlplus sys/PASSWD @create_user.sql <user_name> <site_name><user_password> <user_default_tablespace> <user_default_temporary_tablespace>
008 
009 --DROP USER &1;
010 CREATE USER &1 PROFILE "DEFAULT" IDENTIFIED BY &3 DEFAULT TABLESPACE &4 TEMPORARY TABLESPACE &5 ACCOUNT UNLOCK;
011 GRANT UNLIMITED TABLESPACE TO &1;
012 GRANT CONNECT TO &1;
013 GRANT RESOURCE TO &1;
014 GRANT CREATE TABLE TO &1;
015 GRANT CREATE SESSION to &1;
016 GRANT CREATE VIEW to &1;

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!