Versions Compared

Key

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

...

Get the Guthrie NODEDETAILS IEPM password from escrow (see man escrow), then run sqlplus from the command prompt. Unless you have defined ORACLE_HOME in your shells configuration file, e.g. in cshrc, then you will need to define it first:

No Format

jaredg@atreidespinger@pinger >$ setenv ORACLE_HOME /usr/oracle  


jaredg@atreides >pinger@pinger $ cd $ORACLE_HOME/bin
pinger@pinger $ sqlplus iepm@slacprod

SQL*Plus: Release 1011.1.0.56.0 - Production on TueFri NovJun 2513 1716:49:59:24 20082014

Copyright (c) 1982, 20052007, Oracle.  All rights reserved.

Enter password:

Connected to: 
Oracle Database 10g11g Enterprise Edition Release 1011.2.0.43.0 - 64bit Production
With the Partitioning and Real Application Testing optionsoption

SQL> 

Invoking sqlplus is done with the name of the command, a space, the database username, currently iepm, an at sign, and then the database connect string, currently slacprod.

...