Sample BIBootstrap property file for Oracle

#Note: These database usernames are samples. We highly recommend that you use you standardize the names to your own convention

The passwords below have been encrypted. Please refer to section 'Setup BIApplication.Properties and BIBootstrap.properties files' for further information

# Oracle connections properties for the Application Database

curamsource.db.port=1521

curamsource.db.name=orcl

curamsource.db.username=curam

curamsource.db.password=qqnscP4c4+s==

curamsource.db.server=kingston

# Oracle connections properties for the staging area

staging.db.port=1521

staging.db.name=orcl

staging.db.username=CuramST

staging.db.password=qqnscP4c4+s==

staging.db.server=localhost

# Oracle connections properties for the central area

central.db.port=1521

central.db.name=orcl

central.db.username=CuramDW

central.db.password=qqnscP4c4+s==

central.db.server=localhost

# Oracle connections properties for the datamart

centraldm.db.port=1521

centraldm.db.name=orcl

centraldm.db.username=CuramDM

centraldm.db.SID=orcl

centraldm.db.password=qqnscP4c4+s==

centraldm.db.server=localhost

# Oracle connections properties for the demo data schema

dmdemodata.db.port=1521

dmdemodata.db.name=orcl

dmdemodata.db.username=curamdmo

dmdemodata.db.SID=orcl

dmdemodata.db.password=qqnscP4c4+s==

dmdemodata.db.server=localhost

# Oracle connection properties for the oracle design time repository

The variables design.db.username and runtime.db.username need to be the same name. Please ensure that they match.

design.db.server=localhost

design.db.port=1521

design.db.name=orcl

design.db.servicename=ORCL

design.db.username=curambi

design.db.password=qqnscP4c4+s==

design.db.workspacename=curambi

# Oracle connection properties for the oracle runtime time repository

runtime.db.server=localhost

runtime.db.port=1521

runtime.db.name=orcl

runtime.db.servicename=ORCL

runtime.db.username=curambi

runtime.db.password=qqnscP4c4+s==