Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using DBCA to generate scripts... missing &1, &2 etc... in some three cases ?

PDVBV5 days ago — edited 5 days ago

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 ?

Comments
Post Details
Added 5 days ago
0 comments
33 views