...
Run this script to compute new expedition summaries for display in the database OVERVIEW application. Substitute the desired expedition number.
Code Block |
---|
sql / as sysdba
SQL>
call transfer.dbo_compute_exp('398'); |
Upon completion, review the database overview application from a browser: : https://web.iodp.tamu.edu/OVERVIEW/
6. Test
Confirm the function of that moratorium access is functioning. - TAS, DEV
In working ORTLIMS, LIMS19, RTLIMS, and LIMSHQ needed to run Auther application to assign the MORATORIUM_USER role to the moratorium user.
Ensure that GEODP### data is available. - DEV
Oracle grants and Auther configurations are not managed by this EOX process. Likely need to check both for full access to this legacy data. The GEODESC project schemas in theory (not yet practiced) may be expunged after post-cruise and the moratorium period is complete.
7. Notify interested parties
Original process notes below.
Re-worked below into process above--polishing and efficiency improvements welcome.
The scripts below are applicable to steps 2. thru 5.
...