Oracle Configurator Version

DB Server:
Oracle Linux 5.5
10.2.0.4.0 DB Version
Application Server:
Redhat EL 5.5
EBS 12.0.6
How does one figure out the version of "oracle configurator"? In a recent SR I was asked this question by Oracle support. Their method for me to find out was to run the following:
http://<hostname>:<portnum>/configurator/oracle.apps.cz.servlet.UiServlet?test=version
The above never worked. Next I was instructed to run the following:
set serveroutput on;
declare
pieces utl_http.html_pieces;
l_sql_code number;
l_sql_errm varchar2(2000);
begin
utl_http.set_detailed_excp_support (enable => true);
pieces := utl_http.request_pieces('http://myappsserver.mydomain.com:8000/configurator/oracle.apps.cz.servlet.UiServlet?test=version');
for i in 1 .. pieces.count loop
dbms_output.put_line(pieces(i));
end loop;
exception
when others then
l_sql_code := utl_http.get_detailed_sqlcode;
l_sql_errm := utl_http.get_detailed_sqlerrm;
dbms_output.put_line('detail err code: '|| l_sql_code);
dbms_output.put_line('detail err message: '|| l_sql_errm);
end;
The above never worked either, and Oracle support seemed to just give up on wanting to know the version. I am now being asked the version again by a developer. What is correct way to get version information?
Edited by: ovlz on Feb 15, 2011 7:11 AM

Thanks. I did the following which I found in the installaton guide:
http://myserver.mydomain.com:8000/OA_HTML/configurator/UiServlet?test=version
It came back with:
Using configuration software build: 12.0.0.27.11
I found the information I needed in:
Oracle Configurator Installation Guide B28680-05

Similar Messages

  • Oracle DB version for windows(64 bit)

    Greetings,
    I want to install oracle on my system which has the following properties.
    OS:WINDOWS SERVER 2003 Enterprise Edition Service pack2(64 bit)
    Processor:Dual Core AMD Opteron(TM)-2.39Ghz
    RAM-16GB
    Which Oracle 10g version i need to download so that installation and creation of database should go smoothly with respect to the above system configuration.
    Thank You All...

    From the download site:
    Oracle Database 10g Release 2 (10.2.0.1.0)
    Enterprise/Standard Edition for Microsoft Windows (x64)
    Werner

  • Problem Installing Oracle 8i Version 8.1.6 on Redhat 7.0

    I am trying to install Oracle 8i Version 8.1.6 on Redhat 7.0 but I get the following error message(in the Oracle Database Configuration Assistant Alert):
    "ORA-03114:not connected to Oracle"
    I really don't know where I am going wrong. Please help.
    null

    Absolutly. I tried MD 8.0 them switched to RH 7.1 to see if I could get some kind of error to start tracj=king this down.
    There is another thread in on this forum that hints we may have a solution.
    I don't understand it yet but I'm working on it

  • Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified

    Server Error in '/' Application.
    Configuration Error 
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    Parser Error Message: Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    Source Error: 
    Line 31: <compilation debug="true">
    Line 32: <assemblies>
    Line 33: <add assembly="Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89B483F429C47342" />
    Line 34: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 35: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Source File: D:\AverySignatureBinders\httpsdocs\ASBNet\web.config    Line: 33 
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    For Adapter Pack 2013 the following Oracle Client(s) are needed:
    Supported client versions: Oracle Data Access Components for Oracle Client 12.1, Oracle Data Access Components for Oracle Client 11.2.0.1
    And please bear in mind that both the 32- and 64 bit versions are needed.
    Morten la Cour

  • Oracle Configuration Manager - No database target

    Hi,
    i've installed the latest version of the oracle configuration manager (10.3.3.1.0) in my database home and ran the installCCRSQL.sh script successfully against the database instance.
    Unfortunately i don't see any database instance target in the metalink system section nor if i run the "emCCR disable_target" command. A "Host", "Oracle Home" and a "Oracle Configuration Manager" target are available.
    For the installation, i set the following environment variables:
    ORACLE_CONFIG_HOME=/oracle/product/11.1.0/db_1
    OLDPWD=/oracle/product/11.1.0/db_1/ccr/bin
    ORACLE_SID=MIST
    ORACLE_BASE=/oracle
    TNS_ADMIN=/oracle/admin/network
    HOME=/home/oracle
    ORACLE_HOME=/oracle/product/11.1.0/db_1
    I'm running oracle enterprise linux 5.4 and oracle database 11.1.0.7.
    Can anyone tell me why I don't have a database instance target?
    Regards,
    P. Liniger

    anyone?

  • Oracle Configuration Manager (OCM) and Software Configuration Manager (SCM)

    Hi
    Has anyone been able to install OCM(Oracle Configuration Manager, v 10.2.7) and
    successful upload new Software Configurations to Metalink 3?
    We have managed to download the OCM software (version 10.2.7), version 10.3.0 does not seam to be available
    although it is the default suggestion from the download manger for the
    "Oracle Configuration Manager Family" products.
    We have also been able to install the OCM software in out Windows 2003/Siebel 8.0 development
    environment. The connection to Metalink/Oracle configuration server even trough a proxy is
    looking fine. We even get confirm/success message for the upload.
    The only problem is, we don't event one day after doing the upload, see the new
    configuration in Metalink 3.
    Has anyone else been able to get this to work?
    Axel

    We got the configuration upload to work today and it did show up rather fast on Metalink 3. What we ended up having to do, was to install the software twice on the server once in the c:\sba80\gtwysrvr and once in the c:\sba80\siebsrvr directory.
    If you are behind a proxy remember to use the -p parameter when calling setupCCR.
    Axel

  • Oracle.mds.versioning.VersioningNotSupportedException: MDS-01900

    Hi people,
    I'm trying set a label in my MDS to test customizzations in my application with this code:
    public void meuMetodo() {
    try {
    MDSInstance mds =
    (MDSInstance)ADFContext.getCurrent().getMDSInstanceAsObject();
    VersionHelper vh = VersionHelper.get(mds);
    Namespace[] validNamespaces = new Namespace[1];
    Namespace pageNamespace =
    Namespace.create("/tmp/filerepos1", NamespaceRestriction.CUSTOMIZATIONS);
    validNamespaces[0] = pageNamespace;
    vh.createLabel(string, null, validNamespaces);
    } catch (MultipleLabelsException e) {
    e.printStackTrace();
    } catch (InvalidNamespaceException e) {
    e.printStackTrace();
    } catch (VersioningNotSupportedException e) {
    e.printStackTrace();
    } catch (LabelExistsException e) {
    e.printStackTrace();
    I create a jspx that receive my string and call this method, but when I run this the errors occurs:
    oracle.mds.versioning.VersioningNotSupportedException: MDS-01900: None of the configured metadata stores support versioning.
    at oracle.mds.versioning.VersionHelper.createLabel(VersionHelper.java:252)
         at br.com.it7.view.backing.Index.meuMetodo(Index.java:34)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    In this error description avaliaby in: http://download.oracle.com/docs/cd/E12839_01/core.1111/e10113/chapter_mds_messages.htm
    Action: Configure a metadata store that supports versioning, and retry the operation.
    Someone know how to configure a metadata store that supports versioning?
    Thks in advance

    Hi I am facing a similar issue.Could someone help me out with how to configure a metadata store that supports versioning?

  • Oracle configurator developer 11.5.10

    Hi,
    Can anyone share the link to download Oracle Configurator Developer Desktop installation for version 11.5.10?
    Thanks in advance!
    /Anupam

    You would only need the desktop/client version of Configurator Developer to create and maintain 11.5.9-style DHTML UIs.
    Beginning with 11.5.10, all model structure, rules, and UIs can be created using a web-based application. Just give yourself the "Oracle Configurator Administrator" responsibility, and you will be in the Configurator Developer application.
    If you are working with 11.5.9 DHTML UIs, then you will need to use the client. The client is available as a download from the Oracle Support website. Use the following "Configurator Patch Matrix" note to find the correct patch to download:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=131088.1#22-Builds
    Find out which version of runtime Oracle Configurator you are using by executing the following URL:
    http://hostname:portnum/OA_HTML/configurator/UiServlet?test=version
    This will return your current version of configurator. Go back to the metalink note and look for the "Build No" column. For example, if you are using Configurator runtime version 25-43, then you would want to download patch 7189809 to get build 25-40A of the VB Developer.
    Thanks,
    Jason

  • OSB configuration versioning

    Hi all,
    could anybody tell me if there's any simple way(maybe it's predefined task in OSB or there's some workaround) to do OSB configuration versioning.
    I have complex task, the steps of which are (all done automatically) :
    1. sbconfig.jar is exported from Workshop;
    2. it is deployed on OSB;
    3. test are run to check if everything is OK - if sbconfig.jar is somehow crapped, OSB will be down...And I need to manually redeploy previous version of configuration. If I hadn't saved it previously (by manually exporting or...I don't know..), I am in trouble.
    So any ideas how I can make this versioning or how can I test sbconfig before deploying on OSB.
    As I see the solution now (though I don't like it):
    1. sbconfig.jar is exported from Workshop by script;
    2. current OSB config is exported and stored somewhere;
    3. latest sbconfig.jar is imported on OSB;
    4. running tests. If OK, leave as is otherwise deploy previous sbconfig back.
    Thanks in advance.
    Edited by: frf on 11/5/2010 0:25

    You may be interested in below thread for version controlling -
    Oracle Service Bus Configurations version control and deployment automation
    Regards,
    Anuj

  • Oracle Configuration Manager in DB without XDB

    As subject says, is that possible or is XDB mandatory?

    Sure thing. Well, the important thing is that this db (first I tried) is OEM repository. Start of OCM is followed by:
    WARN: Oracle Configuration Manager database objects are not in sync with
    the installed configuration collection scripts.
    Refer to the Installation and Configuration documentation on reloading the
    SQL collection packages.
    SID                                     Script
    EMREP                                   collectconfig
    running ccr/admin/scripts/installCCRSQL.sh collectconfig results in:
    SQL> DECLARE
    2 l_instvers VARCHAR2(100);
    3 BEGIN
    4
    5 -- Drop the Network ACL if the ACL was created.
    6 select LPAD(version,10,'0') into l_instvers from v$instance;
    7 IF l_instvers >= '11.0.0.0.0' THEN
    8 EXECUTE IMMEDIATE
    9 'DECLARE
    10 l_comp_cnt NUMBER;
    11 l_regexp_match NUMBER;
    12 TYPE p_acl_ids_type IS TABLE OF VARCHAR2(4000);
    13 TYPE p_acl_priv_type IS TABLE OF NUMBER;
    14 l_acl_ids p_acl_ids_type;
    15 l_acl_privs p_acl_priv_type;
    16 l_acl_cnt NUMBER;
    17 BEGIN
    18 -- check for XML DB installed
    19 select count(*) into l_comp_cnt from dba_registry where COMP_NAME = ''Oracle XML Database'' and STATUS = ''VALID'';
    20 IF l_comp_cnt > 0 THEN
    21 -- drop the entire ACL if it is the one we created
    22 select count(*) into l_regexp_match from dba_network_acls where regexp_like(acl,''.oracle-sysman-ocm-Resolve-Access.xml$'');
    23 IF (l_regexp_match > 0) THEN
    24 DBMS_NETWORK_ACL_ADMIN.DROP_ACL(''oracle-sysman-ocm-Resolve-Access.xml'');
    25 COMMIT;
    26 END IF;
    27
    28 -- check for resolve privilege for OCM user
    29 -- get all ACLIDs and whether ORACLE_OCM has resolve privilege through each
    30 BEGIN
    31 SELECT acl, DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE_ACLID(aclid, ''ORACLE_OCM'', ''resolve'') acl_priv
    32 BULK COLLECT INTO l_acl_ids, l_acl_privs
    33 FROM dba_network_acls;
    34 EXCEPTION
    35 WHEN OTHERS THEN NULL;
    36 END;
    37 -- walk the collection
    38 FOR i IN 1..l_acl_ids.count LOOP
    39 BEGIN
    40 IF (l_acl_privs(i) IS NOT NULL AND l_acl_privs(i) > 0) THEN
    41 -- remove resolve privilege
    42 DBMS_NETWORK_ACL_ADMIN.DELETE_PRIVILEGE(acl => l_acl_ids(i),principal => ''ORACLE_OCM'');
    43 COMMIT;
    44 END IF;
    45 EXCEPTION
    46 WHEN OTHERS THEN NULL;
    47 END;
    48 END LOOP;
    49 END IF;
    50 END;';
    51
    52 END IF;
    53 END;
    54 /
    DECLARE
    ERROR at line 1:
    ORA-06550: line 14, column 46:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 14, column 5:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 16, column 7:
    PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.DROP_ACL' must be declared
    ORA-06550: line 16, column 7:
    PL/SQL: Statement ignored
    ORA-06550: line 25, column 14:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 23, column 7:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 34, column 11:
    PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.DELETE_PRIVILEGE' must be
    declared
    ORA-06550: line 34, column 11:
    PL/SQL: Statement ignored
    ORA-06512: at line 8

  • How to configure Oracle Configuration Manager in R12.0.4

    Dear
    I need to configure oracle configuration manager for my running R12.0.4 instance on single node setup.Whenever i try update my metalink credentials in oracle application manager dashboard,it says userid or password is wrong. While installation i skip the OCM screen. How can i configure it now either using Universal installer or comand line? Need all steps for setup?
    Do i need to download & install OCM client or is it already shipped with software & needs just configuration setup?
    Help me!
    Regards

    Ateeq,
    Running AutoConfig should populate profile options with the correct values. However, you can check the values after running AutoConfig to verify it.
    According to metalink document id, this Applications Server-Side Proxy Host And Domain profile needs to changed. Document id, will mention later.I forgot.Below are the notes:
    Note: 297689.1 - Unable to update MetaLink credentials from OAM
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=297689.1
    Note: 308369.1 - Unable to Connect to MetaLink from OAM After Updating MetaLink Credentials
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=308369.1

  • How to encrypt the text in password field in Oracle Forms version 6i

    Need help!
    How to encrypt the text in password field in Oracle Forms version 6i?
    one way is to change the settings in the property palette. Can somebody provide me some script to be run while the form is running which will enable the password to be encrypted?
    Thanks!

    Hello,
    Do you mean "hidden" (replaced with stars) or encrypted (that needs to be decrypted ?
    Francois

  • Hi, I don't know how to find a specific security patch to apply to my Oracle database version to fix a vulnerability

    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help

    2835604 wrote:
    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help
    that sounds like the "tns poison" vulnerability.  CVE 2012-1675 - Oracle Security Alert CVE-2012-1675
    See MOS note 134083.1  and 1453883.1

  • Is there any incompatibility in using different JDBC and Oracle database versions?

    Hi everybody,
    I hope you can answer me ASAP.
    Which version of JDBC driver for Oracle could I use to access an Oracle database version 8.0.4.3.0 running on a SUN machine?
    Is it necessary to use the specific driver concerning to that version or could we use the JDBC version 8.1.6?
    If we decide to use JDBC 8.1.6 to work against the 8.0.4.3.0 database, will we find any incompatibility or problem?
    Thanks.
    null

    I don't know the answer to your question, but while looking for something else, I found a table listing "requirements and compatibilities for oracle jdbc drivers" that might answer your question:
    http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.817/a83724/getsta1.htm#1008206
    (My aologies if that URL gets broken apart by this posting software and you have to piece it together.)
    Hope this helps.

  • How do I install Oracle Configuration Manager in oracle Fusion - discoverer 11i

    Hello Gurus,
    I need some guidance to install Oracle Configuration Manager.
    I have just successfully installed Oracle Fusion - following "Fusion Middleware Installation Guide for Oracle Portal, Forms, Reports and Discoverer 11g Release 1 (11.1.1.6.0) (Part Number E10421-07)" without OCM. I have EBS 12.1.3 and rdbms 11.2.0 on the same server.
    Thanks
    Mathias

    ikaros wrote:
    I have installed OracleAS 10g. What should I download now in order to install Oracle Portal 10g?Portal (actually Portal and wireless) is one of the three installation types of a full-fledged OAS 10g in release 1 and 2.
    You need to have an infrastructure as a pre-requisite for a portal type OAS installation.
    Please see this [link and the whole guide - click Content on the top-right|http://download.oracle.com/docs/cd/B14099_19/win.1012/install.1012/install/mt.htm#sthref508] for details and then decide what have you installed that you are referring to as OAS 10g.
    thanks,
    AMN

Maybe you are looking for

  • How to upload  schedule line from flat files to sap file

    dear all, i want to upload the schedule lines from flat files to sap schedulle lines but the flat files have 15 schedule lines and the data is as per date so how to upload that and the fields available in flat files are more than the sap screen we ar

  • IPod Touch G1 doesn't start after update

    I manually updated a friend's iPod from 1.1.? to 2.2.1 using the "Shift/Options + click Restore" method, but when the update started I briefly got the "Connect to iTunes" picture with a tiny white line across the screen. The screen went white and iTu

  • How do i transfer contacts from iMac  to new iPhone?

    I Have a new Iphone 5C. I want to transfer contacts from address book to this new phone but can't find a way to do it? Any help would be greatly appreciated!

  • Adding crop marks and registration Urrrrrrrr.... CS3 Mac

    Hi, I think I have been working longer on trying to add crop marks and bleed to a business card then actually designing the artwork. Adobe really pisses me off with these PDF, Illustrator nonsense. Why is it SO complicated to add crop mark and regist

  • Migrating to a mac with a smaller hard disk size?

    I would like to migrate from an iMac (991/1000 GB used) to a MBP Retina (OSX partition 115/150 GB used). I am selling my iMac and would like to "import" my entire system from my iMac onto my MBP. I have a 3 TB external drive. What is the best way to