Implementation Guidelines
This section describes global implementation guidelines that apply to all Oracle Utilities cloud services running on Oracle Cloud Infrastructure (OCI), which includes
Note that these cloud services are all based on the Oracle Utilities Application Framework (OUAF), which supports many different configuration and extension methods, almost all of which are available for use in the cloud. This section provides recommendations for many aspects of set-up and operation of the services. Note that it assumes familiarity with OUAF concepts and tools.
In a nutshell, the top cloud service implementation rules to be aware of are the following:
Use Groovy code in Scripts (not Java)
Use existing data structures to extend the base model - such as Characteristics and the Fact table
Use plug-in driven batch can be used in many scenarios for data fixes - this will ensure proper data validation
The guidelines in this are intended to help implementers to configure and run their cloud services efficiently.
This section include the following chapters: