Re: 19c upgrade with EBS 12.1.3 environment
Posted by
ErmanArslansOracleBlog on
Feb 15, 2022; 5:16pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/19c-upgrade-with-EBS-12-1-3-environment-tp10619p10659.html
Are you sourcing the correct env before using the sqlplus to connect to the database?
I mean Is your PDB name TEST?
When you put @TEST there, you connect through the listener.. Ensure the listener is configured properly.
Probably you have a service name problem.. Check the following blog post accordingly ->
https://www.funoracleapps.com/2021/06/forms-giving-invalid-username-password.html---Additional Info.
How to connect the Oracle E-Business Suite PDB as APPS user?
Run the following commands to connect PDB as APPS user
$ source <PDB_NAME>_<NODE_NAME>.env
$ sqlplus apps/apps@<PDB_NAME>
Refs:
19c Database with Oracle E-Business Suite R12 Known Issues & Solutions (Doc ID 2662860.1) - ORA-1017 when opening Forms and ORA-1017 Invalid username/password; logon denied FRM-41352 failed to create a new session
Connection Attempt to Pluggable Database PDB Fails with ORA-01017 (Doc ID 2169712.1)