Login  Register

Re: 19c upgrade with EBS 12.1.3 environment

Posted by raiq1 on Feb 15, 2022; 8:24pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/19c-upgrade-with-EBS-12-1-3-environment-tp10619p10660.html

Hi,

When we ran txkpostdbcreation.pl script, it has created listner.ora & all parameters and also run the autoconfig on database side.

Below i am connected to CDB database that is TESTCDB and TEST are PDB which are READWRITE status


[oracle@ebs12 ~]$ sqlplus / as sysdba

SQL*Plus: Release 19.0.0.0.0 - Production on Tue Feb 15 23:10:36 2022
Version 19.12.0.0.0

Copyright (c) 1982, 2021, Oracle.  All rights reserved.


Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.12.0.0.0

SQL> show pdbs

    CON_ID CON_NAME                       OPEN MODE  RESTRICTED
---------- ------------------------------ ---------- ----------
         2 PDB$SEED                       READ ONLY  NO
         3 TEST                           READ WRITE NO
SQL>
-rw-r--r--.  1 oracle oinstall       5670 Feb 15 17:50 TEST_ebs12.env
drwxr-xr-x.  2 oracle oinstall       4096 Feb 15 18:00 dbs
drwxr-xr-x.  2 oracle oinstall         49 Feb 15 18:01 QOpatch
drwxrwx---.  4 oracle dba              78 Feb 15 18:01 oraInventory


[oracle@ebs12 19.0.0]$ . ./TEST_ebs12.env
[oracle@ebs12 19.0.0]$ sqlplus apps/apps@TEST

SQL*Plus: Release 19.0.0.0.0 - Production on Tue Feb 15 23:17:50 2022
Version 19.12.0.0.0

Copyright (c) 1982, 2021, Oracle.  All rights reserved.

ERROR:
ORA-01017: invalid username/password; logon denied


Enter user-name:


Kindly advice.

Regards,