=========================================================
CSE UNIX (db10.cse.fau.edu) ACCOUNTS
=========================================================
1- EXISTING CSE UNIX ACCOUNTS on db10.cse.fau.edu:
Just use it as before.
 
2- Non existing account on  db10.cse.fau.edu
Please, use your MyFAU NETID as your login name. Example: if your 
MyFAU NETID is john, at the login prompt, type john. 
 
The Password was emailed to you at your fau.edu email addresss 
or the professor will make announcement in class
3- If you already have an account last semester, please you use it.   
For assistance, Please email help@help.eng.fau.edu with the Subject Line: Oracle Account. 
Please also provide your myfau email address. 
=========================================================
ORACLE ACCOUNT INSTRUCTIONS
=========================================================
1- Your Oracle UserID is: MYFAU NetID username
Your Oracle Password is: Will be provided in class by your professor.
 
2- How to connect to Oracle server
 
       Step 1. ssh db10.cse.fau.edu   
       Login using your MYFAU NetID account and password
       Please note that the address is db10.cse.fau.edu 
Step3: On the db10 prompt type
       source ~oracle/.profile
 
Step4: Next on the db10 prompt type
       sqlplus
       type your oracle username and password as mentioned above in Item 1
 
3- How to change your oracle password
       In the sqlplus prompt type
       ALTER USER <<Your_MYFAU_NETID>> IDENTIFIED BY <<NEW_password_you_want>> ;
 
4- If you are able to login to db10.cse.fau.edu server but you cannot
login to Oracle database, sqlplus, email help@help.eng.fau.edu and
state the problem. Please make sure to include Oracle Account in
the subject line of the email.
 
Thank you,
 
CSE System Admin.