User Tools

Site Tools


networkops:start

This is an old revision of the document!


Oracle 11g on Lab computers

The credentials are:

Username: sys or system
Password: Oracle
for example, at command prompt:

sqlplus sys/Oracle as sysdba
sqlplus system/Oracle

Student Account Script:

studentaccountscript.sql
Create user Student 
IDENTIFIED by abc123
temporary tablespace temp 
default tablespace users;

grant connect, resource to Student;

alter user Student quota unlimited on users;

Command and Network Tool Info

Filezilla install instructions and citstudent example » Click Here «

Putty install instructions and citstudent example » Click Here «

Wireshark install instructions » Click Here «

Vi Cheat Sheet » Click here to download the Vi Cheat Sheet PDF «

Virtual Box/VM Ware (Image Installation Deployment/Settings) »Click Here«

Online Resources

Lane Community College Microsoft Imagine information » Click Here «

Free Linux Books

Free Online Oracle SQL

Click to go back to CIT Main Page

networkops/start.1550617906.txt.gz · Last modified: 2019/02/19 23:11 by blazr