Versions Compared

Key

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

...

Run from PuTTY, Windows Terminal, Powershell, Hyperterminal.
You can run this step from SQL Developer too, but you'll need the command-line at the ODA for the data pump export command. If the oraenv script does not show LIMSJR1 as the default, contact the DBA (Sunil).

Code Block
ssh oracle@k1.ship.iodp.tamu.edu

. oraenv
ORACLE_SID = [oracleLIMSJR1] ? LIMSJR<Enter>

sql you_dba

sql>
alter tablespace labware read only;
exit

[oracle]$

...