User Tools

Site Tools


classes:csci366:sqlplus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
classes:csci366:sqlplus [2017/01/14 15:51] – [sqlplus] localadminclasses:csci366:sqlplus [2020/04/10 05:04] (current) – [Using Oracle in the lab] localadmin
Line 1: Line 1:
-====== Using Oracle in the lab ======+====== Using Oracle ======
  
-The CS Dept Oracle database is located on the server at **asuka.cs.ndsu.nodak.edu**. There is no need to log in directly to this server, as you can access it from a client installed in the CSCI Linux lab.+The CS Department and the University System no longer support Oracle DatabaseThe CS Department has switched to PostgreSQL.
  
 +<del>The CS Dept Oracle database is located on the server at **asuka.cs.ndsu.nodak.edu**.</del> <del>The CS Department uses an Oracle server provided by ITS.</del>  <del>There is no need to log in directly to this server, as you can access it from a client installed in the CSCI 244 Linux lab.
 +</del>
 ===== sqlplus ===== ===== sqlplus =====
 +----
 ==== Logging in ==== ==== Logging in ====
  
Line 49: Line 51:
  
 </code> </code>
 +
 +==== Changing your password ====
 +The password can be changed by simply typing
 +<code>
 +password
 +</code>
 +You should not use punctuation in your password.
 +
 +===== Tora =====
 +----
 +Tora (Toolkit for Oracle) is a graphical program installed in the CSCI Linux lab. It can be used to connect to a variety of databases, including Oracle. 
 +
 +Tora as it is installed may have a few quirks and bugs, and is in place as a supplement to sqlplus, not to replace it. If your assignment requires you to use sqlplus, use sqlplus instead. 
 +
 +
 +
 +
classes/csci366/sqlplus.1484430712.txt.gz · Last modified: 2017/01/14 15:51 by localadmin