Let’s start a post with the steps which use for the solve ORA-01017: invalid username/password; logon denied (Using Database Link) Create a database link with the wrong password SQL> create database link test_link connect to scott identified by tiger using ‘Test’; Test the DB link SQL> select * from dual@test_link; ORA-01017: invalid username/password; logon denied ORA-02063: preceding line from VODCMS Reason: Case sensitive login enabled in the target database. Check-in target database: […]
Articles Tagged: ORA-01017
RMAN-04006: error from auxiliary database: ORA-01017: invalid username/password; logon denied
As we are living the world of technology. Each and every second we can find that n number of user name and Password are created by the user. We as best DBA of the Globe. It is our ought too to maintain all credentials in the correct manner. Let’s have look on the steps to […]