Aims – instalation and configuration of tools
Account info Login: <your-CTU-login-name>
Passowrd: <your-system-password> ( info about passwords, get my system password)
DB server: oracle.fit.cvut.cz
Port: 1521
SID: ORACLE
If your account does not work, use (temporarly my accout valenta/valenta
Changing password on Oracle
everybody can change his/her oracle passord using following statement:
alter user <your-user-name> identified by <your-new-password>;
semicolon is important, it finishes SQL statement
Tasks: