...
The intent of these processes is to establish required database configurations for a new expedition. Only a small portion of this content is needed for any one expedition. Additional scenarios and combinations of data handling are described and considered.
Process ----> DO THIS ON
...
THE DEV BOX via a shared account like SHIP\DAQ
- Because it may take a long time and you don't want to tie up your laptop.
- Because your opposite may need to check in on progress if it runs longer than your shift.
...
Log into operating system oracle
user first; then conduct database user logins.
- Open a PuTTY SQL Developer session.
- Connect to
oracle@k1.ship.iodp.tamu.edu.
- From the prompt k1
$
run the commands shown. - Supply the appropriate credentials.
...
|
...
Logging the effort quantifies the experience for future improvements. Please place the log file in an expedition folder under r:\ad\support\###...\box\
- The
box_lims_expedition_delete()
step is the longest. Monitoring is required. - If material from another expedition was analyzed on this expedition, it may be necessary to delete that content too, e.g.
call box_lims_expedition_delete('344(312)');
...