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 ?

PDVBVApr 9 2026 — edited Apr 9 2026

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 ?

This post has been answered by Sergiusz Wolicki-Oracle on Apr 28 2026
Jump to Answer
Comments
Post Details
Added on Apr 9 2026
3 comments
161 views