0% found this document useful (0 votes)
29 views5 pages

SplashOC DB Installation Guide

Uploaded by

Haraprasad S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views5 pages

SplashOC DB Installation Guide

Uploaded by

Haraprasad S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

SplashOC Database

Installation Guide
Version 5.7
Jan,2024
Contents
• Overview ............................................................................................................................................... 3
• Pre-Requisites ....................................................................................................................................... 3
• Install Steps ........................................................................................................................................... 3
• SplashBI Connector Setup (This step can skip for Upgrade) ............................................................... 8
1. Overview
The following guide is designed to assist in installing the required patches for SplashOC database objects
in an Oracle DB running on a Unix/Linux/AIX OS. Listed below are the latest patch number and release
date, along with detailed instructions for the installation process.

Patch Number splashbi_5.7_oca_db

Release Date 08-Jan-2024

2. Pre-Requisites
1. OS user credentials that own Oracle Database server (e.g. oracle)
2. Unzip Utility on Oracle Database server to unzip SplashBI Patches.
3. SYSDBA credentials for creating Custom Schema and Custom Tablespaces.
4. Supported Versions of Oracle are 11g,12c,19c.
5. SplashBI 5.7 Application Installed.
6. Download splashbi_5.7_oca_db.zip from the SplashBI Customer Portal to the Oracle
Databaseserver in any desired location.
7. Login to Oracle DB server through putty.
8. Unzip splashbi_5.7_oca_db.zip using unzip -a command (unzip –a splashbi_5.7_oca_db.zip).
to create the splashbi_5.7_oca_db folder

3. Install Steps
3.1 Create Schema and Tablespaces
XXSBI Schema/user will store all the relevant Database Objects required for SplashOC
solution. The following script will also create XXSBID(for data) and XXSBIX(for indexes)
Tablespaces. This step can be skipped in XXSBI/XXSBID already exists or any other schema
you used for this solution.

1. Navigate to path splashbi_5.7_oca_db/database/oracle.


2. Use dba_unix_install .sql if Oracle is a standalone DB.
3. Edit the file to change the following. The same information is also provided in the file under the
Note to DBA section.
i. Server file path to store dbf files
ii. Size of the Tablespaces
iii. Password for XXSBI Schema.
4. Save the file.
5. Log in as SYSDBA user. Log into the Database with the user credentials of SYSDBA.
6. Run the script dba_unix_install.sql or dba_unix_install122.sql depending on file modified
in step4.
7. Run the below SQL commands from SYSDBA user if you are existing customer and
usingXXSBID/XXEIS schema or any other schema you used, otherwise skip.
grant CREATE JOB to XXSBI;
grant MANAGE SCHEDULER to XXSBI;
grant execute on DBMS_MONITOR to XXSBI;
grant debug on DBMS_MONITOR to XXSBI;
grant select on V_$SESSION to XXSBI;
grant select on V_$PROCESS toXXSBI;
grant select on V_$VERSION to XXSBI;
grant select on V_$INSTANCE to XXSBI;
grant create MATERIALIZED VIEW to XXSBI;
alter system set job_queue_processes=20;
8. Make sure that the job_queue_processes is set to 20 (or higher).

3.2 Database Objects Install

1. Go to the patch folder splashbi_5.7 oca_db and change permissions for file sbi_install.sh
(chmod 555 sbi_install.sh).

2. Run the script. /sbi_install.sh command.

Usage: ./ sbi_install.sh <sid> <database_host> <database_port> <XXSBI>


<XXSBI_password> <table_tablespace> <index_tablespace>.

Example: ./sbi_install.sh PROD prod.eistech.com 1521 XXSBI XXSBI_pwd XXSBID XXSBIX

3. Choose Option 1 to install the database components. A new folder log is created at the
same location as sbi_install.sh shell script and log files for each module are created
under the log folder. At the end of the installation, the list of modules where errors
occurred is shown.

NOTE: Once the installation process is completed follow the SplashOC Implementation
Guide for the next steps as part of Implementing SplashOC Solution.
Copyright © 2024, Splash Business Intelligence, Inc. All rights reserved.

Splash Business Intelligence, Inc.


3079 Peachtree Industrial Blvd
Duluth, GA 30097
USA
http://www.splashbi.com
Email: [email protected]

The information contained in this document is proprietary and confidential to Splash Business Intelligence,
Inc.

No part of this document may be reproduced or transmitted in any form or by any means, electronic or
mechanical, including photocopying and recording, for any purpose without the express written permission
of Splash Business Intelligence, Inc.

This document is subject to change without notice, and Splash Business Intelligence, Inc. does not warrant
that the material contained in this document to be error-free. If you find any problems with this document,
please report them to Splash Business Intelligence, Inc. in writing.

All other company or product names are used for identification purposes only and may be trademarks of
their respective owners.

This document contains proprietary and confidential information. If you do not have a valid contract with
Splash Business Intelligence, Inc. or have not signed an NDA (Non-Disclosure Agreement) with Splash
Business Intelligence, Inc., then you received this document in an unauthorized manner and are not legally
entitled to possess or read it.

You might also like