13 February 2016

Oracle SQL info

  • 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"

No comments:

Post a Comment