Link https://www.facebook.com/cold.xxboy/videos/102050212184824...
Category
- APEX 5.0.3 ( 1 )
- Applications Manager ( 4 )
- BI Publisher ( 12 )
- Enterprise Manager Cloud 12c ( 2 )
- Identity Management ( 12 )
- Java ( 4 )
- MySQL ( 7 )
- OCDM ( 3 )
- OPAM ( 2 )
- Oracle ( 28 )
- P6 EPPM ( 13 )
- PeopleSoft ( 2 )
- Php ( 2 )
- Redhat ( 22 )
- Timesten ( 3 )
- WCCC ( 8 )
- windows ( 1 )
- yii framework ( 1 )
Thursday, January 28, 2016
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
SQL ORACLE select column name of a table
SET LINESIZE 32000;
SET PAGESIZE 40000;
SET LONG 50000;
SELECT column_name
FROM USER_TAB_COLUMNS
WHERE table_name = 'TABLE_NAME'
order by COLUMN_NA...
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...
Subscribe to:
Posts (Atom)
- Weekly
- Recent
- Comment
Weekly
-
Step 1: Set JAVA environment for PENTAHO My...
-
Step 1: Create tablespace create tablespace...
-
Source Server Target ...
-
Step 1 : Setup the RREG utility ...
Recent
Comment
Visitors
Statistic
184633