Unable to start the cdb database, getting errors ORA-00119: invalid specification for system parameter CONNECTION_BROKERS. ORA-00876: invalid CONNECTION_BROKERS specification #1

 


Solution:

In a new terminal perform the below steps. Ref. (SR 3-35030139875)

1. create pfile from spfile;
2. edit pfile and remove or comment out parameter CONNECTION_BROKERS in pfile
3. create spfile from pfile
4. startup database

[oraprod@deverpdb01 ~]$ cd /oraprod/oracle/db/19.3.0/
[oraprod@deverpdb01 19.3.0]$ cd dbs
[oraprod@deverpdb01 dbs]$ cd ..
[oraprod@deverpdb01 19.3.0]$ . 19cdb.env
[oraprod@deverpdb01 19.3.0]$ echo $ORACLE_HOME
/oraprod/oracle/db/19.3.0
[oraprod@deverpdb01 19.3.0]$ echo $ORACLE_SID
UPGCDB
[oraprod@deverpdb01 bin]$ export ORACLE_SID=upgcdb

[oraprod@deverpdb01 bin]$ ./sqlplus / as sysdba

SQL*Plus: Release 19.0.0.0.0 - Production on Thu Nov 30 13:45:10 2023
Version 19.21.0.0.0

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

Connected to an idle instance.

SQL> create pfile from spfile;

File created.

-       edit pfile and remove or comment out parameter CONNECTION_BROKERS in pfile


SQL> create spfile from pfile;

File created.

SQL> startup;
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.

Total System Global Area 2147481624 bytes
Fixed Size 9168920 bytes
Variable Size 587202560 bytes
Database Buffers 1526726656 bytes
Redo Buffers 24383488 bytes
Database mounted.
Database opened.
SQL>


Comments

Popular posts from this blog

adop phase=prepare failed with error "data dictionary corrupted"

Apply Latest CPU Patch of April 2024 on Oracle EBS R12.2.7 Application and Database 19c

upgrade the AD/TXK Delta Patch to 14 in Oracle EBS R12.2.7