My Oracle Support Banner

Getting error for already provided parameters or wrong parameters passed to oracle scripts (Doc ID 2904460.1)

Last updated on OCTOBER 25, 2022

Applies to:

Oracle E-Business Suite Technology Stack - Version 12.1.3 and later
Information in this document applies to any platform.

Symptoms

When using copy/paste on terminal

Wrong input will look like bellow:

=============

$ perl $ORACLE_HOME/appsutil/bin/txkCreatePDB.pl \ -dboraclehome=/u01/install/APPS/19.0.0 \ -outdir=/u01/install/APPS/19.0.0/appsutil/log \ ....

=============


Correct input should like:

=============

$ perl $ORACLE_HOME/appsutil/bin/txkCreatePDB.pl \

-dboraclehome=/u01/install/APPS/19.0.0 \

-outdir=/u01/install/APPS/19.0.0/appsutil/log \

...

=============

Changes

 Copy from editor which is not set as plain text.

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.