[DBT-11211] Oracle error while creating DB
book
Article ID: 109869
calendar_today
Updated On:
Products
CA Business Service Insight
Show More
Show Less
Issue/Introduction
The error [DBT-11211] can be seen when using the main.sh script to create the Oracle database for CA Business Service Insight on Linux, if the server has more than 4GB of memory.
Environment
Release: Component: OBLCRE
Resolution
Modify oblicore.dbt and set: <InitParams> … <initParam name="sga_target" value="4096 " unit="MB"/> <initParam name="pga_aggregate_target" value="1366 " unit="MB"/> … </InitParams> <MiscParams> … <percentageMemTOSGA>0 </percentageMemTOSGA> <customSGA>true </customSGA> … </MiscParams> Using these parameters it is also possible to create the DB after receiving warning [DBT-11216]
Feedback
thumb_up
Yes
thumb_down
No