Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ssh glast@fermilnx-v14
glast@fermilnx-v14 $ pwd
/afs/slac.stanford.edu/u/gl/glast
glast@fermilnx-v14 $ source oracle/bin/setup-11g-j7.csh glast@fermilnx-v14 $ sqlpl
sqlplus sqlplus32 sqlplus32O sqlplusO
glast@fermilnx-v14 $ sqlplus /@glastgenprod

SQL*Plus: Release 11.1.0.7.0 - Production on Fri Jan 7 17:18:33 2022

Copyright (c) 1982, 2008, Oracle. All rights reserved.

Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production

SQL> update application_variable set variable_value = 'NEW_PASSWORD_HERE' where variable_name = 'spBureauConfluencePasswd’;

SQL> select * from application_variable where variable_name='spBureauConfluencePasswd';  (check that the update worked)

...