Basic Oracle

===============
Operating system: Windows7 64-bit
WLS: wls1036
EN: 11.1.2.1
DB: 11 GR 2
--
RAID 10
===============

What is the best practice for the installation of the Oracle Forms and Oracle database on the same development computer. Is it possible to use the same basic Oracle database and forms/weblogic server? Or the database server and forms/weblogic should be installed in their own Base Oracle?

Thanks in advance for your help. It is appreciated.

What is the best practice for the installation of the Oracle Forms and Oracle database on the same development computer. Is it possible to use the same basic Oracle database and forms/weblogic server?

I would use basic Oracle directories separated. But IMO the best practice is not installed on the same computer (logic) at all. Why?

-In production environments, they tend to be separated. If you are developing with the two (or in this case, all three) rows together in a single machine, it is possible to implement what, in your architecture of layer 1 will work but won't work in architecture 3 - third real. Writing a file using utl_file and its reading then subsequently with text_io for example (an example of stupid of course, but just to make a point). If you're separating things in the first place these defects cannot be done in the first place.
-sooner or later, another developer will make use of your database and quickly your development machine will become a server.

That's why I like virtualization;). I would setup the database in a virtual machine.

see you soon

Tags: Oracle Development

Similar Questions

  • Latest version for the basic oracle 10g version

    Hi Experts,

    We use oracle 10.2.0.4 standard edition in our production system and we update regularly with critical updates to the Patch.

    But now, oracle has interrupt to give updates patch for this version of oracle.

    Oracle will continue to provide updates to 10.2.0.5 so I need to update (can't go with 11 g).

    But before update I wanted to confirm that this is one latest version for basic version 10.2 or some other?

    Thank you
    Himanshu

    But before update I wanted to confirm that this is one latest version for basic version 10.2 or some other?

    Yes, 10.2.0.5 is the last version published by oracle 10 g.

  • Basic Oracle failed to check the status of oraclehomeproperties.xml

    So, we have one of our Production improved 11.1.0.6.0 to 11.2.0.1.0 databases... The upgrade process was not serious; the only problem I have is that I can't set the environment variables for users other than the user Oracle.

    I get the error message below... tried searching the forums but no luck. Any idea what could be the cause?
    The Oracle base for ORACLE_HOME=/oradata01/app/oracle/product/11.2.0/db_1 is Failed to verify status of /oradata01/app/oracle/product/11.2.0/db_1/inventory/ContentsXML/oraclehomeproperties.xml.  Error returned is 13
    Unable to change directory to /oradata01/app/oracle/product/11.2.0/db_1/inventory/ContentsXML/ location. The error returned is 13
    The Oracle database is running on a 64-bit Enterprise Linux 5.2.

    Kind regards
    Phiri

    I think you have three choices:

    1. open recursively permissions (777) on the above directory
    2. Add the oinstall group for unix accounts.
    3. change the structure of your installation to use the dba Group (i.e. not use the oinstall group) - this may require a delicate surgery :-)

    HTH
    Srini

  • Setup error ODAC 12 c R4 client on the same machine with Oracle 11 g 64 bit for Windows database

    I have Oracle objects and mobile application development with:

    Windows 7 64-bit OS

    Base Oracle = C:\ORA

    Database Oracle 11 g 64-bit 201, home = C:\ORA\DB11G201

    I was running in Visual Studio 2010 and the ODAC customer Oracle 32-bit in another home = C:\ORA\DB11G201CLIENT32

    All was well for a few years on that set up.

    I decided to upgrade to Visual Studio 2013 and .NET 4.5

    Deletion of Visual Studio 2010 and installed Visual Studio 2013.

    I did a normal uninstall of the Oracle 11 g 32-bit client using the rebooted, Oracle Universal Installer.

    The customer old house was gone.

    I downloaded the ODP.NET12C 32-bit Oracle with VS tools R4 and began the installation of the client.

    I selected English and built-in OS account

    I chose Oracle base = C:\ORA

    I chose hone Oracle = C:\ORA\DB12CR4CIENT32

    But I encounter the error:

    [INS-32104] User Oracle Home specified is not the owner of the Oracle Base specified.

    The owner of C:\ORA's ADMINISTRATORS.

    When should I do?

    For guests of 12 c, opened a NEW BASE and a NEW HOUSE?

    Created an ACCOUNT to STANDARD USER and the select statement, but keep c:\ORA and the new C:\ORA\DB12CR4CIENT32 of the House?

    I'm a hold out for migration to Oracle 12 c database because they thrown into the very useful tool Oracle Database Control and replaced by something watered down.

    So I like to keep the Oracle 11 g 64-bit database.

    but Visual Studio 2013 support, use the 12 c R4 32-bit and 64-bit support drivers unmanaged.

    I would use (and use) Managed drivers, but they do not work in database 11g FIPS-140 active environments.

    Thank you for your help and comments.

    Hello

    This is expected because you install 12 c in Base Oracle who has home 11g.

    From 12 c, the installation program has promoted "Oracle Home User' where you can perform the installation with built-in admin user or a secure non-admin user.

    As documented at https://docs.oracle.com/database/121/NTCLI/install.htm#NTCLI1283

    "Oracle 12 c Release 1 (12,1) database client may not share basic Oracle with houses of the Oracle database versions, such as Oracle Database 11 g Release 2 (11.2) and sooner."

    Please see the information listed in the link above for more information.

    Bascially, you need to install in a different Oracle Base and can have all this work.

    Kind regards.

  • 11.2.0.3 Oracle EXPDP

    Hello Experts,

    I'm trying to export a database using expdp come from a basic oracle 11.2.0.3 that runs on a Unix SunOS server so that I can import it into another database on our test network (his is going to be a windows server, which tells me is possible).

    I log on the application server that runs on Windows and connect to the database through which. The steps I do in sqlplus are:

    sqlplus sys/*password*@*instance* as sysdba

    CREATE the DIRECTORY Oracle_Export AS "C:\Export"                              The directory already exists on the C drive.

    GRANT read, write ON DIRECTORY Oracle_Export * username *;

    GRANT datapump_exp_full_database to * username *;

    I then run the following cmd:

    expdp *username*/*password*@*instance* DIRECTORY = Oracle_Export DUMPFILE = export.dmp LOGFILE = export.log

    Then, I get the following error message:

    Export: Release 11.1.0.7.0 - 64 bit Production on Thursday, June 25, 2015 09:40:09

    Copyright (c) 2003, 2007, Oracle.  All rights reserved.

    Connected to: Oracle Database 11 g Release 11.2.0.3.0 - 64 bit Production

    ORA-39002: invalid operation

    ORA-39070: unable to open the log file.

    ORA-29283: invalid file operation

    ORA-06512: at "SYS." UTL_FILE", line 536

    ORA-29283: invalid file operation

    Any ideas? Must this be run on the Unix server rather than on the windows application server?

    See you soon

    Hello

    For datapump (unlike the old exp/imp), the directory is always one that must exist on the database server (this is part of why datapump is fast - it is a process aside server).

    Your steps air property other than the directory must be on the unix server.

    Once completed, you will need to copy the file into a directory on the windows server and create a "directory" in the windows db pointing to that.

    The alternative is to not have a dumpfile at all and extract the data via a db connection using the NETWORK_LINK parameter.

    See you soon,.

    Rich

  • FMW: Portal Upgrade Advisor - review of videos on "how to install Oracle Middleware 11 g Rel 1 portal and explorers.

    Configuration - upgrade the test system - 'build base Middleware of Oracle 11g Architecture'
    Review of the videos for "How to install Oracle 11g Rel 1 portal Middleware and discoverer?"

    Part 3 installation of the basic Oracle Home (10:40)
    https://support.Oracle.com/CSP/main/article?cmd=show & type = ATT & ID = 1118681.1:PD11G_INSTALL_PT3 & inline = 1

    RE: NOTES: so it seems that do us step 4 [update software/binary in the ORACLE_HOMEs] here
    instead of step 3 [install but do not configure Oracle Identity Management] starting from
    'Build base Middleware of Oracle 11g Architecture'.
    Maybe suggest to change the documentation in MOS Advisor upgrade,
    to remove step 3 until after the upgrade the binaries and install patches 11g group.
    Or change this 3/4 part to talk to install IDM.


    Part 4 patch the Oracle home (04:57)
    https://support.Oracle.com/CSP/main/article?cmd=show & type = ATT & ID = 1118681.1:PD11G_INSTALL_PT4 & inline = 1

    RE: NOTE: it looks like a typo/read error on the page that says "necessary to run the Wizard Patch (PSA) Set?"
    There, it says '... If the Group of hotfixes version UCR has been used, no action is required. "I think that it should
    say «...» If the Group of hotfixes RCU version was NOT used, no action is required. »


    Part 5 running the Configuration Wizard (08:50)
    https://support.Oracle.com/CSP/main/article?cmd=show & type = ATT & ID = 1118681.1:PD11G_INSTALL_PT5 & inline = 1

    Specify the Application FOR page/section: you must specify OID information for installation of the portal.
    If you do not wish to integrate oracle descoverer services and do not want single sign - on, uncheck the box.
    RE: NOTICE: verbal instructions on this boy, are confused.    Instructions on where to get information from the OID would be useful
    here. in addition, the instructions show that if you have specified use of discoverer, a check box is displayed and check
    That's if you want to use the SSO on.   A blurb on what if you did NOT specify discoverer would be appropriate here.
    Or something about this discoverer is and if it comes by default with the installation.

    First, as discussed in another thread, I plan to reformulate the wording of this step... so thanks again for your comments.

    Note on this question / comment

    "To understand at the time where we upgrade repository portal.  In my opinion, who runs the configuration wizard PFRD is that fact for us.  I will go through the video.    And me who runs the IDM upgrades OID configuration wizard. »

    PFRD Configuration Wizard does not upgrades the repository of the portal, it creates just a portal 11g AS Instance against the repository Portal 10g's existing. The Upgrade Wizard upgrades site two-step

    1 put Update Wizard (option "upgrade intermediate level Instance") upgrades 11 g base instance configuration so that it matches the source portal AS10g instance configuration

    2 Upgrade Wizard (option "Upgrade the repository in metadata schemas") upgrades the repository Portal 10 g.

    It's a similar story for instant messaging, only the IM Upgrade Wizard upgrades the configuration file system and the GI database schemas in a go (IE there is no upgrade wizard option separated to "Upgrade the repository in metadata schemas")

    I think that the Viewlet created the PFRD and IDM Upgrade Guides whether clear.

  • After software update oracle oracle external control not responding

    Hi experts,

    I am beginning oracle high-gradation oracle 10.2.0.1 to 10.2.0.5, of 'p8202632_10205_LINUX.zip' patch on Redhat linex.

    When to start oracle upgrade only software using ' / runinstaller ' after this, I'm not able to connect to control external oracle (as "sqlplus", "exp/imp").

    each order oracle does not like...

    [oracle@MTSNOIDA-REP2 bdump] $ sqlplus

    [oracle@MTSNOIDA-REP2 bdump] $

    Please help me to solve that. I am sharing the fix Journal applies...

    Oracle OLAP 10.2.0.1.0

    10.2.0.1.0 Oracle OLAP API

    OLAP SQL Scripts 10.2.0.1.0

    InterMedia 10.2.0.1.0 Oracle customer option

    Oracle Database 10g files 10.2.0.1.0 InterMedia

    10.2.0.1.0 Oracle InterMedia

    Embedded PL/SQL gateway 10.2.0.1.0

    XML Oracle 10.2.0.1.0 SDK

    10.2.0.1.0 Oracle text

    RDBMS to Oracle Clusterware 10.2.0.1.0 Files

    Database SQL Scripts 10.2.0.1.0

    Oracle Data Mining RDBMS files 10.2.0.1.0

    Files common generic connectivity 10.2.0.1.0

    Net 10.2.0.1.0 Oracle required support files

    Starter 10.2.0.1.0 Oracle Server

    Examples of schema data 10.2.0.1.0

    InterMedia Locator files 10.2.0.1.0 Oracle RDBMS

    Oracle Call Interface (OCI) 10.2.0.1.0

    RDBMS to Oracle OLAP Files 10.2.0.1.0

    PL/SQL 10.2.0.1.0

    Oracle Recovery Manager 10.2.0.1.0

    10.2.0.1.0 Oracle database utilities

    10.2.0.1.0 Oracle interMedia Locator

    XML Parser for Java 10.2.0.1.0

    Common files Wizard 10.2.0.1.0

    Oracle thin JDBC Driver for JDK 1.2 10.2.0.1.0

    Oracle thin JDBC Driver for JDK 1.4 10.2.0.1.0

    Oracle interMedia Java Advanced Imaging 10.2.0.1.0

    SQLJ DURATION 10.2.0.1.0

    XML Parser for Oracle JVM 10.2.0.1.0

    Enterprise Manager Agent DB 10.2.0.1.0

    Enterprise Manager Baseline 10.2.0.1.0

    Oracle Enterprise Manager Console DB 10.2.0.1.0

    Required XDK Support 10.2.0.1.0 files

    Required agent Support 10.2.0.1.0 files

    DBJAVA necessary support files 10.2.0.1.0

    Required LDAP Support 10.2.0.1.0 files

    Required precompiler Support 10.2.0.1.0 files

    Oracle RAC asked 10.2.0.1.0 support-a files

    RDBMS required Support for customer moment 10.2.0.1.0 files

    Required RDBMS Support 10.2.0.1.0 files

    SQL * Plus 10.2.0.1.0 required files Support

    Required SSL Support for InstantClient 10.2.0.1.0 files

    Installation of common files 10.2.0.1.0

    10.2.0.1.0 Oracle globalization support

    Basic Oracle required Support 10.2.0.1.0 files

    Platform necessary support files 10.2.0.1.0

    Common files for the gateway Message 10.2.0.1.0 Oracle

    Enterprise Manager Agent Core 10.2.0.1.0

    Enterprise Manager Common Files 10.2.0.1.0

    Core of Enterprise Manager 10.2.0.1.0 repository

    Containers for Java 10.2.0.1.0 Oracle

    Enterprise Manager repository DB 10.2.0.1.0

    10.2.0.1.0 Oracle LDAP administration

    Common files JDBC 10.2.0.1.0

    Database Workspace Manager 10.2.0.1.0

    10.2.0.1.0 Oracle interMedia Annotator

    Enterprise Manager minimum integration 10.2.0.1.0

    Parser generator syntactic necessary support files 10.2.0.1.0

    Buildtools Common Files 10.2.0.1.0

    Oracle UIX 2.1.22.0.0

    Bali hand 1.1.18.0.0

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

    Current uninstallation (Tuesday, November 19, 2013 11:02:51 PM GMT + 05:30)

    ...............................................................   0% of fact.

    ...............................................................  18% of fact.

    ...............................................................  37% of fact.

    ...............................................................  56% of fact.

    ...............................................................  75% of fact.

    .................                                               100% of fact.

    Uninstall successful

    Current installation (Tuesday, November 19, 2013 11:02:51 PM GMT + 05:30)

    ...............................................................  18% of fact.

    ...............................................................  37% of fact.

    ...............................................................  56% of fact.

    ...............................................................  75% of fact.

    .................................................                90% of fact.

    Successful installation

    Bind in progress (Tuesday, November 19, 2013 11:03:45 PM GMT + 05:30)

    ..                                                               91% of fact.

    Link with success

    The current Installer (Tuesday, November 19, 2013 11:03:49 PM GMT + 05:30)

    .........                                                       100% of fact.

    Successful installation

    End of the phases of installation. (Tuesday, November 19, 2013 11:03:54 PM GMT + 05:30)

    Begins to run the configuration wizards

    Setup Wizard 'Oracle Configuration Manager Configuration' successful

    CAUTION:

    The following configuration scripts must be run as user 'root '.

    #! / bin/sh

    Running the #Root script

    /U01/app/Oracle/product/10.2.0/root.sh

    To run the configuration scripts:

    1. open a terminal window

    2 log in as 'root '.

    3. run the scripts

    Installing Oracle Database 10 g Release 2 Patch Set 4 succeeded.

    Please check ' / u01/app/oracle/oraInventory/logs/silentInstall2013-11-19_11-02-36PM.log' for details.

    Content the 10.2.0.5 journal pl post install

    HTH
    Srini

  • Oracle Client 32-bit and 64-bit in the same Linux machine

    Dear,

    I have installed Oracle 64-bit server in my Linux box. The 64-bit client is sure to be installed also. But for some reason, I need to install the 32-bit client on the same machine and do the job as well as the 64-bit client.
    I downloaded the 32-bit package and installed successfully with the user ora32. Run the root.sh to implement the approx... The user who installed the original oracle server is oracle.

    For the oracle user, I was able to connect to the server.

    But for the user ora32, I failed to connect to the database with the following error.
    -error
    [ora32@fpru oracle] $. / Home/ora32/bin/oraenv
    ORACLE_SID = [ora32]?
    The basic Oracle for ORACLE_HOME=/u01/app/ora32/product/11.2.0/client_1 is/u01/app/ora32
    [ora32@fpru oracle] $ sqlplus

    SQL * more: version * Production 11.2.0.1.0 * Thu Feb 21 22:34:06 2013

    Copyright (c) 1982, 2009, Oracle. All rights reserved.

    Enter the user name: scott
    Enter the password:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    -end error

    I checked the env for user ora32 and it looks right.

    [ora32@fpru oracle] $ echo $ORACLE_HOME
    */U01/app/ora32/product/11.2.0/Client_1*
    [ora32@fpru oracle] $ echo $ORACLE_SID
    ora32
    [ora32@fpru oracle] $ echo $PATH
    /usr/local/bin:/bin:/usr/bin::/usr/lib/jvm/jre-1.6.0-ibm.x86_64/bin::/ibm/softwares/cognos/c10_64/bin64:/opt/ibm/c4eb/bin:/home/oracle/bin:/usr/kerberos/bin:*/u01/app/ora32/product/11.2.0/client_1/bin*
    [ora32@fpru oracle] $ he 's/home/ora
    ora32 / oracle /.
    [ora32@fpru oracle] $ echo $LD_LIBRARY_PATH
    */U01/app/ora32/product/11.2.0/Client_1/lib*
    [ora32@fpru oracle] $ cat /u01/app/ora32/product/11.2.0/client_1/network/admin/tnsnames.ora
    ora32 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fpru.spss.com) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.cn.ibm.com)
    )
    )

    [ora32@fpru oracle] $ ping fpru.spss.com
    PING fpru.spss.com (9.119.129.240) 56 (84) bytes of data.
    64 bytes from fpru.spss.com (9.119.129.240): icmp_seq = 1 ttl = 64 time = 0,031 ms

    I could connect to the db server using the following command, but I don't know what is the difference...

    [ora32@fpru oracle] $ sqlplus scott/tiger@ora32

    SQL * more: Production of release 11.2.0.1.0 Thu Feb 21 22:35:47 2013

    Copyright (c) 1982, 2009, Oracle. All rights reserved.

    ERROR:
    ORA-28002: the password will expire in 3 days



    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL >

    I modified the/etc/oratab to add this line: ora32:/u01/app/ora32/product/11.2.0/client_1:N
    ORCL:/U01/app/Oracle/product/11.1.0/Db_1:N--pour oracle user
    ora32:/U01/app/ora32/product/11.2.0/Client_1:N--for user ora32

    969543 wrote:
    Thanks for your help.

    So, if you use @ora32, this means that the connection between tcp/ip.

    If directory type sqlplus command, it will use IPC (interprocess communication). I understand?

    Fix

  • Can we install the demos of Oracle multimedia on xe

    Hi guys,.

    I have user oracle 11g R2 XE.

    Can we install the demos of Oracle multimedia on xe?
    I downloaded the DB here examples
    http://www.Oracle.com/technetwork/database/Enterprise-Edition/downloads/112010-win32soft-098987.html
    I clicked on the Setup file and set:

    Basic Oracle: C:\oraclexe\app\oracle\product\11.2.0
    and I tried C:\oraclexe\app\oracle\product

    Software localization: C:\oraclexe\app\oracle\product\11.2.0\db_1
    and I tried C:\oraclexe\app\oracle\product\11.2.0\server

    but I get errors that says, more or less, I have to choose the right paths. So, I'm not able to install the demos...
    Any help?

    Kind regards
    Fateh

    Oracle multimedia is not included in the XE - http://docs.oracle.com/cd/E17781_01/license.112/e18068/toc.htm#BABJIJCJ

    It is unlikely that you will be able to install and use these demos

    HTH
    Srini

  • import oracle.bpel.worklistapp.dc.ale.beans.view. * not found

    Hello experts,

    JDeveloper can't find the classes below:

    Import oracle.bpel.worklistapp.dc.ale.beans.view.ApprovalListEditorComp;
    Import oracle.bpel.worklistapp.dc.ale.util.ApprovalListUtil;

    Advice on finding these classes?

    Thanks in advance!

    On
    -----

    Oracle JDeveloper 11g Release 1 11.1.1.4.0
    Studio Edition Version 11.1.1.4.0
    Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923
    Copyright © 1997, 2011 Oracle and/or its affiliates. All rights reserved.
    The IDE version: 11.1.1.4.37.59.23
    Product ID: oracle.jdeveloper
    Product version: 11.1.1.4.37.59.23

    Version
    -------

    Version of the component
    =========     =======
    11.1.1.59.23 ADF business components
    BPMN Editor 11.1.1.4.0.5682
    Java (TM) Platform 1.6.0_24
    Oracle IDE 11.1.1.4.37.59.23
    SOA Composite Editor 11.1.1.4.0.56.82
    Support versioning 11.1.1.4.37.59.23


    Extensions
    ----------

    Name identifier Version status
    ====     ==========     =======     ======
    Oracle ADF business components. BC4J 11.1.1.4.37.59.23 loaded
    ADF business components dependence oracle.bc4j.dependency 11.1.1.4.37.59.23 responsible
    Responsible for deployment of components Business ADF oracle.bc4jdt.deploy 11.1.1.4.37.59.23
    ADF Business Modeler of components oracle.adfbcdt.modeler 11.1.1.4.37.59.23 responsible
    ADF business components Syscat oracle.bc4j.syscat 0 load
    Tester components Business ADF oracle.bc4j.tester 11.1.1.4.37.59.23 responsible
    Responsible for auditing common ADF oracle.adf.common.audit 0
    Debugger context ADF oracle.adf.share.debug 11.1.1.4.37.59.23 responsible
    ADF Controller Configuration Design Time oracle.adf.controller.config.dt 11.1.1.4.37.59.23 responsible
    Testing time DFA data visualizations Design oracle.dvt.dt 11.1.1.4.37.59.23 responsible
    Debugger ADF oracle.adf.debug 11.1.1.4.37.59.23 responsible
    Charge of diagram for the ADF oracle.adf.debug.diagram 11.1.1.4.37.59.23 Debugger Support
    ADF Desktop Integration Design Time oracle.adfdt.desktopintegration 11.1.1.4.37.59.23 responsible
    ADF Faces Cache oracle.webcache 11.1.1.4.37.59.23 responsible
    ADF Faces Data Visualization helps tools oracle.dvt - faces-doc 11.1.1.0.0 Loaded
    ADF Faces Databinding Design Time oracle.adf - faces-databinding-dt 11.1.1.4.37.59.23 Loaded
    ADF Faces Design Time oracle.adf - faces-dt 11.1.1.4.37.59.23 Loaded
    ADF Faces Design Time Migration oracle.adffacesdt.migration 11.1.1.4.37.59.23 responsible
    ADF Faces Runtime help oracle.adf - faces-rt-doc 11.1.1.0.0 Loaded
    ADF Faces Skin Design Time oracle.adf - faces-skin-dt 11.1.1.4.37.59.23 Loaded
    JMX ADF data control oracle.adf.jmxdc 11.1.1.4.37.59.23 Designtime support
    ADF Java Server Faces diagram oracle.adf.jsf.diagram 11.1.1.4.37.59.23 responsible
    ADF Design Time oracle.jdeveloper.adflibrary 11.1.1.4.37.59.23 library loaded
    Design of life cycle time ADF oracle.adf.lifecycle.dt 11.1.1.4.37.59.23 responsible
    The ADF oracle.adf.management 11.1.1.4.37.59.23 management Pages load
    Model Menu ADF Design-Time oracle.adfmenudt 11.1.1.4.37.59.23 load
    Moment of conception Flow Page ADF oracle.adf.pageflow.dt 11.1.1.4.37.59.23 responsible
    Time Extras Design Flow Page ADF oracle.adf.pageflow.dt.extras 11.1.1.4.37.59.23 responsible
    ADF Page model DT oracle.adf - faces-templates-dt 11.1.1.4.37.59.23 Loaded
    ADF area Design Time oracle.adf - faces-region-dt 11.1.1.4.37.59.23 Loaded
    ADF Struts Page Flow Model oracle.struts.adf 11.1.1.4.37.59.23 responsible
    ADF Struts and a model data binding oracle.adf.struts.and.model.one.databinding.dt 11.1.1.4.37.59.23 responsible
    ADF Swing oracle.adfdt.swingcore 11.1.1.4.37.59.23 responsible
    View ADF adf.view.debugging.dt 11.1.1.4.37.59.23 debugging Design-time loaded
    Data binding common ADFv oracle.adf - view-databinding-dt 11.1.1.4.37.59.23 Loaded
    Ant oracle.ant 11.1.1.4.37.59.23 responsible
    Application Server oracle.jdeveloper.asnav 11.1.1.4.37.59.23 Manager support
    Status of implementation - browser oracle.ideimpl.appstate.appnav 11.1.1.4.37.59.23 Application charge
    State of enforcement - publishers oracle.ide.appstate.editors 11.1.1.4.37.59.23 responsible
    The application Manager oracle.ide.appstate 11.1.1.4.37.59.23 State
    Archive Compare oracle.jdeveloper.archive - compare 11.1.1.4.37.59.23 Loaded
    BAM oracle.bam 11.1.1 loaded
    Graph of beans BI oracle.bibeans 11.1.1.4.37.59.23 responsible
    BM of the metamodel oracle.bm.meta 11.1.1.4.37.59.23 responsible
    Bug Reporter oracle.jdeveloper.bugfiler 11.1.1.4.37.59.23 Loaded
    Chargé d'affaires oracle.bm 11.1.1.4.37.59.23 modelers
    Check For Updates oracle.ide.webupdate 11.1.1.4.37.59.23 responsible
    Oracle.ide.ceditor 11.1.1.4.37.59.23 code editor in charge
    Responsible for management of the formatting from command-line oracle.jdeveloper.ojformat 11.1.1.4.37.59.23
    Make/Rebuild Support oracle.jdevimpl.oj - 11.1.1.4.37.59.23 Loaded compiler command line
    Charge of common controller DTC oracle.controller.dt 11.1.1.4.37.59.23
    Charge of the commune Page Flow Design-Time oracle.pageflow.dt 11.1.1.4.37.59.23
    Charge of the component Palette oracle.ide.palette1 11.1.1.4.37.59.23
    ADF links oracle.controller.bindings.dt 11.1.1.4.37.59.23 bridge controller responsible
    Support connection to database oracle.jdeveloper.db.connection 11.1.1.4.37.59.23 responsible
    Charge of the database features (JDeveloper) oracle.jdeveloper.db 11.1.1.4.37.59.23
    Charge of the database features (SQLDeveloper in JDeveloper) oracle.jdeveloper.db.navigator 11.1.1.4.37.59.23
    Load the database model oracle.dbmodeler 11.1.1.4.37.59.23
    Modeler of Migration of database oracle.dbmodeler.migrate 11.1.1.4.37.59.23 management
    Charge of the dependency object oracle.jdeveloper.db.dependency 11.1.1.4.37.59.23 API support database
    Charge of the object database explorers oracle.ide.db.explorer 11.1.1.4.37.59.23
    Load the database object transfer framework oracle.jdeveloper.db.transfer 11.1.1.4.37.59.23
    Charge of oracle.ide.db of the user interface of database 11.1.1.4.37.59.23
    Design time Resource Bundle Variable resolver oracle.jdeveloper.resourcebundle.resolver.dt 11.1.1.4.37.59.23 Loaded
    Schema oracle.diagram framework 11.1.1.4.37.59.23 Loaded
    Toplink oracle.diagram.toplink 11.1.1.4.37.59.23 Loaded extensions framework diagram
    Diagram of Javadoc Extension oracle.diagram.javadoc 11.1.1.4.37.59.23 Loaded
    Diagram thumbnail oracle.diagram.thumbnail 11.1.1.4.37.59.23 Loaded
    Diagram at XMLEF Bridge oracle.diagram.xmlef 11.1.1.4.37.59.23 Loaded
    Diff/Merge oracle.ide.diffmerge 11.1.1.4.37.59.23 responsible
    EJB oracle.ejb 11.1.1.4.37.59.23 responsible
    Charge of Modeler EJB oracle.ejbmodeler 11.1.1.4.37.59.23
    Tint editor oracle.ide.ceditor - held 11.1.1.4.37.59.23 Loaded
    Hue (Java) oracle.jdeveloper.ceditor - hue-java 11.1.1.4.37.59.23 Loaded Editor
    Extended Platform IDE oracle.javacore 11.1.1.4.37.59.23 responsible
    Designtime Core oracle.jdeveloper.extensiondt.core 11.1.1.4.37.59.23 extension loaded
    Designtime UI oracle.jdeveloper.extensiondt.ui 11.1.1.4.37.59.23 extension loaded
    Oracle.IDE.externaltools of external tools 11.1.1.4.37.59.23 responsible
    Your comments oracle.ide.feedback 11.1.1.4.37.59.23 load
    Support oracle.ide.files 11.1.1.4.37.59.23 Loaded file
    Merge definition of submission of Application oracle.ide.appoverview.fusion.definition 11.1.1.4.37.59.23 responsible
    Fusion Web Application (ADF) load model oracle.adf.webapp.template 11.1.1.4.37.59.23
    Go to file oracle.ide.gotofile 11.1.1.4.37.59.23 Loaded
    Go to Type Java 11.1.1.4.37.59.23 Loaded oracle.jdeveloper.gotojava
    HTML oracle.html 11.1.1.4.37.59.23 loaded
    Help oracle.ide.help system 11.1.1.4.37.59.23 Loaded
    Steeped in history oracle.jdeveloper.history Support 11.1.1.4.37.59.23
    Reports oracle.ide.report 11.1.1.4.37.59.23 IDE extension loaded
    Charge of the Import/Export oracle.ide.importexport 11.1.1.4.37.59.23 Support
    Index Migrator support oracle.ideimpl.indexing - migrator 11.1.1.4.37.59.23 Loaded
    J2EE oracle.j2ee 11.1.1.4.37.59.23 responsible
    J2EE oracle.j2ee.webapp.ve 11.1.1.4.37.59.23 responsible
    J2EE oracle.j2ee.webapp.ve.facelets 11.1.1.4.37.59.23 responsible
    J2EE CSS oracle.css 11.1.1.4.37.59.23 responsible
    J2EE Faces Config oracle.j2ee.facesconfig 11.1.1.4.37.59.23 responsible
    J2EE Web App oracle.j2ee.webapp 11.1.1.4.37.59.23 responsible
    J2EE-EIM oracle.j2ee.adrs 11.1.1.4.37.59.23 responsible
    Charge of J2EE extension help oracle.j2ee.help 11.1.1.0.0
    JDeveloper oracle.jdeveloper 11.1.1.4.37.59.23 responsible
    JDeveloper Runner oracle.jdeveloper.runner 11.1.1.4.37.59.23 responsible
    JGoodies Forms oracle.jdeveloper.jgoodies 11.1.1.4.37.59.23 responsible
    JPublisher oracle.jdeveloper.db.jpub 11.1.1.4.37.59.23 responsible
    Responsible for the support of JSON language oracle.jdeveloper.json 11.1.1.4.37.59.23
    Integration of JUnit oracle.jdeveloper.junit 11.1.1.4.37.59.23 responsible
    JViews record Addin oracle.diagram.registration 11.1.1.4.37.59.23 responsible
    Inspector Annotation Java oracle.jdeveloper.annotation.inspector 11.1.1.4.37.59.23 responsible
    Java java-breadcrumbs breadcrumbs - oracle.jdeveloper.ceditor 11.1.1.4.37.59.23 Loaded
    Load shape class Java oracle.javamodeler 11.1.1.4.37.59.23
    TopLink Modeler Java extensions oracle.javamodeler.toplink 11.1.1.4.37.59.23 responsible
    Java Server Faces Page Flow Model oracle.jsfmod 11.1.1.4.37.59.23 responsible
    Compare the Structure of Java oracle.jdeveloper.java - compare 11.1.1.4.37.59.23 Loaded
    Research of Type Java oracle.jdeveloper.searchbar.java 11.1.1.4.37.59.23
    Extension of Java help oracle.java.help 11.1.1.0.0 responsible
    JavaBeans, Swing and AWT oracle.swingawt 11.1.1.4.37.59.23 load
    Charge of the language support of JavaScript oracle.ide.javascript 11.1.1.4.37.59.23
    Interface editor user JDeveloper oracle.jdeveloper.uieditor 11.1.1.4.37.59.23 responsible
    Load the Extension XML JDeveloper oracle.jdeveloper.xml 11.1.1.4.37.59.23
    Legacy controller DTC oracle.controller.bm.dt 11.1.1.4.37.59.23 charges
    Integration of preferences inherited for BM oracle.modeler.bm.prefs 11.1.1.4.37.59.23 responsible
    Connect to oracle.ide.log 11.1.1.4.37.59.23 of the Loaded window
    MDS Extension 11.1.1.4.37.59.23 oracle.mds management
    Charge of integrating Ide MOF oracle.mof.ide 11.1.1.4.37.59.23
    Integration of Modeler MOF oracle.modeler.mof 11.1.1.4.37.59.23 responsible
    Mac OS X adapter oracle.ideimpl.apple 11.1.1.4.37.59.23 responsible
    Management model framework oracle.modeler 11.1.1.4.37.59.23
    Load shape layer Common Framework oracle.modeler.common 11.1.1.4.37.59.23
    Modeling of migration from BM oracle.modeler.bm.migrate 11.1.1.4.37.59.23 responsible
    Navigator oracle.ide.navigator 11.1.1.4.37.59.23 responsible
    Nightly indexing support oracle.ideimpl.indexing - rt 11.1.1.4.37.59.23 Loaded
    Extended Support deployment SROS/MAR/SAR oracle.deploy.orapp 11.1.1.4.37.59.23 responsible
    GOSA Policy Manager installer oracle.jdeveloper.webservice.wsmpm.installer 11.1.1.4.37.59.23 responsible
    Gallery of the object oracle.ide.gallery 11.1.1.4.37.59.23 responsible
    Object Viewer oracle.sqldeveloper.oviewer 11.1.1.64.46 responsible
    Charge of oracle.jdeveloper.offlinedb of database offline 11.1.1.4.37.59.23
    Offline database Import/generate oracle.jdeveloper.offlinedb.transfer 11.1.1.4.37.59.23 responsible
    Charge of the Extension of database offline oracle.jdeveloper.offlinedb.report 11.1.1.4.37.59.23 reports
    Database offline SXML oracle.jdeveloper.offlinedb.sxml 11.1.1.4.37.59.23 responsible
    Load oracle.jdeveloper.offlinedb.userprops user properties from database offline 11.1.1.4.37.59.23
    User properties database offline SXML oracle.jdeveloper.offlinedb.userprops.sxml 11.1.1.4.37.59.23 responsible
    Support of Oracle BPEL 1.1 Designer oracle.bpel.v1.designer 11.1.1.4.0.56.82
    Support of Oracle BPEL 1.1 Designer Plugins oracle.bpel.v1.designer.plugins 11.1.1.4.0.56.82
    Support of Oracle BPEL 2.0 Designer oracle.bpel.v2.designer 11.1.1.4.0.56.82
    Support of Oracle BPEL 2.0 Designer Plugins oracle.bpel.v2.designer.plugins 11.1.1.4.0.56.82
    Support of Oracle BPEL designer Code Shared oracle.bpel.designer.shared 11.1.1.4.0.56.82
    Oracle BPM DVM oracle.bpm.dvm 11.1.1.4.0.56.82 responsible
    Oracle BPM internal oracle.bpm.fusion.internal 11.1.1.4.0.5682 responsible
    Oracle BPM internal oracle.bpm.resources 11.1.1.0.30.50.25 responsible
    Oracle BPM load internal oracle.bpm.resourcesrt - ar 11.1.1.0.30.50.25 ar
    Loading of Oracle BPM inner cs oracle.bpm.resourcesrt - cs 11.1.1.0.30.50.25
    Oracle BPM internal da oracle.bpm.resourcesrt da 11.1.1.0.30.50.25 charge
    Internal Oracle BPM load of oracle.bpm.resourcesrt - 11.1.1.0.30.50.25
    Oracle BPM load internal el oracle.bpm.resourcesrt - el 11.1.1.0.30.50.25
    Oracle BPM load internal oracle.bpm.resources - en 11.1.1.0.30.50.25
    Internal Oracle BPM loading are oracle.bpm.resourcesrt - are 11.1.1.0.30.50.25
    Oracle BPM load internal fi oracle.bpm.resourcesrt - fi 11.1.1.0.30.50.25
    Oracle BPM load internal en oracle.bpm.resourcesrt - en 11.1.1.0.30.50.25
    Responsible for internal Oracle BPM hu oracle.bpm.resourcesrt - hu 11.1.1.0.30.50.25
    Oracle BPM internal it oracle.bpm.resourcesrt - TI 11.1.1.0.30.50.25 Loaded
    Oracle BPM internal iw oracle.bpm.resourcesrt - iw 11.1.1.0.30.50.25 load
    Oracle BPM internal ja oracle.bpm.resources - ja 11.1.1.0.30.50.25 load
    Oracle BPM internal KB oracle.bpm.resourcesrt - ko 11.1.1.0.30.50.25 Loaded
    Oracle BPM load internal oracle.bpm.resourcesrt - nl 11.1.1.0.30.50.25 nl
    Loaded BPM internal no oracle.bpm.resourcesrt 11.1.1.0.30.50.25 - not Oracle
    Oracle BPM load internal pl oracle.bpm.resourcesrt - pl 11.1.1.0.30.50.25
    Oracle BPM internal pt oracle.bpm.resourcesrt - pt 11.1.1.0.30.50.25 load
    Pt_BR BPM internal Oracle oracle.bpm.resourcesrt - pt_BR 11.1.1.0.30.50.25 loaded
    Internal Oracle BPM Wagoner 11.1.1.0.30.50.25 oracle.bpm.resourcesrt responsible
    Oracle BPM internal oracle.bpm.resourcesrt - ru 11.1.1.0.30.50.25 ru in charge
    Oracle BPM internal sk oracle.bpm.resourcesrt - sk 11.1.1.0.30.50.25 load
    Oracle BPM internal oracle.bpm.resourcesrt - sv 11.1.1.0.30.50.25 sv load
    Internal Oracle BPM load e oracle.bpm.resourcesrt - e 11.1.1.0.30.50.25
    Oracle BPM internal tr oracle.bpm.resourcesrt - tr 11.1.1.0.30.50.25 loaded
    Zh_CN BPM internal Oracle oracle.bpm.resourcesrt - zh_CN 11.1.1.0.30.50.25 loaded
    Oracle BPM internal zh_TW oracle.bpm.resourcesrt - zh_TW 11.1.1.0.30.50.25 load
    Oracle BPM Studio oracle.bpm.fusion.core 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.repository 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.builder 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.ui 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.studio 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.tests.jdev - test 11.1.1.4.0.5682 Loaded
    Oracle BPM Studio oracle.bpm.fusion.jdeveloper 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.fcp 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.designer 11.1.1.4.0.5682 responsible
    Oracle SOA BPM Studio oracle.bpm.fusion.soa 11.1.1.4.0.5682 Extension loaded
    Oracle BPM XREF oracle.bpm.xref 11.1.1.4.0.56.82 responsible
    Oracle Business rules Designer oracle.bpm.rules 11.1.1.4.0.56.82 responsible
    Oracle Database Browser oracle.sqldeveloper.thirdparty.browsers 11.1.1.64.46 responsible
    Oracle Enterprise Repository editor oracle.jdeveloper.oereditor 11.1.1.4.37.59.23 responsible
    Support of Oracle Designer events oracle.bpm.events 11.1.1.4.0.56.82
    Fabric Oracle Plugins oracle.sca.modeler.plugins 11.1.1.4.0.56.82 responsible
    Responsible for task Oracle Designer human oracle.bpm.workflow 11.1.1.4.0.56.82
    Oracle IDE oracle.ide 11.1.1.4.37.59.23 responsible
    Oracle JDeveloper, WebLogic SCA oracle.jdeveloper.spring 11.1.1.4.37.59.23 Spring integration
    Oracle deployment JDevloper Core Module oracle.deploy.core 11.1.1.4.37.59.23 responsible
    Load Oracle MDS design time oracle.mds.dt 11.1.1.4.37.59.23
    Oracle ADF Mobile oracle.wireless.dt 11.1.1.4.37.59.23 responsible
    Oracle Page Templates oracle.adf - page-template-samples 11.1.1.4.37.59.23 Loaded
    Oracle SOA Composite Editor oracle.sca.modeler 11.1.1.4.0.56.82 responsible
    Oracle SOA mediator oracle.sca.mediator 11.1.1.4.0.56.82 responsible
    Oracle SQL Developer oracle.sqldeveloper 11.1.1.64.46 responsible
    Oracle SQL Developer Reports oracle.sqldeveloper.report 11.1.1.64.46 responsible
    Oracle SQL Developer Worksheet oracle.sqldeveloper.worksheet 11.1.1.64.46 responsible
    Oracle Client Extension of the Messaging user oracle.ums.jdev 11.1.1.4.0 Service charge
    Support for XML Schema Oracle 11.1.1.64.46 oracle.sqldeveloper.xmlschema management
    PL/SQL Debugger oracle.jdeveloper.db.debug.plsql 11.1.1.4.37.59.23 responsible
    Debugger oracle.jdeveloper.db.debug.probe 11.1.1.4.37.59.23 Loaded PROBE
    Look oracle.ide.peek 11.1.1.4.37.59.23 responsible
    Storage Oracle.IDE.persistence persistent 11.1.1.4.37.59.23 loaded
    Profiler oracle.jdeveloper.profiler 11.1.1.4.37.59.23 load
    Charge of the property oracle.jdeveloper.props 11.1.1.4.37.59.23 files Support
    Support for the property inspector oracle.ide.inspector 11.1.1.4.37.59.23
    Features fast loading start for Web Applications quickstart.webapp.dt 11.1.1.4.37.59.23
    QuickDiff oracle.ide.quickdiff 11.1.1.4.37.59.23 responsible
    Oracle.JDeveloper.WebService.rest Web 11.1.1.4.37.59.23 Loaded REST Services
    Refactoring oracle.jdeveloper.refactoring 11.1.1.4.37.59.23 management
    Charge to replace by oracle.ide.replace 11.1.1.4.37.59.23
    Oracle.javatools.report Extension 11.1.1.4.37.59.23 Loaded reports
    Charge of Resource Bundle Support oracle.ide.resourcebundle 11.1.1.4.37.59.23
    Charge of Resource Bundle Support for properties oracle.jdeveloper.resourcebundle.props 11.1.1.4.37.59.23 files
    Loading the Resource Catalog Application Server Adapter oracle.jdeveloper.asadapter 11.1.1.4.37.59.23
    Loading the resource catalog DB UI extension oracle.jdeveloper.db.rcadapter.ui 11.1.1.4.37.59.23
    Oracle.JDeveloper.rcdbadapter resources 11.1.1.4.37.59.23 catalog database adapter support
    Load resources catalogue WSIL adapter oracle.jdeveloper.rcwsiladapter 11.1.1.4.37.59.23
    Research of resources oracle.jdeveloper.rclookup 11.1.1.4.37.59.23
    Runner oracle.ide.runner 11.1.1.4.37.59.23 load
    SQL * more integration oracle.jdeveloper.db.sqlplus 11.1.1.4.37.59.23 responsible
    SQLJ oracle.jdeveloper.sqlj 11.1.1.4.37.59.23 responsible
    Charge of the search oracle.ide.searchbar 11.1.1.0.0 bar
    Ordering of the search oracle.ide.searchbar.commands 11.1.1.4.37.59.23 bar
    Preferences of the search oracle.ide.searchbar.preferences 11.1.1.4.37.59.23 bar support
    Extract window oracle.sqldeveloper.snippet 11.1.1.64.46 load
    Struts Page Flow Modeler oracle.struts 11.1.1.4.37.59.23 management
    Studio oracle.studio 11.1.1.4.37.59.23 responsible
    Studio extension help oracle.studio.help 11.1.1.0.0 responsible
    Model oracle.ide.ceditor model 11.1.1.4.37.59.23 Loaded
    TopLink oracle.toplink 11.1.1.4.37.59.23 responsible
    Trinidad Databinding Design Time oracle.trinidad - databinding-dt 11.1.1.4.37.59.23 Loaded
    Trinidad oracle.trinidad - dt 11.1.1.4.37.59.23 Loaded design time
    Catalogue of resources oracle.jdevimpl.uddiadapter 11.1.1.4.37.59.23 UDDI provider support
    UML XMI 11.1.1.4.37.59.23 Oracle.UML.v2.XMI responsible
    UML v2 oracle.uml.v2 11.1.1.4.37.59.23 management
    Charge of the Business Modeler UML v2 11.1.1.4.37.59.23 oracle.uml.v2.activity
    Charge of oracle.uml.v2.clazz v2 11.1.1.4.37.59.23 UML class diagram
    UML v2 Migration oracle.uml.v2.migrate 11.1.1.4.37.59.23 management
    Load diagram sequence UML v2 11.1.1.4.37.59.23 oracle.uml.v2.sequence
    Charge of the Transformation of v2 UML to Java oracle.uml.v2.umljava 11.1.1.4.37.59.23
    Charge of oracle.uml.v2.usecase v2 11.1.1.4.37.59.23 UML use case diagram
    Common classes of modelers UML2 oracle.uml.v2.modeler 11.1.1.4.37.59.23 load
    Oracle.jdevimpl.urlconn URL connection Designtime 0 load
    THT oracle.ide.vhv 11.1.1.4.37.59.23 responsible
    Responsible for control of supported oracle.jdeveloper.vcs 11.1.1.4.37.59.23 version
    Versioning support for Subversion oracle.jdeveloper.subversion 11.1.1.4.37.59.23 disabled by user
    Oracle.IDE.VFS of charge virtual filesystem 11.1.1.4.37.59.23
    WSDL oracle.jdeveloper.wsdllookup 11.1.1.0.0 selector support
    Load WSDL web services extension oracle.jdevimpl.wsdl 11.1.1.4.37.59.23
    Browser Web and Proxy oracle.ide.webbrowser 11.1.1.4.37.59.23 responsible
    Web Services oracle.jdeveloper.webservice 11.1.1.4.37.59.23 support
    Support connection WebDAV oracle.jdeveloper.webdav2 11.1.1.4.37.59.23 responsible
    WebStart oracle.j2ee.webstart 11.1.1.0.0 responsible
    Compare XML oracle.jdeveloper.xml - compare 11.1.1.4.37.59.23 Loaded
    Load the Extension XML Editing Framework IDE oracle.ide.xmlef 11.1.1.4.37.59.23
    Loading XML Editing Framework Java Integration oracle.jdeveloper.xmlef 11.1.1.4.37.59.23
    The Mapper of XSL oracle.bpm.mapper 11.1.1.4.0.56.82 responsible
    ADF-deploy-dt oracle.adfdt.common.deploy 11.1.1.4.37.59.23 responsible
    ADF-deploy-dt-mds oracle.adfdt.common.deploy.mds 11.1.1.4.37.59.23 responsible
    ADF-Installer-ide adf.installer.dt 11.1.1.4.37.59.23 responsible
    ADF-operation forestry-dt oracle.adf.logging.dt 11.1.1.4.37.59.23 responsible
    ADF-Model-debugger-dt oracle.adf - model-debugger-dt 11.1.1.4.37.59.23 Loaded
    ADF-Model-sqldc-ide oracle.adfm.sqldc 11.1.1.4.37.59.23 responsible
    ADF-model-tools oracle.adf.model.tools 11.1.1.4.37.59.23 responsible
    ADF-security-policy-dt oracle.adfdtinternal.adf - security-policy-dt 11.1.1.4.37.59.23 Loaded
    ADF-sharing - oracle.adf - share-audit 11.1.1.4.37.59.23 Loaded
    ADF-hand-deploy-dt oracle.adf.share.deploy.dt 11.1.1.4.37.59.23 responsible
    ADF-share-dt oracle.adf.share.dt 11.1.1.4.37.59.23 responsible
    Responsible for deploying ADFM-business-editor oracle.adf.businesseditor.deploy 11.1.1.4.37.59.23
    ADFM-business-editor-ide oracle.adf.model.businesseditor 11.1.1.4.37.59.23 responsible
    ADFM-business-editor-settings-ide oracle.adfm.businesseditor.settings 11.1.1.4.37.59.23 responsible
    adfmcoredt-xdf oracle.adfm.xdf 11.1.1.4.37.59.23 responsible
    adfquerylovdt 11.1.1.4.37.59.23 oracle.adf-faces-query-and-lov-dt load
    Analytics.Measurement oracle.bpm.analytics.measurement 11.1.1.4.0.5682 responsible
    appoverview oracle.ide.appoverview 11.1.1.4.37.59.23 responsible
    ASNAV-weblogic oracle.jdeveloper.asnav.weblogic 11.1.1.4.37.59.23 responsible
    Audit oracle.ide.audit 11.1.1.4.37.59.23 Loaded
    Charge of the verification-core oracle.ide.audit.core 11.1.1.4.37.59.23
    BAM oracle.bpm.bam 11.1.1.4.0.5682 responsible
    bcgen oracle.bpm.bcgen 11.1.1.4.0.5682 responsible
    BI-jdbc oracle.bi.jdbc 11.1.1.4.37.59.23 responsible
    Start oracle.bpm.boot 11.1.1.4.0.5682 Loaded
    BPA oracle.bpm.bpa 11.1.1.4.0.5682 responsible
    BPM - services.client oracle.bpm.bpm - services.client 11.1.1.4.0.5682 Loaded
    BPM - services.interface oracle.bpm.bpm - services.interface 11.1.1.4.0.5682 Loaded
    bpmobject oracle.bpm.bpmobject 11.1.1.4.0.5682 responsible
    bpmobject. DataControl oracle.bpm.bpmobject.datacontrol 11.1.1.4.0.5682 responsible
    bpmobject. Runtime oracle.bpm.bpmobject.runtime 11.1.1.4.0.5682 responsible
    casemanagement.implementation oracle.bpm.casemanagement.implementation 11.1.1.4.0.5682 responsible
    chart oracle.bpm.chart 11.1.1.4.0.5682 load
    classpath: protocol extension oracle.jdeveloper.classpath 11.1.1.0.0 Manager support
    compiler oracle.bpm.compiler 11.1.1.4.0.5682 responsible
    Compiler.Debug oracle.bpm.compiler.debug 11.1.1.4.0.5682 responsible
    Compiler.XPath oracle.bpm.compiler.xpath 11.1.1.4.0.5682 responsible
    Charge of oracle.bpm.configuration configuration 11.1.1.4.0.5682
    connectors oracle.bpm.connectors 11.1.1.4.0.5682 load
    Basic oracle.bpm.core 11.1.1.4.0.5682 responsible
    DB-audit oracle.ide.db.audit 11.1.1.4.37.59.23 responsible
    DB-Modeler-transform oracle.dbmodeler.transform 11.1.1.4.37.59.23 responsible
    dcadapters-ide oracle.adfm.dc - 11.1.1.4.37.59.23 Loaded adapters
    dependence-java oracle.jdeveloper.java.dependency 11.1.1.4.37.59.23 responsible
    dependence-refactor oracle.jdeveloper.refactoring.dependency 11.1.1.4.37.59.23 responsible
    Deploy-ant oracle.deploy.ant 11.1.1.4.37.59.23 management
    deploy-rt oracle.jdevimpl.deploy - rt 11.1.1.4.37.59.23 Loaded
    Designer oracle.bpm.designer 11.1.1.4.0.5682 loaded
    Diagram.Draw oracle.bpm.diagram.draw 11.1.1.4.0.5682 responsible
    Diagram.Editor oracle.bpm.diagram.editor 11.1.1.4.0.5682 responsible
    oracle.bpm.editor 11.1.1.4.0.5682 editor-in-Chief responsible
    Oracle.BPM.FDI IDE 11.1.1.4.0.5682 loaded
    Comments-client2 oracle.ideimpl.feedback2.client 11.1.1.4.37.59.23 responsible
    fuegoui oracle.bpm.fuegoui 11.1.1.4.0.5682 responsible
    Fusion. SCA oracle.bpm.fusion.sca 11.1.1.4.0.5682 responsible
    Fusion. SCAC oracle.bpm.fusion.scac 11.1.1.4.0.5682 responsible
    IDE-diagnosis oracle.ide.diagnostics 11.1.1.0.0 responsible
    J2EE-adrsimpl oracle.j2ee.adrsimpl 11.1.1.0.0 responsible
    J2EE-facelets oracle.j2ee.facelets 11.1.1.4.37.59.23 responsible
    J2EE-jpsconfig oracle.j2ee.jpsconfig 11.1.1.4.37.59.23 responsible
    The security of J2EE oracle.j2ee.security 11.1.1.4.37.59.23
    J2EE-server oracle.j2ee.server 11.1.1.0.0 loaded
    J2EE-server-dt oracle.j2ee.server.dt 11.1.1.4.37.59.23 responsible
    J2EE-serverimpl oracle.j2ee.serverimpl 11.1.1.4.37.59.23 responsible
    J2EE-weblogic oracle.j2ee.weblogic 11.1.1.4.37.59.23 responsible
    J2EE weblogic-publishers oracle.j2ee.weblogic.editors 11.1.1.4.37.59.23 responsible
    jdukshare oracle.bm.jdukshare 11.1.1.4.37.59.23 responsible
    lib oracle.bpm.lib 11.1.1.4.0.5682 Loaded
    Library-dconfig-infra oracle.jdeveloper.library.dconfig.infra 11.1.1.4.37.59.23 responsible
    Library-jee-api oracle.jdeveloper.library.jee.api 11.1.1.4.37.59.23 responsible
    Library-jmx oracle.jdeveloper.library.jmx 11.1.1.4.37.59.23 responsible
    Library-jps oracle.jdeveloper.library.jps 11.1.1.4.37.59.23 responsible
    Library-weblogic-api oracle.jdeveloper.library.weblogic.api 11.1.1.4.37.59.23 responsible
    Charge of the library-weblogic-client oracle.jdeveloper.library.weblogic.client 11.1.1.4.37.59.23
    MOF oracle.mof 11.1.1.4.37.59.23 responsible
    MOF-index oracle.mof.index 11.1.1.4.37.59.23 responsible
    MOF - xmi oracle.mof.xmi 11.1.1.4.37.59.23 responsible
    BOIP oracle.bpm.obpi 11.1.1.4.0.5682 responsible
    Oracle.ADFM oracle.adfm 11.1.1.4.37.59.23 responsible
    Oracle.ADFM.Contextual oracle.adfm.contextual 11.1.1.4.37.59.23 responsible
    Oracle.Dynamic - faces-dt oracle.dynamic.faces 11.1.1.4.37.59.23 responsible
    Oracle.IDE.Dependency oracle.ide.dependency 11.1.1.4.37.59.23 responsible
    Oracle.IDE.fileQuery oracle.ide.filequery 11.1.1.4.37.59.23 responsible
    Oracle.IDE.Indexing oracle.ide.indexing 11.1.1.4.37.59.23 responsible
    Responsible for the follow-up of the Oracle.IDE.usages 11.1.1.4.37.59.23 of oracle.ide.usages-
    Oracle.todo.Tasks oracle.todo.tasks 11.1.1.4.37.59.23 responsible
    Palette2 oracle.ide.palette2 11.1.1.4.37.59.23 responsible
    PAPI oracle.bpm.papi 11.1.1.4.0.5682 responsible
    Analyzer oracle.bpm.parser 11.1.1.4.0.5682 responsible
    space reserved-jsf-ui oracle.placeholderjsf - ui 11.1.1.4.37.59.23 Loaded
    placeholderdc-dt oracle.placeholderdc.dt 11.1.1.4.37.59.23 responsible
    PML.service oracle.bpm.pml.service 11.1.1.4.0.5682 responsible
    Project oracle.bpm.project 11.1.1.4.0.5682
    Project.Catalog oracle.bpm.project.catalog 11.1.1.4.0.1 responsible
    Project.Command oracle.bpm.project.command 11.1.1.4.0.5682 responsible
    Project.Compile oracle.bpm.project.compile 11.1.1.4.0.5682 responsible
    Project.Draw oracle.bpm.project.draw 11.1.1.4.0.5682 responsible
    Project.importer oracle.bpm.project.importer 11.1.1.4.0.5682 responsible
    Project.interface oracle.bpm.project.interface 11.1.1.4.0.5682 responsible
    Project.IO oracle.bpm.project.io 11.1.1.4.0.5682 responsible
    Project.Metadata oracle.bpm.metadata 11.1.1.4.0.5682 responsible
    Project.Model oracle.bpm.project.model 11.1.1.4.0.5682 responsible
    Project.UI oracle.bpm.project.ui 11.1.1.4.0.5682 responsible
    Project.View oracle.bpm.project.view 11.1.1.4.0.5682 responsible
    rcasadapter-dt oracle.jdeveloper.asadapter.dt 11.1.1.4.37.59.23 responsible
    rcasadapter-oc4j oracle.jdeveloper.asadapter.oc4j 11.1.1.4.37.59.23 responsible
    Charge of rcasadapter-rescat2 oracle.jdeveloper.asadapter.rescat2 11.1.1.4.37.59.23
    rcasadapter-tier oracle.jdeveloper.asadapter.thirdparty 11.1.1.4.37.59.23 responsible
    rcasadapter-weblogic oracle.jdeveloper.asadapter.weblogic 11.1.1.4.37.59.23 responsible
    rcasadapter-weblogic-api oracle.jdeveloper.asadapter.weblogic.api 11.1.1.4.37.59.23 responsible
    rescat2 oracle.jdevimpl.rescat2 11.1.1.4.37.59.23 responsible
    ResourceBundle api adfdeps oracle.jdeveloper.resourcebundle.adfdeps 11.1.1.4.37.59.23 responsible
    ResourceBundle api xliff oracle.resourcebundle.xliff 11.1.1.4.37.59.23 responsible
    customization of the ResourceBundle oracle.jdeveloper.resourcebundle.customization 11.1.1.4.37.59.23 responsible
    Oracle.BPM.RMI RMI 11.1.1.4.0.5682 loaded
    oracle.bpm.script 11.1.1.4.0.5682 script loaded
    Searchbar-Gallery oracle.ide.searchbar.gallery 11.1.1.4.37.59.23 responsible
    Searchbar-help oracle.ide.searchbar.help 11.1.1.4.37.59.23 responsible
    Searchbar-index oracle.ide.searchbar.index 11.1.1.4.37.59.23 responsible
    SOA.humantask oracle.bpm.soa.humantask 11.1.1.4.0.5682 responsible
    status oracle.ide.status 11.1.1.4.37.59.23 responsible
    tests. Core oracle.bpm.tests.core 11.1.1.4.0.5682 responsible
    UI oracle.bpm.ui 11.1.1.4.0.5682 responsible
    vfilesystem oracle.bpm.vfilesystem 11.1.1.4.0.5682 responsible
    Web.Execution oracle.bpm.web.execution 11.1.1.4.0.5682 responsible
    Oracle.BPM.XML XML 11.1.1.4.0.5682 loaded
    XML-schema-dt oracle.jdevimpl.xml.schema 11.1.1.4.37.59.23 responsible
    XObject.devel oracle.bpm.xobject.devel 11.1.1.4.0.5682 responsible
    XObject.Runtime oracle.bpm.xobject.runtime 11.1.1.4.0.5682 responsible
    XSL - dt oracle.jdevimpl.xml.xsl 11.1.1.4.37.59.23 responsible
    xsqldt-ide oracle.xsqldt - ide 11.1.1.4.37.59.23 Loaded

    I think you are looking for jar $MW_Home\Oracle_SOA1\soa\modules\oracle.soa.worklist_11.1.1\adflibWorklistComponents.jar ($JDev_Home\soa\modules\oracle.soa.worklist_11
    .1.1\adflibWorklistComponents.jar)

    ApprovalListEditorComp is an interface and ApprovalListUtil is a class.

    Kind regards
    Anuj

  • Uninstall Oracle 11.2.0.2 grid single-instance ASM in AIX

    Hi gurus,

    I'm trying to uninstall Oracle 11.2.0.2 grid unique instance ASM in AIX when running uninstall utility it is shows no commando to run with root:

    the first performance, run the command as root (normally), but the session where he executed the tool to uninstall has been closed.

    [root @ >/tmp/software] #/ tmp/deinstall2011-07-05_06-54-19 PM/perl/bin/perl-I/tmp/deinstall2011-07-05_06-54-19 PM/perl/lib-I/tmp/deinstall2011-07-05_06-54-19 PM/src/install /tmp/deinstall2011-07-05_06-54-19PM/crs/install/roothas.pl-forcer - deconfig - paramfile /tmp/deinstall2011-07-05_06-54-19PM/response/deinstall_Ora11g_gridinfrahome1.rsp
    The file of configuration settings using: /tmp/deinstall2011-07-05_06-54-19PM/response/deinstall_Ora11g_gridinfrahome1.rsp
    PRKO-2573: Demon of the NSO is already stopped.
    CRS-2500: Can not stop resource 'ora.cssd' as it is not executed
    CRS-4000: Stop command failed, or completed with errors.
    CRS-2791: from closing resources managed by Oracle high availability Services on "dwmdm".
    CRS-2673: attempt to stop 'ora.evmd' on 'dwmdm '.
    CRS-2677: stop 'ora.evmd' on 'dwmdm' succeeded
    CRS-2793: stop of the resources managed by Oracle high availability Services on 'dwmdm' made
    CRS-4133: Oracle high availability Services was arrested.
    ACFS-9459: ADVM/ACFS is not supported on this version of the OS: 'AIX 5300-10-01-0921.'
    ACFS-9201: unsupported
    Oracle deconfigured successfully Restart battery
    [root @ >/tmp/software] #.

    -Here the deinstall tool was closed.


    -Here is the output for the second run-


    $deinstall
    Verification of the required files must be treated and...
    Please wait...
    Location of newspapers/u01/app/oracle/oraInventory/logs /.

    # UNINSTALL ORACLE & DECONFIG TOOL STARTS.


    # START OPERATION CHECK #.
    Install the configuration check START


    Verification of the existence of the/grid/app/grid/grid of House location Oracle
    The Oracle Home type selected for of-install is: SIHA
    Basic Oracle selected for of-install is: / grid/app/grid
    Verification of the existence of inventory central location/u01/app/oracle/oraInventory
    Verification of the existence of the Oracle home network Infrastructure

    Install the configuration check END

    Verification of product configuration skipping Windows and .NET

    Check the configuration of Windows products and .NET END

    Traces of log file: /u01/app/oracle/oraInventory/logs//crsdc.log

    Check the BEGINNING of the network config setting

    Location of the file record the configuration of the network: /u01/app/oracle/oraInventory/logs/netdc_check2011-07-06_09-16-58-AM.log

    Check the END of the network config setting

    ASM check Configuration START

    Location of the file path of the ASM de-configuration: /u01/app/oracle/oraInventory/logs/asmcadc_check2011-07-06_09-16-58-AM.log

    Configuration of ASM was not discovered in this House of Oracle. At ASM configured in this Oracle House (y | n) [n]: n
    ASM has not been detected in the Oracle home

    # END OPERATION CHECK #.


    # SUMMARY OPERATION CHECK #.
    Oracle Grid Infrastructure Home is:
    The nodes cluster on which the uninstall Oracle home will be made are: null
    Oracle Home selected for of-install is: / grid/app/grid/grid
    Local inventory where the Oracle home saved is: / u01/app/oracle/oraInventory
    Verification of product configuration skipping Windows and .NET
    ASM has not been detected in the Oracle home
    You want to continue (y - Yes, n - no)? [n]: y
    A log of this session is written in: "/ u01/app/oracle/oraInventory/logs/deinstall_deconfig2011-07-06_09-16-56-AM.out".
    This session error messages will be written to: ' / u01/app/oracle/oraInventory/logs/deinstall_deconfig2011-07-06_09-16-56-AM.err '.

    # OWN START OPERATION.
    Location of the file path of the ASM de-configuration: /u01/app/oracle/oraInventory/logs/asmcadc_clean2011-07-06_09-17-03-AM.log
    ASM Configuration own END

    Network configuration own config START

    Location of the file record the configuration of the network: /u01/app/oracle/oraInventory/logs/netdc_clean2011-07-06_09-17-03-AM.log

    Backup configuration files...
    Backup files off configured successfully.

    The network configuration has been cleaned successfully.

    Network Configuration own config END


    ---------------------------------------->

    Press enter when you are finished to run the above commands

    <----------------------------------------


    * 1. An idea to remove the grid infrastructure normally? *

    * 2. In this step, I can remove (rm) the grid HOME? *


    Concerning

    Mexman wrote:

    * 1. An idea to remove the grid infrastructure normally? *

    * 2. In this step, I can remove (rm) the grid HOME? *

    Concerning

    Hello

    You must use uninstall tool to remove the grid Infrastructure installation,

    as the owner of the grid for the race $GRIDHOME/uninstall/Uninstall

    See you soon

  • Help installing Oracle 10.2.2 base install on AIX

    Hello

    I try to install the basic oracle 10.2 on AIX node software and when I run the runInstaller I get an error on java
    Java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
    I currently have jdk 1.4 installed on the node.
    and I get the error messages are...

    java.io.FileNotFoundException: /tmp/OraInstall2009-06-10_10-09-31AM/oui/instImages/images.properties (a file or a directory in the path name does not exist.)
    at java.io.FileInputStream.open (Native Method)
    at java.io.FileInputStream. < init > (FileInputStream.java:129)
    at java.io.FileInputStream. < init > (FileInputStream.java:89)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.loadProperties(OiifmSplashScreen.java:444)
    to oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen. < clinit > (OiifmSplashScreen.java:93)
    to oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager. < init > (OiifmGraphicInterfaceManager.java:259)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
    at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)
    Java.lang.ExceptionInInitializerError of exception occurred...
    java.lang.ExceptionInInitializerError
    to oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager. < init > (OiifmGraphicInterfaceManager.java:259)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
    at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)
    Caused by: java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:460)
    in java.lang.Integer. < init > (Integer.java:633)
    to oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen. < clinit > (OiifmSplashScreen.java:103)
    ... 7 more
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/oii/oiif/oiifm/OiifmSplashScreen
    to oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager. < init > (OiifmGraphicInterfaceManager.java:259)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
    to oracle.sysman.oii.oiif.oiifm.OiifmAlert. < clinit > (OiifmAlert.java:151)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)
    June 10, 2009 10:10:08 java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
    WARNING: Cannot lock the User prefs. UNIX 2 error code.
    June 10, 2009 10:10:10 java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
    WARNING: Cannot lock the system prefs. Error-251562176 of UNIX code.

    Please suggest on this issue.

    Thank you
    John.

    Your downloaded software can be simply corrupt, see on metalink:

    YES leave immediately with: java.io.FileNotFoundException
    DOC - ID: 378112.1

    The installer comes with its own JDK, so no matter what you 'outside' of Oracle.

    Werner

  • OC4J and Oracle Application server?

    Hello

    I'm a freshness for Oracle BI Publisher.

    1 can explain everything on OC4J (Oracle Molok) and Oracle Application server
    2. the Differnce between OC4J and Oracle Application server

    Thanks in advance

    Ravindra

    Of the 10.1.3.4 installation guide:

    BI Publisher has three installation options:

    * Basic - Oracle Universal Installer base option provides a server of standalone applications (Oracle Containers for Java 10.1.3.1) and Sun's JDK (SUN 1.5.0 - b5) with BI Publisher.
    * Advanced - Oracle Universal Installer Advanced option installs BI Publisher in an Application existing Oracle 10.1.3.1 (or later) server.
    * Manual - you can manually install the BI Publisher in one of the supported J2EE servers.

    So, OC4J is present in at least two of the three options (basic and advanced, advanced charges as Application Server is based on OC4J as mentioned). Tomcat is an example of a manual installation.

  • OSD-04011: GetFileInformationbyHandle() failure, unable to get information about the file

    Hi all

    I try to get my ORACLE ASM (v 11.1.0.7) software works on Windows Server 2008 Standard SP2 (32-bit), but unfortunately, I hit the next windows operating system error with no resolution in sight.

    OSD-04011: GetFileInformationbyHandle() failure, unable to get information about the file
    S/O-error: incorrect function (OS 1)

    Basically ORACLE software try to read the header information of a partition of existing online RAW drive. According to the error made ORACLE unrecognized function call. How can I make this feature available? Need help ASAP please.

    http://www.Microsoft.com/windowsserver2008/en/us/community.aspx

    They will help you in Windows Server communities at the above address.

    Here is the Vista Forums.

    See you soon. Mick Murphy - Microsoft partner

  • Unable to mount diskgroup

    Please if anyone can help on this

    [oracle@racnode1 ~] $. oraenv

    ORACLE_SID = [oracle]? + ASM1

    The basic Oracle for ORACLE_HOME=/u01/app/11.2.0/grid is/u01/app/oracle

    [oracle@racnode1 ~] $ sqlplus / as sysasm

    SQL * more: Production release 11.2.0.1.0 Sun Jul 19 23:26:52 2015

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With Real Application Clusters and Automatic Storage Management options

    SQL > alter diskgroup CRS mount;

    alter diskgroup CRS mount

    *

    ERROR on line 1:

    ORA-15032: not all changes made

    ORA-15130: diskgroup "CRS" is currently disassembled

    ORA-15066: disconnect drive "CRS_0000" may result in data loss

    SQL > alter the DATA carrier diskgroup.

    Modified DiskGroup.

    SQL > alter Mount of FRA diskgroup.

    Modified DiskGroup.

    SQL > alter diskgroup CRS mount;

    alter diskgroup CRS mount

    *

    ERROR on line 1:

    ORA-15032: not all changes made

    ORA-15130: diskgroup "CRS" is currently disassembled

    ORA-15066: disconnect drive "CRS_0000" may result in data loss

    SQL > quit

    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With Real Application Clusters and Automatic Storage Management options

    [oracle@racnode1 ~] $ asmcmd lsdg - discovery

    State Type sector Rebal to Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Voting_files name of the block

    FOOT N 512 4096 0 0 0 0 0 0 N CRS.

    EXTERN MOUNTED N 512 4096 1048576 15359 13678 0 13678 0 N DATA.

    EXTERN MOUNTED N 512 4096 1048576 15359 15001 0 15001 0 N FRA.

    Post edited by: thetechfreak

    Just to inform all the. I was able to restore ocr using the 1062983.1 document reference

    Summary of the procedure I did

    (1) delete the diskgroup using the oracleasm command

    (2) created the new diskgroup using command oracleasm /newdrive

    (3) scan and listdisks using the oracleasm

    (4) crs stop on all nodes crsctl stop crs f

    (5) crs boot exclusive crsctl start crs - Excl.

    (6) stop ora.crsd process crsctl stop res ora.crsd - init

    (7) of the grid owner user start asm sys / ACE sysasm

    (8) create diskgroup redundancy CRS external drive 'pathtoasmdisk' attribute ' COMPATIBLE. ASM '=' 11.2';

    (9) as a root user is the ocr backup file under $GRID_HOME, cdata, rac-cluster

    (10) as rootuser ocrconfig - restore backup00.ocr

    (11) as the root user crsctl start res ora.crsd - init

    (12) crsctl replace votedisk + CRS

    (13) as network user created DSO file /tmp/asm_pfile.ora using the default setting of the alterlog file

    (14) connected as sys as sysasm

    (15) created spfile = ' + ' pfile='/tmp/asm_pfile.ora CRS;

    (16) crsctl stop crs f

    (17) asmdisk scan on all nodes

    (18) crsctl started crs on all nodes

    Hope that help if someone looking for the solution.

Maybe you are looking for

  • Resolution of problem

    Could not display websites correctly. I hope it's a resolution problem. The letter and the pictures in the pages of the site all show them with the blur.

  • Printer Deskjet 2540: Driver unavailable

    The printer worked satisfactorily earlier today but now all attempts to print fail with a variety of error messages. When I check the printer via "Settings", it says "no available Driver. I tried to download and reinstall the driver from the website

  • Does not start after the update to the Mac OSX 10.6.4 3.6.6

    Have updated the 3.6.6. on OS x 10.6.4. Installed according to the instructions, but FF does not start - the application folder or the dock (where I did drag the icon of FF). Looking at the support forum, it seems a number of people have the same pro

  • Downgrade iOS to iOS 9.1 9.2

    Is it possible to restore or downgrade from iOS9.2 to (at least) iOS9.1?  The battery life of my iPhone 5 c went from being extremely healthy with 8.4.1 and seriously deteriorated with each update.  Degradation occurs even after the battery life all

  • Problem of FreeCell

    I tried the suggestions (delete the game, reinstall System Restore) none of them worked.  I have saved my computer last week. I have to restore the entire system every time that happens? It's so frustrating! My cards slide not just above the side whe