To create an iAS template on a backend database:
- Create a template owner user which has CONNECT privileges and the SELECT_CATALOG_ROLE (or DBA privileges). Then connect as the template owner.
- Create an iAS Template which defines the objects to be created on the middle tier sites.
- Prepare the template for export to setup the template so that it can be instantiated.
- Export the template to save the template definition in an export dump file.
- Copy the export dump file to the middle tier machines on which you want to instantiate the template.
To deploy the template to middle tier sites:
- Connect to the middle tier database and create a template owner user which has DBA privileges.
- Reconnect to the middle tier database as the template owner.
- Import the template to instantiate the template.
- Set the refresh policy for the refresh group associated with the newly instantiated template.
Once you have instantiated the template on all the middle tier databases, connect to the backend database and perform Post Instantiation Cleanup.
To learn more about iAS Templates, click the Help button.
|