4 Known Issues with Oracle Database Appliance in This Release
The following are known issues deploying, updating, and managing Oracle Database Appliance in this release.
- Known Issues When Patching Oracle Database Appliance
Understand the known issues when patching Oracle Database Appliance to this release. - Known Issues When Deploying Oracle Database Appliance
Understand the known issues when provisioning or deploying Oracle Database Appliance. - Known Issues When Managing Oracle Database Appliance
Understand the known issues when managing or administering Oracle Database Appliance.
Known Issues When Patching Oracle Database Appliance
Understand the known issues when patching Oracle Database Appliance to this release.
WARNING:
When you patch your deployment from Oracle Database Appliance release 19.29 to Oracle Database Appliance release 19.30, if you see the errorDCS-10315 - Patch described in My Oracle
Support Note KB867473 must be applied. in the prepatch report, ensure that
you follow the procedure described in My Oracle Support Note
KB867473, and then use the --force option with the
odacli update-database or odacli update-dbhome
command.
- Error in creating database on DB system on multi-user access enabled system
When creating a database on a multi-user access enabled DB system, an error is encountered. - Alert about Oracle ASMFD when patching DB system
When patching a DB system, an alert message about Oracle ASMFD is displayed. - Error in describing components after patching
When running theodacli describe-componentcommand on Oracle Database Appliance, an error may be encountered. - Error in DB system operations after patching the bare metal system
When running operations on DB systems after patching the bare metal system on Oracle Database Appliance, an error may be encountered. - Error in running prepatch checks
When running prepatch report on Oracle Database Appliance, an error may be encountered. - Incorrect display of components after patching
When running theodacli describe-component -dicommand on Oracle Database Appliance, the output may be incorrect. - Error in creating database
When creating a database on Oracle Database Appliance, an error may be encountered. - Free space issue during database patching
When patching the database on Oracle Database Appliance, an error may be encountered. - Error in DB system after server patching
After patching the server on Oracle Database Appliance, an error may be encountered on the DB system. - Error in server patching
When patching the server on Oracle Database Appliance, an error may be encountered. - Error in database patching
When patching a database on Oracle Database Appliance, an error may be encountered. - Component version not updated after patching
After patching the Oracle Database Appliance server, theodacli describe-componentcommand does not display the correct Intel Model 0x1528 Ethernet Controller version, if the current version is 8000047B or 8000047C. - Error in server patching
When patching Oracle Database Appliance which already has STIG V1R2 deployed, an error may be encountered. - AHF error in prepatch report for the update-dbhome command
When you patch server to Oracle Database Appliance release 19.30, theodacli update-dbhomecommand may fail. - Errors when running ORAchk or the odacli create-prepatchreport command
When you run ORAchk or theodacli create-prepatchreportcommand, an error is encountered. - Error in patching prechecks report
The patchung prechecks report may display an error. - Server status not set to Normal when patching
When patching Oracle Database Appliance, an error is encountered. - Patching of M.2 drives not supported
Patching of M.2 drives (local disks SSDSCKJB48 and SSDSCKJB480G7) is not supported.
Error in creating database on DB system on multi-user access enabled system
When creating a database on a multi-user access enabled DB system, an error is encountered.
Problem Description
Creation of database as the odaadmin user on a
multi-user access enabled DB system with
enableRoleSeparation set to false during provisioning
of the DB system may fail.
Failure Message
When you run the odacli create-database command,
the following error message may be displayed:
DCS-10001: FAILED TO CREATE THE DATABASE: THERE ARE NO ASM DISK GROUPS DETECTED
Command Details
# odacli create-database
Hardware Models
All Oracle Database Appliance hardware models with multi-user access enabled systems
Workaround
- Create the database using the default
oracleuser created as part of provisioning the DB system. - As
rootuser, run theusermod -a -G DBA role group name odaadmincommand to add the userodaadminto the DBA group. The name of the group is specified in the provisioning json for the DB system. After this, run theodacli create-databasecommand as theodaadminuser.
Bug Number
This issue is tracked with Oracle bug 38920839.
Parent topic: Known Issues When Patching Oracle Database Appliance
Alert about Oracle ASMFD when patching DB system
When patching a DB system, an alert message about Oracle ASMFD is displayed.
Problem Description
The precheck Validate DB System AFD state may
report DB systems that do not have Oracle ASMFD configured.
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Create the prepatch report on DB systems after patching the bare metal system. The precheck for Oracle ASMFD is not run if Oracle ASMFD is not enabled on the DB systems.
Bug Number
This issue is tracked with Oracle bug 38866175.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in describing components after patching
When running the odacli describe-component command on Oracle
Database Appliance, an error may be encountered.
Problem Description
After patching the appliance to Oracle Database Appliance release 19.30, the describe component operation fails to run. Operations that create a new job fail as well.
Failure Message
When you run the odacli describe-component
command, the following error message may be displayed:
java.net.SocketException: Unexpected end of file from server
Command Details
# odacli describe-component
Hardware Models
All Oracle Database Appliance hardware models high-availability deployments
Workaround
- Restart Oracle HAMI ensemble members. On all nodes,
run:
# /opt/oracle/dcs/hami/bin/hamictl.sh restart --ensemble ODA_DCS --local --no-wait - Restart the DCS agent. On all nodes,
run:
# systemctl restart initdcsagent.service - Run the ping agent operation on both nodes:
# odacli ping-agent - Retry the describe-component operation from any
node:
# odacli describe-component
Bug Number
This issue is tracked with Oracle bug 38867782.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in DB system operations after patching the bare metal system
When running operations on DB systems after patching the bare metal system on Oracle Database Appliance, an error may be encountered.
Problem Description
After patching the bare metal system, and the bare metal system restarts, the DCS infrastructure in the existing DB systems may become unresponsive.
Failure Message
The following error message may be displayed in the DB system:
DCS-10033:Service DCS agent is down.
Command Details
ODACLI commands to create, update, and describe, and the
odacli ping-agent command.
Hardware Models
All Oracle Database Appliance hardware models
Workaround
- Check the HAMI ensemble status.
For Oracle Database Appliance release 19.28 and later, run the following command:
# /opt/oracle/dcs/hami/bin/hamictl.sh status --ensemble ODA_DCS --serviceFor Oracle Database Appliance release 19.27 and earlier, run the following command:# /opt/oracle/dcs/hami/bin/hamictl.sh status --ensemble ODA_DCS - If the service appears as OFFLINE, then start the members by
running the following command on all
hosts:
# /opt/oracle/dcs/hami/bin/hamictl.sh start --ensemble ODA_DCS --local - Wait for one min and check the Oracle HAMI ensemble status
again.
If the status is ONLINE for all members, continue with the ODACLI command as normal and do not run steps 4-8. If the status remains as OFFLINE for a member, then run steps 4-8.
- Stop the agent on all
nodes:
# systemctl stop initdcsagent.service - Clean Oracle HAMI ensemble, run on all
nodes:
# /opt/oracle/dcs/hami/bin/hamictl.sh clean --ensemble ODA_DCS --force - Start the agent on all nodes at the same
time.
# systemctl start initdcsagent.service - Wait for five minutes, and then check Oracle HAMI status again. The status must be ONLINE for all members.
- Check the ping operation for the agent on every
node:
# odacli-view ping-agent
Bug Number
This issue is tracked with Oracle bug 38765819.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in running prepatch checks
When running prepatch report on Oracle Database Appliance, an error may be encountered.
Problem Description
When running the prechecks report for patching, the operation may fail.
Failure Message
The following error message may be displayed:
DCS-10267 - failed to run the patch precheck with Oracle FPP for Oracle home ID home_ID Internal error encountered: PRGO-1198: The source working copy is incomplete.
Command Details
# odacli create-prepatchreport
Hardware Models
All Oracle Database Appliance hardware models
Workaround
- Verify that the Oracle home with the ID described in the prepatch report exists on both nodes.
- Determine which node had the prepatch failure using the
odacli describe-prepatchreport -icommand. - Stop the DCS agent on the node where the prepatch report
failed:
systemctl stop initdcsagent - Run the following command on the same node as the
rootuse.export DB_HOME=$(odacli-view describe-prepatchreport -i PREPATCH_ID | grep 'Description:' | sed -n 's/.*DbHome is \([^ ]*\).*/\1/p'); /opt/oracle/dcs/mysql/bin/mysql -hlocalhost -uroot --socket=/opt/oracle/dcs/mysql/log/mysqldb.sock -e "USE GHSUSER23; UPDATE SWHOMES SET complete=1 WHERE name='$DB_HOME'; COMMIT;" - Run the command
systemctl start initdcsagent. - Create the prepatch report again.
Bug Number
This issue is tracked with Oracle bug 38934628.
Parent topic: Known Issues When Patching Oracle Database Appliance
Incorrect display of components after patching
When running the odacli describe-component -di command on
Oracle Database Appliance, the output may be incorrect.
Problem Description
After provisioning or patching an Oracle Database Appliance system
to Oracle Database Appliance release 19.30, the odacli
describe-component -di command may incorrectly indicate that
a later version of the OAK component is available when the system is already
up-to-date.
Failure Message
This is a display or reporting inconsistency.
Command Details
# odacli describe-component -di
Hardware Models
All Oracle Database Appliance hardware models
Workaround
No action required. This issue is seen with dotted version labels,
for example, labels such as xxxxxx.x. Ignore the output because there is no
pending update for OAK even if an Available Version is
shown.
Bug Number
This issue is tracked with Oracle bug 38866151.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in creating database
When creating a database on Oracle Database Appliance, an error may be encountered.
Problem Description
When creating a database on Oracle Database Appliance, the operation may fail due to Oracle ASM disks not being detected.
Failure Message
When you run the odacli create-database command,
the following error message may be displayed:
[jobid-01869f4e-5f45-4f52-9973-6d39771ef86e] - [FATAL] [DBT-05801] There are no ASM disk groups detected.
[jobid-01869f4e-5f45-4f52-9973-6d39771ef86e] - CAUSE: ASM may not be configured, or ASM disk groups are not created yet.
[jobid-01869f4e-5f45-4f52-9973-6d39771ef86e] - ACTION: Create ASM disk groups, or change the storage location to File System.
Command Details
# odacli create-database run by customized user whose name is only one-character long
Task Level Failure Message
kfod failure in DBCA trace
file:INFO: [2025-07-28 14:21:24.794 IST][main][StatusControl.showMessage:56] Checking if ASM is configured
[main] [ 2025-07-28 14:21:24.795 IST ] [KfodUtil.kfodOutput:382] /u01/app/23.9.0.25/grid/bin/kfod
[main] [ 2025-07-28 14:21:24.795 IST ] [KfodUtil.kfodOutput:382] nohdr=TRUE
[main] [ 2025-07-28 14:21:24.795 IST ] [KfodUtil.kfodOutput:382] OP=GROUPS
[main] [ 2025-07-28 14:21:24.795 IST ] [KfodUtil.kfodOutput:382] status=true
[main] [ 2025-07-28 14:21:24.795 IST ] [KfodUtil.kfodOutput:382] asmcompatibility=true dbcompatibility=true
[main] [ 2025-07-28 14:21:24.795 IST ] [OsUtilsBase.execProgInheritAddEnvNReturnOutput:2265] API execProgInheritAddEnvReturnOutput invoked
[main] [ 2025-07-28 14:21:25.887 IST ] [OsUtilsBase.execProgInheritAddEnvNReturnOutput:2271] Exec prog return code: 1
[main] [ 2025-07-28 14:21:25.887 IST ] [KfodUtil.kfodOutput:393] Kfod result
KFOD-00300: OCI error [-1] [OCI error] [-1]Hardware Models
All Oracle Database Appliance hardware models
Workaround
In a multi-user access enabled system, ensure that the user name has atleast two characters.
Bug Number
This issue is tracked with Oracle bug 38259329.
Parent topic: Known Issues When Patching Oracle Database Appliance
Free space issue during database patching
When patching the database on Oracle Database Appliance, an error may be encountered.
Problem Description
When patching the database or dbhome on Oracle Database Appliance, the datapatch sanity check or the datapatch application may fail because of insufficient free space for TEMP tablespace.
Failure Message
The following error message may be displayed in the
sqlpatch_debug.log:
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP_ENC
Or, in the sanity_checks.log:
Check: Tablespace Status - ERROR
Command Details
# odacli update-dbhome
# odacli update-database
Hardware Models
All Oracle Database Appliance hardware models
Workaround
TEMP_ENC and then resume the
patching operation using the command odacli
update-database.alter database tempfile 4 resize 400M;
alter session set container=CHSTPDB;
alter database tempfile 5 resize 400M;Bug Number
This issue is tracked with Oracle bug 37616088.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in DB system after server patching
After patching the server on Oracle Database Appliance, an error may be encountered on the DB system.
Failure Message
The following error message is displayed:
DCS-10172:DCS infrastructure is not ready: The infrastructure is still initializing
Command Details
# odacli update-serverHardware Models
All Oracle Database Appliance hardware models
Workaround
- On the DB system, stop the DCS agent
service:
# systemctl stop initdcsagent - Delete the entry
HWADDR=nullfrom the/etc/sysconfig/network-scripts/ifcfg-ib*configuration files:# sed -i '/HWADDR=null/d' /etc/sysconfig/network-scripts/ifcfg-ib* - Restart the network
service:
# systemctl restart network - Start the DCS agent
service:
# systemctl start initdcsagent - Wait for about 5 minutes and then verify that the DCS agent
infrastructure is initialized, and both Oracle HAMI members are
ONLINE.
# /opt/oracle/dcs/hami/bin/hamictl.sh status - Verify that Oracle Clusterware service is
online:
# CRS_HOME/bin/crsctl check cluster -all ************************************************************** Node0: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online ************************************************************** Node1: CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online ************************************************************** - If Oracle Clusterware is not online on any DB system, then restart
Oracle Clusterware on that DB
system:
# CRS_HOME/bin/crsctl stop crs -f # CRS_HOME/bin/crsctl start crs
Bug Number
This issue is tracked with Oracle bug 38064361.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in server patching
When patching the server on Oracle Database Appliance, an error may be encountered.
Problem Description
When patching the server on Oracle Database Appliance, the kdump may fail to start during node restart, and an error message may be displayed.
Failure Message
There may be an error locating the modules.dep
for the newly installed kernel, and the following error message is
displayed:
# systemctl status kdump -l
kdump.service - Crash recovery kernel arming
Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2024-10-15 11:51:15 IST; 8min ago
Process: 6280 ExecStart=/usr/bin/kdumpctl start (code=exited, status=1/FAILURE)
Main PID: 6280 (code=exited, status=1/FAILURE)
Oct 15 11:51:12 systemd[1]: Starting Crash recovery kernel arming...
Oct 15 11:51:12 kdumpctl[6471]: kdump: No kdump initial ramdisk found.
Oct 15 11:51:12 kdumpctl[6471]: kdump: Rebuilding /boot/initramfs-5.4.17-2136.335.4.el8uek.x86_64kdump.img
Oct 15 11:51:13 kdumpctl[6566]: kdump: Warning: There might not be enough space to save a vmcore.
Oct 15 11:51:13 kdumpctl[6566]: kdump: The size of /dev/mapper/VolGroupSys-LogVolRoot should be greater than 393610208 kilo bytes.
Oct 15 11:51:15 dracut[8055]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/mapper/VolGroupSys-LogVolRoot /sysroot ext4 rw,relatime,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device --add-device /dev/md0 -f /boot/initramfs-5.4.17-2136.335.4.el8uek.x86_64kdump.img 5.4.17-2136.335.4.el8uek.x86_64
Oct 15 11:51:15 kdumpctl[7997]: dracut: /lib/modules/5.4.17-2136.335.4.el8uek.x86_64//modules.dep is missing. Did you run depmod?
Oct 15 11:51:15 dracut[8055]: /lib/modules/5.4.17-2136.335.4.el8uek.x86_64//modules.dep is missing. Did you run depmod?
Oct 15 11:51:15 kdumpctl[6471]: kdump: mkdumprd: failed to make kdump initrd
Oct 15 11:51:15 kdumpctl[6471]: kdump: Starting kdump: [FAILED]
Oct 15 11:51:15 systemd[1]: kdump.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 11:51:15 systemd[1]: kdump.service: Failed with result 'exit-code'.
Oct 15 11:51:15 systemd[1]: Failed to start Crash recovery kernel arming.
Command Details
# odacli update-server
Hardware Models
All Oracle Database Appliance hardware models
Workaround
# systemctl restart kdump
# systemctl status kdump -l
kdump.service - Crash recovery kernel arming
Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; vendor preset: enabled)
Active: active (exited) since Sat 2024-10-19 09:34:23 IST; 8s ago
Process: 2028 ExecStart=/usr/bin/kdumpctl start (code=exited, status=0/SUCCESS)
Main PID: 2028 (code=exited, status=0/SUCCESS)
Oct 19 09:34:21 dracut[2762]: rd.lvm.lv=VolGroupSys/LogVolRoot
Oct 19 09:34:21 dracut[2762]: rd.md.uuid=1e7140f4:2f5386a9:3093dd8d:ee3b9b29
Oct 19 09:34:22 dracut[2762]: *** Install squash loader ***
Oct 19 09:34:22 dracut[2762]: *** Squashing the files inside the initramfs ***
Oct 19 09:34:23 dracut[2762]: *** Squashing the files inside the initramfs done ***
Oct 19 09:34:23 dracut[2762]: *** Creating image file '/boot/initramfs-5.4.17-2136.335.4.el8uek.x86_64kdump.img' ***
Oct 19 09:34:23 dracut[2762]: *** Creating initramfs image file '/boot/initramfs-5.4.17-2136.335.4.el8uek.x86_64kdump.img' done ***
Oct 19 09:34:23 kdumpctl[2104]: kdump: kexec: loaded kdump kernel
Oct 19 09:34:23 kdumpctl[2104]: kdump: Starting kdump: [OK]
Oct 19 09:34:23 systemd[1]: Started Crash recovery kernel arming.Bug Number
This issue is tracked with Oracle bug 36998253.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in database patching
When patching a database on Oracle Database Appliance, an error may be encountered.
Problem Description
When applying the datapatch during patching of database on Oracle Database Appliance, an error message may be displayed.
Failure Message
When the odacli update-database command is run,
the following error message is displayed:
Failed to execute sqlpatch for database …
Command Details
# odacli update-database
Hardware Models
All Oracle Database Appliance hardware models
Workaround
- Run the following SQL*Plus
command:
alter system set nls_sort='BINARY' SCOPE=SPFILE; - Restart the database using srvctl command.
- Retry applying the datapatch with
dbhome/OPatch/datapatch -verbose -db dbUniqueName.
Bug Number
This issue is tracked with Oracle bug 35060742.
Parent topic: Known Issues When Patching Oracle Database Appliance
Component version not updated after patching
After patching the Oracle Database Appliance server, the odacli
describe-component command does not display the correct Intel Model
0x1528 Ethernet Controller version, if the current version is 8000047B or
8000047C.
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Manually update the Ethernet controllers to 00005DD or 800005DE
using the fwupdate command.
This issue is tracked with Oracle bug 34402352.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in server patching
When patching Oracle Database Appliance which already has STIG V1R2 deployed, an error may be encountered.
odacli update-server -f version, an error may be
displayed.
Hardware Models
All Oracle Database Appliance hardware models
Workaround
The STIG V1R2 rule OL7-00-040420 tries to change the permission of
the file /etc/ssh/ssh_host_rsa_key from '640' to '600'
which causes the error. During patching, run the command chmod 600
/etc/ssh/ssh_host_rsa_key command on both nodes.
This issue is tracked with Oracle bug 33168598.
Parent topic: Known Issues When Patching Oracle Database Appliance
AHF error in prepatch report for the update-dbhome command
When you patch server to Oracle Database Appliance release 19.30, the odacli update-dbhome command may
fail.
Verify the Alternate Archive Failed AHF-4940: One or more log archive
Destination is Configured to destination and alternate log archive
Prevent Database Hangs destination settings are not as recommended Hardware Models
All Oracle Database Appliance hardware models
Workaround
- Run the
odacli update-dbhomecommand with the-foption./opt/oracle/dcs/bin/odacli update-dbhome --dbhomeid 7c67c5b4-f585-4ba9-865f-c719c63c0a6e -v 19.30.0.0.0 -f
This issue is tracked with Oracle bug 33144170.
Parent topic: Known Issues When Patching Oracle Database Appliance
Errors when running ORAchk or the odacli create-prepatchreport command
When you run ORAchk or the odacli create-prepatchreport
command, an error is encountered.
One or more log archive destination and alternate log archive destination settings are not as recommended
Software home check failed Hardware Models
Oracle Database Appliance hardware models bare metal deployments
Workaround
odacli update-dbhome, odacli
create-prepatchreport, odacli update-server commands with the
-sko option. For
example:odacli update-dbhome -j -v 19.30.0.0.0 -i dbhome_id -skoThis issue is tracked with Oracle bugs 30931017, 31631618, and 31921112.
Parent topic: Known Issues When Patching Oracle Database Appliance
Error in patching prechecks report
The patchung prechecks report may display an error.
Failure in the pre-patch report caused by “AHF-5190: operating system boot device order is not configured as recommended”Hardware Models
Oracle Database Appliance X-7 hardware models
Workaround
Run the odacli update-server or odacli
update-dbhome command with the -f
option.
This issue is tracked with Oracle bug 33631256.
Parent topic: Known Issues When Patching Oracle Database Appliance
Server status not set to Normal when patching
When patching Oracle Database Appliance, an error is encountered.
When patching the appliance, the odacli
update-server command fails with the
following error:
DCS-10001:Internal error encountered: Server upgrade state is not NORMAL node_name Hardware Models
All Oracle Database Appliance hardware models
Workaround
-
Run the command:
Grid_home/bin/cluvfy stage -post crsinst -collect cluster -gi_upgrade -n all -
Ignore the following two warnings:
Verifying OCR Integrity ...WARNING PRVG-6017 : OCR backup is located in the same disk group "+DATA" as OCR. Verifying Single Client Access Name (SCAN) ...WARNING RVG-11368 : A SCAN is recommended to resolve to "3" or more IP -
Run the command again till the output displays only the two warnings above. The status of Oracle Custerware status should be
Normalagain. -
You can verify the status with the command:
Grid_home/bin/crsctl query crs activeversion -f
This issue is tracked with Oracle bug 30099090.
Parent topic: Known Issues When Patching Oracle Database Appliance
Patching of M.2 drives not supported
Patching of M.2 drives (local disks SSDSCKJB48 and SSDSCKJB480G7) is not supported.
These drives are displayed when you run the odacli
describe-component command. Patching of neither of the two known
versions 0112 and 0121 of the M.2 disk is supported.
Hardware Models
Oracle Database Appliance bare metal deployments
Workaround
None
This issue is tracked with Oracle bug 30249232.
Parent topic: Known Issues When Patching Oracle Database Appliance
Known Issues When Deploying Oracle Database Appliance
Understand the known issues when provisioning or deploying Oracle Database Appliance.
- Error in provisioning bare metal system
When provisioning Oracle Database Appliance bare metal system, an error may be encountered. - Error in creating database home
When creating a database home on Oracle Database Appliance, an error may be encountered. - Error in creating DB system
When creating a DB system, an error may be encountered. - Error in database creation on multi-user access enabled system
When creating a database on multi-user access enabled system on Oracle Database Appliance, an error may be encountered. - Error in configuring Oracle ASR
When configuring Oracle ASR, an error may be encountered when registering Oracle ASR Manager due to an issue while contacting the transport server. - Error in creating database
When creating a database on Oracle Database Appliance, an error may be encountered. - Error in creating two DB systems
When creating two DB systems concurrently in two different Oracle ASM disk groups, an error is encountered. - Error in adding JBOD
When you add a second JBOD to your Oracle Database Appliance deployment on which a DB system is running, an error is encountered. - Error in provisioning appliance after running cleanup.pl
Errors encountered in provisioning applince after runningcleanup.pl. - Error encountered after running cleanup.pl
Errors encountered in runningodaclicommands after runningcleanup.pl. - Errors in clone database operation
Clone database operation fails due to errors.
Error in provisioning bare metal system
When provisioning Oracle Database Appliance bare metal system, an error may be encountered.
Problem Description
When provisioning Oracle Database Appliance bare metal system, the
opeartion may fail at the Update Network task.
Failure Message
DCS-10001:Internal error encountered: Not able to retrieve result back for the task.
Command Details
# odacli create-appliance
Hardware Models
All Oracle Database Appliance hardware models
Workaround
- Clean up both bare metal system
nodes:
/opt/oracle/oak/onecmd/cleanup.pl - Retry the provisioning
operation:
odacli create-appliance -r provisioning_json_location
Bug Number
This issue is tracked with Oracle bug 38981924.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in creating database home
When creating a database home on Oracle Database Appliance, an error may be encountered.
Problem Description
When provisioning the database home, you run the odacli
create-dbhome or odacli
create-prepatchreport command, an error may be encountered
due to a temporary lock of the /u01/app/oraInventory/
directory.
Failure Message
When you run the odacli create-prepatchreport
command, the following error message may be displayed:
DCS-10267 - failed to run the patch precheck with Oracle FPP for Oracle home ID dbhome_ID For input string: "dbhome_name"
When you run the odacli create-dbhome command,
the following error message may be displayed:
DCS-10001:Internal error encountered: Failed to run create dbhome dbhome_name : null
Command Details
# odacli create-dbhome
# odacli create-prepatchreport
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Delete the partially created atabase home using the odacli
delete-dbhome command and run the odacli
create-prepatchreport or odacli
create-dbhome command again.
Bug Number
This issue is tracked with Oracle bug 38143200.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in creating DB system
When creating a DB system, an error may be encountered.
Problem Description
DCS-10001:THE CONNECTION IS CLOSEDThis error may occur when the bare metal system is provisioned with NTP configured, or there is a time difference between bare metal system and the standard NTP server, or the DB system is created after NTP is configured.
Failure Message
[DB System n1 creation] - DCS-10001:Internal error encountered: Job 'Provision DB System 'n1'' (f91fd1db-78ec-452d-bcdb-975947849370) failed.
Command Details
odacli create-dbsystem
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Provision the bare metal system without configuring NTP.
If there is a time difference between the bare metal system and the standard NTP server, then add several minutes to the current date.
Enable chrony.
- Before enabling chrony, add or update the chrony configuration as
follows:
-------- # cat /etc/chrony.conf server 10.246.6.36 iburst driftfile /var/lib/chrony/drift makestep 1.0 -1 rtcsync logdir /var/log/chrony --------- - Run the systemctl command to enable and start chronyd
service:
date; systemctl enable chronyd systemctl start chronyd systemctl status chronyd sleep 10; date; - Create DB system with NTP configured.
Bug Number
This issue is tracked with Oracle bug 37166091.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in database creation on multi-user access enabled system
When creating a database on multi-user access enabled system on Oracle Database Appliance, an error may be encountered.
Problem Description
When you create a database on a multi-user access enabled system, an error message may be displayed.
Failure Message
When the user name of database owner contains both lowercase and uppercase letters, the error message may be as follows:
[jobid-74f31148-ebe0-4507-9296-b9ad4ca7e03b] - [FATAL] Error in Process: /u01/app/KvEl6/product/19.0.0.0/dbhome_2/bin/orapwd
[jobid-74f31148-ebe0-4507-9296-b9ad4ca7e03b] - Enter password for SYS:
[jobid-74f31148-ebe0-4507-9296-b9ad4ca7e03b] - OPW-00010: Could not create the password file.
[jobid-74f31148-ebe0-4507-9296-b9ad4ca7e03b] - ORA-00600: internal error code, arguments: [kfzpCreate02], [0], [], [], [], [], [], [], [], [], [], []
[jobid-74f31148-ebe0-4507-9296-b9ad4ca7e03b] - ORA-15260: permission denied on ASM disk group
[jobid-74f31148-ebe0-4507-9296-b9ad4ca7e03b] - ORA-06512: at "SYS.X$DBMS_DISKGROUP", line 679
[jobid-74f31148-ebe0-4507-9296-b9ad4ca7e03b] - ORA-06512: at line 2
PRCZ-4001 : failed to execute command "/u01/app/6RXNI/product/19.0.0.0/dbhome_15//bin/dbca" using the privileged execution plugin "odaexec" on nodes "scaoda901c7n1" within 5,000 seconds
PRCZ-2103 : Failed to execute command "/u01/app/6RXNI/product/19.0.0.0/dbhome_15//bin/dbca" on node "scaoda901c7n1" as user "6RXNI". Detailed error:
[FATAL] [DBT-05801] There are no ASM disk groups detected.
CAUSE: ASM may not be configured, or ASM disk groups are not created yet.
ACTION: Create ASM disk groups, or change the storage location to File System.
[FATAL] [DBT-05801] There are no ASM disk groups detected.
CAUSE: ASM may not be configured, or ASM disk groups are not created yet.
ACTION: Create ASM disk groups, or change the storage location to File System.Command Details
# odacli create-database
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Do not start custom user name with number digit or have mixed-case letters in the custom user name.
Bug Number
This issue is tracked with Oracle bug 36878796.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in configuring Oracle ASR
When configuring Oracle ASR, an error may be encountered when registering Oracle ASR Manager due to an issue while contacting the transport server.
Failure Message
The following error message is displayed:
DCS-10045:Validation error encountered: Registration failed : Please check the agent logs for details.
Command Details
# odacli configure-asr
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Retry configuring Oracle ASR using theodacli configure-asr
command.
Bug Number
This issue is tracked with Oracle bug 36363437.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in creating database
When creating a database on Oracle Database Appliance, an error may be encountered.
Problem Description
When creating a database on Oracle Database Appliance, the
operation may fail after the createDatabaseByRHP task.
However, the odacli list-databases command displays the
status as CONFIGURED for the failed database in the job results.
Failure Message
When you run the odacli create-database command,
the following error message is displayed:
DCS-10001:Internal error encountered: Failed to clear all listeners from database
Command Details
# odacli create-database
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Check the job description of the odacli
create-database command using the odacli
describe-job command. Fix the issue for the task failure in
the odacli create-database command. Delete the database
with the command odacli delete-database -n db_name
and retry the odacli create-database command.
Bug Number
This issue is tracked with Oracle bug 34709091.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in creating two DB systems
When creating two DB systems concurrently in two different Oracle ASM disk groups, an error is encountered.
CRS-2672: Attempting to start 'vm_name.kvm' on 'oda_server'
CRS-5017: The resource action "vm_name.kvm start" encountered the following
error:
CRS-29200: The libvirt virtualization library encountered the following
error:
Timed out during operation: cannot acquire state change lock (held by
monitor=remoteDispatchDomainCreate)
. For details refer to "(:CLSN00107:)" in
"/u01/app/grid/diag/crs/<oda_server>/crs/trace/crsd_orarootagent_root.trc".
CRS-2674: Start of 'vm_name.kvm' on 'oda_server' failed
CRS-2679: Attempting to clean 'vm_name.kvm' on 'oda_server'
CRS-2681: Clean of 'vm_name.kvm' on 'oda_server' succeeded
CRS-4000: Command Start failed, or completed with errors.Hardware Models
All Oracle Database Appliance hardware models
Workaround
Do not create two DB systems concurrently. Instead, complete the creation of one DB system and then create the other.
This issue is tracked with Oracle bug 33275630.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in adding JBOD
When you add a second JBOD to your Oracle Database Appliance deployment on which a DB system is running, an error is encountered.
ORA-15333: disk is not visible on client instanceHardware Models
All Oracle Database Appliance hardware models bare metal and dbsystem
Workaround
Shut down dbsystem before adding the second JBOD.systemctl restart initdcsagent
This issue is tracked with Oracle bug 32586762.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error in provisioning appliance after running cleanup.pl
Errors encountered in provisioning applince after running
cleanup.pl.
After running cleanup.pl, provisioning the appliance fails because
of missing Oracle Grid Infrastructure image (IMGGI191100). The following error
message is displayed:
DCS-10042:User oda-cliadmin cannot be authorized.Hardware Models
All Oracle Database Appliance hardware models for bare metal deployments
Workaround
After running cleanup.pl, and before provisioning the appliance, update the repository as follows:
# odacli update-repository -f /**gi** This issue is tracked with Oracle bug 32707387.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Error encountered after running cleanup.pl
Errors encountered in running odacli commands after running cleanup.pl.
After running cleanup.pl, when you try to use odacli commands, the following error is encountered:
DCS-10042:User oda-cliadmin cannot be authorized.Hardware Models
All Oracle Database Appliance hardware models for bare metal deployments
Workaround
Run the following commands to set up the credentials for the user oda-cliadmin on the agent wallet:
# rm -rf /opt/oracle/dcs/conf/.authconfig
# /opt/oracle/dcs/bin/setupAgentAuth.sh This issue is tracked with Oracle bug 29038717.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Errors in clone database operation
Clone database operation fails due to errors.
If the source database is single-instance or Oracle RAC One Node, or running on the remote node, the clone database operation fails, because the paths are not created correctly in the control file.
Clone database operation may also fail with errors if the source database creation time stamp is too close to the clone operation (at least within 60 minutes).
Hardware Models
All Oracle Database Appliance high-availability hardware models for bare metal deployments
Workaround
Create the clone database from the source database instance that is running on the same node from which the clone database creation is triggered.
SQL> alter system checkpoint;This issue is tracked with Oracle bugs 29002563, 29002004, 29001906, 29001855, 29001631, 28995153, 28986643, 30309971, and 30228362.
Parent topic: Known Issues When Deploying Oracle Database Appliance
Known Issues When Managing Oracle Database Appliance
Understand the known issues when managing or administering Oracle Database Appliance.
- Error in configuring Oracle Data Guard
When configuring Oracle Data Guard on Oracle Database Appliance, an error may be encountered. - Error in changing password of Oracle Key Vault TDE-enabled database
When changing the password of an Oracle Key Vault TDE-enabled database on Oracle Database Appliance, an error may be encountered. - Error in interconnect network
DCS agent may not be able to run jobs because of an interconnect network issue. - Error in configuring multiple standby databases on Oracle Data Guard
When configuring multiple standby databases for Oracle Data Guard on Oracle Database Appliance, an error may be encountered. - Error in upgrading Oracle Data Guard
When upgrading Oracle Data Guard, an error may be encountered. - Error in creation of Oracle Key Vault TDE-enabled database
When creating an Oracle Key Vault TDE-enabled database on Oracle Database Appliance, an error may be encountered. - Error in deleting a TDE-enabled database
When deleting a TDE-enabled database on Oracle Database Appliance, an error may be encountered. - Error in configuring Oracle Data Guard
When configuring Oracle Data Guard on Oracle Database Appliance, an error may be encountered. - Error in cleaning up a deployment
When cleaning up a Oracle Database Appliance, an error is encountered. - Error in display of file log path
File log paths are not displayed correctly on the console but all the logs that were generated for a job have actually logged the correct paths. - Error in the enable apply process after upgrading databases
When running the enable apply process after upgrading databases in an Oracle Data Guard deployment, an error is encountered. - Error in updating Role after Oracle Data Guard operations
When performing operations with Oracle Data Guard on Oracle Database Appliance, an error is encountered in updating the Role. - Inconsistency in ORAchk summary and details report page
ORAChk report summary on the Browser User Interface may show different counts of Critical, Failed, and Warning issues than the report detail page. - The odaeraser tool does not work if oakd is running in non-cluster mode
After cleaning up the deployment, the Secure Eraser tool does not work if oakd is running in non-cluster mode.
Error in configuring Oracle Data Guard
When configuring Oracle Data Guard on Oracle Database Appliance, an error may be encountered.
Problem Description
When you configure Oracle Data Guard on an Oracle Database
Appliance for Oracle Database 23ai database with Release Update 23.8, the
operation may fail because of missing tnsnames.ora
file.
Failure Message
When the odacli configure-dataguarde command is
run, the following error message is displayed:
DCS-10003:File '/u01/app/oracle/product/23.0.0.0/dbhome_1/network/admin/tnsnames.ora' does not exist
Command Details
odacli configure-dataguard
Hardware Models
All Oracle Database Appliance hardware models high-availability deployments
Workaround
Create the tnsnames.ora file in the location
DBHOME/network/admin/tnsnames.ora of the
database that has this issue, and add a TNS entry for it.
testdb
on the host testhost as
follows:cat /u01/app/oracle/product/23.0.0.0/dbhome_1/network/admin/tnsnames.ora
testdb=
(DESCRIPTION=
(ADDRESS = (PROTOCOL = TCP)(HOST = testhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = testdb.example)
)Bug Number
This issue is tracked with Oracle bug 38132893.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in changing password of Oracle Key Vault TDE-enabled database
When changing the password of an Oracle Key Vault TDE-enabled database on Oracle Database Appliance, an error may be encountered.
Problem Description
When changing the password of Oracle 19c Enterprise Edition High-Availability and Oracle RAC One Node databases, created using Oracle Key Vault server configuration object, whose TDE keys are stored on Oracle Key Vault, the operation may fail.
Failure Message
Modify databaseDCS-12734:OKV Endpoint Utility command "okvutil changepwd" ran with failure: Failed to change TDE password in the SSL wallet: bash: /etc/OKV/db_unqiue_name/okvversion/bin/okvutil: No such file or directory
Command Details
# odacli modify-database -n db_name -ctp
Hardware Models
All Oracle Database Appliance hardware models
Workaround
- Create the endpoint corresponding to inactive instance using below
command.
/etc/OKV/okv_server_config_name/bin/okv admin endpoint create --endpoint db_name_remote_node_number_on_cluster_name --description "Endpoint of database db_name" --type ORACLE_DB --platform LINUX64 --strict-ip-check TRUE - Check the status of the endpoint created in step 1 using the
following command. If the status is in PENDING state, then wait
for some time and recheck the status again. Proceed to further
steps only, if the status of the endpoint is
ACTIVE:
/etc/OKV/okv_server_config_name/bin/okv admin endpoint check-status --endpoint db_name_remote_node_number_on_cluster_name - Set the default wallet of the endpoint created in step 1 using the
following command.
/etc/OKV/okv_server_config_name/bin/okv manage-access wallet set-default --wallet db_unique_name_on_cluster_name --endpoint db_name_remote_node_number_on_cluster_name - Update the endpoint software of only the newly-created database
using the odacli update-okvendpoints -es -oj
absolute_path_to_JSON_file
command.
cat /tmp/update.json [ { "dbName" : "eedb2" } ] odacli update-okvendpoints -es -oj /tmp/update.json - Retry the change of TDE password operation.
Bug Number
This issue is tracked with Oracle bug 38987593.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in interconnect network
DCS agent may not be able to run jobs because of an interconnect network issue.
Problem Description
When you run the odacli ping-agent command, an
error may be encountered.
Failure message
DCS-10033:Service DCS agent is down.
Command Details
# odacli ping-agent
Hardware Models
All Oracle Database Appliance hardware models with high-availability
Workaround
- Validate that the issue is due to interconnect not
working. From the first node, run the
command:
# arping -I icbond0 xx.xx.xx.xx -c 10The output is similar to the following:ARPING xx.xx.xx.xx from xx.xx.xx.xx icbond0 Sent 10 probes (10 broadcast(s)) Received 0 response(s) - On both nodes, modify the
/etc/sysconfig/network-scripts/ifcfg-icbond0file to addarp_interval=100 to BONDING_OPTS. The update is as follows:BONDING_OPTS="mode=active-backup miimon=100 primary=p1p1 arp_interval=100" - On both nodes, restart the
network:
# systemctl restart network - On both nodes, restart the agent and wait for a few
minutes:
# systemctl restart initdcsagent
Bug Number
This issue is tracked with Oracle bug 37611921.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in configuring multiple standby databases on Oracle Data Guard
When configuring multiple standby databases for Oracle Data Guard on Oracle Database Appliance, an error may be encountered.
Problem Description
When you configure Oracle Data Guard for multiple standby
databases, that is, two standby, the operation fails at the step
Update Data Guard status (Existing standby site) but
Oracle Data Guard is configured successfully with no issue. The command
DGMGRL> SHOW CONFIGURATION; shows success status for
all standby databases. The command odacli
list-dataguardstatus on all sites shows correct Oracle Data
Guard information.
Failure Message
The following error message is displayed:
DCS-10001:Internal error encountered: Unable to update dg config
dcs-agent.log shows the temporary
error:"Error: ORA-16532: Oracle Data Guard broker configuration does not exist."Hardware Models
All Oracle Database Appliance hardware models high-availability deployments
Workaround
Ignore the error. Oracle Data Guard was actually configured successfully.
Bug Number
This issue is tracked with Oracle bug 37780488.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in upgrading Oracle Data Guard
When upgrading Oracle Data Guard, an error may be encountered.
Problem Description
If you configured Oracle Data Guard on a multi-user access enabled Oracle Database Appliance release 19.19 system, as odaadmin user, then this Oracle Data Guard configuration may not display when you run the odacli list-dataguardstatus command. If you upgrade this system to Oracle Database Appliance release 19.23 using Data Preserving Reprovisioning, then the Validate Database Service presence step in the the create-preupgradereport precheck may fail for the Oracle Data Guard database.
One or more pre-checks failed for [DB]Command Details
# odacli create-preupgradereport
# odacli describe-preupgradereport
Task Level Failure message
"The following services [TDG1yn_ro, TDG1yn_rw, Y6Z_ro, Y6Z_rw] created on database
'TDG1yn' can result in a failure in 'detach-node'
Hardware Models
All Oracle Database Appliance hardware models X9-2, X8-2, and X7-2
Workaround
- Stop the service
reported:
srvctl stop service -d db_unique_name -service service_name - Remove the
service:
srvctl remove service -d db_unique_name -service service_name
Bug Number
This issue is tracked with Oracle bug 36610040.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in creation of Oracle Key Vault TDE-enabled database
When creating an Oracle Key Vault TDE-enabled database on Oracle Database Appliance, an error may be encountered.
Problem Description
Creation of Oracle Key Vault TDE database on an Oracle Key Vault
server whose version is earlier than the version of the existing Oracle Key
Vault PKCS library
/opt/oracle/extapi/64/hsm/oracle/1.0.0/liborapkcs.so
on the system may fail.
Failure Message
DCS-10164:Failed to configure TDE: Failed to set TDE Master Encryption key: ERROR at line 1:
ORA-28353: failed to open wallet
Command Details
# odacli create-database -n db_name -t -kt OKV -ocp absolute_path_to_okvclient.jar
Hardware Models
All Oracle Database Appliance hardware models
Workaround
Remove the later version of Oracle Key Vault PKCS library
/opt/oracle/extapi/64/hsm/oracle/1.0.0/liborapkcs.so
and retry the operation.
Bug Number
This issue is tracked with Oracle bug 38175259.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in deleting a TDE-enabled database
When deleting a TDE-enabled database on Oracle Database Appliance, an error may be encountered.
Problem Description
When you delete a TDE-enabled database that uses Oracle Key Vault
release 21.8 to store TDE keys, then an error message may be displayed
during the OKV delete task.
Failure Message
DCS-10001:Internal error encountered: Failed to delete Wallet <wallet_name> : okv.log.0 (Permission denied)
{
"result" : "Failure",
"message" : "Insufficient privileges on wallet"
}.
Command Details
# odacli delete-database -n db_name
Hardware Models
All Oracle Database Appliance hardware models
Workaround
- Log into as the Oracle Key Vault administrator to the Oracle Key Vault server where the Oracle Key Vault wallet is present.
- Navigate to the Keys & Wallets tab.
- Click the edit icon for the wallet that you want to delete.
- In the Select Endpoint/User Group section, select the Type as Users from the drop down list.
- Select the user that owns the Oracle Key Vault wallet.
- In the Select Access Level section, select Read and Modify, and then Manage Wallet.
- Click Save.
- Delete the database.
Bug Number
This issue is tracked with Oracle bug 36640379.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in configuring Oracle Data Guard
When configuring Oracle Data Guard on Oracle Database Appliance, an error may be encountered.
Problem Description
When you configure Oracle Data Guard on the second node of the
standby system on an Oracle Database Appliance high-availability deployment,
the operation may fail at step Configure Standby database (Standby
site) in the task Reset Db sizing and hidden
parameters for ODA best practice.
Command Details
odacli configure-dataguard
Hardware Models
All Oracle Database Appliance hardware models high-availability deployments
Workaround
Run odacli configure-dataguard on the first node of the standby system in the high-availability deployment
Bug Number
This issue is tracked with Oracle bug 33401667.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in cleaning up a deployment
When cleaning up a Oracle Database Appliance, an error is encountered.
Hardware Models
All Oracle Database Appliance hardware models with DB systems
Workaround
- Stop the NFS service on both
nodes:
service nfs stop - Clean up the bare metal system. See the Oracle Database Appliance Deployment and User's Guide for your hardware model for the steps.
This issue is tracked with Oracle bug 33289742.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in display of file log path
File log paths are not displayed correctly on the console but all the logs that were generated for a job have actually logged the correct paths.
Hardware Models
All Oracle Database Appliance hardware models with virtualized platform
Workaround
None.
This issue is tracked with Oracle bug 33580574.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in the enable apply process after upgrading databases
When running the enable apply process after upgrading databases in an Oracle Data Guard deployment, an error is encountered.
Error: ORA-16664: unable to receive the result from a memberHardware Models
All Oracle Database Appliance hardware models
Workaround
- Restart standby database in upgrade mode:
srvctl stop database -d <db_unique_name> Run PL/SQL command: STARTUP UPGRADE; - Continue the enable apply process and wait for log apply process to refresh.
- After some time, check the Data Guard status with the DGMGRL
command:
SHOW CONFIGURATION;
This issue is tracked with Oracle bug 32864100.
Parent topic: Known Issues When Managing Oracle Database Appliance
Error in updating Role after Oracle Data Guard operations
When performing operations with Oracle Data Guard on Oracle Database Appliance, an error is encountered in updating the Role.
odacli
describe-database command is not updated after Oracle Data Guard
switchover, failover, and reinstate operations on Oracle Database
Appliance.
Hardware Models
All Oracle Database Appliance hardware models with Oracle Data Guard configuration
Workaround
Run odacli update-registry -n db --force/-f to update the
database metadata. After the job completes, run the odacli
describe-database command and verify that dbRole is updated.
This issue is tracked with Oracle bug 31378202.
Parent topic: Known Issues When Managing Oracle Database Appliance
Inconsistency in ORAchk summary and details report page
ORAChk report summary on the Browser User Interface may show different counts of Critical, Failed, and Warning issues than the report detail page.
Hardware Models
Oracle Database Appliance hardware models bare metal deployments
Workaround
Ignore counts of Critical, Failed, and Warning issues in the ORAchk report summary on the Browser User Interface. Check the report detail page.
This issue is tracked with Oracle bug 30676674.
Parent topic: Known Issues When Managing Oracle Database Appliance
The odaeraser tool does not work if oakd is running in non-cluster mode
After cleaning up the deployment, the Secure Eraser tool does not work if oakd is running in non-cluster mode.
Hardware Models
All Oracle Database Appliance Hardware bare metal systems
Workaround
After cleanup of the deployment, oakd is started in the non-cluster mode, and it cannot be stopped using "odaadmcli stop oak" command. In such a case, if the Secure Erase tool is run, then the odaeraser command fails.
Use the command odaadmcli shutdown oak to stop oakd.
This issue is tracked with Oracle bug 28547433.
Parent topic: Known Issues When Managing Oracle Database Appliance