Oracle Fusion Middleware Components schemas in the database when installing OBIEE11g require the existence of both the schemas in a database. The schemas are created by running the RCU (Repository Creation Utility). Those schemas are loaded and executed in the database for functioning of OBIEE services.
Steps to Point out Schemas:
1. Login to http://localhost:7001/console .
2. Go to services in the left side pane of console.
3. Expand the services under that select data sources.
4. Two Data source will be available for MDS and BIPLATFORM
5. Select Bip_datasource go to second tab “connection pool” under that you will find the URL: jdbc:oracle:thin:@192.168.1.13:1521/orcl this denotes the location of the database where the schemas created.
6. Under that see on properties you will find the biplatform user name
7. Bip_datasource--- DEV_BIPLAFORM
Dev_MDS and Dev_BIPLATFORM Schemas |
8. Under data sources tab in right hand side pane you can find “mds_own” which is related to DEV_MDS
9. Under connection pool tab you can see the drivers and user name DEV_MDS.
Dev_MDS and Dev_BIPLATFORM Schemas |
Comments
Post a Comment