Databases Reference
In-Depth Information
<PLAN_DIR>/adapters: The directory that contains sub plans for ad-
apters
<PLAN_DIR>/composites: The directory that contains sub plans for SOA
composites
<PLAN_DIR>/deployment_plans: The directory that contains sub plans
for the soa-infra application
The main move plan (moveplan.xml) captures the key information in the do-
main.xml file for a particular WebLogic Server domain. So, you can modify the
domain configurations, such as the server startup mode, data sources, authen-
tication providers, and so on, and then apply the changes to the new domain on
the target host.
As all the passwords are indirectly stored in the plan through password files, you
must specify the absolute path of the location for every occurrence of the pass-
word filename in the moveplan.xml file. For example, for each data source,
you need to specify the password file location as follows:
<configProperty>
<name>Password File</name>
<value>/home/oracle/password.txt</value>
<itemMetadata>
<dataType>STRING</dataType>
<password>true</password>
<scope>READ_WRITE</scope>
</itemMetadata>
</configProperty>
Another important property in the move plan is the database connection URL,
which is used by the data sources. For example, to change the JDBC connection
URLs of the data sources used by SOA and BAM components, edit the move-
plan.xml file as follows:
Search WWH ::




Custom Search