Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Month: November 2017

November 1, 2017 How to Check Version of Apache in Oracle Apps?
APPS DBAInstallations/Configurations-ApplicationsOracle APPS DBA

How to Check Version of Apache in Oracle Apps?

Step 1. Goto Oracle Application Home 

$ cd $IAS_ORACLE_HOME/Apache/Apache/bin/

$ pwd

/apps/ebs/apps/tech_st/10.1.3/Apache/Apache/bin

Step 2. Write httpd -v to fetch the Version Details of Apache

$ httpd -v

Server version: Oracle-Application-Server-10g/10.1.3.0.0 Oracle-HTTP-Server

Server built:   Dec 27 2006 02:31:21

November 1, 2017 How To Find Oracle Database 32 bit or 64 bit
Errors/Workarounds10gErrors/Workarounds11gErrors/Workarounds12cOracle Database Material

How To Find Oracle Database 32 bit or 64 bit

Finding Oracle Database Version on your system through Operating System

$ cd $ORACLE_HOME

$ cd bin

$ file oracle

oracle:         ELF-64 executable object file – IA64

Finding Oracle Database Version on your system through SQL Prompt

SQL> select metadata from sys.kopm$ ;

METADATA

——————————————————————————–

0000006001240F050B0C030C0C0504050D0609070805050505050F05050505050A05050505050405

0607080823472347081123081141B0470083000107D0130000000000000000000000000000000000

0000000000000000000000000000000000000000

Here As you can See the Output Contains B4047 which means Database is 64-Bit Version.

If the Output contains B4023 then the Database is 32-Bit Version.