Oracle‎ > ‎OBIEE‎ > ‎

Obiee 12c

Oracle Supplied scripts for starting and stopping OBIEE 12c

C:\oracle\obiee\user_projects\domains\bi\bitools\bin\start.cmd
C:\oracle\obiee\user_projects\domains\bi\bitools\bin\stop.cmd

Status information about what is running

C:\oracle\obiee\user_projects\domains\bi\bitools\bin\status.cmd
eg:

MS SQL obieeDatabase Snapshot

------------------/
alter database obiee12c set single_user with rollback immediate;
alter database obiee12c set READ_COMMITTED_SNAPSHOT ON;
alter database obiee12c SET ALLOW_SNAPSHOT_ISOLATION ON;
alter database obiee12c SET MULTI_USER WITH NO_WAIT;
------------------/

Repository creation utility installed with the weblogic infrastructure component

C:\oracle\obiee\oracle_common\bin\rcu.bat

Post Installation config utility

C:\oracle\obiee\bi\bin\config.cmd

Default Installation and Obiee 12c ports and URL Information

Components
BIEE
OBIPS (Port 9507)
Cluster controller (Main port 9508, monitor 9509)
Java host (Port 9510)
Scheduler (Main port 9511, monitor 9512, script 9513)
BIP
Domain
BI Domain Name: bi
Domains Directory: C:\oracle\obiee\bi\bin\..\..\user_projects\domains
Admin server (HTTP port 9500, HTTPS 9501, internal 9504)
Managed server (HTTP port 9502, HTTPS 9503, internal 9505)
Database
New schemas
Database type: SQLSERVER
Connect string: vbsql2012:1433:obiee12c
New RCU prefix: TST
Port Management
Port range
Port range start: 9500
Port range end: 9999
Application
SampleAppLite
Service Instance Key: ssi
Service Instance Limit: 1
Entry points
WebLogic Console
    http://vb12c1:9500/console
Fusion Middleware Control
    http://vb12c1:9500/em
BI Publisher
    http://vb12c1:9502/xmlpserver
BI Analytics
    http://vb12c1:9502/analytics

Comments