...
Code Block |
---|
ssh oracle@k1.ship.iodp.tamu.edu # Connect to an ODA with a terminal session. cd /backup/export # Export file and log will be placed here. . oraenv # Confirm which database instance is the default ORACLE_SID = [oracleLIMSJR1] ? LIMSJR (or provide SHIPTEST) sql me@limsjr # LIMSJR1 is the expected default. Press <Enter> for no change. # If you are conducting DBA privileged activities, use your DBA accountsql my_dba@limsjranything else shows, contact the DBA. # The default for K2 is expected to be SHIPTEST. sql me # Supply your DBA account in place of "me". |
NOTE: For command-line tools--like sql, sqlplus, rman:
if your password has spaces or symbol characters, you must quote the password, e.g.
...