Oracle 11g JAccelerator (NCOMP) intermedia image accelerator

With Multimedia in 11g, do we still need to install the companions CD (I think it's called examples now), or is this natively included in the 11g installation?
null

A new feature in Oracle JVM is a just-in-time (JIT) compiler for the Oracle JVM environment. A just-in-time (JIT) compiler is a program that converts Java bytecodes into machine language instructions at runtime. With JIT, there is no need to pre-build libraries and ship them on the Oracle kit. JIT is available on most platforms for which NCOMP was available in previous versions. Therefore, there is no longer a need to install the Oracle Multimedia Image Accelerator, and it is not available on platforms that support JIT.
For the one or two platforms for which NCOMP is still provided because JIT is not yet available, the NCOMP libraries should not be on the Examples media because that is available for OTN download only. If you want information about a specific platform, let me know what it is and I'll find the specifics.
Sue

Similar Messages

  • InterMedia Image Accelerator for 9i?

    Hi
    I am using interMedia in oracle 9.2.0.6 and I am finding that the process method is unacceptably slow.
    I checked on metalink and found that there is something called the interMedia Image Accelerator which when intalled speeds up the process method. The note on metalink was related to Oracle 10g - does the Image Accelerator exist for version 9i too?
    thanks
    paul

    Yes the Image Accelerator is critical for image performance on 9.2 Refer to Metalink note 277612.1 for information on how to determine if you are running with the accelerator (or NCOMP as it is often called) installed.
    If you find that your are running without the NCOMP libraries, then you will need to install the accelerator libraries from the companion CD of the base 9.2 release (9.2.0.3). Then you will need to re-patch the database back up to 9.2.0.6, your current patch level. The re-install of the patches will apply the patch updates for the NCOMP components. These components would not be patched if they did not exist in the original database.
    Finally, have you read the documentation on tuning LOB performance? This is Chapter 11 of the Oracle interMedia User's Guide for 9.2.
    please post your findings and let us know if we can help you more.
    -robert

  • Font Loading in Oracle 11g javavm

    Hello,
    I want to write a java source in Oracle 11g that creates an image containing texts.
    I tried to create a java class from sqlplus using "create or replace and resolve java source" .....
    that contains ..
    "Font fnt = new Font("Courier",Font.PLAIN,14);"
    and,
    "g.setFont(fnt);".
    The source is compiled and resolved succesfully, however, when I call the corresponding PL/SQL function, I find the following error messages...
    SQL Error: ORA-29532: Java call terminated by uncaught Java exception: java.lang.Error: Probable fatal error:No fonts found.
    ORA-06512: at "TESTUSER.PKG_TXT_IMG", line 17
    ORA-06512: at "TESTUSER.PKG_TXT_IMG", line 62
    29532. 00000 - "Java call terminated by uncaught Java exception: %s"
    *Cause:    A Java exception or error was signaled and could not be
    resolved by the Java code.
    *Action:   Modify Java code, if this behavior is not intended.
    The code works fine in Oracle 10g R2. The font.properties is found at $ORACLE_HOME/javavm/lib/ojvmfonts directory.
    The Oracle 11g does not have the ojvmfonts directory in its javavm.
    How can I load fonts in Oracle 11g Java VM?
    Can anybody help me?
    Rahman

    Hello,
    It could be nice that your script spool a log.
    By that way, you could more easily catch the error and the detail of the rows rejected.
    Best regards,
    Jean-Valentin

  • Image not displaying in pdf report using XSL-FO and using Oracle 11g databa

    Good Afternoon,
    I have created over 15 reports using XSL-fo, with the following syntax to display an image on the pdf:
    fo:block margin-left="0.24cm" margin-right="0.27cm" margin-top="0.0cm" ><fo:external-graphic content-width="scale-to-fit" content-height="scale-to-fit" width="1.73cm" height="1.57cm" >
    <xsl:attribute name="src">'url("http://readiness:7780/i/marforcom_symbol_rpts.gif")'</xsl:attribute></fo:external-graphic>
    </fo:block>
    This syntax works fine when using Oracle 10g, now my database has been upgraded to 11g and my image no longer displays in the reports. I have already upload the image into the database as a workspace image.
    I have tried to point the image @ the image by using url(#WORKSPACE_IMAGE#marforcom_symbol_rpts.gif)
    or <img src ="#IMAGE_PREFIX#marforcom_symbol_rpts.gif")
    and it still doesn't work.
    I have searched this forum trying to come up with a solution that will fix my problem and am unable to.
    Current config: Oracle 11g, using pl/sql gateway.
    I need to know how to point the xsl-fo file to the database, where the image now resides.
    Thanks,
    Mary
    Edited by: MaryM on Jul 25, 2012 3:15 PM
    Edited by: MaryM on Jul 25, 2012 3:51 PM

    Hi,
    I think you need load images to database XDB virtual directory /i/ and then use #IMAGE_PREFIX# substitution.
    This might help to access /i/
    http://www.apex-blog.com/oracle-apex/accessing-i-using-ftp-170.html
    Or use this to load images
    http://oracleinsights.blogspot.fi/2012/05/loading-images-into-oracle-xdb.html
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Storing Images in Oracle 11g

    Hi everybody,
    Can anybody tell me how to store the images in an oracle 11g database and i want it in forms 10g

    Hi Friend,
    Use this link to store the images into oracle DB
    http://sureshvaishya.blogspot.in/2009/08/insert-blob-image-file-into-database.html
    http://www.google.co.in/#safe=active&hl=en&sclient=psy-ab&q=how%20to%20store%20the%20image%20in%20oracle%20table&oq=&gs_l=&pbx=1&bav=on.2,or.r_qf.&bvm=bv.45960087,d.bmk&fp=102d4945c0f75701&biw=1280&bih=836&pf=p&pdl=300&safe=on
    Once the images are stored in table then in form
    Create a new item in form and type as Image and change the image format to what format u have stored in DB.
    Now Compile the form and check whether the images are getting displayed in forms.
    Thanks & Regards
    Srikkanth

  • How to migrate data fSQL server 2005 Tables with image column To ORACLE 11g

    Hi ....
    I am in the middle of migrating our database from sqlserver 2005 version to ORACLE 11g instance, and i'm facing a problem when trying to load data into one of the oracle table which has blob column and some more. The data file was extracted from sql server 2005 table which has image column and some more. All other columns are sinking with the migration as expected but the image column is not getting loaded into oralce blob.
    I tried loading data using sqlloader.
    Is there any other way to migrate data directly between these two versions of database?. Pls help...
    Edited by: user13310523 on 21-Jun-2010 23:48

    Welcome to the forum,
    Hi,
    To link Oracle with SQL Server follow this steps:
    1-Install Oracle ODBC drivers on the server (your local Oracle database) that will access the remote SQL Server database using the database link.
    2. Setup the ODBC connection on the local Oracle database using the Windows ODBC Data Source Administrator
    3. Test the ODBC drivers to ensure that connectivity is made to the SQL Server database.
    4. Ensure that your global_names parameter is set to False.
    5. Configure the Oracle Heterogeneous services by creating an initodbc.ora file within the Oracle database.
    7. Modify the Listener.ora file.
    SID_NAME is the DSN for the remote database.
    ORACLE_HOME is the actual Oracle home file path.
    PROGRAM tells Oracle to use heterogeneous services.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME=Cas30C) -- Enter the DSN on this line
    (ORACLE_HOME = c:\oracle10gdb) -- Enter your Oracle home on this line
    (PROGRAM = hsodbc) ) )
    8. Modify the Tnsnames.ora file. This is the Oracle database installation accessed by the users to connect to the ODBC drivers
    (DESCRIPTION=
    (ADDRESS_LIST=
    (Address=(PROTOCOL=TCP)
    (HOST=
    -- (Server x)
    (PORT=1521))) -- Enter the port on which the server x Oracle installation
    -- is listening
    (CONNECT_DATA=(SID=Cas30c)) - Enter the DSN name
    (HS=OK) -- Enter this value. It tells Oracle to use hetergeneous services
    9. Reload the listener on local Oracle database
    10. Create a database link on the local Oracle installation that accesses the heterogeneous connection, which, in turn, connect to SQL Server.
    11. Run a SQL Server Select statement from the Oracle installation using the database link
    Thanks
    BelMan :)

  • Oracle 11g installation on Linux Enterprise 5 remains hanging at 43%!

    Hi all,
    as per Subject, I have installed a Linux Enterprise 5 OS downloaded by Oracle Download Center and it is now installed following the nice Guide here.
    I have added the missing Linux packages and set up the kernel parameters as per Guide quoted above.
    If I launch the Oracle installation, it completes the packages and parameters check fine, install goes fine until 43% and then hangs.
    It's not freezing as the Installation window shows ongoing animations, if I try to stop installation it responds immediately asking for confirmation.
    It just hangs up!
    The Linux machine is actually on a VMWare image on a MacOS Leopard host.
    I have tried it on my laptop and desktop as well, but the hang point keeps being the same.
    Any idea?
    Thanks in advance.

    Satish Kandi wrote:
    Can you post last 10 lines from the installation log? That might provide some clue.Sure.
    I will copy more that last 10 lines as last 10 lines do not look too descriptive to me.
    This will contain also my Installation abort.
    Summary
    Global Settings
    Source: /mnt/hgfs/Oracle/database/install/../stage/products.xml
    Oracle Base: /home/oracle/app/oracle
    Oracle Home: /home/oracle/app/oracle/product/11.1.0/db_1 (OraDb11g_home1)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    / Required 3.43GB (includes 224MB temporary) : Available 30.10GB
    New Installations (125 products)
    Oracle Database 11g 11.1.0.6.0
    Enterprise Edition Options 11.1.0.6.0
    Oracle Partitioning 11.1.0.6.0
    Oracle Spatial 11.1.0.6.0
    Oracle OLAP 11.1.0.6.0
    Oracle Database 11g 11.1.0.6.0
    Oracle Text 11.1.0.6.0
    Oracle Net Services 11.1.0.6.0
    Oracle Enterprise Manager Console DB 11.1.0.5.0
    Oracle Net Listener 11.1.0.6.0
    HAS Files for DB 11.1.0.6.0
    Oracle Call Interface (OCI) 11.1.0.6.0
    Enterprise Manager Agent 10.2.0.3.1
    Oracle Programmer 11.1.0.6.0
    Oracle Database Gateway for ODBC 11.1.0.6.0
    Oracle Advanced Security 11.1.0.6.0
    Oracle JVM 11.1.0.6.0
    Database Configuration and Upgrade Assistants 11.1.0.6.0
    Oracle XML Development Kit 11.1.0.6.0
    Generic Connectivity Common Files 11.1.0.6.0
    Oracle Multimedia 11.1.0.6.0
    Oracle Multimedia Locator 11.1.0.6.0
    Oracle Internet Directory Client 11.1.0.6.0
    Oracle Database Utilities 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    PL/SQL 11.1.0.6.0
    Oracle Recovery Manager 11.1.0.6.0
    Oracle Net 11.1.0.6.0
    Assistant Common Files 11.1.0.6.0
    Installation Common Files 11.1.0.6.0
    Enterprise Manager plugin Common Files 11.1.0.5.0
    Oracle LDAP administration 11.1.0.6.0
    SQL*Plus 11.1.0.6.0
    HAS Common Files 11.1.0.6.0
    Oracle Help for the Web 2.0.14.0.0
    Oracle UIX 2.2.20.0.0
    Precompiler Common Files 11.1.0.6.0
    Oracle Clusterware RDBMS Files 11.1.0.6.0
    Cluster Verification Utility Common Files 11.1.0.6.0
    Oracle Wallet Manager 11.1.0.6.0
    Oracle Security Developer Tools 11.1.0.6.0
    XML Parser for Java 11.1.0.6.0
    Enterprise Manager Minimal Integration 11.1.0.6.0
    Oracle Database User Interface 2.2.13.0.0
    SQL*Plus Files for Instant Client 11.1.0.6.0
    Oracle ODBC Driver 11.1.0.6.0
    Required Support Files 11.1.0.6.0
    Database SQL Scripts 11.1.0.6.0
    OLAP SQL Scripts 11.1.0.6.0
    PL/SQL Embedded Gateway 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Character Set Migration Utility 11.1.0.6.0
    Oracle Locale Builder 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    Oracle Java Client 11.1.0.6.0
    Oracle JDBC/THIN Interfaces 11.1.0.6.0
    Oracle Multimedia Client Option 11.1.0.6.0
    Oracle Universal Connection Pool 11.1.0.6.0
    Oracle Notification Service 11.1.0.5.0
    Oracle Code Editor 1.2.1.0.0I
    Oracle Ultra Search Server Rdbms 11.1.0.6.0
    Oracle Help For Java 4.2.9.0.0
    Oracle Containers for Java 11.1.0.6.0
    JAccelerator (COMPANION) 11.1.0.6.0
    Database Workspace Manager 11.1.0.6.0
    SQLJ Runtime 11.1.0.6.0
    Oracle Core Required Support Files 11.1.0.6.0
    Platform Required Support Files 11.1.0.6.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle Application Express 11.1.0.6.0
    Oracle SQL Developer 11.1.0.6.0
    Oracle JDBC Server Support Package 11.1.0.6.0
    regexp 2.1.9.0.0
    Enterprise Manager Common Files 10.2.0.3.1
    Installation Plugin Files 11.1.0.6.0
    Oracle JDBC/OCI Instant Client 11.1.0.6.0
    XML Parser for Oracle JVM 11.1.0.6.0
    Oracle XML Query 11.1.0.6.0
    Oracle Message Gateway Common Files 11.1.0.6.0
    Oracle Starter Database 11.1.0.6.0
    Sample Schema Data 11.1.0.6.0
    Precompiler Required Support Files 11.1.0.6.0
    Parser Generator Required Support Files 11.1.0.6.0
    Oracle Multimedia Locator RDBMS Files 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Oracle Multimedia Annotator 11.1.0.6.0
    Oracle Multimedia Java Advanced Imaging 11.1.0.6.0
    Oracle Database 11g Multimedia Files 11.1.0.6.0
    Agent Required Support Files 10.2.0.3.1
    Oracle 11g Warehouse Builder Server 11.1.0.6.0
    Oracle Ultra Search Server 11.1.0.6.0
    Oracle Ultra Search Middle-Tier 11.1.0.6.0
    Oracle Ultra Search Common Files 11.1.0.6.0
    Perl Interpreter 5.8.3.0.4
    RDBMS Required Support Files 11.1.0.6.0
    Oracle Display Fonts 9.0.2.0.0
    RDBMS Required Support Files for Instant Client 11.1.0.6.0
    Enterprise Manager Agent Core Files 10.2.0.3.1
    Enterprise Manager Common Core Files 10.2.0.3.1
    Enterprise Manager Grid Control Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Agent Support 11.1.0.5.0
    Enterprise Manager Database Plugin -- Management Service Support 11.1.0.5.0
    Enterprise Manager Repository Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Repository Support 11.1.0.5.0
    Provisioning Advisor Framework 10.2.0.3.1
    XDK Required Support Files 11.1.0.6.0
    Oracle RAC Required Support Files-HAS 11.1.0.6.0
    SQL*Plus Required Support Files 11.1.0.6.0
    Oracle JFC Extended Windowing Toolkit 4.2.36.0.0
    Oracle Extended Windowing Toolkit 3.4.47.0.0
    Oracle OLAP API 11.1.0.6.0
    Oracle OLAP RDBMS Files 11.1.0.6.0
    Oracle Data Mining RDBMS Files 11.1.0.6.0
    Oracle Real Application Testing 11.1.0.6.0
    Bali Share 1.1.18.0.0
    Buildtools Common Files 11.1.0.6.0
    Oracle Net Required Support Files 11.1.0.6.0
    SSL Required Support Files for InstantClient 11.1.0.6.0
    LDAP Required Support Files 11.1.0.6.0
    Oracle ODBC Driverfor Instant Client 11.1.0.6.0
    Oracle Configuration Manager 10.2.6.0.0
    Oracle Universal Installer 11.1.0.6.0
    Oracle One-Off Patch Installer 11.1.0.6.0
    Installer SDK Component 11.1.0.6.0
    Sun JDK 1.5.0.1.1
    INFO: Method 'dispose()' Not implemented in class 'OiCcrCsi'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.server' with Install type 'EE'.
    INFO: Link phase has been specified as needed
    INFO: Setup phase has been specified as needed
    INFO: HomeSetup JRE files in Scratch :0
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    Thanks :)

  • Oracle 11g RAC on CentOS 5.2 - Node isnt working after hardware failure

    Hi,
    We have a 2-node Oracle RAC 11g running on identical nodes with Centos 5.2 as operating system.
    Due to a drive failure and a reboot yesterday, the ASM disk, which is onnected via iSCSI, changed from sdd to sdc in name - (the faulty raid drive was removed, thus the change).
    The oracle services didnt start, which appeard perfectly logical at the time, given that the ASM disk suddenly wasnt where it was supposed to be, but even today after a replacement disk was inserted, the RAID rebuilt + with the ASM disk back to its original naming in /dev/; the node doesnt seem to work properly. Some of the oracle services are running, but there seems to be a problem with the listener, which might also explain why the node does not set it's virtual ip after starting up.
    Luckily, the other one is unaffected and is working perfectly fine..
    I'm far from having a clue about oracle, it was sheer luck (that, and the very usable documentation by oracle) that i managed to get that cluster running in the first place... I know my way around linux, so if it's a operating system related problem i'll be able to fix it, but i cant figure out what the problem with oracle is.
    The listener doesnt seem to be running
    [oracle@serv-211 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 08-JUN-2010 11:12:00
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Manual starting works, but not with the result i hoped for
    [root@serv-211 oracle]# lsnrctl status
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 08-JUN-2010 11:32:16
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 08-JUN-2010 11:30:42
    Uptime 0 days 0 hr. 1 min. 34 sec
    Trace Level support
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File /opt/oracle/11g/diag/tnslsnr/serv-211/listener/alert/log.xml
    Listener Trace File /opt/oracle/11g/diag/tnslsnr/serv-211/listener/trace/ora_22694_140227439994592.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=serv-211)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [root@serv-211 oracle]#
    While other services appear to be fine
    [oracle@serv-211 ~]$ crsctl check crs
    Cluster Synchronization Services appears healthy
    Cluster Ready Services appears healthy
    Event Manager appears healthy
    I feel a little lost in the vast amount of logfiles, a point in the right direction might actually be enough. I cant image it can be that serious.
    Please assist
    Regards
    Edited by: user9134821 on 08.06.2010 02:39

    Hi,
    As usual, as soon as i post a problem in some board, i find the solution myself.
    Although this way isnt really "linuxy", deleting the listener with the netCA tool and adding a new one solved it.
    Regards.

  • Installing oracle 11g R2 on windows 7 32bit OS

    I am able to complete installation of oracle 11g r2 on my computer. However, "OracleDBconsole" is unable to start.
    On searches made thus far, I am supposed to drop  *Database Control Configuration files and recreate it using *
    emca –config dbcontrol –repos create.
    i am unable to drop the DB control config files, see error below:
    !data:image/png;base64,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|alt=|src=data:image/png;base64,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!
    see log as well:
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-deconfig' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'drop' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: D:\app\cottopah\product\11.2.0\dbhome_1
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SID.
    Nov 10, 2013 6:59:58 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: orcl
    Nov 10, 2013 7:00:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_OH.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter REP_DB_RUNNING_HOST.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : localhost
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYSMAN_PWD.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:00:30 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:00:30 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :D:\app\cottopah
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : localhost
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\app\cottopah\cfgtoollogs\emca\orcl\emca_2013_11_10_18_59_53.log.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: D:\app\cottopah\product\11.2.0\dbhome_1
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_OH.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: orcl Host: localhost Node: null OH: D:\app\cottopah\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: localhost Node: null OH: D:\app\cottopah\product\11.2.0\dbhome_1 isDBC: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 1
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1 isPre112Home: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Service does not exist
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List:
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:/app/cottopah/product/11.2.0/dbhome_1/perl/bin\perl.exe D:\app\cottopah\product\11.2.0\dbhome_1\sysman\admin\scripts\db\sgastop.pl stop orcl localhost 1521 D:\app\cottopah\product\11.2.0\dbhome_1
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of D:/app/cottopah/product/11.2.0/dbhome_1/perl/bin\perl.exe D:\app\cottopah\product\11.2.0\dbhome_1\sysman\admin\scripts\db\sgastop.pl stop orcl localhost 1521 D:\app\cottopah\product\11.2.0\dbhome_1  completed successfully
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 2
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1 isPre112Home: false
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Service does not exist
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Can't find file D:\app\cottopah\product\11.2.0\dbhome_1\localhost_orcl\sysman\config\emoms.properties
    Refer to the log file at D:\app\cottopah\cfgtoollogs\emca\orcl\emca_2013_11_10_18_59_53.log for more details.
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    java.lang.IllegalStateException: Can't find file D:\app\cottopah\product\11.2.0\dbhome_1\localhost_orcl\sysman\config\emoms.properties
        at oracle.sysman.emSDK.conf.ConfigManager.processSensitiveProperties(ConfigManager.java:1284)
        at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1150)
        at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1132)
        at oracle.sysman.emcp.EMReposConfig.stopDBMSJobs(EMReposConfig.java:1187)
        at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:187)
        at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    I need assistance urgently.

    2f720bac-ef38-4198-903c-d06e99c0fad9 wrote:
    Hi EdStevens,
    My sincere apology for not doing things right in the forum. My post is the first from me on this forum and until this post, I had never visited this site.
    What you're calling a mess is a snapshot I took in command prompt. Upon pasting, it appeared like a picture only for me to post and it appears like:
    !data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoQAAADHCAIAAAAPhtXzAAAgAElEQVR4nO2dTZIkyXGs48KPjwQIzmD6ILgCFjhE7LDAMWb.................
    I'm taking OCA(DBA admin 1) exams and my inability to get oracle 11g enterprise manager working means I cannot continue with the study guide.
    Please offer me your assistance. Sorry once again.
    Christian
    Please take this not as harsh criticism, but as a bit of "fatherly advice" (I'd be willing to bet I'm old enough -- that my first professional line of code is older than your birth certificate )
    My post is the first from me on this forum
    First when visiting any new forum (not just OTN, but any technical forum anywhere on the web) the first thing to to is look for a FAQ and read it.  In this forum, the link is in the upper right corner.
    What you're calling a mess is a snapshot I took in command prompt
    I was pretty sure it was an ill-fated attempt to post a picture.
    You can easily copy the text from the command prompt and past it into your posts.  This is far preferable to trying to post a picture, which - as you see - doesn't work.  And using a third-site picture hosting service is frowned on for several reasons.
    Please offer me your assistance.
    Did you read the error message that pointed you to a log file?  Did you read that log file?  What did you learn from that exercise?

  • How to set a uniform display size of multiple intermedia image types - wher

    I have read "If you want to limit the size of the file that can be uploaded, you can do this as a post generation
    step, by adding the maxFileSize property to the <controller> element in the struts-config:
    This does not address how to limit the *** display size *** where you have multiple intermedia image types - where the original size is not uniform.
    If an image is uploaded where the true image display size is 1024 x 768 - it will display that way in the table/table-form. This will create un-even display size's where previous images sizes where different 384 x 384 and so on.
    Is there a way to encode the display size so that *** ALL *** images regardless of their true size are displayed uniformly at least on one dimension (64 x ???)? This is possible when using products such as Dreamweaver or Flash.
    BTW - JHS/***JDev*** synergy is truely magnificient!!! Way-To-Go Oracle!!!!!!!!!!! Keep it up!!!!
    BG...

    Bill,
    I did some tests, and was able to reproduce it. The problem is that JHeadstart distinguishes between display types fileDownload and image, but UIX uses the same <media> tag to handle both display types. It will look at runtime whether it must render a hyperlink to download the document, or to render it right away as an image.
    To get all images the same size, you can set the display width and height, AND the display type must be set to image.
    However, to get the file name used as download link, you must set the FileName attribute AND the display type must be set to "fileDownload" ..
    So, to solve your problem, it is easiest to set the displayType to "fileDownload" and set the width and height properties post-generation in the generated UIX page.
    In the next release of Jheadstart, we will fix this, and always pick up width, height and fileName settings regardless of the display type.
    Note that you should also set the FileName property against the attribute you are using to upload the file.
    Steven Davelaar,
    JHeadstart Team.

  • How to Configure DAD runtime in Apex 4.0 installed with Oracle 11g r2

    hi All,
    i have intalled oracle 11g r2 and apex 4.0. i have created the workspace test1.
    i want to create runtime DAD so that the user can only view Runtime environemtn.
    in oracle 10g there was a way to install apache and change the Marvel.conf file and access multiplle DAD.
    how can i do this in 11g r2 and apex 4.0.
    please reply.
    Thanks.

    hey Udo,
    i have describe as following. how i am using in oracle 10g with companaion cd installed and apex 3.2.
    as following is marvel file which i am usin with 10g. what is the way to work with 11g and ape 4.0.
    i type in url http://localhost:7778/pls/apex for development in apex.
    in the same time user keep working with the application by using following URL
    i type in url http://localhost:7778/pls/MIS for user to access and do data entry.
    i use following in Morvel.conf file for this purpose.
    Alias /i/ D:/oracle/images/
    AddType text/xml xbl
    AddType text/x-component htc
    Development Mode
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    user end
    <Location /pls/MIS>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage f?P=100:101
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    Please reply. Thanks

  • Oracle 11g flash recovery keeps growing

    Oracle 11g flash recovery (E:\ partition in a Windows 2003 server) keeps growing. It already used 200GB of disk space and only 46GB of disk space is left in that partition. Can we tell how often Oracle 11g delete the old backups?
    Thanks.
    Andy

    andychow wrote:
    SQL> set linesize 1000
    SQL> select substr(name,1,30) name,
    2         space_limit,
    3         space_used,
    4         space_reclaimable,
    5         number_of_files
    6  from V$RECOVERY_FILE_DEST
    7  ;
    NAME                           SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
    E:\flash_recovery_area_11       1.0486E+11 1.6752E+10                 0               5
    SQL> select *
    2  from V$FLASH_RECOVERY_AREA_USAGE
    3  ;
    FILE_TYPE            PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROL FILE                          0                         0               0
    REDO LOG                              0                         0               0
    ARCHIVED LOG                        .09                         0               2
    BACKUP PIECE                      15.88                         0               3
    IMAGE COPY                            0                         0               0
    FLASHBACK LOG                         0                         0               0
    FOREIGN ARCHIVED LOG                  0                         0               0
    7 rows selected.
    SQL>
    It shows only 5 files in E:\flash_recovery_area_11. Can you verify ?

  • Does Headstart 6.5.4 supported in Oracle 11g R2?

    Hello,
    In my application I'm using the following components
    CM SDK 9.0.4.2.26
    Head Start 6.5.4
    Can somebody suggest me is Head Start 6.5.4 supported in Oracle 11g r2 please? If not how to upgrade it to JHeadStart.
    Kind Regards,
    Kam

    Headstart and JHeadstart are different tools. Headstart is a development accelerator for Oracle Designer/Forms, JHeadstart is a development accelerator for Oracle JDeveloper/ADF.
    The prerequisites of Headstart are
    * Oracle 10g database in runtime environment (where CDM RuleFrame is used)
    * Headstart Oracle Designer 10g, patch 6.5.4.0
    * Oracle Designer 10.1.2.0.2 or above.
    * Oracle 10g Developer Suite (10.1.2.0.2)
    I don't know if Headstart 6.5.4 is supported with Oracle 11gR2. The Oracle Designer version is supported with a 10gR2 and a 11gR1 database. So for your development environment you will need a 10gR2 or 11gR1 database.
    Regards,
    Mark

  • Clustering in Oracle 11g/10g

    Hi
    We have 40000 records in our database (Oracle 11g/10g), in which each record holds 2 to 3 images and so each record will be of some MBs.
    Do we need to perform clustering to get a better performance?
    Thanks
    Shoba Anandhan

    Thanks for the immediate replies.
    We have a Windows 2003 Server, where in we have the Microsoft Visual Studio 2008 and Oracle 11g database.
    Our web application will be developed using Microsoft Visual Studio 2008 having Oracle as backend.
    At at time we are assuming 100 users to work with the web applications. We connect to the database everytime to display data in the web page.
    100% performance is expected.
    The Windows 2003 Server has a 4 GB of RAM. Is 4 GB enough to process these database requests or do we need more?

  • CRS not starting after Oracle 11g Grid was succesuflly installed

    Hi:
    Have 2 node RAC. My Shared storage is on openfiler.
    Oracle 11g Grid was successfully installed and all the services was working fine. When i restarted the system I found CRS was not coming up. Remaining processes were up and running.
    Let me explain what I did: (O/s RHEL 5.4 & oracle 11g R2 grid)
    I have a partition in shared disk /dev/sdc1 (I have other partitions, but thought of using only one for OCR and voting disk). (did not define it as raw partition as I used to do in 10g RAC).
    While installing Oracle grid and when it prompted to enter the Diskgroup for OCR and Voting disk I gave a name DGDATA and choose only one (external redundancy) disk “/dev/sdc1″ (it does not ask for one for OCR and one for Voting as it used to do in 10g clusterware installation). As per my assumption both OCR and Voting disk were created within /dev/sdc1 (after installation when I queried I got the same info)
    The Oracle grid installation has gone through successfully. when I restart the system I find CRS not starting.
    The log says: “Error PROC:26: Error while accessing the physical storage ASM……..
    ORA-01034: oracle not available...
    Could not init OCR, code:26….
    Linux permission denied".
    For your information….ASM instance is up (check in both the nodes) and I find the diskgroup mounted.
    Can anyone help on this.
    Also let me know how to uninstall Oracle 11g Grid software and configuration. If I have to reinstall the Oracle 11g grid software and config once again is it possible without reinstalling RHEL. Let me know the steps or any link please. don't want to get into a mess again.
    Thanks in advance.
    Regards
    Dinesh

    Jorg, I even tried to nomount the DB instance using initDBRAC.ora pfile. Then tried to create spfile still got the same error.
    The second trace file which I have pasted looks like some memory dump.
    ASM_DISKSTRING= /dev/sdc*
    ***********************************************************************1st trace file
    Fatal NI connect error 12547, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/crs/11.2.0/grid/bin/oracle)(ARGV0=oracle+ASM1_o000_dbrac)(ENVS='ORACLE_HOME=/crs/11.2.0/grid,ORACLE_SID=+ASM1')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(enable=setuser)(CONNECT_DATA=(CID=(PROGRAM=oracle@skyit6)(HOST=skyit6)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
    Time: 01-JUN-2011 01:27:07
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12547
    TNS for Linux: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
    Time: 01-JUN-2011 01:27:07
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12547
    TNS-12547: TNS:lost contact
    ns secondary err code: 12560
    nt main err code: 517
    TNS-00517: Lost contact
    nt secondary err code: 32
    nt OS err code: 0
    ERROR: Failed to connect with connect string: (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/crs/11.2.0/grid/bin/oracle)(ARGV0=oracle+ASM1_o000_dbrac)(ENVS='ORACLE_HOME=/crs/11.2.0/grid,ORACLE_SID=+ASM1')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(enable=setuser))
    Wed Jun 01 01:27:07 2011
    ERROR: slave communication error with ASM; terminating process 16772
    Errors in file /oraeng/app/oracle/product/diag/rdbms/dbrac/DBRAC/trace/DBRAC_ora_16772.trc:
    ----======================2nd trace file
    Trace file /oraeng/app/oracle/product/diag/rdbms/dbrac/DBRAC/trace/DBRAC_ora_16772.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Real Application Clusters option
    ORACLE_HOME = /oraeng/app/oracle/product/11.2.0
    System name: Linux
    Node name: skyit6
    Release: 2.6.18-164.el5
    Version: #1 SMP Tue Aug 18 15:51:54 EDT 2009
    Machine: i686
    Instance name: DBRAC
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 25
    Unix process pid: 16772, image: oracle@skyit6 (TNS V1-V3)
    *** 2011-06-01 01:27:07.010
    *** SESSION ID:(1.3) 2011-06-01 01:27:07.010
    *** CLIENT ID:() 2011-06-01 01:27:07.010
    *** SERVICE NAME:() 2011-06-01 01:27:07.010
    *** MODULE NAME:(sqlplus@skyit6 (TNS V1-V3)) 2011-06-01 01:27:07.010
    *** ACTION NAME:() 2011-06-01 01:27:07.010
    ERROR: slave communication error with ASM; terminating process 16772
    *** 2011-06-01 01:27:07.035
    dbkedDefDump(): Starting a non-incident diagnostic dump (flags=0x0, level=2, mask=0x0)
    ----- Error Stack Dump -----
    ----- Current SQL Statement for this session (sql_id=bff5sku8phfgx) -----
    create spfile='+dgasmspfile/spfileDBRAC.ora' from pfile
    *** 2011-06-01 01:27:07.070
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    skdstdst()+41 call kgdsdst() BF9E05FC ? 2 ?
    ksedst1()+77 call skdstdst() BF9E05FC ? 0 ? 1 ? AB80E70 ?
    852F42A ? AB80E70 ?
    ksedst()+33 call ksedst1() 0 ? 1 ?
    dbkedDefDump()+2699 call ksedst() 0 ? 0 ? BF9E0D40 ? 0 ? 0 ?
    0 ?
    ksedmp()+47 call dbkedDefDump() 2 ? 0 ?
    kfTerminateMe()+75 call ksedmp() 2 ? 3 ? F1170AC ? F149234 ?
    5 ? BF9E0A6C ?
    kfnCheckCommError() call kfTerminateMe() F149234 ? BF9E0C1C ?
    +32 B033D83 ? 29392378 ?
    F149234 ? EB00601 ?
    kfncSlaveSubmit()+5 call kfnCheckCommError() 29392378 ? F149234 ?
    83
    kfncFileDelete()+11 call kfncSlaveSubmit() BF9E0E5C ? 0 ? F147B24 ?
    81
    kfioDelete()+126 call kfncFileDelete() 29DEE0 ? 1C ?
    ksfddel1()+582 call kfioDelete() 29DEE0 ? 1C ? D ?
    ksfddel()+187 call ksfddel1() 29DEE0 ? 1C ? D ? 0 ?
    BF9E0F2C ? 9BA2 ?
    ksp_spfile_create() call ksfddel() 29DEE0 ? 1C ? D ? 0 ?
    +677
    kspcspfp()+791 call ksp_spfile_create() BF9E49D4 ? 0 ? 29DEE0 ? 1C ?
    7D02 ? 0 ?
    kspocte()+67 call kspcspfp() 29DEE0 ? 1C ? F074CC4 ? F ?
    61,1 1%
    Regards
    Dinesh

Maybe you are looking for

  • IPod not recognized by Windows

    Up until today, I have had relatively few problems syncing my 2g iPod touch. Earlier today, however, I had just ripped and CD and wanted to put it on my iPod, but got a repetative error message that the USB device isn't being recognized by windows. I

  • New key field creation in between of the 2 existing key fields?

    Hello, I have a custom table with 3 key fields. Now because of business requirements, we need to add one more key field IN BETWEEN the 2nd key field and 3rd key field of that table, if we create a new key field in the middle of existing 2 key fields,

  • Invalid Username and password ....while login in workspace

    error"you must supply a valid user name and password to log on the system." I have provisioned properly in shared services and also configured web server ..but while trying to login in workspace,getting error"you must supply a valid user name and pas

  • Itunes won't connect to store, network connection timed out

    hey its been a while now and its really starting to annoy me. my itunes won't connect to the store anymore and its been so long i can't remember what made it happen, i get an error message coming up saying network connection timed out ... no error co

  • Question about Quality Gate Management

    Hi Solman profis, I have questions about the transport requests in QGM. My Solution Manager is 7.1. I have a Solman project, in which I activated QGM and created a Change and created two transport requests (one workbench, one customizing) attached to