List of Advantages & Benefits in Oracle 11R2

Hi,
I want to upgrade Oracle 9.2 to 11R2.
I need a list of Benefits & Advantages in 11R2.
Thanks,
Saswat

Pl do not post duplicates - Steps to Upgrade Oracle 9.2 to 11R2 on IBM/AIX 5.3

Similar Messages

  • Handling a List returned from a Stored Oracle Procedure

    I'm trying to put a PL/SQL oracle wrapper around some post code lookup
    software.
    We're planning to get the wrapper to return a List and then JDBC to handle this list.
    Has anyone already done/attempted to do this? Does anyone know if it can be done using a List and can oracle stored procedures return a List?

    It appears that Oracle does support an array type:
    In Oracle
    CREATE OR REPLACE FUNCTION getEmpArray RETURN EMPARRAY
    AS
    l_data EmpArray := EmpArray();
    CURSOR c_emp IS SELECT ename FROM EMP;
    BEGIN
    FOR emp_rec IN c_emp LOOP
    l_data.extend;
    l_data(l_data.count) := emp_rec.ename;
    END LOOP;
    RETURN l_data;
    END;
    In Java
    public static void main( ) {
      OracleCallableStatement stmt =(OracleCallableStatement)conn.prepareCall
                    ( "begin ? := getEMpArray; end;" );
        // The name we use below, EMPARRAY, has to match the name of the
        // type defined in the PL/SQL Stored Function
        stmt.registerOutParameter( 1, OracleTypes.ARRAY,"EMPARRAY" );
        stmt.executeUpdate();
        // Get the ARRAY object and print the meta data assosiated with it
        ARRAY simpleArray = stmt.getARRAY(1);
        System.out.println("Array is of type " +  simpleArray.getSQLTypeName());
        System.out.println("Array element is of type code "+simpleArray.getBaseType());
        System.out.println("Array is of length " + simpleArray.length());
        // Print the contents of the array
        String[] values = (String[])simpleArray.getArray();
        for( int i = 0; i < values.length; i++ )
          System.out.println( "row " + i + " = '" + values[i] +"'" );
    This was taken from:
    http://otn.oracle.com/sample_code/tech/java/codesnippet/jdbc/varray/index.html

  • Advantages of using oracle

    Hello guyz... I never even tried to use oracle in my projects.. but I am curious what are the advantages of using Oracle compared with the other database....

    plus the warm fuzzy feeling of creating employment for hungry Oracle DBAs :)
    Just kidding. Oracle is a good database to know just because it's used so much.
    So even if it weren't exceedingly powerful, stable, and versatile you'd still be doing yourself a disservice by not knowing at least something about it.

  • Advantages of using Oracle with Unix over Windows server

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

  • Data Modeler 3 (EA1): Connection issue when connecting to oracle 11R2

    Hi all,
    When I try to create a connection object for a oracle 11r2 database I get the following error:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-22285: non-existent directory or file for FILEEXISTS operation
    ORA-06512: at "SYS.DBMS_LOB", line 725
    ORA-06512: at line 5
    when I test the connection.
    I have checked the oracle 11r2 instance and have 3 directory objects and all are correct;
    SYS ORACLE_OCM_CONFIG_DIR /opt/oracle/app/oracle/product/11.2.0.1/ccr/state
    SYS DATA_PUMP_DIR /opt/oracle/app/oracle/product/11.2.0.1/rdbms/log/
    SYS XMLDIR /opt/oracle/app/oracle/product/11.2.0.1/rdbms/xml
    What can cause this problem. I have the same issue with the older version of the data modeler
    Thanks

    Hey if you want me too I can create a tar/sr.
    It happens even when I log in as sysdba. The three directory objects on the file system are all owned by oracle and oracle can rwx into those.
    My user can see XMLDIR but does not have read/write on the directory object all other it does have read write.
    Thanks.
    datamodeler.log:
    2010-10-19 11:54:14,947 [main] INFO DataModelerAddin - Oracle SQL Developer Data Modeler 2.1
    2010-10-19 12:01:32,288 [AWT-EventQueue-0] ERROR AbstractDBMExtractionWizardImpl - java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-22285: non-existent directory or file for FILEEXISTS operation
    ORA-06512: at "SYS.DBMS_LOB", line 725
    ORA-06512: at line 5
    Environment:
    About
    Oracle SQL Developer Data Modeler 3.0.0
    Version 3.0.0
    Build 649
    Copyright © 2008,2010 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.58.38
    Product ID: oracle.datamodeler
    Product Version: 3.0.0.649
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_21
    Oracle IDE     3.0.0
    Versioning Support     3.0.0
    Properties
    Name     Value
    ====     =====
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.bootstrap.start     3457609345725564
    ide.build     649
    ide.conf     D:\app\oracle\datamodeler\3.0.0\datamodeler\bin\datamodeler.conf
    ide.config_pathname     D:\app\oracle\datamodeler\3.0.0\datamodeler\bin\datamodeler.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     datamodeler/extensions:jdev/extensions
    ide.firstrun     true
    ide.java.minversion     1.6.0_04
    ide.launcherProcessId     4160
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     D:\Documents and Settings\StreekRG\Application Data\Oracle SQL Developer Data Modeler
    ide.pref.dir.base     D:\Documents and Settings\StreekRG\Application Data
    ide.product     oracle.datamodeler
    ide.shell.enableFileTypeAssociation     D:\app\oracle\datamodeler\3.0.0\datamodeler.exe
    ide.splash.screen     splash.png
    ide.startingArg0     D:\app\oracle\datamodeler\3.0.0\datamodeler.exe
    ide.startingcwd     D:\app\oracle\datamodeler\3.0.0
    ide.user.dir     D:\Documents and Settings\StreekRG\Application Data\Oracle SQL Developer Data Modeler
    ide.user.dir.var     IDE_USER_DIR
    ide.vcs.noapplications     true
    ide.work.dir     D:\Documents and Settings\StreekRG\My Documents\Oracle SQL Developer Data Modeler
    ide.work.dir.base     D:\Documents and Settings\StreekRG\My Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     50.0
    java.endorsed.dirs     D:\java\jdk1.6.0_21\jre\lib\endorsed
    java.ext.dirs     D:\java\jdk1.6.0_21\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    java.home     D:\java\jdk1.6.0_21\jre
    java.io.tmpdir     D:\DOCUME~1\StreekRG\LOCALS~1\Temp\
    java.library.path     D:\app\oracle\datamodeler\3.0.0;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\app\oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;%C:\WINDOWS%\system32;%C:\WINDOWS%;%C:\WINDOWS%\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\QuickTime\QTSystem\
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_21-b07
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.6.0_21
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     17.0-b17
    jdbc.driver.home     /D:/app/oracle/product/11.1.0/db_1/
    jdbc.library     /D:/app/oracle/product/11.1.0/db_1/jdbc/lib/ojdbc5.jar
    line.separator     \r\n
    oracle.home     D:\app\oracle\datamodeler\3.0.0
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.net.tns_admin     D:\app\oracle\datamodeler\3.0.0\network\admin
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     /D:/app/oracle/product/11.1.0/db_1/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.boot.class.path     D:\java\jdk1.6.0_21\jre\lib\resources.jar;D:\java\jdk1.6.0_21\jre\lib\rt.jar;D:\java\jdk1.6.0_21\jre\lib\sunrsasign.jar;D:\java\jdk1.6.0_21\jre\lib\jsse.jar;D:\java\jdk1.6.0_21\jre\lib\jce.jar;D:\java\jdk1.6.0_21\jre\lib\charsets.jar;D:\java\jdk1.6.0_21\jre\classes
    sun.boot.library.path     D:\java\jdk1.6.0_21\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 3
    svnkit.sax.useDefault     true
    user.country     US
    user.dir     D:\app\oracle\datamodeler\3.0.0\datamodeler\bin
    user.home     D:\Documents and Settings\StreekRG
    user.language     en
    user.name     streekrg
    user.timezone     America/New_York
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Code Editor     oracle.ide.ceditor     11.1.1.4.37.58.38     Loaded
    Database UI     oracle.ide.db     11.1.1.4.37.58.38     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.4.37.58.38     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.4.37.58.38     Loaded
    Help System     oracle.ide.help     11.1.1.4.37.58.38     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.4.37.58.38     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.4.37.58.38     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.4.37.58.38     Loaded
    Log Window     oracle.ide.log     11.1.1.4.37.58.38     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.4.37.58.38     Loaded
    Navigator     oracle.ide.navigator     11.1.1.4.37.58.38     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.4.37.58.38     Loaded
    Oracle IDE     oracle.ide     11.1.1.4.37.58.38     Loaded
    Oracle SQL Developer Data Modeler     oracle.datamodeler     3.0.0.649     Loaded
    Peek     oracle.ide.peek     11.1.1.4.37.58.38     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.4.37.58.38     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.4.37.58.38     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.4.37.58.38     Loaded
    Replace With     oracle.ide.replace     11.1.1.4.37.58.38     Loaded
    Runner     oracle.ide.runner     11.1.1.4.37.58.38     Loaded
    VHV     oracle.ide.vhv     11.1.1.4.37.58.38     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.4.37.58.38     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.4.37.58.38     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.4.37.58.38     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.4.37.58.38     Loaded
    audit     oracle.ide.audit     11.1.1.4.37.58.38     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.4.37.58.38     Loaded

  • What are the advantage of using Oracle Database when compare to SQL SERVER

    Hi all
    Please tell anyone about
    what are the advantage of using Oracle Database when compare to SQL SERVER
    Thanks in advance
    Balamurugan S

    user12842738 wrote:
    Hi,
    There are various differences between the two.
    1. SQL Server is only Windows, but Oracle runs on almost all Platforms.
    2. You can have multiple databases in SQL Server, but Oracle provides you only one database per instance.Given that the very term 'database' has s different meaning in the two products, this "difference" is absolutely meaningless.
    3. SQL Server provides T-SQL for writing programs, whereas Oracle provides PL/SQLWhich means what? Both products have a procedural programming language. They named them differently, and the languages are not interchangeable. Means nothing in comparing the features/strengths/weaknesses/suitability to purpose.
    4. Backup types in both are the same. (Except Oracle provides an additional backup called Logical Backup.)You make that sound like "Logical Backup" is something more than it is. It is nothing more than an export of the data and metadata. Many experts don't even consider it a backup. I'm sure SQL Server provides the same functionality though they probably call it by some other name.
    5. Both provide High Availability.Well, I guess they both have a suite of features they refer to as "High Availability". But what does that really mean? The devil is in the details. Remember, the two products don't even agree on what constitutes a "database".
    6. Both come in various distributions.???
    >
    If you are going for an Implementation, you can try SQL Server Express Edition and Oracle XE which are free to use.
    Then you can choose whichever is comfortable for your needs.
    Thanks.

  • Features and Advantages Auditing in oracle apps

    Hi
    I need to enable the auditing for one of the client instance.
    Please share the ideas on Features and Advantages Auditing in oracle apps, if any docs available please share with me
    Thanks
    Shaik

    Hi;
    Please check
    Audit Trail functionality -Using Audit Trail functionality to obtain New value at every update
    Using Audit Trail functionality to obtain New value at every update
    audit trail setup
    audit trail setup
    Audit uSers
    Re: Audit users
    - Monitor Application Users does not Display All Users Signed On [ID 1014948.6]
    - Monitor User Form Does Not Retrieve Records [ID 144742.1]
    How do you audit an Oracle Applications' user? [ID 395849.1]
    Auditing: How Do I Audit Responsibilities and Data? [ID 436316.1]
    How To Audit Data Changes In Tables Using Triggers [ID 1025832.6]
    Monitor Users Screen Displays Many Users Still Logged into Oracle Applications Even After They Have Logged Out [ID 143435.1]
    Regard
    Helios

  • Oracle 11R2 with latest patch bundle

    Hi All,
    I need to install Oracle 11R2 on linux x86_64 bit OS. I am installing Oracle 11.2.0.1.0 and would like to know which is the latest bundle patch , that needs to be installed.
    Thanks

    Hi;
    I need to install Oracle 11R2 on linux x86_64 bit OS. I am installing Oracle 11.2.0.1.0 and would like to know which is the latest bundle patch , that needs to be installed. The lastest 11gr2 version is 11.2.0.2 which you can download from metalink as a patch. The setup published as patch,the patch number is *10098816 *
    The lastest PSU is 11.2.0.2.3 patch no is 12419331
    You can find all details at below
    Quick Reference to Patchset Patch Numbers [ID 753736.1]
    Regard
    Helios

  • Oracle 11R2 replication set up

    Hi all,
    I am new to oracle 11i and would like some thoughts on the implementing oracle replication.
    I am planning to install Oracle 11R2 64 bit on windows 2008 64 bit. We will have another server in other location. How can i set up replication between two server..
    what i need to set up on both server?
    Please guide or any good doc would be helpful
    thanks

    Pranav,
    Telling someone they "need" to install an expensive product is bad advice. Although your one over the world view of setting up GoldenGate is technically accurate, it also leaves out quite a bit, using a data pump, as an example.
    For the OP:
    Do you really mean 11i, as in E-Business Suite, or did you mean 11g, as in the RDBMS?
    Your choices are:
    Use what you've already paid for - Oracle Streams
    License another Oracle product - GoldenGate
    Buy a third party tool - Quest Shareplex, as an example
    Do your own replication - materialized views, triggers, database links, and so on.

  • Any benefits of Oracle Transparent Gateway to connect to MSSQLServer ?

    What are the benefits of Oracle 10G's Oracle Transparent Gateway to connect to MSSQL Server ?

    Please be aware all gateways including the free component hsodbc up to release 10.2 have been desupported by 15th of Marcg 2008 and customers should use the follow up products.
    The follow up product of TG4MSQL is Database gateway for MS SQl Server v11 and the follow up product of HSODBC is Database gateway for ODBC V11. The V11 gateway are certified with older Oracle database - but you might apply a gateway compatibility patch to the Oracle database release.
    There are a lot of differences between DG4MSQL (TG4MSQL) and DG4ODBC (HSODBC):
    - DG4MSQL supports many more functions it can directly map to SQl Server equivalents - DG4ODBC only suppors a few functions it can directly map to the equivalenst of a foreign database and all other functions are post processed. Post processing means ALL records from the remote table are fetched into the Oracle database and the result is then processed locally. Depending on the amount of data in the foreign table it might take a while
    - DG4MSQL can call remote stored procedures
    - DG4MSQL can participate in distributed transactions. This for example allows you to pass data changes in an Oracle table directly in the same transaction to the SQL Server side using triggers. Or you can also use STREAMS to replicate data between both databases.
    ...

  • Rpm for oracle 11r2

    Hi,
    I tried to install oracle 11r2 in red hat.
    followings are missed
    gcc-4.1.2
    libgomp-4.1.2
    glibc-2.5-24
    gcc-c++-4.12 @
    libaio-devel-0.3.106
    libcc-4.1.2 @
    libstdc++-4.1.2
    libstdc++-devel-4.1.2
    sysstat-7.0.2
    unixodbc-2.2.11
    unixodbc-devel-2.2.11
    some of the rpms asked dependencies.why these files are missed? where to get these file.
    [root@perf Downloads]# rpm -ivh gcc-4.1.2-1.i386.rpm
    error: Failed dependencies:
    libintl.so.8 is needed by gcc-4.1.2-1.i386
    linux-gate.so.1 is needed by gcc-4.1.2-1.i386
    [root@perf Downloads]# rpm -ivh libstdc++-devel-4.1.2-33.i386.rpm
    warning: libstdc++-devel-4.1.2-33.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
    error: Failed dependencies:
    libstdc++ = 4.1.2-33 is needed by libstdc++-devel-4.1.2-33.i386
    [root@perf Downloads]# rpm -ivh sysstat-7.0.2-3.src.rpm
    1:sysstat warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    ########################################### [100%]
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    [root@perf Downloads]# rpm -ivh  unixODBC-2.2.11-7.1.src.rpm
    warning: unixODBC-2.2.11-7.1.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
    1:unixODBC warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    warning: user brewbuilder does not exist - using root
    warning: group brewbuilder does not exist - using root
    ########################################### [100%]
    error: unpacking of archive failed on file /usr/src/redhat/SOURCES/unixODBC-2.2.11.tar.gz;4bb348ea: cpio: read
    [root@perf Downloads]# rpm -ivh unixODBC-devel-2.2.11-7.1.i386.rpm
    warning: unixODBC-devel-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
    error: Failed dependencies:
    libboundparam.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libesoobS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libgtrtst.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libmimerS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libnn.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libodbccr.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libodbcdrvcfg1S.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libodbcdrvcfg2S.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libodbcinst.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libodbcminiS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libodbcnnS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libodbctxtS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    liboplodbcS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    liboraodbcS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libsapdbS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libtdsS.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    libtemplate.so.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    unixODBC = 2.2.11-7.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    please anyone helpme out that

    For Red hat, you need to have a paid license for Redhat network. "Other than that, the option would be search over web like www.rpmfind.net. I would recommend you that you start using Enterprise Linux which has a Public YUM available for free which can be used to find the rpms needed without looking in the media all the time.
    HTH
    Aman....

  • OS for oracle 11R2

    Hi,
    I would like to install oracle 11r2 on Linux in vmware in windows xp 32(service pack 2).
    which Linux version is suitable for oracle 11R2.
    I tried red hat 5.1 but some of the rpm packages is missing.
    and registered oracle enterprise Linux.but export validation is delayed for download.
    It is urgent where can i get the oracle enterprise linux 5.4.?
    or
    some other supported version for oracle enterprise linux 5.4?

    user3266490 wrote:
    Hi,
    I would like to install oracle 11r2 on Linux in vmware in windows xp 32(service pack 2).
    which Linux version is suitable for oracle 11R2.
    I tried red hat 5.1 but some of the rpm packages is missing.
    Did you try looking for them and installing them?
    and registered oracle enterprise Linux.but export validation is delayed for download.Even OEL wil have some packages missing when you first shake it out of the box.
    >
    It is urgent where can i get the oracle enterprise linux 5.4.?
    No, it is not urgent. Urgent is when (1) people are dying or (2) you have a revenue generating production system that is down. And in light of (1), I often have doubts about the urgency of (2).
    or
    some other supported version for oracle enterprise linux 5.4?

  • Looking for a list of companies who use Oracle

    Hi Everyone,
    I hope this is the correct forum to post this message.
    I was wondering if anyone knows how to find a list of companies in my area (the state of CT) that use Oracle so I can use it to find employment for myself.
    Thanks in advance.
    Emad

    Oracle support may have such a list. I could provide you a few.
    1. The Hartford, Hartford
    2. Travelers, Hartford
    3. Open Solutions, Glastonbury
    4. General Electric, Danbury
    5. ESPN, Bristol
    6. Webster Bank, Waterbury, Bristol
    7. Trumbull Services, Windsor
    8. United Technologies, Windsor

  • Looking for a specific list of modules included in Oracle Vision demo

    Hi All,
    I am trying to find out which EBS modules are included when you install Oracle Vision demo db. My client no longer has the Vision db installed and before I reinstall it, I'd like to know what I will get. For example, is GRC included and what is the lastest ver/rel that I should install to get the latest?
    Thanks in advance for your help.

    T Michaels wrote:
    Hi All,
    I am trying to find out which EBS modules are included when you install Oracle Vision demo db. My client no longer has the Vision db installed and before I reinstall it, I'd like to know what I will get. For example, is GRC included and what is the lastest ver/rel that I should install to get the latest?
    Thanks in advance for your help.I do not think you will find the list of modules documented. However IINM, vision demo database is similar to any fresh EBS installation except for more installed modules and data, so if you refer to any fresh installed EBS instance you should get the list of modules.
    Solution Beacon provides free access to 11i and R12 Vision Demo instances. You can access 11i and R12 Vision Demo instances through the following links:
    Release 11i Vision Instances
    http://www.solutionbeacon.com/tools_r11ivision.htm
    Release 12 Vision Instances
    http://www.solutionbeacon.com/tools_r12vision.htm
    You may also refer to eTRM and EBS docs webites -- http://etrm.oracle.com/ and http://docs.oracle.com/cd/E18727_01/index.htm
    You can download a vision VM template from http://www.oracle.com/technetwork/server-storage/vm/ebs-093153.html
    Thanks,
    Hussein

  • JS Validation for Drop down List is not working in Oracle PL/SQL Package

    Hi All,
    I am facing an issue with JavaScript validation done in Oracle PL SQL package.
    System Requirement:
    There is one screen which contains two fields viz. FLD 1 & FLD 2 and one 'Submit' button.
    FLD 1 and FLD 2 fields are drop down list boxes.These are mandatory fields.
    The screen is developed in Oracle Mod PL SQL package.
    The html coding and java scripting are embedded in the respective Oracle PL SQL Package procedure which generates this screen,takes the input values provided by user,does the
    field validations and submits the form.
    Issue:
    The javascript validation for FLD 2 dropdown is working successfully.
    When the user leaves this field as blank,the embedded javascript pops up an error message 'Selection of FLD 2 is manadatory before submitting the form!'.
    As FLD 1 is also a mandatory field,the javascripting validation should pop up the similar error message 'Selection of FLD 1 is manadatory before submitting the form!'.
    But,this first field validation is not at all working.
    The system allows to submit the form even if the 'FLD 1' is left blank.
    The javascript code sysntax for validation of FLD 1 & FLD 2 drop down list boxes as follows:
    function validate_form_fields()
    if (document.forms[0].p_fld_1.selectedIndex == 0))) || (document.forms
    [0].p_fld_1.selectedIndex < 1 )
    alert("Selection of FLD 1 is manadatory before submitting the form!!!");
    return false;
    else if (document.forms[0].p_fld_2.selectedIndex == 0))) || (document.forms
    [0].p_fld_2.selectedIndex < 1 )
    alert("Selection of FLD 2 is manadatory before submitting the form!!!");
    return false;
    return true;
    I am viewing the screen from the web browser IE version 8.0.
    Your timely help will really be appreciated.
    Regards & Thanking in advance,
    Alka

    Hi,
    1. Your problem is actually related to JavaScript, not SQL and PL/SQL. So, this is the wrong forum to post. The closest to JS is the Application Express forum {forum:id=137}. Clearly state that it is not an Apex issue and that you are looking for JS help.
    2. Your JS code, the way you has posted it, is syntactically incorrect, so if you post on Apex forum put the correct code and in tags as described in the FAQ
    {quote}
    function validate_form_fields()
    if (document.forms[0].p_fld_1.selectedIndex == 0))) || (document.forms
    [0].p_fld_1.selectedIndex < 1 )
    alert("Selection of FLD 1 is manadatory before submitting the form!!!");
    return false;
    else if (document.forms[0].p_fld_2.selectedIndex == 0))) || (document.forms
    [0].p_fld_2.selectedIndex < 1 )
    alert("Selection of FLD 2 is manadatory before submitting the form!!!");
    return false;
    return true;
    {quote}
    Regards,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Adding new field in PO and PR screen

    Dear Friends, Kindly sugest the solution to add new custom field to PR and PO screen at item level in SOURCE OF SUPPLY TAB. regards Vishal

  • Can't see My Book drive

    I have run Airport Extreme Utility and am connected to the internet, can see the My Book drive in the PC version of the setup utility as well as my MBP one. I connect to the drive just fine on the MBP and did it ONCE on the PC but it won't do it agai

  • Help me access my library!

    Okay, so the laptop that I have my ipod synced to is no longer working and I can't access anything on it, including my iTunes library... I have been trying to access it on other computers but am only able to get on my iTunes account. I really want to

  • Purging Completed WorkFlows in MDM

    Weu2019re running SAP MDM 5.5 SP 6.  We implemented the SAP Note Number: 1240587 about 1 ½ years ago.  Here is the linku2026 http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_mdm/~form/handler%7b5f4150503d3030

  • Will not bring favorites over from IE8

    I dloaded firefox to Windows 7 but it will not bring the favorites over. I clicked on "import" and it said it did it but they are no where to be found. Thats problem #1 Problem #2, The reason I have Windows 7 is because my xp computer crashed. On tha