Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Property Code

Required

Description

Oracle Database User

FDORA_USER

Yes

The username that will be used to connect to the target Oracle Database.

Oracle Database Password

FDORA_PASSWORD

Yes

The password for Oracle Database User.

SQLPlus Path

FDSQLPLUS_PATH

No

Provide the sqlplus path (Required if sqlplus is not on PATH environment).

( Ex: /u01/install/APPS/apps/tech_st/10.1.2/bin/sqlplus)

SQLPlus Source Script

FDSQLPLUS_ENVIRONMENT_SCRIPT

No

Source Script with full path.

(Ex: /u01/install/APPS/apps/apps_st/appl/oracle_config.env)

Oracle SID

FDSQLPLUS_ORACLE_SID

No

Provide the Oracle SID (optional if it is already set in the source script).

...

Input Name

Input Code

Required

Description

Schema Name(s)

FDJDBCFDSQLPLUS_INP_SCHEMA_NAMES

Yes

Comma separated list of schema where objects will be compiled.

User

FDJDBCFDSQLPLUS_INP_ORA_USER

No

The username that will be used to connect with. This input takes precedence over the target scoped FDORA_USERproperty. This input is required if the FDORA_USERproperty is not specified.

Password

FDJDBCFDSQLPLUS_INP_ORA_PASSWORD

No

The password for FDSQLPLUS_INP_ORA_PASSWORD. This input takes precedence over the target scoped FDORA_PASSWORDproperty. This input is required if the FDORA_PASSWORDproperty is not specified.

...

Output Name

Description

FDSQLPLUS_OUT_PRE_INVALID_OBJECTS_COUNT

Invalid object count before execution.

FDSQLPLUS_OUT_POST_INVALID_OBJECTS_COUNT

Invalid object count after execution.

FDJDBCFDSQLPLUS_OUT_POST_INVALID_OBJECT_NAMES

Invalid object Names after execution

...