Primavera certification with Oracle database enterprise edition

Is Primavera (PPM) v8 certified for Oracle database 11g? Where do I find the certification matrix. Metalink does not seem to have certification information for database.
Thanks,
Caiping

Yes, R8 is supported on 10Gr2, 11Gr1, 11Gr2.
For the complete documentation see: http://download.oracle.com/docs/cd/E17266_01/English/Tested_Configurations/Tested_Config_R8.zip

Similar Messages

  • Removing Oracle Database Enterprise Edition Release 11.2.2.0 on linux 5

    I have installed Pre-Built Developer-VM (for Oracle VM VirtualBox) named Database App Development VM, including Oracle Database 11g Release 2 Enterprise Edition.
    VirtualBox VMs for Developers</title><meta name="Title" content="VirtualBox VMs for Developers&q…
    I would like to remove Oracle Database Enterprise Edition Release 11.2.2.0 on linux 5, but I am getting the error "command not found".
    [oracle@localhost ~]$ cd $ORACLE_HOME
    [oracle@localhost dbhome_2]$ cd deinstall
    [oracle@localhost deinstall]$ ls -ltr
    -rwxr-xr-x 1 oracle oracle 32343 Dec 16  2009 sshUserSetup.sh
    -rw-r--r-- 1 oracle oracle 489   Nov 16  2009 readme.txt
    -rw-r--r-- 1 oracle oracle 3466  Mar 19  2010 deinstall.xml
    -rwxr-xr-x 1 oracle oracle 9369  Jun 10  2010 bootstrap.pl
    -rwxr-xr-x 1 oracle oracle 14776 Jul 15  2010 deinstall.pl
    drwxr-xr-x 2 oracle oracle 4096  Oct  2  2010 response
    drwxr-xr-x 2 oracle oracle 4096  Oct  2  2010 jlib
    -rwxr-xr-x 1 oracle oracle 8474  Oct  2  2010 deinstall
    [oracle@localhost deinstall]$ ./deinstall
    Checking for required files and bootstrapping ...
    Please wait ...
    ./deinstall: line 217: ERROR:: command not found
    Does anybody have an idea?

    Hello Asif,
    I opened deinstall.pl with vi and jumped to line 217. There is nothing in line 217. Its the end of file. In line 216 is the following command:
    $TOOL_DIR/perl/bin/perl $TOOL_DIR/deinstall.pl $HOME_VER $TEMP_LOC $TOOL_DIR $ARCHITECTURE_FLAG $TOOL_ARGS
    I cannot find the problem.
    deinstall.pl
    # $Header: install/utl/scripts/db/deinstall /main/3 2010/05/28 20:12:57 ssampath Exp $
    # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
    #    NAME
    #      deinstall - wrapper script that calls deinstall tool.
    #    DESCRIPTION
    #      This script will set all the necessary variables and call the tools
    #      entry point.
    #    NOTES
    #      <other useful comments, qualifications, etc.>
    #    MODIFIED   (MM/DD/YY)
    #    mwidjaja    04/29/10 - XbranchMerge mwidjaja_bug-9579184 from
    #                           st_install_11.2.0.1.0
    #    mwidjaja    04/15/10 - Added SHLIB_PATH for HP-PARISC
    #    mwidjaja    01/14/10 - XbranchMerge mwidjaja_bug-9269768 from
    #                           st_install_11.2.0.1.0
    #    mwidjaja    01/14/10 - Fix help message for params
    #    ssampath    12/24/09 - Fix for bug 9227535. Remove legacy version_check
    #                           function
    #    ssampath    12/01/09 - XbranchMerge ssampath_bug-9167533 from
    #                           st_install_11.2.0.1.0
    #    ssampath    11/30/09 - Set umask to 022.
    #    prsubram    10/12/09 - XbranchMerge prsubram_bug-9005648 from main
    #    prsubram    10/08/09 - Compute ARCHITECTURE_FLAG in the script
    #    prsubram    09/15/09 - Setting LIBPATH for AIX
    #    prsubram    09/10/09 - Add AIX specific code check java version
    #    prsubram    09/10/09 - Change TOOL_DIR to BOOTSTRAP_DIR in java cmd
    #                           invocation of bug#8874160
    #    prsubram    09/08/09 - Change the default shell to /usr/xpg4/bin/sh on
    #                           SunOS
    #    prsubram    09/03/09 - Removing -d64 for client32 homes for the bug8859294
    #    prsubram    06/22/09 - Resolve port specific id cmd issue
    #    ssampath    06/02/09 - Fix for bug 8566942
    #    ssampath    05/19/09 - Move removal of /tmp/deinstall<timestamp> to java
    #                           code.
    #    prsubram    04/30/09 - Fix for the bug#8474891
    #    mwidjaja    04/29/09 - Added user check between the user running the
    #                           script and inventory owner
    #    ssampath    04/29/09 - Changes to make error message better when deinstall
    #                           tool is invoked from inside ORACLE_HOME and -home
    #                           is passed.
    #    ssampath    04/15/09 - Fix for bug 8414555
    #    prsubram    04/09/09 - LD_LIBRARY_PATH is ported for sol,hp-ux & aix
    #    mwidjaja    03/26/09 - Disallow -home for running from OH
    #    ssampath    03/24/09 - Fix for bug 8339519
    #    wyou        02/25/09 - restructure the ohome check
    #    wyou        02/25/09 - change the error msg for directory existance check
    #    wyou        02/12/09 - add directory existance check
    #    wyou        02/09/09 - add the check for the writablity for the oracle
    #                           home passed-in
    #    ssampath    01/21/09 - Add oui/lib to LD_LIBRARY_PATH
    #    poosrini    01/07/09 - LOG related changes
    #    ssampath    11/24/08 - Create /main/osds/unix branch
    #    dchriste    10/30/08 - eliminate non-generic tools like 'cut'
    #    ssampath    08/18/08 - Pickup srvm.jar from JLIB directory.
    #    ssampath    07/30/08 - Add http_client.jar and OraCheckpoint.jar to
    #                           CLASSPATH
    #    ssampath    07/08/08 - assistantsCommon.jar and netca.jar location has
    #                           changed.
    #    ssampath    04/11/08 - If invoking the tool from installed home, JRE_HOME
    #                           should be set to $OH/jdk/jre.
    #    ssampath    04/09/08 - Add logic to instantiate ORA_CRS_HOME, JAVA_HOME
    #                           etc.,
    #    ssampath    04/03/08 - Pick up ldapjclnt11.jar
    #    idai        04/03/08 - remove assistantsdc.jar and netcadc.jar
    #    bktripat    02/23/07 -
    #    khsingh     07/18/06 - add osdbagrp fix
    #    khsingh     07/07/06 - fix regression
    #    khsingh     06/20/06 - fix bug 5228203
    #    bktripat    06/12/06 - Fix for bug 5246802
    #    bktripat    05/08/06 -
    #    khsingh     05/08/06 - fix tool to run from any parent directory
    #    khsingh     05/08/06 - fix LD_LIBRARY_PATH to have abs. path
    #    ssampath    05/01/06 - Fix for bug 5198219
    #    bktripat    04/21/06 - Fix for bug 5074246
    #    khsingh     04/11/06 - fix bug 5151658
    #    khsingh     04/08/06 - Add WA for bugs 5006414 & 5093832
    #    bktripat    02/08/06 - Fix for bug 5024086 & 5024061
    #    bktripat    01/24/06 -
    #    mstalin     01/23/06 - Add lib to pick libOsUtils.so
    #    bktripat    01/19/06 - adding library changes
    #    rahgupta    01/19/06 -
    #    bktripat    01/19/06 -
    #    mstalin     01/17/06 - Modify the assistants deconfig jar file name
    #    rahgupta    01/17/06 - updating emcp classpath
    #    khsingh     01/17/06 - export ORACLE_HOME
    #    khsingh     01/17/06 - fix for CRS deconfig.
    #    hying       01/17/06 - netcadc.jar
    #    bktripat    01/16/06 -
    #    ssampath    01/16/06 -
    #    bktripat    01/11/06 -
    #    clo         01/10/06 - add EMCP entries
    #    hying       01/10/06 - netcaDeconfig.jar
    #    mstalin     01/09/06 - Add OraPrereqChecks.jar
    #    mstalin     01/09/06 -
    #    khsingh     01/09/06 -
    #    mstalin     01/09/06 - Add additional jars for assistants
    #    ssampath    01/09/06 - removing parseOracleHome temporarily
    #    ssampath    01/09/06 -
    #    khsingh     01/08/06 - fix for CRS deconfig
    #    ssampath    12/08/05 - added java version check
    #    ssampath    12/08/05 - initial run,minor bugs fixed
    #    ssampath    12/07/05 - Creation
    #MACROS
    if [ -z "$UNAME" ]; then UNAME="/bin/uname"; fi
    if [ -z "$ECHO" ]; then ECHO="/bin/echo"; fi
    if [ -z "$AWK" ]; then AWK="/bin/awk"; fi
    if [ -z "$ID" ]; then ID="/usr/bin/id"; fi
    if [ -z "$DIRNAME" ]; then DIRNAME="/usr/bin/dirname"; fi
    if [ -z "$FILE" ]; then FILE="/usr/bin/file"; fi
    if [ "`$UNAME`" = "SunOS" ]
    then
        if [ -z "${_xpg4ShAvbl_deconfig}" ]
        then
            _xpg4ShAvbl_deconfig=1
            export _xpg4ShAvbl_deconfig
            /usr/xpg4/bin/sh $0 "$@"
            exit $?
        fi
            AWK="/usr/xpg4/bin/awk"
    fi
    # Set umask to 022 always.
    umask 022
    INSTALLED_VERSION_FLAG=true
    ARCHITECTURE_FLAG=32
    TOOL_ARGS=$* # initialize this always.
    # Since the OTN and the installed version of the tool is same, only way to
    # differentiate is through the instantated variable ORA_CRS_HOME.  If it is
    # NOT instantiated, then the tool is a downloaded version.
    # Set HOME_VER to true based on the value of $INSTALLED_VERSION_FLAG
    if [ x"$INSTALLED_VERSION_FLAG" = x"true" ]
    then
       ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_2
       HOME_VER=1     # HOME_VER
       TOOL_ARGS="$ORACLE_HOME $TOOL_ARGS"
    else
       HOME_VER=0
    fi
    # Save current working directory
    CURR_DIR=`pwd`
    # If CURR_DIR is different from TOOL_DIR get that location and cd into it.
    TOOL_REL_PATH=`$DIRNAME $0`
    cd $TOOL_REL_PATH
    DOT=`$ECHO $TOOL_REL_PATH | $AWK -F'/' '{ print $1}'`
    if [ "$DOT" = "." ];
    then
      TOOL_DIR=$CURR_DIR/$TOOL_REL_PATH
    elif [ `expr "$DOT" : '.*'` -gt 0 ];
    then
      TOOL_DIR=$CURR_DIR/$TOOL_REL_PATH
    else
      TOOL_DIR=$TOOL_REL_PATH
    fi
    # Check if this script is run as root.  If so, then error out.
    # This is fix for bug 5024086.
    RUID=`$ID|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}'`
    if [ ${RUID} = "root" ];then
    $ECHO "You must not be logged in as root to run $0."
    $ECHO "Log in as Oracle user and rerun $0."
    exit $ROOT_USER
    fi
    # DEFINE FUNCTIONS BELOW
    computeArchFlag() {
       TOOL_HOME=$1
       case `$UNAME` in
          HP-UX)
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK -F\- '{print $2}' | $AWK '{print $1}'`" = "64" ];then
                ARCHITECTURE_FLAG="-d64"
             fi
          AIX)
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK '{print $1}' | $AWK -F\- '{print $1}'`" = "64" ];then
                ARCHITECTURE_FLAG="-d64"
             fi
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK '{print $2}' | $AWK -F\- '{print $1}'`" = "64" ];then
                  ARCHITECTURE_FLAG="-d64"
             fi
       esac
    if [ $HOME_VER = 1 ];
    then
       $ECHO "Checking for required files and bootstrapping ..."
       $ECHO "Please wait ..."
       TEMP_LOC=`$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/deinstall/bootstrap.pl $HOME_VER $TOOL_ARGS`
       TOOL_DIR=$TEMP_LOC
    else
       TEMP_LOC=`$TOOL_DIR/perl/bin/perl $TOOL_DIR/bootstrap.pl $HOME_VER $TOOL_ARGS`
    fi
    computeArchFlag $TOOL_DIR
    $TOOL_DIR/perl/bin/perl $TOOL_DIR/deinstall.pl $HOME_VER $TEMP_LOC $TOOL_DIR $ARCHITECTURE_FLAG $TOOL_ARGS
    Best regards

  • How to find a datasheet for Oracle Database Enterprise Edition

    Hi all
    Can you please send me a link where to find datasheet for Oracle Database Enterprise Edition, because when i navigate on www.oracle.com or www.otn.oracle.com or partners.oracle.com the only product which I can not find the Brochures and Datasheets link is ODBEE.
    If it is possible you can send me even the pdf document.
    Thank you and best regards

    Can you explain exactly what information you're looking for? There are many, many different things that could be called "data sheets". What information, specifically, are you trying to find about the enterprise edition database?
    Potentially, you are looking for the Oracle Database 11g Product Family which compares the features available in the various editions of the 11g database. Perhaps you want some other data sheet. If you can help us by telling us exactly what information you're trying to find, we can probably help you find it.
    Justin

  • Connect Problems with Oracle Database Express Edition 11g Release 2

    Hello,
    I am a student trying to install Oracle Database Express Edition 11g Release 2 and SQL Developer on my home system, Win7 64Bit, in order to practice some things I've learned from me DBA class and Developer classes.
    Anyway, I have everything installed, but I am having difficulty connecting as SYS or SYSDBA in the 'Run SQL Command Line', I keep getting the ORA-01017: invalid username/password: logon denied.
    However, If i select the 'Start Database' I get this:
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>
    and I can type sqlplus / as sysdba and it starts up just fine and show user lists me as "SYS".
    but if I go back to 'Run SQL Command Line' I still cannot connect as SYS or SYSDBA...I find this both confusing and frustrating. I don't know if I am in different instances or something like that, but I seem to be limited to connecting only as "SYSTEM". I need SYS because I want to practice creating datafiles, instances and things like that, but I seem to be lost.
    Also, I am trying to create a new DB connection with SQL Developer and I can only us SYSTEM for my login which, if I understand correctly, will limit my privileges. Again When I try to sign in with SYS or SYSDBA I get error'd out. When I installed Ora11gDBExpress I was prompted in input a single password that was supposed to grant me access as SYS or SYSTEM, but I am limited to only SYSTEM for some reason.
    So, I am looking for help/guidance as to what to do.
    Thanks in advance for any and all help,
    Warren

    General rule of thumb, don't use sysdba unless you want to shut down the database, or grant a database user privileges on a sys object.
    A SYSTEM connection is not "limiting", it has the DBA role which means a user with a system connection can do most anything needed, including select/update/delete/drop any user's objects as well as change parameters in the instance.
    The system user can indeed add datafiles, tablespaces, etc. The instance and database should already be created as long as the installer completed all its chores correctly. For XE, per the license agreement only one instance can run on one host. If you want to try creating a database, it will require shutting down the XE instance and creating a new database service, creating the database, and installing the system catalog and any other optional components desired. Good practice indeed, but a bit advanced for the new user.
    Do create users for schemas ... connect system; create user <username> identified by <password> and connect <username> for the schemas (a collection of objects) within the database. Grant the resource and create session privilege to <username> to allow the database user the ability to create tables, indexes, stored procedures, etc.
    There is no "or" in a sys as sysdba connection, from 10g onwards a sys connection requires using the sysdba privilege. To enable a sysdba connection, add your host user to the ORA_DBA group on the host. To verify the OS users in the ORA_DBA group, this might work for win7, in a cmd box ...
    $ net localgroup ora_dba
    ...If your OS user is in the ora_dba group the sys as sysdba password is not relevant, you can in fact type anything for a password. If you wish to connect with the sysdba privilege from a remote client, that is a bit different and requires knowing the password set in the instance password file. Which should be set the same as the system password defined in the installer, but you can change that by creating a new password file. Another slightly advanced topic.
    In Windows IMHO its better to leave the listener and database set to Manual start (in the services applet, Start/Run/services.msc) and start the listener, then the database, when its needed. At least for an XE instance, as its intended for practice and learning RDBMS management.
    Edited by: clcarter on Mar 2, 2012 6:19 PM
    fix typos

  • Problem with Oracle database Express Edition (Linux)

    I installed oracle-xe on my machine (ArchLinux x64), and all worked fine before a  reboot. After it, I still can connnect to the db with sqlplus, but can't connect to apex (http://localhost:8080/apex/f?p=4950) and can't get a connection using ojdbc:
    Exception in thread "main" java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection.
    I tried to reinstall the db several times, but the result was always the same: all is ok only before rebooting. I'm a newer with Oracle database and can't find a solution. Could you give me some tip about it?

    The problem was solved by changing permissions for log directory :
    sudo chmod -R 777 /usr/lib/oracle/product/11.2.0/xe/log

  • How Users Interact with Oracle Database Express Edition in a Network?

    Please i just want to know how users can relate or access the Oracle DB xpress on a network. Coming from an oracle enterprise edition background i know when you install oracle on a network, isqlplus for example is centrally loaded meaning you dont need to install oracle on each machine in the network, so users can access the DB from their nodes. I am presently working in a big estate management firm and i want to create a structured database for them, they use excel to store records and want to introduce Oracle.

    You can access XE remotely through the browser after following the instructions here:
    http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/network.htm#BHCBCFBA
    If you are using APEX as the application, you'd need to do that. There may be other firewall consideration though (ie opening the relevant server ports).
    [There's no isqlplus anymore, but there is a similar sql worksheet in the Apex development environment).
    If you are just using the database as a data store behind, for example, a Java application, then connections will probably be through ODBC/JDBC/OCI and probably need some client installation too.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Installing SQLDeveloper with Oracle Database Express Edition 11g Release 2

    Hello,
    I have a problem with sqldeveloper in connecting to the database with the following message:
    *"java.lang.unsatisfiedlinkerror oracle.jdbc.driver.t2cconnection.t2csetsessiontimezone"*
    I can connect to the database via SQL / SQLPLUS. I cannot select from the dual table.
    My machine is windows 7 - 64 -bit. I downloaded SQLDEVELOPER for 32-bit.
    Thanks.
    Jaffee

    I downloaded the version without the JDK, because I already had Java on my machine. I will try with the JDK included.
    New update: I download the version with the JDK. I recevied the same message. Do I need to delete the first version of Java?
    Thanks.
    Jaffee
    Edited by: Jaffee2 on Jul 24, 2012 11:50 AM

  • Help with Oracle Database XE edition tutorial

    Hi,
    I am a student and our instructor has told us to install 11g and now has us running through the 10g tutorial and I've run into a number of problems. There is one issue that I cannot find the solution for and was hoping that somebody could give me a hand.
    The tutorial has us make a table. This works...
    CREATE TABLE audit_record_tb1
    user_value varchar2(25),
    date_recorded timestamp(6)
    Later on, we have to create a trigger that will write to the table when another table's values are updated. This one doesn't work. It gives an error stating 'too many values'
    INSERT INTO audit_record_tb1
    VALUES(SYS_CONTEXT('userenv', 'current_user'),
    sysdate, :old.employee_id, :old.salary, :new.salary);
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-10001, 'audit trigger failure');
    There has been no instruction to add columns to the audit_record_tb1 table and I am at a loss as to what the issue is at this point.
    Thanks in advance for your help.

    963729 wrote:
    There has been no instruction to add columns to the audit_record_tb1 table and I am at a loss as to what the issue is at this point.Maybe the tutorial doesn't want you to insert 5 values into a 2 column table? Ok what is the tables task and what attributes are there?
    It is named: audit_record_tb1. So the purpose is probably to track everything that was changed in some other table. The columns (=attributes) are: user_value and date_recorded.
    Date_recorded clear is the data when some action took place (=sysdate). User_value could be the old value from some column or it could be the user who did the task.
    As you noticed there might be some information mission. Like which column does the old value come from etc.
    Of cause you could insert all this into the user_value column. Unfortunatly that is no a very large column (25 char).
    You solution to add new columns is a good idea. The oracle documentation has the syntax diagrams to help you do this. It is a god idea to bookmark the documentation.
    Homepage 11g: http://www.oracle.com/pls/db112/homepage
    And the SQL Language reference: http://docs.oracle.com/cd/E11882_01/server.112/e26088/toc.htm
    Another solution could be to insert each old value into a separate row.
    Something like
    INSERT INTO audit_record_tb1
    VALUES(to_char(:old.employee_id), sysdate);
    INSERT INTO audit_record_tb1
    VALUES(to_char(:old.salary), sysdate);
    ...It is not needed to insert the new value. Why? because this value is still in the current record. And if that record is changed again the trigger will write another entry to the audit table.
    Edited by: Sven W. on Oct 8, 2012 9:16 PM

  • Oracle Database Enterprise Edition 11g, 10g r2, 10g r1 and 9i

    Hello,
    Is there a detailed, comprehensive document somewhere that describeds feaures and differences among all major releases of Oracle DB 11g,10g r2, 10g r1 and 9i EE?
    I would imagine a side by side MS Excel like matrix.
    Thanks,
    R

    17 (16 unresolved) ??
    http://www.orafaq.com/faq/features_introduced_in_the_various_server_releases
    read the link.
    Hope it helps.
    Regards
    Asif Kabir
    -- Mark answer as correct/helpful.

  • OIM installation with Oracle db Standard Edition

    The 11g version of OIM, OAM works with Oracle 11g db Enterprise Edition. Will these components work with Oracle db 11g Standard Edition ?
    If this works then I am planning to use only for prototype purpose, where I can use a low end server.

    Thanks Thiago,
    Looks like the Enterprise Edition is required only for OAAM. rest of the components like OAM, OIM, OID and OVD will work with Standard Edition. Is my assumption correct ?
    Thanks!
    Kabi
    Followings are the extract from the certification matrix.
    +. The Oracle databases listed in this column are supported on all configurations (including RAC) and platforms that the database team supports. Check Certify for details.+
    +. Oracle recommends using latest Oracle DB PSU's. For latest recommended patch information, refer to https://support.oracle.com/+
    +. For OAAM, Oracle recommends Oracle Database Enterprise Edition for production deployments.+

  • Upgrade oracle database express edition

    good morning
    i've a question i'm working with oracle database express edition but now the memory is full and i want to upgrade it to oracle enterprise edition but i don't know the steps please can you help me in this
    best regards

    I've a question i'm working with oracle database express edition but now the memory is full and i want to upgrade it to oracle enterprise edition Hi,
    Not to dissuade you from that, but that's quite a leap from XE to EE, are you sure that SE One or SE would not be a 'better option' for you?
    Also, by 'memory is full', I assume you mean you've reached the 4Gb data limit?

  • Database Web Services and OC4J in Oracle Database Standard Edition

    Hi all,
    Oracle Database Standard Edition has database web services, which require OC4J if the database is to be used as web service provider. So, can OC4J be used in production with Oracle Database Standard Edition?
    Thank you for this clarification :)
    Mitko

    Yes. :)

  • "In-Memory Database Cache" option for Oracle 10g Enterprise Edition

    Hi,
    In one of our applications, we are using TimesTen 5.1.24 and Oracle 9i
    databases (platform - Solaris 9i).
    TimesTen holds application information which needs to be accessed quickly
    and Oracle 9i is a master application database.
    Now we are looking at an option of migrating from Oracle 9i to Oracle 10g
    database. While exploring about Oracle 10g features, came to know about
    "In-Memory Database Cache" option for Oracle Enterprise Edition. This made
    me to think about using Oracle 10g Enterprise Edition with "In-Memory
    Database Cache" option for our application.
    Following are the advantages that I could visualize by adopting the
    above-mentioned approach:
    1. Data reconciliation between Oracle and TimesTen is not required (i.e.
    data can be maintained only in Oracle tables and for caching "In-Memory
    Database Cache" can be used)
    2. Data maintenance is easy and gives one view access to data
    I have following queries regarding the above-mentioned solution:
    1. What is the difference between "TimesTen In-Memory Database" and
    "In-Memory Database Cache" in terms of features and licensing model?
    2. Is "In-Memory Database Cache" option integrated with Oracle 10g
    installable or a separate installable (i.e. TimesTen installable with only
    cache feature)?
    3. Is "In-Memory Database Cache" option same as that of "TimesTen Cache
    Connect to Oracle" option in TimesTen In-Memory Database?
    4. After integrating "In-Memory Database Cache" option with Oracle 10g, data
    access will happen only through Oracle sqlplus or OCI calls. Am I right here
    in making this statement?
    5. Is it possible to cache the result set of a join query in "In-Memory
    Database Cache"?
    In "Options and Packs" chapter in Oracle documentation
    (http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/options.htm
    #CIHJJBGA), I encountered the following statement:
    "For the purposes of licensing Oracle In-Memory Database Cache, only the
    processors on which the TimesTen In-Memory Database component of the
    In-Memory Database Cache software is installed and/or running are counted
    for the purpose of determining the number of licenses required."
    We have servers with the following configuration. Is there a way to get the
    count of processors on which the Cache software could be installed and/or
    running? Please assist.
    Production box with 12 core 2 duo processors (24 cores)
    Pre-production box with 8 core 2 duo processors (16 cores)
    Development and test box with 2 single chip processors
    Development and test box with 4 single chip processors
    Development and test box with 6 single chip processors
    Thanks & Regards,
    Vijay

    Hi Vijay,
    regarding your questions:
    1. What is the difference between "TimesTen In-Memory Database" and
    "In-Memory Database Cache" in terms of features and licensing model?
    ==> Product has just been renamed and integrated better with the Oracle database - Times-Ten == In-Memory-Cache-Database
    2. Is "In-Memory Database Cache" option integrated with Oracle 10g
    installable or a separate installable (i.e. TimesTen installable with only
    cache feature)?
    ==> Seperate Installation
    3. Is "In-Memory Database Cache" option same as that of "TimesTen Cache
    Connect to Oracle" option in TimesTen In-Memory Database?
    ==> Please have a look here: http://www.oracle.com/technology/products/timesten/quickstart/cc_qs_index.html
    This explains the differences.
    4. After integrating "In-Memory Database Cache" option with Oracle 10g, data
    access will happen only through Oracle sqlplus or OCI calls. Am I right here
    in making this statement?
    ==> Please see above mentioned papers
    5. Is it possible to cache the result set of a join query in "In-Memory
    Database Cache"?
    ==> Again ... ;-)
    Kind regards
    Mike

  • Primavera CM compatibility with Oracle 11g Express Edition

    We are trying to install Primavera CM 13.1 application (on windows 7 32 bit) with oracle 11g express edition (on CentOS 5.4 64 bit). Installation is completed without any warning but while trying to log on in the system with expadmin, it shows Internal Server Error. Through dbconfigcm utility we can connect the database but while running the CMAdminConfig utility, it throws java exception in command line "Unable to parse XML String" with java pop-up warning node has no children.
    Is it due to compatibility issue of Primavera CM 13.0/ 13.1 with oracle 11g express edition or something we are missing?
    Regards,
    Sandip

    Thanks Jim for the quick response. From the link, I understand that TT integration will be available with an extra cost. I presume it is only with EE and not XE, correct? Technically, there is no TT support with XE, Is that a fair statement?
    Thanks

  • Creating a Database with Oracle 10 Express Edition

    Hello,
    I had installed Oracle Database 10g Express Edition whith linux, fedora core 4.
    I want to create a new database with Oracle 10g Express Edition. How can i do this?
    I know that Orcale 10g express edition have only one Database which is installed by default sid 'XE', but my database must have another name.
    Thanks.

    Really you need to change database name ?
    Oracle 10g Espress Edition and change ORACLE_SID

Maybe you are looking for

  • Itunes crashes when i try to play a tv show

    Yesterday I set up my nice brand new macbook pro, imported my programs and itunes library from my old Mac and everything went fairly smoothly (had to re-register Photoshop and Illustrator and redownload paralells) The main problem has been itunes whi

  • ORACLE BPM - Integration with BI

    We have to integrate Oracle BPM with SAP-BI. Does Oracle BPM provide any adapters to connect to staging tables. ThankYou!

  • Not synching :S

    My contacts wont synch to icloud even though my itunes says they are...?

  • Reverse Stock In Transit

    Hello all, Case is In PO qty = 5.008 KG Delivery = 5.00 KG PGI = 5.00 KG When doing GR in receiving plant: Error for Qty Exceeded by xxx KG In MB5T qty = 5.008 KG Now i want to reverse the PGI When I reverse the PGI [641 Mvt] thru VL09, i get error m

  • Risk in mirroring

    Hi What are all the benefits and risk associated with mirroring in oracle data migration from 9i to 10g in aix to linux? Thanks Raj