Wednesday, February 3, 2016

BI PUBLISHER 12C HIGH AVAILABLITY INSTALLATION

.     BI Publisher 12c High Availability Architecture My environment is following: Node 1 Node2 Hostname obiee1.vtgdb.com obiee2.vtgdb.com IP 192.168.2.131 192.168.2.132 Shared Directory /u01/nfsshare OS Centos 6.6 (64 bit) Centos...

Tuesday, February 2, 2016

How to clone OBIEE server

Source Server Target Server Hostname Vtgdb1.blogspot.com Vtbdb2.blogspot.com JDK_HOME /u01/obiee/setup/jdk /u01/obiee/setup/jdk JDK_VERSION 1.8.0_60 1.8.0_60 FMW_HOME /u01/obiee/fmw /u01/obiee/fmw User OS Obiee Obiee DOMAIN_HOME ...

Clone a Pluggable Database (PDB) Manually

[oracle@VTGDB.BLOGSPOT.COM ~]$ sqlplus / as sysdba SQL*Plus: Release 12.1.0.2.0 Production on Tue Feb 2 08:34:44 2016 Copyright (c) 1982, 2014, Oracle.  All rights reserved. Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With...

Thursday, January 28, 2016

Install Redhat 6

Link https://www.facebook.com/cold.xxboy/videos/102050212184824...

Wednesday, January 27, 2016

How to create a role and grant the role for user/schema in Oracle Database

create role "DEV" NOT IDENTIFIED;         grant CREATE TRIGGER to "DEV"; grant CREATE SEQUENCE to "DEV"; grant CREATE TABLE to "DEV"; grant CREATE TYPE to "DEV"; grant CREATE SESSION to "DEV"; grant "CONNECT" to "DEV"; grant CREATE JOB to "DEV"; grant CREATE LIBRARY to "DEV"; grant CREATE INDEXTYPE to "DEV"; grant CREATE ASSEMBLY to "DEV"; grant CREATE PROCEDURE...

Friday, January 22, 2016

Monday, January 11, 2016

How to configure jre for P6 EPPM R15.2 on client

Step  1: Download  jre 1.8.0_60 from svn http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html Step 2: Install jre 1.8.0_60  1.Run file ire-8u60-windows-i586 2. Welcome...