Software: v23.26.1, used from the container from container-registry-oracle.. image id = ‘224c51ce1555’
Problem: hangs during script-executions.
Probable cause: missing arguments in calls to ?/catctx/admin/catctx.sql (it seems to need 4 args).
Background and reproduction:
I used DBCA to generate script for a “custom” database. I then tried to execute the script from command prompt. I got it to hang on several occasions, and I found at least 1 cause : missing args in call to script.
From looking at similar scripts generated with v19.x.y.z, I found there is probably at least one more script that requires arguments: dr0defin.sql (needs an NLS_Language).
This might be an omission in the DBCA scripts ?