When using RCU with -silent -generateScript, the generated scripts do not populate the *_STB schemas and the COMPONENT_SCHEMA_INFO table is empty
(Doc ID 2116396.1)
Last updated on AUGUST 16, 2024
Applies to:
Oracle SOA Suite - Version 12.1.3.0.0 and laterInformation in this document applies to any platform.
Symptoms
When using RCU with -silent -generateScript, the generated scripts do not populate the *_STB schemas, and the COMPONENT_SCHEMA_INFO table is empty.
This can be verified by running the SQL query below against the COMPONENT_SCHEMA_INFO table, which returns no results:
select prefix_name, schema_user
from component_schema_info
order by 1,2;
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 |
Cause |
Solution |
References |