Dba_registry

SQL> SELECT COMP_NAME, STATUS FROM SYS.DBA_REGISTRY order by 2;
COMP_NAME STATUS
JServer JAVA Virtual Machine REMOVED
Oracle XDK REMOVED
Oracle OLAP API REMOVED
Oracle interMedia REMOVED
Oracle Database Java Packages VALID
Oracle Database Packages and Types VALID
Oracle Database Catalog Views VALID
OLAP Analytic Workspace VALID
Oracle Workspace Manager VALID
1) How to remove Oracle Database Java Packages ???
2) Is there any way to remove the STATUS=REMOVED. I just want to have valid and invalid entries in dba_registry.
DATABASE VERSION= 10.2.0.4
OS= Solaris 10

Thanks Mike but this procedure is to make invalid to valid and so on.
I want to remove the entries from this view itself.
SELECT COMP_NAME, STATUS FROM SYS.DBA_REGISTRY order by 2
COMP_ID COMP_NAME STATUS
JAVAVM JServer JAVA Virtual Machine REMOVED
XML Oracle XDK REMOVED
XOQ Oracle OLAP API REMOVED
ORDIM Oracle interMedia REMOVED
CATJAVA Oracle Database Java Packages VALID
CATPROC Oracle Database Packages and Types VALID
CATALOG Oracle Database Catalog Views VALID
APS OLAP Analytic Workspace VALID
OWM Oracle Workspace Manager VALID
SQL> EXECUTE dbms_registry.valid('XML');
PL/SQL procedure successfully completed.
SQL> seleCT COMP_ID,COMP_NAME, STATUS FROM SYS.DBA_REGISTRY order by 3;
COMP_ID COMP_NAME STATUS
JAVAVM JServer JAVA Virtual Machine REMOVED
XOQ Oracle OLAP API REMOVED
ORDIM Oracle interMedia REMOVED
CATPROC Oracle Database Packages and Types VALID
APS OLAP Analytic Workspace VALID
XML                            Oracle XDK                                             VALID       <-------------------------------valid
CATALOG Oracle Database Catalog Views VALID
CATJAVA Oracle Database Java Packages VALID
OWM Oracle Workspace Manager VALID
This is what I don't want.

Similar Messages

  • 10.2.0.3 dba_registry

    Hi,
    i have just installed oracle 10.2.0.3.
    affer installing, i created a database using the "create database " command.
    when i do a select comp_name, version from dba_registry, i can only see
    oracle database catalog views 10.2.0.3.0
    oracle database packages and types 10.2.0.3.0
    right now, i want to create the workspace manager, so i run the script owmctab.sql to create the wmsys schema and necessary object.
    when i do a select on dba_registry again, oracle workspace manager is not reflected in the listing.
    kindly advise do i have to do any refresh for it to update the component.
    thanks

    Where did you find the instruction telling you to run owmctab.sql?
    Read this:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14253/long_inst.htm#ADWSM100

  • Oracle Xml Database Invalid On Dba_registry in Oracle 9i

    Hi All,
    We are facing some issue with XML DB status of this component is showing INVALID in dba_registry
    and we try to validate it with below step
    connect / as sysdba
    execute dbms_regxdb.validatexdb;
    but it gives us below error
    SQL> execute dbms_regxdb.validatexdb;
    BEGIN dbms_regxdb.validatexdb; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_REGXDB.VALIDATEXDB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Thanks in advance
    Regards,
    Bhanu Chander

    Hello,
    If XMD DB is not currently used you can try to reinstall XML DB by executing the following scripts as sysdba:
    To deinstall:
    @OH/rdbms/admin/catnoqm.sql
    To reinstall:
    @?/rdbms/admin/catqm.sql
    @?/rdbms/admin/catxdbj.sql Before doing that you should set the following parameter as follows:
    shared_pool_size =150 MB
    java_pool_size =150 MB And, Turn on AUTO EXTEND on the XDB tablespace.
    For more details please look at the Notes *243554.1* of My Oracle Support.
    Hope it can help.
    Best regards,
    Jean-Valentin

  • Dba_registry table showing different versions.

    Hi DBA's
    my database version is 9.2.0.6, but following are showing different versions, is there any cause to the database?
    Oracle XDK for Java                      9.2.0.8.0       VALID
    Oracle interMedia                        9.2.0.1.0       LOADED
    SQL> col comp_name for a40
    col version for a15
    select comp_name, version, status FROM dba_registry;
    SQL> SQL>
    COMP_NAME VERSION STATUS
    Oracle9i Catalog Views 9.2.0.6.0 VALID
    Oracle9i Packages and Types 9.2.0.6.0 VALID
    Oracle9i Real Application Clusters 9.2.0.6.0 INVALID
    JServer JAVA Virtual Machine 9.2.0.6.0 VALID
    Oracle XDK for Java                      9.2.0.8.0       VALID
    Oracle9i Java Packages 9.2.0.6.0 VALID
    Oracle interMedia                        9.2.0.1.0       LOADED
    Spatial 9.2.0.6.0 VALID
    Oracle Text 9.2.0.6.0 VALID
    OLAP Analytic Workspace 9.2.0.6.0 LOADED
    Oracle OLAP API 9.2.0.6.0 LOADED
    COMP_NAME VERSION STATUS
    OLAP Catalog 9.2.0.6.0 VALID
    12 rows selected.
    Thanks,
    SG

    SG,
    You may also review the following note:
    Note: 292017.1 - Wrong Version of Some RDBMS Components in DBA_REGISTRY After Creation of DB
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=292017.1
    Regards,
    Hussein

  • DBA_REGISTRY.VERSION show only 3 digits after downgrade for one component

    Hello,
    One customer has downgrade their database from 10.2.0.5 to 10.1.0.5, and at the end checking the dba_registry they found that for one component, OLAP Analytic Workspace, the version is in a format of 3 digits only, instead of 5, like for other components:
    SQL> select comp_name,status,version from dba_registry;
    COMP_NAME STATUS VERSION
    Oracle Ultra Search VALID 10.1.0.5.0
    Oracle Enterprise Manager VALID 10.1.0.5.0
    Oracle XML Database VALID 10.1.0.5.0
    OLAP Catalog VALID 10.1.0.5.0
    Oracle Text VALID 10.1.0.5.0
    Spatial VALID 10.1.0.5.0
    Oracle interMedia VALID 10.1.0.5.0
    Oracle Expression Filter VALID 10.1.0.5.0
    Oracle Workspace Manager VALID 10.1.0.2.0
    Oracle Data Mining VALID 10.1.0.5.0
    Oracle Database Catalog Views VALID 10.1.0.5.0
    Oracle Database Packages and Types VALID 10.1.0.5.0
    JServer JAVA Virtual Machine VALID 10.1.0.5.0
    Oracle XDK VALID 10.1.0.5.0
    Oracle Database Java Packages VALID 10.1.0.5.0
    OLAP Analytic Workspace VALID 10.1.0
    Oracle OLAP API VALID 10.1.0.5.0
    Oracle Real Application Clusters VALID 10.1.0.5.0
    18 rows selected.
    Before upgrade, the component version was correctly identified as 10.1.0.5:
    APS OLAP Analytic Workspace 10.1.0.5.0 VALID
    The downgrade procedure was one from http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/downgrade.htm#i1010243
    Is there any known issue for this 3 digit version?
    Regards,
    Mircea Teleptean

    Not sure if this would cause any problems for the applications (possibly only a wrong update in data dictionary for the version of OLAP in downgrade scripts).
    Have you faced any problems due to this?

  • CATPROC invalid in DBA_REGISTRY

    DBAs,
    When iam querying DBA_REGISTRY view in my Production Server, Its showing that,component CATPROC's status is invalid.
    My Database is configured on Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production.
    Can anybody tell me what will be the impact of this invalidation on my Database?
    If iam running CATPROC again,should i need to run CATPATCH.SQL ? If so what all are the steps need to follow ?
    Regards,
    Raj

    Metalink Note 300056.1 discuss methods to recompile your application, but its not discussing about invalidations of component like CATPROC.SQL

  • OID is INVALID when query dba_registry

    Hi Everyone.
    I have a problem with OAS in Development environment... when I query dba_registry (as follows) I got the following output:
    SQL> l
    1 select comp_id, comp_name, version, status, modified
    2 from dba_registry
    3* where status = 'INVALID'
    SQL> /
    COMP_ID COMP_NAME VERSION STATUS MODIFIED
    OID Oracle Internet Directory 10.1.2.3.0 ; INVALID 07-AUG-2008 02:11:20
    I also ran @?/rdbms/admin/utlrp.sql and no errors were found
    SQL> @?/rdbms/admin/utlrp
    TIMESTAMP
    COMP_TIMESTAMP UTLRP_BGN 2009-09-02 11:15:26
    PL/SQL procedure successfully completed.
    TIMESTAMP
    COMP_TIMESTAMP UTLRP_END 2009-09-02 11:16:12
    PL/SQL procedure successfully completed.
    Invoking Ultra Search Install/Upgrade validation procedure VALIDATE_WK
    Ultra Search VALIDATE_WK done with no error
    PL/SQL procedure successfully completed.
    And also check opmctl status, and OID process is ALIVE:
    --> opmnctl status
    Processes in Instance: INSTANCE.server.domain
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 2505 | Alive
    OC4J | OC4J_SECURITY | 7134 | Alive
    HTTP_Server | HTTP_Server | 7100 | Alive
    OID | OID | 7104 | Alive
    DSA | DSA | N/A | Down
    Do you have any idea on how to solve OID INVALID status???
    I'd really appreciate your time and help

    Check if any ODS components are invalid
    # Review $ORACLE_HOME/ldap/admin/LOGS/ldapupgrade.log
    Check for any errors or messages.
    - If any significant problems are seen, correct them and rerun oidiugrd.sql
    - If no problems are found, or invalid status persists after rerunning, continue with the following steps:
    # Check the ODS schema for invalid objects and correct as necessary
    % sqlplus / as sysdba
    SQL> select owner,object_name,object_type from dba_objects
    2> where owner='ODS' and status='INVALID';
    # Cut the final validation portion of oidiugrd.sql and run it by itself:
    alter session set current_schema = SYS;
    execute DBMS_IAS_VERSION.SET_COMPONENT_UPGRADED(COMPONENT_ID=>'OID');
    declare
    rc integer;
    begin
    rc := ods.ldapUpgUtls.validateODS();
    if rc = 0 then
    DBMS_IAS_VERSION.SET_COMPONENT_VALID(COMPONENT_ID=>'OID');
    else
    DBMS_IAS_VERSION.SET_COMPONENT_INVALID(COMPONENT_ID=>'OID');
    end if;
    end;
    -SRP

  • Object dba_registry does  not exist

    Hi,
    We are performing Preparation Phase for Oracle 9i upgrade.
    In check for invalid database objects section, when I ran
    SQL> select comp_id, version, status from dba_registry;
    got message "object dba_registry does not exist"
    I am not sure this is issue or not. Please explain me and tell me solution.
    Also when I execute
    SQL> select count(*) from dba_objects where status='INVALID';
    10
    SQL> select owner, object_name, object_type from dba_objects where
    status='INVALID'
    Displayed 10 objects with details.
    Does above result will make any issue for upgrade? Please explain me.
    Regards
    Srinivas.

    Yes Eric, you are correct dba_registry not in 8i. I could not able to find this in Oracle 9i upgrade document. I found this info in Oracle site.
    and my last SQL query output
    OWNER:SAP<SID>
    OBJECT_NAME:BBPV_CTR_LOCAL
    VIEW
    All other 9 objects names start with BBPV_*
    Regards
    Srinivas

  • Dba_registry help

    Hi Everyone,
    I am trying to make dba_registry are 10.2.0.3 with status valid, however when i run this command in sql plus my dba_registry are 10.2.0.1 with status valid. I use the following command to obtain the following information.
    conn olap_views/olap_views
    set lines 110
    col comp_id for a10
    col comp_name for a40
    col status for a20
    col version for a20
    col object_name format a40
    select comp_id,comp_name, status, version from dba_registry where comp_name like '%OLAP%' order by 1;
    select object_name, status from user_objects;
    ************************************OUTPUT******************************************************
    COMP_ID COMP_NAME STATUS VERSION
    AMD OLAP Catalog VALID 10.2.0.1.0
    APS OLAP Analytic Workspace VALID 10.2.0.1.0
    XOQ Oracle OLAP API VALID 10.2.0.1.0

    Did you follow all the actions listed in readme for 10.2.0.3 patchset.
    5.1.5 Notes to Oracle OLAP users
    To apply this patch set, Oracle OLAP users should ensure that the base release is the Enterprise Edition of 10.2.0.x with the Oracle OLAP option installed. Oracle highly recommends the Data Warehouse configuration type to optimize the database for Oracle OLAP.
    Oracle OLAP users upgrading the Oracle Database to 10.2.0.3.0 must upgrade the Analytic Workspace Manager client as well. This new 10.2.0.3.0 Analytic Workspace Manager can be found on Oracle Technology Network and on OracleMetaLink by referencing Oracle OLAP patch 5581559.
    Have you installed this patch?
    -Amit
    http://askoracledba.wordpress.com/

  • Difference between v$option and dba_registry views ??

    Hello all,
    Whats the difference between v$option and dba_registry views.
    SQL> select * from v$option ;
    PARAMETER VALUE
    Partitioning TRUE
    Objects TRUE
    Real Application Clusters FALSE
    Advanced replication TRUE
    Bit-mapped indexes TRUE
    Parallel backup and recovery TRUE
    Parallel execution TRUE
    Parallel load TRUE
    Point-in-time tablespace recovery TRUE
    Fine-grained access control TRUE
    Proxy authentication/authorization TRUE
    ...etc
    47 rows selected
    and
    SQL> select comp_name from dba_registry;
    Oracle9i Catalog Views
    Oracle9i Packages and Types
    2 rows selected.
    Why the difference ??
    TIA,
    Jj
    Message was edited by:
    user566698
    the DB is 9.2.0.7

    DBA_REGISTRY displays information about the components loaded into the database
    V$OPTION lists options that are installed with the Oracle server.
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96536/toc.htm
    Regards
    Acr

  • Should'nt PSU and OPSU version show in version.dba_registry?

    After applying a PSU or OPSU, I expected the 5th digit in the version column of dba_registry to show that.
    e.g
    Applied 10.2.0.4.8 to a 10.2.0.4.0 database.
    Query against dba_registry and sys.registry$history shows version column as 10.2.0.4.0, however, comments column in sys.registry$history shows 'PSU 10.2.0.4.8'.
    Whats the standard.?

    Pl see MOS Doc 861152.1 (Do Patchset Updates (PSU's) Change the Oracle Release Version/Fifth Digit?)
    HTH
    Srini

  • Component XML database is in INVALID state, while quering dba_registry,

    How to make the component XML valid

    Did You performed recently any upgrade?
    Was upgrade sucessfull? No errors?
    Please reffer to metalink note 243554.1 - How to Deinstall and Reinstall XML Database (XDB).
    If You are using XDB, then You will have to reinstall it.

  • Cannot View Database Home Page After Upgrading to XE 3.2 on Windows XP

    Hi all,
    I have recently upgraded from APEX 3.1 to APEX 3.2 on my Oracle 10g XE database running on Windows XP SP3.
    Unfortunately after successfully completing the upgrade and starting the services when I try and visit the Start -> All Programs -> Oracle Database 10g Express Edition -> Go To Oracle Database Home Page I am receiving a page cannot be found error (or broken link message, depending on the browser I try IE7, Firefox 3.0.10 or Chrome 2.0).
    The link I am being directed to is:
    http://127.0.0.1:8080/apex (I have an entry in my Hosts file referring this to localhost).
    How can I tell if Port 8080 is still open and accessible? I am using the embedded web pl/sql gateway and tried reconfiguring it again by running apxconf.sql as SYS:
    SQL> @apxconf.sql
    PORT
    8080
    Enter values below for the XDB HTTP listener port and the password for the Application Express ADMIN user.
    Default values are in brackets [ ].
    Press Enter to accept the default value.
    Enter a password for the ADMIN user []
    Enter a port for the XDB HTTP listener [      8080] +<simply returned default>+
    ...changing HTTP Port
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Session altered.
    ...changing password for ADMIN
    PL/SQL procedure successfully completed.
    Commit complete.
    -------- Confirming that the services have started ---------------
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    The OracleXETNSListener service was started successfully.
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    The OracleServiceXE service is starting......
    The OracleServiceXE service was started successfully.
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-JUN-2009 23:16:51
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 16-JUN-2009 23:16:27
    Uptime 0 days 0 hr. 0 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oracle\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora
    Listener Log File C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Listener Log File (C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log)
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-JUN-2009 23:16:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oracle\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora
    Log messages written to C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=600
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    16-JUN-2009 23:16:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Gary Williams))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    ------------ Other tests -------------
    SQL> SELECT STATUS FROM DBA_REGISTRY WHERE COMP_ID = 'APEX';
    STATUS
    VALID
    C:\temp\apex>find /I "ora-" *.log
    ---------- INSTALL2009-06-16_13-02-41.LOG
    ---------- SQLNET.LOG
    SQL> SELECT username
    2 FROM dba_users
    3 WHERE username LIKE 'FLOWS_%'
    4 OR username LIKE 'APEX_%';
    USERNAME
    FLOWS_030100
    APEX_PUBLIC_USER
    APEX_030200
    FLOWS_FILES
    FLOWS_020100
    I have turned off my Firewall, checked against multiple browsers.... HELP!!!!
    I've backed out the 3.2 upgrade and reinstalled and receieved the same issue. The next step is to unistall the XE database and reinstall, but I'm loathed to do that without seeking some responses from this Forum.
    Many thanks.
    Have a great day.
    Kind Regards,
    Gary.

    Hello Roel,
    Thank you taking the time to reply.
    I had previously tried all those url combinations and still no luck.
    I also found out about displaying the HTTP port number. And you were right it was listening on the default 8080. I disabled it and re-enabled it on port 9080 to see if that made a difference but it didn't so I decided to remoce Oracle XE database and go through the reinstallation and subsequent upgarde to APEX 3.2. Everything appera sto be working fime now.
    One point of note is that if I view the Listener status now I notice another line from what I had previously referring to the HTTP listener, although my listener.ora file never changed (apart from having the TNS Listener port resuming to the default 1521).
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 18-JUN-2009 11:24:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 18-JUN-2009 09:08:04
    Uptime 0 days 2 hr. 16 min. 29 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oracle\oraxe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener Log File C:\oracle\oraxe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=D9GVDX1S)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Can anyone answer why this may have been omitted previously? Presumably this is why my browser couldn't render anything from APEX.
    Kind Regards,
    Gary.

  • Error in installing 10.2.0.4

    Hi Experts,
    I have been using Oracle 10.2.0.3 in windows 7 machine, which has three databases.
    When I tried to upgrade it to 10.2.0.4, I got an error when installing the patch 10.2.0.4 stating
    *"OUI-10091: There are no patches that need to be applied from the patchset Oracle Database 10g Release 2 Patch Set 3 10.2.0.4."*
    I have searched forum and google for this error most of the solution says "it may be because of corrupted software" but actually it was working and I have used it previously.
    Then I checked the following things in my database:
    SQL> select banner from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    SQL> select comp_name,version,status from dba_registry;
    COMP_NAME                      VERSION    STATUS
    Oracle Enterprise Manager      10.2.0.3.0 VALID
    Spatial                        10.2.0.3.0 VALID
    Oracle interMedia              10.2.0.3.0 VALID
    OLAP Catalog                   10.2.0.3.0 VALID
    Oracle XML Database            10.2.0.3.0 VALID
    Oracle Text                    10.2.0.3.0 VALID
    Oracle Expression Filter       10.2.0.3.0 VALID
    Oracle Rules Manager           10.2.0.3.0 VALID
    Oracle Workspace Manager       10.2.0.1.0 VALID
    Oracle Data Mining             10.2.0.3.0 VALID
    Oracle Database Catalog Views  10.2.0.3.0 VALID
    Oracle Database Packages and T 10.2.0.3.0 VALID
    ypes
    JServer JAVA Virtual Machine   10.2.0.3.0 VALID
    Oracle XDK                     10.2.0.3.0 VALID
    Oracle Database Java Packages  10.2.0.3.0 VALID
    OLAP Analytic Workspace        10.2.0.3.0 VALID
    Oracle OLAP API                10.2.0.3.0 VALID
    OPatch Version
    C:\oracle\test\mine\10.2.0\db_1\OPatch>opatch lsinventory
    Invoking OPatch 10.2.0.3.0
    Oracle interim Patch Installer version 10.2.0.3.0
    Copyright (c) 2005, Oracle Corporation.  All rights reserved..
    Oracle Home       : C:\oracle\test\mine\10.2.0\db_1
    Central Inventory : C:\Program Files\Oracle\Inventory
    from           : n/a
    OPatch version    : 10.2.0.3.0
    OUI version       : 10.2.0.3.0
    OUI location      : C:\oracle\test\mine\10.2.0\db_1\oui
    Log file location : C:\oracle\test\mine\10.2.0\db_1\cfgtoollogs\opatch\opatch201
    +2-05-04_12-33-22PM.log+
    Lsinventory Output file location : C:\oracle\test\mine\10.2.0\db_1\cfgtoollogs\o
    patch\lsinv\lsinventory2012-05-04_12-33-22PM.txt
    Installed Top-level Products (2):
    Oracle Database 10g                                                  10.2.0.3.0
    Oracle Database 10g Release 2 Patch Set 4                            10.2.0.5.0
    There are 2 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    Is the error because the OPatch show that I installed Patch Set 4 10.2.0.5.0, is this a problem?
    Can anyone tell me, why am I getting this error?
    Thanks,
    NONUDAY

    Hi Srini,
    This is the output for OPatch lsinventory -detail..
    C:\oracle\test\mine\10.2.0\db_1\OPatch>OPatch lsinventory -detail
    Invoking OPatch 10.2.0.3.0
    Oracle interim Patch Installer version 10.2.0.3.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : C:\oracle\test\mine\10.2.0\db_1
    Central Inventory : C:\Program Files\Oracle\Inventory
    from : n/a
    OPatch version : 10.2.0.3.0
    OUI version : 10.2.0.3.0
    OUI location : C:\oracle\test\mine\10.2.0\db_1\oui
    Log file location : C:\oracle\test\mine\10.2.0\db_1\cfgtoollogs\opatch\opatch201
    2-05-07_11-40-53AM.log
    Lsinventory Output file location : C:\oracle\test\mine\10.2.0\db_1\cfgtoollogs\o
    patch\lsinv\lsinventory2012-05-07_11-40-53AM.txt
    Installed Top-level Products (2):
    Oracle Database 10g 10.2.0.3.0
    Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
    There are 2 products installed in this Oracle Home.
    Installed Products (211):
    Agent Required Support Files 10.2.0.3.0
    Agent Required Support Files Patch 10.2.0.5.0
    Assistant Common Files 10.2.0.3.0
    Assistant Common Files Patch 10.2.0.5.0
    Bali Share 1.1.18.0.0
    Bali Share 1.1.19.0.0
    Buildtools Common Files 10.2.0.1.0
    Buildtools Common Files 10.2.0.5.0
    Character Set Migration Utility 10.2.0.3.0
    Character Set Migration Utility Patch 10.2.0.5.0
    Database Configuration and Upgrade Assistants 10.2.0.3.0
    Database Configuration and Upgrade Assistants Patch 10.2.0.5.0
    Database SQL Scripts 10.2.0.3.0
    Database SQL Scripts Patch 10.2.0.5.0
    Database Workspace Manager 10.2.0.1.0
    Database Workspace Manager 10.2.0.5.0
    DBJAVA Required Support Files 10.2.0.3.0
    DBJAVA Required Support Files Patch 10.2.0.5.0
    Enterprise Edition Options 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.3.0a
    Enterprise Manager Agent Core Patch 10.2.0.5.0a
    Enterprise Manager Agent DB 10.2.0.3.0
    Enterprise Manager Agent DB 10.2.0.5.0
    Enterprise Manager Baseline 10.2.0.3.0
    Enterprise Manager Baseline 10.2.0.5.0
    Enterprise Manager Common Core Patch 10.2.0.5.0a
    Enterprise Manager Common Files 10.2.0.3.0a
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.5.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.3.0
    Enterprise Manager plugin Common Files Patch 10.2.0.5.0
    Enterprise Manager Repository Core 10.2.0.3.0a
    Enterprise Manager Repository Core patch 10.2.0.5.0a
    Enterprise Manager Repository DB 10.2.0.3.0
    Enterprise Manager Repository DB 10.2.0.5.0
    Generic Connectivity Common Files 10.2.0.3.0
    Generic Connectivity Common Files Patch 10.2.0.5.0
    HAS Common Files 10.2.0.3.0
    HAS Common Files Patch 10.2.0.5.0
    HAS Files for DB 10.2.0.3.0
    HAS Files for DB Patch 10.2.0.5.0
    Installation Common Files 10.2.0.3.0
    Installation Common Files Patch 10.2.0.5.0
    Installer SDK Component 10.2.0.3.0
    Installer SDK Component 10.2.0.5.0
    iSQL*Plus 10.2.0.3.0
    iSQL*Plus 10.2.0.5.0
    JDBC Common Files 10.2.0.1.0
    JDBC Common Files 10.2.0.5.0
    LDAP Required Support Files 10.2.0.3.0
    LDAP Required Support Files Patch 10.2.0.5.0
    OLAP SQL Scripts 10.2.0.3.0
    OLAP SQL Scripts Patch 10.2.0.5.0
    Oracle Administration Assistant for Windows 10.2.0.3.0
    Oracle Administration Assistant for Windows Patch 10.2.0.5.0
    Oracle Advanced Security 10.2.0.3.0
    Oracle Advanced Security Patch 10.2.0.5.0
    Oracle Call Interface (OCI) 10.2.0.3.0
    Oracle Call Interface (OCI) Patch 10.2.0.5.0
    Oracle Clusterware RDBMS Files 10.2.0.3.0
    Oracle Clusterware RDBMS Files Patch 10.2.0.5.0
    Oracle Code Editor 1.2.1.0.0I
    Oracle COM Automation Feature 10.2.0.3.0
    Oracle COM Automation Feature Patch 10.2.0.5.0
    Oracle Configuration Manager 10.3.2.1.0
    Oracle Containers for Java 10.2.0.3.0
    Oracle Containers for Java 10.2.0.5.0
    Oracle Core Required Support Files 10.2.0.3.0
    Oracle Core Required Support Files Patch 10.2.0.5.0
    Oracle Data Mining RDBMS Files 10.2.0.3.0
    Oracle Data Mining RDBMS Files Patch 10.2.0.5.0
    Oracle Data Provider for .NET 10.2.0.3.0
    Oracle Data Provider for .NET Patch 10.2.0.5.0
    Oracle Database 10g 10.2.0.3.0
    Oracle Database 10g 10.2.0.3.0
    Oracle Database 10g interMedia Files 10.2.0.3.0
    Oracle Database 10g interMedia Files Patch 10.2.0.5.0
    Oracle Database 10g Patch 10.2.0.5.0
    Oracle Database 10g Patch 10.2.0.5.0
    Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
    Oracle Database User Interface 2.2.13.0.0
    Oracle Database Utilities 10.2.0.3.0
    Oracle Database Utilities Patch 10.2.0.5.0
    Oracle Display Fonts 9.0.2.0.0
    Oracle Enterprise Manager Console DB 10.2.0.3.0
    Oracle Enterprise Manager Console DB 10.2.0.5.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Oracle Globalization Support 10.2.0.3.0
    Oracle Globalization Support Patch 10.2.0.5.0
    Oracle Help For Java 4.2.6.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle interMedia 10.2.0.3.0
    Oracle interMedia Annotator 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.5.0
    Oracle interMedia Client Option 10.2.0.3.0
    Oracle interMedia Client Option Patch 10.2.0.5.0
    Oracle interMedia Java Advanced Imaging 10.2.0.3.0
    Oracle interMedia Java Advanced Imaging Patch 10.2.0.5.0
    Oracle interMedia Locator 10.2.0.3.0
    Oracle interMedia Locator Patch 10.2.0.5.0
    Oracle interMedia Locator RDBMS Files 10.2.0.3.0
    Oracle interMedia Locator RDBMS Files Patch 10.2.0.5.0
    Oracle interMedia Patch 10.2.0.5.0
    Oracle Internet Directory Client 10.2.0.3.0
    Oracle Internet Directory Client Patch 10.2.0.5.0
    Oracle Java Client 10.2.0.3.0
    Oracle Java Client Patch 10.2.0.5.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.2 Patch 10.2.0.5.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.4 Patch 10.2.0.5.0
    Oracle JDBC/OCI Instant Client 10.2.0.3.0
    Oracle JDBC/OCI Instant Client Patch 10.2.0.5.0
    Oracle JDBC/THIN Interfaces 10.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle JVM 10.2.0.3.0
    Oracle JVM Patch 10.2.0.5.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle LDAP administration patch 10.2.0.5.0
    Oracle Locale Builder 10.2.0.1.0
    Oracle Message Gateway Common Files 10.2.0.3.0
    Oracle Message Gateway Common Files Patch 10.2.0.5.0
    Oracle Net 10.2.0.3.0
    Oracle Net Listener 10.2.0.3.0
    Oracle Net Listener Patch 10.2.0.5.0
    Oracle Net Patch 10.2.0.5.0
    Oracle Net Required Support Files 10.2.0.3.0
    Oracle Net Required Support Files Patch 10.2.0.5.0
    Oracle Net Services 10.2.0.1.0
    Oracle Notification Service 10.1.0.3.0
    Oracle Notification Service Patch 10.2.0.5.0
    Oracle Objects for OLE 10.2.0.3.0
    Oracle Objects for OLE Patch 10.2.0.5.0
    Oracle ODBC Driver 10.2.0.3.0
    Oracle ODBC Driver Patch 10.2.0.5.0
    Oracle ODBC Driverfor Instant Client 10.2.0.3.0
    Oracle ODBC Driverfor Instant Client Patch 10.2.0.5.0
    Oracle OLAP 10.2.0.3.0
    Oracle OLAP API 10.2.0.3.0
    Oracle OLAP API Patch 10.2.0.5.0
    Oracle OLAP Patch 10.2.0.5.0
    Oracle OLAP RDBMS Files 10.2.0.3.0
    Oracle OLAP RDBMS Files Patch 10.2.0.5.0
    Oracle One-Off Patch Installer 10.2.0.3.0
    Oracle One-Off Patch Installer 10.2.0.4.2
    Oracle Partitioning 10.2.0.3.0
    Oracle Partitioning Patch 10.2.0.5.0
    Oracle Programmer 10.2.0.1.0
    Oracle Provider for OLE DB 10.2.0.3.0
    Oracle Provider for OLE DB Patch 10.2.0.5.0
    Oracle RAC Required Support Files-HAS 10.2.0.3.0
    Oracle RAC Required Support Files-HAS Patch 10.2.0.5.0
    Oracle Real Application Testing 10.2.0.5.0
    Oracle Recovery Manager 10.2.0.3.0
    Oracle Recovery Manager Patch 10.2.0.5.0
    Oracle Remote Configuration Agent 10.2.0.3.0
    Oracle Remote Configuration Agent Patch 10.2.0.5.0
    Oracle Spatial 10.2.0.1.0
    Oracle Starter Database 10.2.0.3.0
    Oracle Starter Database Patch 10.2.0.5.0
    Oracle Text 10.2.0.3.0
    Oracle Text Patch 10.2.0.5.0
    Oracle UIX 2.1.22.0.0
    Oracle UIX 2.2.24.6.0
    Oracle Universal Installer 10.2.0.3.0
    Oracle Universal Installer 10.2.0.5.0
    Oracle Wallet Manager 10.2.0.3.0
    Oracle Wallet Manager Patch 10.2.0.5.0
    Oracle Windows Interfaces 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.3.0
    Oracle XML Development Kit Patch 10.2.0.5.0
    Parser Generator Required Support Files 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.5.0
    Perl Interpreter 5.8.3.0.4
    PL/SQL 10.2.0.3.0
    PL/SQL 10.2.0.5.0
    PL/SQL Embedded Gateway 10.2.0.3.0
    PL/SQL Embedded Gateway Patch 10.2.0.5.0
    Platform Required Support Files 10.2.0.3.0
    Platform Required Support Files 10.2.0.5.0
    Precompiler Common Files 10.2.0.3.0
    Precompiler Common Files Patch 10.2.0.5.0
    Precompiler Required Support Files 10.2.0.3.0
    Precompiler Required Support Files Patch 10.2.0.5.0
    RDBMS Required Support Files 10.2.0.3.0
    RDBMS Required Support Files for Instant Client 10.2.0.3.0
    RDBMS Required Support Files for Instant Client Patch 10.2.0.5.0
    RDBMS Required Support Files Patch 10.2.0.5.0
    regexp 2.1.9.0.0
    Required Support Files 10.2.0.1.0
    Sample Schema Data 10.2.0.3.0
    Sample Schema Data Patch 10.2.0.5.0
    Secure Socket Layer 10.2.0.3.0
    Secure Socket Layer Patch 10.2.0.5.0
    SQL*Plus 10.2.0.3.0
    SQL*Plus 10.2.0.5.0
    SQLJ Runtime 10.2.0.3.0
    SQLJ Runtime Patch 10.2.0.5.0
    SSL Required Support Files for InstantClient 10.2.0.3.0
    SSL Required Support Files for InstantClient Patch 10.2.0.5.0
    Sun JDK 1.4.2.1.4
    Sun JDK 1.4.2.14.0
    Sun JDK extensions 10.1.2.0.0
    XDK Required Support Files 10.2.0.3.0
    XDK Required Support Files Patch 10.2.0.5.0
    XML Parser for Java 10.2.0.3.0
    XML Parser for Java Patch 10.2.0.5.0
    XML Parser for Oracle JVM 10.2.0.3.0
    XML Parser for Oracle JVM Patch 10.2.0.5.0
    There are 211 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    Regards,
    NONUDAY

  • APEX Listener with APEX 3.0 on 11gR2

    Yes, I am crazy.
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.
    The APEX listener appears to be more than just a Java PL/SQL gateway.
    Is there a minimum version of APEX the APEX Listener supports?
    Interested in pointers!
    Rob

    Hi Rob,
    Yes, I am crazy.Why would that be? ;)
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.APEX 3.0 is supprted by EPG. See the [url http://docs.oracle.com/cd/B32472_01/doc/install.300/b32468/post_inst.htm#CHDBEJDA]APEX 3.0 Installation Guide for details.
    APEX Listener is capable of hosting APEX 3.0 as well, though APEX 3.0 wasn't supported anymore when APEX Listener was initially released. The current APEX release at that time was 4.0, so this would be the first version to be known as really stable, whereas you won't get any support for older releases anymore. From personal experience I know that there are now issues with APEX 3.1 and APEX Listener, so it'll probably also work with 3.0.
    Concerning your database release, the minimum for APEX Listener is 10.2.0.3, so you're definetly safe on that part, though I'd recommend to upgrade as regular support for 10.2 databases ended.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.This indicates that your APEX would actually be a 3.1 and you should update you images directory.
    The APEX listener appears to be more than just a Java PL/SQL gateway.It is, but this has nothing to do with your 3.1 JS files, if this is why you stated this.
    Is there a minimum version of APEX the APEX Listener supports?As mentioned above, 4.0 would be a safe approach, but 3.1 will definetly work, 3.0 probably will as well. I'd recommend you find out which APEX version is actually installed on your database before you consider any upgrade operations. Run the following query as privileged user:
    SELECT comp_name, version, status
      FROM dba_registry
    WHERE comp_id = 'APEX';-Udo

Maybe you are looking for