Which oracle 10g to be needed

HI,
I need to install oracle 10g software on linux server which is running on mainframe hardware
Here is the detials
[oracle@rhel5eis oracle10g]$ uname -a
Linux rhel5eis.clayton.csc.com 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:58 EDT 2008 s390x s390x s390x GNU/Linux
Please suggest me which oracle 10g need to be downloaded form oracle site.
RR

Original Poster: Please close this thread as answered as you have opened a different thread related to this.... which is fair enough as you have identified a more specific problem:
see: Need Oracle 10gR2 on RHEL 5 on zLinux (s390x) software

Similar Messages

  • Which oracle client do I Need?

    I need to connect to vision instance on a remote server using my machine. I came to know that I need to have oracle client installed on my machine.
    Can someone clarify which oracle client do I need? I am running on windows- XP on NT Server. Version of Vision instance is 11.5.10.2.
    I appreciate for your help. URL Link should be great.
    This is what I download and unzip to C:\Oracle\instantclient_10_2.
    instantclient-basic-win32-10.2.0.3-20061115.zip
    Is it the correct one?
    Thanks.

    Your setting
    -Doracle.net.tns_admin=/usr/local/oracle/oas03/network/admin
    is ok if this directory contains the correct tnsnames.ora file.
    I have done some poking around, and I suspect that you use an old JDBC driver.
    I have written a sample Java program that tests a connection with java.sql.DataSource using JDBC thin and tnsnames.ora, and it works fine with Oracle 10.2.0.3 but fails with Oracle 10.1.0.5 with exactly the error message you get.
    The property oracle.net.tns_admin exists only since Oracle 10g R2 (see Metalink note 333686.1).
    With 10.2.0.3 I was not able to reproduce your error message, when I set a wrong oracle.net.tns_admin I get "Io exception: could not resolve the connect identifier", and when I omit the property altogether, I get "Io exception: Unknown host specified".
    Please double check if Vision uses the JDBC driver you think it does!
    Yours,
    Laurenz Albe
    PS: maybe the test program is useful for somebody. I will post it:
    * Test a DataSource connection with tnsnames.ora
    * Usage:
    * java -classpath .:/oracle/dir/ojdbc14.jar -Doracle.net.tns_admin=/tnsnames/dir tnsname user password
    public class DataSourceTest {
    public static void main(String[] args) throws java.sql.SQLException {
    if (3 != args.length) {
    System.err.println("Usage: java DataSourceTest <TNS-Name> <user> <password>");
    System.exit(1);
    // enable the following for trace output
    // need to use ojdbc14_g.jar for this
    /* java.util.logging.Logger logger = java.util.logging.Logger.getLogger("oracle.jdbc.driver");
    logger.setLevel(java.util.logging.Level.FINEST);
    java.util.logging.Handler handler = new java.util.logging.ConsoleHandler();
    handler.setLevel(java.util.logging.Level.FINEST);
    logger.addHandler(handler);
    oracle.jdbc.driver.OracleLog.setTrace(true); */
    oracle.jdbc.pool.OracleDataSource ods = new oracle.jdbc.pool.OracleDataSource();
    ods.setURL("jdbc:oracle:thin:@" + args[0]);
    java.sql.Connection conn = ods.getConnection(args[1], args[2]);
    java.sql.ResultSet rs = conn.createStatement().executeQuery("SELECT user FROM DUAL");
    rs.next();
    System.out.println("Successfully connected as user " + rs.getString(1));
    conn.close();
    }

  • W2k8 is 32-bit,which oracle 10g version should be installed?

    Hi everyone,
    I am a new DBA. Now I will install Oracle 10g on w2k8. I found w2k8 is 32-bit system, i am wandering which oracle 10g version I should install?
    Thanks!

    Go to http://www.oracle.com/technology/software/products/database/index.html
    Note that Windows 2008 explicitly is listed against 11.1.0.7
    Therefore, you can assume that 11.1.0.7 is the first that definitely supports W2008.
    And you can assume that anything older than that line is definitely not supported.
    And if it is not supported (as is the case for 10g), you can assume that you will run into some kind of problem either during installation or (worse) at some unknown time later.
    You can probably find some workaround to make it appear to work. Which is fine ... it's your job. (At least until it stops working.)

  • Which oracle product will i need?

    i have a website, but it's not yet fully complete. it will be similar to craigslist.org and will allow users to post items for sale, but i need to know how i can:
    - manage the posts from spammers
    - have some kind of system that automatically deletes them after a few months
    - send a confirmation to a person's email when they post something on the site
    would using php solve these problems? which oracle problem is tailored to these needs. let me know! and thanks so much for taking time to read this thread.

    Well this question is wide open and there is not a product to perform this task automatically. You could use php if you feel comfortable programming with it. The kind of products you require depend on the amount of budget you are willing to spend to set it up. But don't expect any product to implement a magical solution for this problem.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Which OracleAS 10g patch set I am using?

    HI,
    I want to upgrade the EBS r12 (12.0.6) with RDBMS 11g.
    I am following the Doc ID: 752619.1. (Upgrade OracleAS 10g Release 3 (10.1.3) to Patchset 4 (10.1.3.4) (Required))
    How I can check Which Patch Set level of OracleAS 10g I am using????
    thx

    How I can check Which Patch Set level of OracleAS 10g I am using????Hi,
    Please refer the note:468311.1- Script to find Apache, Java, JRE, Forms version for Oracle E-Business Suite R12.
    Also you can check the current patchset version by check the installed components while running the ./runinstaller
    -Rk

  • Getting the following error in Oracle 10g B2B reports, need help where to look into for resolution!

    Hi All,
    I am new to B2B. I am getting following error in B2B Console please suggest what could be the reason and possible steps to resolve:
    Machine Info: (fcgemapptest05)
    Description: General Error
    StackTrace:
    Error -:  AIP-50014:  General Error
      at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1194)
      at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:836)
      at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:402)
      at java.lang.Thread.run(Thread.java:534)
    Regards,
    Sujan

    Can you tell me what's the status of components (value of "In sync" column) when you run "dcmctl getState" command?
    Thanks
    Shail

  • Error while installing ORACLE 10G on Windows

    Dear All,
    Previously i had installed ORACLEM 9i. I deinstalled using UNIVERSAL INSTALLER .Now when i try to install ORACLE 10g it is giving error
    ERROR : ERROR IN Writing to direcotory c:\documets~\rajeshrr~1\temp\Orainstall2009-08-23.Please ensure direcotory is writable and has alteast 45mb disk space.Installaion can not continue.
    While installing i have credential of administrator i.e. for rajeshr is in ADMINISTRTAOR group.
    Please inform any thing need to be need from my side.
    Thanks in advance.
    Regards,
    Rajesh.
    Edited by: Rajesh.Rathod on Aug 23, 2009 6:17 AM

    Rajesh.Rathod wrote:
    Dear All,
    Previously i had installed ORACLEM 9i. I deinstalled using UNIVERSAL INSTALLER .Now when i try to install ORACLE 10g it is giving error Which Oracle 10g on which Windows version ?
    Nicolas.

  • Oracle 10G in Linux server Hardware requirement

    Hi,
    I need to know the Hardware requirement of Linux dedicated server which oracle 10g have to instal. I need the best configuration including RAM memory. Very Urgent. Can u pls help me.
    Regards,
    Rajesh

    800643 wrote:
    I need to know the Hardware requirement of Linux dedicated server which oracle 10g have to instal. I need the best configuration including RAM memory. The answer is: A banana.
    The reason is: Because a motorcycle has no doors.
    And this is as a valid answer as any other to your question. You can run Oracle 10g XE on a notebook. You can run Oracle 10g Enterprise on a 64 CPU HP Superdome. You can run Oracle 10g RAC on a 60 blade servers, each with 8 dual-core CPUs and 64GB RAM.
    So what is the best configuration? That depends entirely on WHAT you are planning to do using the Oracle RDBMS product. And it should be a concern that your approach is thinking that Oracle RDBMS is like Microsoft Excel and you can quickly and easily determine am optimal h/w and RAM config for it. Oracle RDBMS is not a desktop product like Excel. You do not fit h/w to it. You fit h/w to your requirements - as you would fit your choice of Oracle products to use to your requirements.
    Very Urgent.We do not do "+Very Urgent+" here. This is a volunteer forum - where paid professionals are providing free opinion, advice and recommendations. That is without any warranty and guarantee. In a forum that does not provide SLAs or escalation procedures.
    You want "+urgent+" support? Then pay for it and use http://support.oracle.com

  • Oracle Clustre, Oracle Cluster with RAC and Oracle 10g

    Is there a difference between Oracle Cluster and Oracle Cluster with RAC? Please explain. Do existing database codes run unmodified in Cluster or Cluster with RAC environment? What needs to be modified to make existing SQL codes RAC-aware. How to achieve 'all automatic' in case of failure and resubmission of Queries from failed instance to a running instance?
    In 10g environment, do we need to consider licensing of RAC as a separate product? What are additional features one derives in 10g that is not in Cluster +RAC?
    Your comments and pointers to comparison study and pictorial clarification will be very helpful.

    Oracle cluster like failsafe before or Veritas Cluster or other vendor's cluster is meant for HA (high availability) purpose. Which 2 nodes or more can see a shared disk with 1 active node. Whenever this active node failed through heartbeat other machine will know and will take the database over from there.
    Oracle RAC is more for HA and load balance. In Oracle RAC 2 or more nodes are accessing the database at the same time so it spread load across all these nodes.
    I believe Oracle 10g RAC still need seperate license for it. But you need to call Oracle or check the production document to verify it.
    Oracle 10g besides improvement in RAC. It's main improvement is on the build in management of the database itself. It can monitored and selftune itself to much furthur level then before and give DBA much more information to determine the cause of the problem as well. Plus improvement on lots of utility as well like RMAN , data pump etc... I don't want to get into too much detail on this you can check on their 10g new features for more detail view.
    Hope this help. :)

  • Performance log for ORACLE 10g

    Hi everyone can anybody tell me where i can get the reporting from the performance logs in oracle 10g>?
    i need to generate reports for audit trail, no of hits in the portal , top ten url , and how often the user view a page or portlet?
    i thank you all in advance .....look forward for replies....thank you

    Thaks for the reply...
    but i cant go to the link =( may i ask u abt this , i read this link http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/ARCHITECTURE/MONITOR_DIAGNOSTICS_ANALYTICS_PORTAL.HTM#1
    STATING : Oracle9iAS Portal Release 2 (9.0.4) provides some new, additional metric information. This release also collects some (pre-defined) metrics in the Oracle Enterprise Manager Central Console and creates historical reports, which can be published via Oracle Management Portlets on Portal pages
    How to do the publishing? is there any references that will guide me from how to use the metrics to published in the portal pages? i requires all these ....PLEASE HELP

  • Compatability Matrix for Oracle 10g

    I'm searching for the compatability matrix for Oracle 10g database. Need certified combinations for Operating system (Unix/Windows), Application servers (BEA/IBM) , Web servers, etc.
    Can anyone post me the link?
    Thanks in advance.

    I'm searching for the compatability matrix for Oracle 10g database. Need certified combinations for Operating system (Unix/Windows)Here: http://www.oracle.com/technology/support/metalink/index.html
    Application servers (BEA/IBM) , Web servers, etc.There are not cert. matrices for app. servers from other vendors.
    You can use whathever application server in combination with Oracle 10g BEA/IBM/JBOSS, etc. Everything you need appropriate client (for example for application in Java - Oracle JDBC connector which is free to download).

  • Oracle 10G instant client..

    Hi,
    we are upgrading Bw 3.1c to NW04s BI 7. Apart from this we need to upgrade oracle 9i to 10g.As far as oracle 10g client is concerned, Is it mandatory to use the oracle instant client? Otherwise we can still use the old oracle client?
    Please let me if anybody has any idea about it.
    Thank you in advance.
    SS

    Hello SS,
    From NW04S kernel 7.00 onwards oracle instant client is mandatory.Instant Client is a smaller version of the oracle client software which is being shipped with SAP kernels 700 onwards.The basic philosophy that the version of the client software depends on the version of the SAP kernel.The SAP kernel 700 and upwards are all linked against Oracle 10g. Hence the Oracle 10g client software needs to be installed on all 700 kernel based application servers.
    Please refer to snotes: 819829 and 180430.
    Thanks
    Mohan

  • Using Clob with TopLink 9.0.4.5 and Oracle 10g RAC

    I am trying to store an XML file in a Clob type field of a DB table using TopLink 9.0.4.5 and Oracle 10g RAC and need some guidance about how to do it. I got some directions to start it with the Tip "How-To: Map Large Objects (LOBs) to Oracle Databases with OracleAS TopLink" but still need some more helps.
    When using the Oracle JDBC OCI driver, the tip gives the code block for a Clob field:
    DirectToField scriptMapping = new DirectToField();
    scriptMapping.setAttributeName("script");
    scriptMapping.setFieldName("IMAGE.SCRIPT");
    descriptor.addMapping(scriptMapping);
    As I understand, TopLink creates instances of the Descriptor class at run time for each of the descriptor files and stores them in a database session, where is the proper place (in SessionEvent of TopLinkSessionEventHandler?) for me to get a reference to such an instance of my Descriptor class in Java code so that I can add the above mentioned additional Mapping? Are the above String values of "script" and "IMAGE.SCRIPT" predefined in TopLink API? Can I accomplish the same thing just using the TopLink Workbench tool instead? If yes, please advise the detailed steps to do so.
    The tip also states to call the following code in case of using Clob:
    DatabaseLogin login = session.getLogin();
    login.useStringBinding();
    Should the above 2 lines of code be called after the following lines of code?
    SessionManager sessionManager = SessionManager.getManager();
    Server serverSession = (Server)sessionManager.getSession("MY_SESSION_NAME");
    Besides the above extra coding for the Session and Descriptor Mapping, is there any special handling in between Data model and DB table mapping? Can I map a Java String type to a DB Clob field using the Direct-to-field mapping?
    Appreciate any help.

    Never mind ....... I had already figured it out .....

  • Cretaion of UTL.File in Oracle 10G and directory entry in Ora.ini file

    Hi,
    Kindly advise me if:
    (!) we can create a directory and log file in this directory on some other server instead of creating it in the file system of the server where the Oracle 10G database is residing?
    Created directory in Oracle using create or replace directory command.
    My package will be creating a log file using UTL.File in the above directory.
    I want to create this directory on some other server to save my log file/s. Is this possible?
    (2) Also, let me know in Oracle 10G, do we need to add the directory entry (mention above in #1) in the Ora.ini file on the Oracle 10G server?

    Hi,
    1) utl_dir are different from directory object
    2) you cannot create directory on remote server and there is no need to write directory entry on oracle init file (not ini..)
    Acr

  • Singl/Multiple Server Oracle 10g DB and AS- Advantages and DisAdvantages

    Hi Friends,
    I am using Application1 using Oracle 10g Application Server and Oracle 10g database.
    Now i planned to use Application2 using Oracle 10g AS and Oracle 10g DB
    I need to know what will be the Advantages and Disadvantages if i have the schema for Application2 in the existing Oracle 10g DB / having it in another Oracle 10g DB Server
    sameway what will be the advantages and disadvantages if i have the Application2 regsiterd in existing Oracle 10g AS(Multiple OC4J Instance) / having it in another Oracle 10g AS Server.
    Regards

    To start the list, for me some of the advantages are:
    Same DB:
    - less overhead and wasted CPU Cycles (therefore potentially lower license fees)
    - easier maintenance (backup, recovery)
    - easier tuning (fewer conflicting external environments asking for same resources)
    - Oracle is designed for this, allows use of Resource Manager
    - technically RAC is a clustered 'same DB'
    Same AS:
    - less overhead and wasted CPU Cycles (therefore potentially lower license fees)
    - easier maintenance (backup, recovery)
    - easier tuning (fewer conflicting external environments asking for same resources)
    - Oracle is designed for this, use AS clustering
    Different DB:
    - separate maintenance (patch, upgrade) cycles for different SLA
    - easier tuning (isolate tuning to one app)
    - easier security (most developers have no idea about Oracle security and make merge impossible)
    Different AS:
    - separate maintenance (patch, upgrade) cycles for different SLA
    - easier tuning (isolate tuning to one app)
    - easier security (most developers have no idea about security)

Maybe you are looking for

  • Is there a way to modify multiple PO lines in PeopleSoft 9.1?

    Our users may need to modify the Contract on construction POs with 80+ lines. Obviously, doing this line by line is time-consuming. Has anyone developed a way to do this either through on-line or batch?

  • Plug type definition in Component Interface Definition

    Hi, in my Component Interface Definition I need to define a startup plug. Upon plug creation, however, there's no prompt regarding plug type. Moreover I cannot see the plug type in the IDE, as I was used in interface view controllers. Editing the plu

  • SQL Server in Cloud

    Hi We have an sql server in cloud and two app servers which connect to an application in the sql server using ODBC.  The operations take long time to execute.  The same save sequence which takes 11 seconds in the SQL server (when working in the SQL s

  • Sense proxy settings for guest users

    Hello, I've got a client that wants guest users to be able to 'Plug and play' on the wireless network. That is, when a user connects, he get's assigned an IP address and does not need to change his proxy settings or IP settings. I know this is a feat

  • Prime 2.2 API och curl

    Hi! I have a question regarding Cisco prime and The api.. How can I extract the information under "Inventory, Network devices, switches and hubs" with Curl.. I have been successful in some curl questions, but need help with how to extract data under