Categories
- All Categories
- Oracle Analytics Learning Hub
- 26 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 234 Oracle Analytics News
- 45 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Slient install of OBIEE default tablespace
Hello,
I am trying to conduct the silent configuration of OBIEE and have one concern on how to define in config.sh a - switch or response file the default tablespace for the BI users. The default behavior of silent installer is to create new tablespace per component
I tried something like this but the tablespace option is not supported:
[weblogic@insisprodwl bi]$ $MW_HOME/bi/bin/config.sh -silent -responseFile $INSTALL_HOME/bi_config.rsp -invPtrLoc /opt/oracle/BIPublisher12c/oraInst.loc \
> -component WLS_RUNTIME -tablespace BI12214_TBS -tempTablespace TEMP \
> -component OPSS -tablespace BI12214_TBS -tempTablespace TEMP \
> -component IAU -tablespace BI12214_TBS -tempTablespace TEMP \
> -component WLS -tablespace BI12214_TBS -tempTablespace TEMP \
> -component IAU_APPEND -tablespace BI12214_TBS -tempTablespace TEMP \
> -component MDS -tablespace BI12214_TBS -tempTablespace TEMP \
> -component IAU_VIEWER -tablespace BI12214_TBS -tempTablespace TEMP \
> -component STB -tablespace BI12214_TBS -tempTablespace TEMP \
> -component BIPLATFORM -tablespace BI12214_TBS -tempTablespace TEMP
Starting Fusion Middleware Configuration Wizard for BIEE
ORACLE_HOME set as /opt/oracle/BIPublisher12c
BI_PRODUCT_HOME set as /opt/oracle/BIPublisher12c/bi
PATH set as /opt/oracle/BIPublisher12c/bi/bin:/opt/oracle/java/jdk1.8.0_291/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/weblogic/.local/bin:/home/weblogic/bin
LD_LIBRARY_PATH set as /opt/oracle/BIPublisher12c/bi/lib
INSTALL_PROPERTIES /opt/oracle/BIPublisher12c/bi/../oui/mw/bi/metadata/config.properties
INSTALL_INVOCATION /opt/oracle/BIPublisher12c/bi/bin/../../oui/bin/launch.sh -clone ORACLE_HOME=/opt/oracle/BIPublisher12c -invPtrLoc /opt/oracle/BIPublisher12c/oraInst.loc -silent -responseFile /opt/oracle/app_install/bi/bi_config.rsp -invPtrLoc /opt/oracle/BIPublisher12c/oraInst.loc -component WLS_RUNTIME -tablespace BI12214_TBS -tempTablespace TEMP -component OPSS -tablespace BI12214_TBS -tempTablespace TEMP -component IAU -tablespace BI12214_TBS -tempTablespace TEMP -component WLS -tablespace BI12214_TBS -tempTablespace TEMP -component IAU_APPEND -tablespace BI12214_TBS -tempTablespace TEMP -component MDS -tablespace BI12214_TBS -tempTablespace TEMP -component IAU_VIEWER -tablespace BI12214_TBS -tempTablespace TEMP -component STB -tablespace BI12214_TBS -tempTablespace TEMP -component BIPLATFORM -tablespace BI12214_TBS -tempTablespace TEMP -J-Doracle.as.install.engine.weblogic.config.mode=true -J-Doracle.config.mode=true -J-Doracle.as.install.engine.install.properties.location=/opt/oracle/BIPublisher12c/bi/../oui/mw/bi/metadata/config.properties -J-DSHIPHOME_STAGE_DIR=/opt/oracle/BIPublisher12c/bi/../oui/mw/bi -paramfile /tmp/XXX-3714541769.1
Invalid option(s): component,tablespace,tempTablespace
Answers
-
You should call RCU before configuring OBIEE/OAS, the RCU gives you all the options, the configuration of OBIEE/OAS only does the very minimum customization if the RCU schemas haven't been created first.
0 -
All the detail for RCU version 12.2.1.4 by command line : https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/rcuug/running-repository-creation-utility-command-line.html
All the parameters and available settings are described and examples, including to define specific tablespaces for every single component, are provided.
0 -
Thanks Gianni,
Managed to do it via RCU utility.
0

