Exadata - execution of different versions of Oracle

Is it possible to run different versions of Oracle on Exadata device? Like most of us, some sellers are behind when it comes to certify their applications running on different versions of Oracle. I just want to know the possibilities and limitations.

Thank you.

If you have decided to move to Exadata, the best thing to do is run 11.2.0.4.  I wouldn't go below 11.2.0.3 for a new implementation, since 11.2.0.2 is out of error correction.  You won't be able to get 11.1 to run easily, and 11.2.0.1 will be difficult because the DSO start is the value 11.2.0.2.0 for the compatibility of the database (you must watch on a 4 X to see if it is updated to 11.2.0.4.0).  Of course, 12.1 is fully supported.

Tags: Database

Similar Questions

  • Between different versions of oracle DataGuard

    I can dataguard year 11.1.0.6 database to a backup database 11.2.0.1

    For the purposes of upgrading Yes. But only a logical standby. And you can also use the logical standby transient rolling upgrade as well if you are a user of physical intelligence.

    See the following topics:

    Joint Oracle Version supports with Data Guard redo Transport Services (Doc ID 785347.1) on the Oracle Support

    MAA Rolling Upgrade paper at http://www.oracle.com/technology/deploy/availability/maa/maa_wp_11g_upgrades_made_easy.pdf
    Logic paper ensures Rolling Upgrade transitional MAA http://www.oracle.com/technology/deploy/availability/pdf/maa_wp_11g_transientlogicalrollingupgrade.pdf

    Larry

  • Change of version of Oracle.DataAccess?

    Hello.

    In a standard client 11 GR 2 installation, ODP.net comes with the 2.112.1.0 version. When you install the developer tools for VS, the installer replaces this version with 2.112.1.1.

    When an application is built and then given to someone who doesn't have the developer tools, it has here a problem of version and the application fails to load the assembly (and therefore does not work).

    So my question is this - why the developer tools contain a different version of Oracle.DataAccess.dll, and what is the best way to get around that?

    Thank you.

    Have you already checked the FAQ? You can target the previous versions of ODP using a newer ODT...
    http://www.Oracle.com/technology/tech/dotnet/Col/odt_faq.html#olderodpnet

    Greg

  • RMAN can back up/restore different versions of OS without worrying about Oracle databases

    Hello

    I am to evaluate Recovery Manager to back up and restore Oracle databases.

    I save/restore the Oracle data base diferents versions, these databases are running in different operating systems (AIX, LINUX, Windows)

    For example:
    Database Oracle 9 in AIX 5.3 system
    Database Oracle 10 system Lunix
    Database Oracle 9 in Windows system

    I want to have a single server RMAN for backup/restore all my databases Oracle, is it possible?

    A single RMAN server can backup/restore different versions of databases Oracle regardless of the operating system?

    If the answer is Yes, do I need to have an operting specif system in my RMAN Server? (AIX, Linux, Windows, etc.).


    Thanks for your help;

    On the new server, install the rman recovery catalog and save all databases.

    Then you can back up these databases independent of the platform and version by using the recovery catalog.

    However, some of the features that you backup cannot be used based on the version of database. For example, backup compression is available on 10g but not in 9i.

    HTH.

    Nirmal

  • Free version of Oracle database

    Hi Experts,

    Our application is currently on Oracle 10 g, 11g database enterprise edition. Wanted to know what version free ware to oracle (in 11g and 10g) which it is unnecessary to require to take a license (explanation we will use it for our products at the commercial level). As we need to reduce the costs and go for free version oracle ware. I read on the technology notes obtained the express edition. But who do not know if I use if for commercial purposes, what I need to or not, the license or can I use it or not in this way. Also what all will be different in the freeware and enterpise edition (licenced) software basic version and the impact on the performance of the db.

    Also please let me know the details of the software licenses of database oracle for different version.

    Thanks and greetings

    As mention by other members of the forum

    Oracle XE is a free software with below

    Limit use of resources

    Oracle10g Express Edition

    Oracle11g Express Edition

    Size of the USER data

    4 GB for the user/application data

    11 GB for the user/application data

    CPU utilization

    a physical core

    a physical core

    Memory

    1 GB

    1 GB

    Operating system support

    32-bit Windows and Linux32bit

    Windows32bit and Linux64bit

  • different publication of Oracle data import

    Hi all

    I have an image that has been exported to Oracle 11.2.0.3 as below:
    expdp / dumpfile=table_name.dmp tables=export_schema_name.source_table_name:partition_name content=data_only logfile=export_log_file.log
    I am trying to import into Oracle 11.1.0.6 as below:
    impdp / dumpfile=table_name.dmp tables=export_schema_name.table_name remap_schema=export_schema_name:import_schema_name remap_table=source_table_name:destination_table_name CONTENT=DATA_ONLY logfile=import_log_file.log
    I get the below errors when importing knowing that I created destination_table_name:
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39142: incompatible version number 3.1 in dump file "location/admin/dbname/dpdump/table_name.dmp"
    How can I solve this problem without changing the command export? Since I'm not that which I do, I only need to import.

    You must use the export release utility early to perform export - so export from 11.2.0.3 using the export that comes with 11.1.0.6 and import 11.1.0.6 using import which came with 11.1.0.6.

    http://docs.Oracle.com/CD/E11882_01/server.112/e22490/original_export.htm#BABGIACJ

    >
    Whenever you move data between different versions of the Oracle database, the following basic rules apply:

    The utility and import the database to which the data is imported (the target database) must be the same version. For example, if you try to use the utility to import 9.2.0.7 for import into a database 9.2.0.8, then you may experience errors.

    The version of export utility must be equal to release one to the source or target databases, if that date is earlier.
    >

    If the export is created using 11.2.0.3 utility export, there is nothing you can do on the side of the import to import into 11.1.0.6 without errors.

  • Import complete data base of different version (from 11.2 to 10.2)

    I have a source database which is
    SQL>select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for HPUX: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    I have a target database that is
    SQL>select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    I took the source database export using below command
    expdp "'/ as sysdba'"  full=Y dumpfile=DATA_PUMP1:full%U.dmp, DATA_PUMP2:full%U.dmp logfile=DATA_PUMP1:full.log FILESIZE=10G PARALLEL=4
    I wait for my order of import to be
    impdp "'/ as sysdba'"  full=Y dumpfile=DATA_PUMP1:full%U.dmp, DATA_PUMP2:full%U.dmp logfile=DATA_PUMP1:impdp_full.log FILESIZE=10G
    My question is

    1. what change I do when importing from version of source database and target are different?
    2. do I need to change something in my order of import?

    1. what change I do when importing from version of source database and target are different?

    You don't have to do anything. You export metadata that will be recreated in your new database, and the new version. Just run the import command.

    2. do I need to change something in my order of import?

    I don't think that you need to change anything. A parallel add if you want, but parallel import does not match the parallel export, so keep it as you will be fine.

    Dean

  • What version of oracle for installation.

    Hello
    We currently have several databases oracle, with patch different sets
    11.1.0.7.0
    11.1.0.7.0 patch 29
    11.1.0.7.0 patch 35 .

    Currently, we use datapump for exports. If I had to create a database of pending, that would allow me to import these discharges in case of failure (no hot backups), I think I will need to install oracle 11.1.0.7.0 until patch 35 since it is the highest.
    Do not forget that in the end, I have to migrate the database to the original with the original version of oracle server.

    Someone at - it other thoughts or am I create extra work for me.

    Thanks in advance.

    PL post your OS version (I guess Windows through versions of patch). The plu group of fixes the installation is recommended. As far as I KNOW, there should be no difference in functionality between these group of patches versions - they should only be bugfixes.

    Srini

  • Max Size of VARCHAR between different versions

    Hello

    What is the maximum size for varchar in different versions, like give a varchar2 (1000), etc.

    sybrand_b wrote:
    varchar2 and varchar are two different types of data. The maximum length for a varchar2 has always been 4000 bytes.

    I think that in Oracle 8i or until it is 2000 bytes. But since it is so long outdated, this should not matter anymore.

  • Details of the hardware for the different versions of Hyperion

    Hi all

    can you please provide a document that has the details of the hardware and its cost to different versions of Hyperion as:

    Hyperion Version 9.2.x
    Hyperion Version 9.3.x
    Hyperion Version 11.1.1

    Please provide soon please.

    Kind regards
    Rigaud J

    I'm not sure you'll find too much documentation on the exact details.
    If you go to http://www.oracle.com/technology/products/bi/hyperion-supported-platforms.html
    It should give you an idea of the minimum specifications for each version.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • dba_registry table showing different versions.

    Salvation of DBA

    my version of the database is 9.2.0.6, but follows showing different versions, is there a cause to the database?
    Oracle XDK for Java 9.2.0.8.0 VALID
    Oracle interMedia 9.2.0.1.0 LOADED


    SQL > col computername to a40
    version collar for a15
    Select ComputerName, version, dba_registry;
    SQL > SQL >
    STATUS OF VERSION COMPUTERNAME
    ---------------------------------------- --------------- -----------
    Oracle9i catalog 9.2.0.6.0 view (s) VALID
    Oracle9i and Types VALID 9.2.0.6.0 packages
    Oracle9i Real Application Clusters INVALID 9.2.0.6.0
    JServer JAVA Virtual Machine 9.2.0.6.0 VALID
    Oracle XDK for Java 9.2.0.8.0 VALID
    Oracle9i Java packages 9.2.0.6.0 VALID
    Oracle interMedia 9.2.0.1.0 LOADED
    VALID space 9.2.0.6.0
    Oracle 9.2.0.6.0 Text VALID
    9.2.0.6.0 SUPPORT OLAP analytic workspace
    Oracle OLAP API 9.2.0.6.0 LOAD

    STATUS OF VERSION COMPUTERNAME
    ---------------------------------------- --------------- -----------
    Catalogue of OLAP 9.2.0.6.0 VALID

    12 selected lines.

    Thank you
    SG

    SG,

    You can also consult the following note:

    Note: 292017.1 - wrong Version of some components of RDBMS in DBA_REGISTRY after the creation of DB
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=292017.1

    Kind regards
    Hussein

  • Have just been told by BT that I need a new/different version of Thunderbird to work with the new system BTMail (previously BTYahooMail) - I do?

    I have btinternet email for years and Thunderbird for too long and have been happy with both. Unfortunately, I'm not technical enough to understand the majority of assistance or instructions on the information pages of support technique/Thunderbird, but haven't managed to get TB put in place in the first place (long time) and it seems to have worked well since. However, on Friday both of my accounts to BT (sets of two numbers), so two BT email addresses have been moved new old BT Yahoo mail BT mail. I was unable to connect to one of them, but the other was very good - I have had help 'screen sharing' a technical chap BT to sort. However, he was able to Conect Thunderbird with email servers. I said to BT and the chap tech tried to sort on screen sharing, but could not (and I have been unable to follow what he was doing). A few months ago, I made a few changes, as requested by BT, to allow for the transfer to go smoothly (!), but the man has changed some things Friday, I think, as well. He could not solve the problem of TB and I can't figure it out at all, and the Lady of BT Tech help to whom I spoke this morning (and who had managed to fix my problem of connection BTID, fortunately) had a look and suggested that maybe I needed an update/new/different version TB or 'another email address. Well, I really want to stay with Thunderbird and was hoping that someone here could explain it in simple English for me, please? I was wondering what will happen, assuming that I need to download an updated version / different, if I did this and then sort of re-installed my existing BT email addresses (as if I started again with Thunderbird)? I hope that there is someone here who can help you - thank you - I'm rather fond of this little blue bird. Thank you.

    Hi, Zenos, thank you so much for your help - I have now (touch wood) have my email back after following your instructions. If all goes well, it will remain in operation during my upgrade to infinity next week.
    Thank you for taking the time to answer my question a little disjointed.
    Had never heard of before critical path, I thought that BTMail was BT Oh, well, as long as it works I guess (I hope it's better than the Yahoo system).
    Thanks again.

  • FAQ (26): I installed a different version/version of Windows and now SDM will not show me updates.

    I installed a different version/version of Windows and now the SDM does not work in "Update" mode

    This can occur when some system that HP did not specifically tests with the model is installed and often happens with models and Windows Ultimate edition (or even 64-bit editions on some older models) before Windows 8 Ultimate.

    Because SDM detects the new operating system, but it cannot match in the SDM catalog, he (SDM) will disable mode "Update."  However, please note that you can still use SDM mode 'All products' to download your SoftPaqs by doing as follows (the Probook 4730 s is used as an example):

    1. Press the "view all products" in the SDM toolbar
    2. If a dialog box warning that "no operating system have been selected, then skip to step.
    3. Press OK to close the dialog box.
    4. Check the «Microsoft Windows 7 Professional 64 Edition»
    5. Click on the tab "language filter".
    6. 'English - International' is checked.
    7. Press the OK button.
    8. Now, expand the tree on the left side of the SDM application by selecting the following:
    9. HP Probook Notebook PC Series 4700
    10. HP Probook 4730 s Notebook PC
    11. Microsoft Windows 7 Professional Edition 64
    12. Check the box 'international - English.
    13. Press the button "find available SoftPaqs.
    14. After "things calm down", click on the button "See the last SoftPaqs" at the top right of the application of SDM.

    The latest list of the Softpaqs for your model should now be displayed. We recommend that you download all listed SoftPaqs. This whole new way SoftPaqs are released for this model will appear on the top list titled "Available SoftPaqs" display.

    To install a SoftPaq after downloading, do the SoftPaq to the ListView "Downloaded SoftPaqs" right click and select "install SoftPaq.

    Important note: most SoftPaqs listed using the method above should apply to your model, but a small number of SoftPaqs might not be applicable to your model due to the offers of different material for your model. This means that not all listed SoftPaqs will install on your model and that is normal.

  • How can I run two different versions of Firefox, the last does not work with a site important I need to use?

    With the latest version of Firefox, I can't ' fast email ' to my students through the ANGEL of the College System. I had to uninstall and go to an earlier version. I prefer the new rev.

    A way to run two different versions. It doesn't have to be simultaneously. Seems to be a problem on the Mac and my XP systems.

    Thank you
    Kim

    You can install the portable version of Firefox 3.6.x to access Web sites that don't work with Firefox 5 +.

  • Qosmio G30 - different versions between the NVIDIA drivers

    Hi all

    My question relates to the graphics card, I noticed that there are different versions in NVIDIA version v179.48 BETA site
    and the release of Toshiba v7.15.10.9813
    According to what is later? Which one should install?

    Thank you

    Hello

    Toshiba nVidia drivers are available for the use of the portable/mobile computer and the page of nvidia drivers are Commons drivers released for the nVidia chip such drivers can also be used on desktop PC.

    Usually, you must always use the Toshiba drivers, because these drivers have been tested and is supported by the overheating protection that helps protect the graphics chip of damage!

Maybe you are looking for