A Additional Information About Standard Actions

The Lifecycle Management Tools provide standard actions that you can use to configure and manage your Oracle Fusion Middleware environment.

This appendix describes important information about each standard action.

A.1 Using the Standard Actions JavaDoc

The Lifecycle Management Tools provide a set of Java APIs.

A.2 More Information About Commonly Used Standard Actions

A.2.1 About the Create Domain Standard Action

With the create-domain standard action, you can create an Oracle Fusion Middleware domain.

The create-domain standard action creates the specified domain by loading any templates used in the definition of that the domain in the model. It creates any data sources and other resources defined in the templates. It also creates the servers, clusters, partitions, and other structures as specified in the domain definition. This standard action does not perform any additional configuration steps, such as component-specific configuration. You can use custom actions to perform the component-specific configuration.

This standard action is equivalent to running the Domain Configuration Wizard.

A.2.2 About the Install Oracle Home Standard Action

With the install-oracle-home standard action, you can create an Oracle home for Oracle Fusion Middleware.

This standard action creates an Oracle Home by installing products as specified by the Installer and Install Types.

A.2.3 About the Create Schema Standard Action

With the create-schema standard action, you can create a schema in the target database. The schema is used by Oracle Fusion Middleware.

This action creates the schema, but does not load data into the newly created schema.

A.2.4 About the Load Schema Standard Action

The load-schema standard action loads data into a schema.

This is equivalent to running the second phase of the Repository Creation Utility (RCU), the -dataLoad operation. This standard action does not create the schema if it does not exist. Use the create-schema standard action to create the schema.

A.2.5 About the Start Standard Action

With the start standard action, you can start all servers in a domain, a specific server, a cluster, all servers on a host, or you can start Node Manager.

You can start the following using the start standard action:

  • Domain: All servers within the domain, across all hosts

  • Server: A specified server within the domain.

  • Cluster: All servers in a specified cluster within the domain across all hosts.

  • Host: All servers on a specified host across all domains on the host.

  • Node Manager: A specified Node Manager on the local host.

A.2.6 About the Stop Standard Action

With the stop standard action, you can stop all servers in a domain, a specific server, a cluster, all servers on a host, or you can stop Node Manager.

You can stop the following using the stop standard action:

  • Domain: All servers within the domain, across all hosts

  • Server: A specified server within the domain.

  • Cluster: All servers in a specified cluster within the domain across all hosts.

  • Host: All servers on a specified host across all domains on the host.

  • Node Manager: A specified Node Manager on the local host.