Database Reference
In-Depth Information
ated at, so that oramds:// lookups know where to look. As you can see, the
highlighted text refers to the MDS database instance:
<?xml version="1.0" encoding="windows-1252" ?>
<adf-config xmlns="http://xmlns.oracle.com/adf/config" xmlns:adf="http://xmlns.oracle.com/adf/config/properties">
<adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
<adf-property name="adfAppUID" value="TemporaryMDS-2296"/>
</adf:adf-properties-child>
<adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
<mds-config xmlns="http://xmlns.oracle.com/mds/config">
<persistence-config>
<metadata-namespaces>
<namespace metadata-store-usage="mstore-usage_1" path="/apps"/>
</metadata-namespaces>
<metadata-store-usages>
<metadata-store-usage id="mstore-usage_1">
<metadata-store class- name="oracle.mds.persistence.stores.db.DBMetadataStore">
<property value=" DEV_MDS " name="jdbc-userid"/>
<property value=" welcome1 " name="jdbc-password"/>
<property value="jdbc:oracle:thin: @// dbhost:1521/orcl " name="jdbc-url"/>
<property value="soa-infra" name="partition-name"/>
</metadata-store>
</metadata-store-usage>
</metadata-store-usages>
</persistence-config>
</mds-config>
</adf-mds-config>
</adf-config>
It is recommended for developers to set the MDS configuration at the application
folder level since it is not deleted after compilation and applies globally to all
composite projects.
Search WWH ::




Custom Search