how to find the semaphore for the Database instance

When Oracle Instance is not running /u01/app/oracle/product> sysresv IPC Resources for ORACLE_SID “TEST″ : Shared Memory ID KEY No shared memory segments used Semaphores: ID KEY No semaphore resources used Oracle Instance not alive for sid “TEST″ When Oracle Instance is running /u01/app/oracle/product> sysresv IPC Resources for ORACLE_SID “TEST″ : Shared Memory: ID KEY 14437 […]

how to find the semaphore for the Database instance Read More »

approx_count_distinct : Oracle Database 12c

Introduction approx_count_distinct is the new function included in 12c to estimate the distinct values in the column in a faster manner without deviating much from actual values. It returns approximate number of rows that contain distinct values of expression. approx_count_distinct Definition We know that it take considerable time to project desired output using traditional COUNT(DISTINCT)

approx_count_distinct : Oracle Database 12c Read More »

Step by Step resolution for the problem oacore not coming up in R12.0/R12.1

I will be presenting some solutions for oacore not coming up in R12 EBS  version. What is OACORE First, let me give a brief idea about the oacore mechanism in R12 In R12 we have 3 groups of OC4J’s. oacore OC4J – Supports framework-based applicationsforms OC4J – Supports forms-based applicationsoafm OC4J – expands to Oracle

Step by Step resolution for the problem oacore not coming up in R12.0/R12.1 Read More »

Scroll to Top