Login Access
Here’s two ways the students can access the database from home (in additional to using their browser and connecting via isql+). These both rely on going to technet.oracle.com, registering, and downloading software. Our group doesn’t have a public ftp site and in any case you are required to check acceptance statements to get the Oracle software and they don’t want us distributing it.
Go to http://technet.oracle.com, register if necessary, highlight Downloads and click on Database.
Easiest to setup and less disk space using Express Edition
Click on the 10g Express Edition Link for either Linux or Windows depending on their platform. I’ll assume Windows.
They need to click on Accept License Agreement
Click on the link for Oracle Database 10g Express Client (OracleXEClient.exe) to download and then install it.
From the Start menu -> (All) Programs find the client and click on “Run sql command line”. They should already have been assigned their Oracle login name. I assume ora3. Then at the SQL prompt they log in by
> connect ora3/oracle@216.64.246.11/t3
And they should be in.
Use standard Oracle client as in class
Scroll down and click on the appropriate 10g RELEASE 1 client for your OS. I assume 32-bit Windows so click on
Oracle Database 10g Release 1 (10.1.0.2) for Microsoft Windows (32-bit)
Accept (click) the two license agreements.
Scroll down and click on the link for Oracle Database 10g Client Release 1 (10.1.0.2) for Microsoft Windows (32-bit)
Download and unzip it. There should be a Disk1 folder. In it, double click setup.exe.
Click on defaults until the Installation Type Screen. Select Administrator. To have the same environment as in class also click on Product Languages and click the >> button to add all the languages. Click ok then click next and install.
Copy the tnsnames.ora file that is in the ORACLE_HOME\network\admin on their computers in class to a flash drive (or they can just recreate the entry for T3. Copy the file (or create it) in the OracleHome\network\admin on their home computer. (If they create it using notepad, make sure it doesn’t have a .txt suffix).
They can log on and test it as they did in class.