Was upgrading my database from P6 R8.2 to P6 R8.3. Successfully upgraded SQL database.
But when trying to upgrade Oracle Database, it asked for Admin username, password, DB host address, DB host port and Database Name (SID).
Admin username: admuser
Admin Password: admin
DB Host address: <computer name>
DB host port: 1521
Database Name (SID): XE (Service name - this is copied from tnsnames file)
It is giving error, SQLException: ORA-01017: invalid username/password; logon denied.
May i know where am i going wrong?