SOLVED

ORA-01017: Invalid Username/Password; Logon Denied

Asked by OracleDba15 viewsoracle
1
2
3
4
5
6
7
8
9
ORA-01017: Invalid Username/Password; Logon Denied

While you try to connect to database then most probably you will find the ORA-01017 error.

Problem

Statement

ORA-01017: Invalid Username/Password; Logon Denied
#oracle#error

Solutions(1)

Accepted Solution
1
2
3
4
5
6
7
Check if you have set up the right ORACLE_HOME and ORACLE_SID

Check the entry for your tnsnames.ora and listener.ora file. there should not be any typo error.

If you set SEC_CASE_SENSITIVE_LOGON parameter set to true then make sure to use correct case.

Start the oracle services before you connect to database.
OracleDba

Post Your Solution