Versions Compared

Key

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

...

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

. oraenv
ORACLE_SID = [oracle] ? LIMSJR

sql your-nameyou_dba

sql>
alter tablespace labware read only;
exit

[oracle]$

...

Code Block
cd /backup/export
ls -l
time expdp your-nameyou_dba directory=dmpdir full=y logfile=limsjr_full-###-export.log dumpfile=limsjr_full-###.dmpdp

Make the database read-write again

Code Block
sql your-nameyou_dba
Password:

sql>
alter tablespace labware read write;
exit

[oracle]$

...