Views

Wednesday, September 27, 2017

Oracle - How to Change/Reset SYS password

How to Change/Reset SYS password

You can reset/change sys password for Oracle database using ORAPWD utility.

[oracle@localhost dbs]$ sqlplus / as sysdba

Check the value for parameter remote_login_passwordfile. If remote_login_passwordfile is EXCLUSIVE, then database needs to be shut down.

SQL> show parameter remote_log

NAME                            TYPE     VALUE
------------------------------------ ----------- ------------------
remote_login_passwordfile       string   EXCLUSIVE

Shutdown database.

SQL> shut immediate;

Remove old password file.

[oracle@localhost dbs]$ rm orapwCATDB*.*

Create new passwordfile using ORAPWD utility.

[oracle@localhost dbs]$ orapwd file=/u01/app/oracle/product/11.2.0/db_1/dbs/orapwCATDB password=oracle entries=10

Password is ready to use.

[oracle@localhost dbs]$ sqlplus sys/oracle@catdb as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on Wed Sep 27 16:54:25 2017
Connected to an idle instance.

SQL> startup
ORACLE instance started.

Database mounted.
Database opened.

For further help:

How To Recover From Lost SYS Password MOSC Note:  805084.1


4 comments:

  1. Unfit to Change SYS Password in Oracle DB 12c? Contact to Remote DBA Services for Quick Support
    One of our clients grumbling that, he changes his SYS secret word and the change was fruitful yet the weird thing was the old watchword still works. In reality this is the most widely recognized issue which is looked by the clients and in view of absence of specialized aptitudes they can't take care of this issue. In any case, let me disclose to you that, with Cognegic's Database Administration for Oracle or Online Oracle DB Support you can undoubtedly locate the fast and solid help with no single purpose of disappointment.
    For More Info: https://cognegicsystems.com/
    Contact Number: 1-800-450-8670
    Email Address- info@cognegicsystems.com
    Company’s Address- 507 Copper Square Drive Bethel Connecticut (USA) 06801

    ReplyDelete
  2. By what means Might I Change the Oracle SYS Password? Contact to Remote DBA Services
    Is it exact to state that you are examining for romanticizing heading or support that can change your Oracle SYS watchword or fix each and every specific hiccup regarding Oracle database? In case yes, by then your interest closes here, in light of the way that we at Cognegic give complete help and course of action as for Oracle. Our gathering of authorities will work with you and give Online Oracle DB Support or Database Administration for Oracle. We can extend database gainfulness and sustainment.
    For More Info: https://cognegicsystems.com/
    Contact Number: 1-800-450-8670
    Email Address- info@cognegicsystems.com
    Company’s Address- 507 Copper Square Drive Bethel Connecticut (USA) 06801

    ReplyDelete
  3. Handle on your Oracle Internal Code Errors with Cognegic's Online Oracle DB Support
    In MS SQL Server you will discover one most ordinary and happening issue i.e. General Network Error or it is correspondingly called Communication interface thwarted expectation when an application identified with SQL Server. This sort of screw up happens unequivocally when running expansive database tries. To confine this issue you need to check the present number of TCP affiliations that the server right now has. In any case, on the off chance that you are not set up to research this by communicating by at that point contact to Cognegic's Microsoft SQL Server Support or Remote Infrastructure Management Support for Microsoft SQL Server System gives centrality strategy concerning this issue.
    For More Info: https://cognegicsystems.com
    Contact Number: 1-800-450-8670
    Email Address- info@cognegicsystems.com

    ReplyDelete
  4. Handle on your Oracle Internal Code Errors with Cognegic's Online Oracle DB Support
    In MS SQL Server you will discover one most ordinary and happening issue i.e. General Network Error or it is correspondingly called Communication interface thwarted expectation when an application identified with SQL Server. This sort of screw up happens unequivocally when running expansive database tries. To confine this issue you need to check the present number of TCP affiliations that the server right now has. In any case, on the off chance that you are not set up to research this by communicating by at that point contact to Cognegic's Microsoft SQL Server Support or Remote Infrastructure Management Support for Microsoft SQL Server System gives centrality strategy concerning this issue.
    For More Info: https://cognegicsystems.com
    Contact Number: 1-800-450-8670
    Email Address- info@cognegicsystems.com

    ReplyDelete

Leave a Reply...