Thursday, January 19, 2017

Oracle Product Version control


WebLogic File system structure


CPU CORE Thread will help RMAN backup when using the Channel.

You have 4 CPU sockets, each CPU can have, up to, 12 cores and each core can have two threads.
Your max thread count is, 4 CPU x 12 cores x 2 threads per core, so 12 x 4 x 2 is 96. Therefore the max thread count is 96 and max core count is 48.

How to find out the cpu

$lscpu






Wednesday, December 14, 2016

Keystore import

adjkey -import -trustcacerts -keystore adkeystore.dat -alias xxxxx -file cert.p7b -storepass xxxxx

help:https://www.sslshopper.com/ssl-converter.html

Wednesday, October 5, 2016

Tuesday, August 9, 2016

R12.2 Information Center

E-Business Suite Diagnostics References for R12 (Doc ID 421245.1)




Information Center: E-Business Suite Performance (Doc ID 1671692.2)

Information Center: Using EBS Technology Stack Java (Doc ID 1462269.2)

Information Center: Using EBS Technology Stack - Discoverer (Doc ID 1476179.2)


Information Center: Troubleshooting the E-Business Suite Technology Stack Database (Doc ID 1676460.2)




Information Center: Overview EBS Technology Stack - Advanced Configurations (SSL,DMZ,Loadbalancer) (Doc ID 1478637.2)

Thursday, July 14, 2016

ORA-01103: database name 'DEVSID' in control file is not 'PRODSID'

startup nomount
ORACLE instance started.

Total System Global Area 1068937216 bytes
Fixed Size                  2260088 bytes
Variable Size             436208520 bytes
Database Buffers          616562688 bytes
Redo Buffers               13905920 bytes
SQL> ALTER SYSTEM SET DB_NAME=PRO0TS SCOPE=spfile;
System altered.
shutdown immediate;
ORA-01507: database not mounted
ORACLE instance shut down.
SQL>; exit 
SQL>; startup
ORACLE instance started.

Total System Global Area 1068937216 bytes
Fixed Size                  2260088 bytes
Variable Size             444597128 bytes
Database Buffers          608174080 bytes
Redo Buffers               13905920 bytes
Database mounted.
Database opened.