The World through DBA's eyes

  • Home
  • Oracle Database
    • 10gR1
    • 10gR2
    • 11gR1
    • 11gR2
    • 12cR1
  • Linux
  • Links
    • blogtipsntricks
    • templates
      • Blogger templates
      • wordpress templates
  • Database backup
  • Database recovery
  • RMAN
  • Tablespaces and datafiles
  • UNDO
  • Oracle database for beginners

22 авг. 2014 г.

by Unknown on

How to unlock Oracle database user

To unlock oracle database user just run this query:

SQL> ALTER USER user_name IDENTIFIED BY user_password ACCOUNT UNLOCK;

Now you can log in to the database using the user_name user with the password user_password. Remember, the password is case sensitive.

Example:

Отправить по электронной почтеНаписать об этом в блогеПоделиться в XОпубликовать в Facebook
Ярлыки: Oracle Database 10gR1, Oracle Database 10gR2, Oracle Database 11gR1, Oracle Database 11gR2, Oracle Database 12cR1, Oracle database for beginners
Следующее Предыдущее Главная страница
Технологии Blogger.

Популярные сообщения

  • Как изменить UNDO Tablespace
  • Полезные команды RMAN
  • ORA-12547 TNS lost contact when try to connect to Oracle
  • Linux configure default gateway using route command
  • How to check RMAN backups status when you use CATALOG
  • ADDM (Automatic Database Diagnostic Monitor) как его запустить?
  • Get location of REDO log files
Return to top of page
Copyright © 2012 · Designed by studiopress · Converted by blogtipsntricks