Versions Compared

Key

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

1.  Logon Once the VM has been restarted, logon as the oracle user.

No Format
su - oracle
Note

It is now possible to connect externally with Putty or a terminal emulator to the VM (source) with the following command:

No Format
ssh -p10022 oracle@192.168.1.197

This uses port forwarding which was setup when Virtual Box was configured (02 - Set up NAT network in Virtual Box).

192.168.1.197 is the IP address of the host machine (laptop). Use ifconfig or ipconfig to identify what the local IP address is of your host machine.

2. Setup the OE schema in the database.

...