Concerns on 19c CDB conversion
Dear Experts, We have very limited knowledge on CDB. So far,EBS is noncdb environment. But when we upgrade to 19c,we have to convert to cdb.Many doubts etc. Can you please try to give some clarification for below concerns. We raise SR but no proper support from EBS team. Using Oracle 19c Oracle RAC Multitenant (Single PDB) with Oracle E-Business Suite Release 12.2 (Doc ID 2530665.1) Question 1: ========== Section 5: Creating an Oracle RAC Container Database (CDB) 5.1 Run the Database Configuration Assistant (DBCA)------>Done 5.2 Additional Steps to Complete After Oracle Database 19c Oracle RAC CDB Creation $ cd <19c ORACLE_HOME>/appsutil $ . ./txkSetCfgCDB.env dboraclehome=<19c Oracle Home> $ perl $ORACLE_HOME/appsutil/bin/txkGenCDBTnsAdmin.pl -dboraclehome=<Database ORACLE_HOME> \ -cdbname=<CDB name for Oracle RAC> -cdbsid=<System ID for the CDB> -dbport=<Database port> \ -outdir=<Complete path to the out directory> -israc=<Identify whether the DB is Oracle RAC or not> \ -virtualhostname=<VIP hostname for Oracle RAC> In above command,it says -dbport=<Database port> database port..we have a listener running from database home. If we give database port in this command,will cdb also create a listener on the
0