The initial DB Load of the UC4 schema fails with the following error:
<...>
20251117/233201.608 - U00029108 UCUDB: SQL_ERROR Database handles DB-HENV: e5f6b80 DB-HDBC: e693870
20251117/233201.609 - U00003591 UCUDB - DB error info: OPC: 'OCIStmtExecute' Return code: 'ERROR'
20251117/233201.609 - U00003592 UCUDB - Status: '' Native error: '54' Msg: 'ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired'
20251117/233203.609 - U00000006 DEADLOCK or Connection to database lost - Rollback handling initiated. See previous messages.
20251117/233203.609 - U00003594 UCUDB Ret: '6' opcode: 'EXEC' SQL Stmnt: '
<...>
After several tries of deleting and reloading the schema, it appears that this error happens on any table.
Oracle
Make sure to apply the recommended settings for Oracle as explained here:
Notably, set the following 2 values in SQLNET.ORA:
tcp.nodelay = yes
SQLNET.EXPIRE_TIME=1
If the above setting do not resolve the issue:
Note that in most cases, a value of ddl_lock_timeout=0 should work fine.