Precompilers and OCI (MOSC)

MOSC Banner

How to know if a database is using precompilers?

edited Jun 10, 2014 7:52AM in Precompilers and OCI (MOSC) 2 commentsAnswered ✓

Hi experts.

How to know if a database is using precompilers and/or  OCI?  Version 11.2.0.4

SQL> col comp_id format a9

SQL> col status format a6

SQL> col version format a11

SQL> col comp_name format a35

SQL>  select SUBSTR(comp_id,1,12) comp_id, status, SUBSTR(version,1,10) version,SUBSTR(comp_name,1,4

0) comp_name FROM dba_registry ORDER BY 1;

COMP_ID   STATUS VERSION     COMP_NAME

--------- ------ ----------- -----------------------------------

AMD       VALID  11.2.0.4.0  OLAP Catalog

APEX      VALID  3.2.1.00.1  Oracle Application Express

APS       VALID  11.2.0.4.0  OLAP Analytic Workspace

CATALOG   VALID  11.2.0.4.0  Oracle Database Catalog Views

CATJAVA   VALID  11.2.0.4.0  Oracle Database Java Packages

CATPROC   VALID  11.2.0.4.0  Oracle Database Packages and Types

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center