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...