Setup Instructions
Follow these steps for Acme machines Only:
- Add the following to .profile
(Bash-Shell).
- Logout and Log Back in.
- Make sure that there are no errors displayed before the prompt.
- Type "sqlplus /" without quotes and include a space before / and hit enter.
- If everything is done correctly, you should get a command prompt "SQL>"
- If you don't see a command prompt, check to see you followed each
instruction.
- If you still experience problems, email your friendly TA.
Notes : If Acme displays: ORACLE_SID = [public] ? hit return key.
OIT allows access to the PUBLIC [class projects database] on their Oracle Server(acme.gatech.edu) at port 1525 from both
the acme machines as well as outside. In order to connect using java, the oracle jdbc driver(classes12.zip & nls_charset12)
should
be available and setup in the classpath. Also, access to oracle on acme
from a remote client requires an oracle password, which you can set
through the SQL ALTER statement. See Oracle Accessfor details.
Last modified:Thu Sep 08 12:12:12 EST 2008