Slide 13.10: Web hosting Slide 13.12: Using CGI at the shell server Home |
172.20.2.253
172.20.2.253
Hosting the Oracle9.2.0i172.20.2.253
using a Sun Solaris OS 5.10.
172.20.2.253
172.20.2.253
:shell.aero.und.edu
server by using telnet
or ssh
such as PuTTY.
172.20.2.253
by using the following command from the shell.aero.und.edu
server:
shell> ssh 172.20.2.253 Password:
172.20.2.253
and Oracle9i, please contact the instructor.
You need to change your server password by using the command passwd.
.profile
File.profile
file in your home directory is a collection of Korn shell commands that are executed whenever you login.
Commonly, the .profile
file is used to set environment variables and shell options.
Put the following code in the ~/.profile
file:
~/.profile
|
||
---|---|---|
|
.profile
file, you may exit the server 172.20.2.253
and re-enter it to have the environment variables and shell options set.
sqlplus
, and to start it, enter
$ sqlplusYou can change your password with the command:
SQL> alter user userid identified by pwpwpwpw;where
pwpwpwpw
is whatever new password you want.
Note that, unlike Unix login names and passwords, Oracle account names and passwords are NOT case sensitive.