- Oracle 11g SQL reference
- SQL developer keboard shortcuts
- Tools>preferences>shortcut keys
- CTRL+SHIFT+D: copy current line down
- Changing the password
- change it in the database
alter user user_name identified by "new_password" replace "old_password"
- from SQL developer by adding Oracle instant client
- If your password has expired you can also launch the sqlplus command line utility. It will prompt you for a new password
No comments:
Post a Comment