Why do I get 5213 and 5131 errors when inserting against an SWT cachegroup?
(Doc ID 1311590.1)
Last updated on JANUARY 16, 2020
Applies to:
Oracle TimesTen In-Memory Database - Version 11.2.1 and laterInformation in this document applies to any platform.
Goal
To explain why this type of error is seen when inserting against a Synchronous Writethrough cachegroup
Command> insert into <schema>.WRITETAB values (334,'swt insert2');
5213: Bad Oracle login error in OCISessionBegin(): ORA-01017: invalid username/password; logon denied rc = -1
5131: Cannot connect to backend database: OracleNetServiceName = "orcl", uid = "USER00", pwd is hidden, TNS_ADMIN = "/home/USER00/oracle/product/10.2.0/db_3/network/admin", ORACLE_HOME= "/home/USER00/oracle/product/10.2.0/db_3"
The command failed.
5213: Bad Oracle login error in OCISessionBegin(): ORA-01017: invalid username/password; logon denied rc = -1
5131: Cannot connect to backend database: OracleNetServiceName = "orcl", uid = "USER00", pwd is hidden, TNS_ADMIN = "/home/USER00/oracle/product/10.2.0/db_3/network/admin", ORACLE_HOME= "/home/USER00/oracle/product/10.2.0/db_3"
The command failed.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |