Oracle 8.0.6 needed

Hello,
we want to export an old 8.0.4 Oracle Database from Novell to install an new Oracle 10g Database. But the export tool is buggy.... See bugs 647800 and 850252. This bugs are fixed in 8.0.6. Fine. But how to update to Oracle 8.0.6 for Novell? Oracle has no download souce any more....
Thanks for help!
Regards
Uwe Sundermann

What we did in a similar situation:
1) Unload data into flat files using sqlplus
2) Recreate the structure within the new database
3) Load the data using sqlloader.
Of course, it can be a large-scale task, depending on the complexity of the source database.

Similar Messages

  • Considering upgrading from CF8 up to CF11... notice in the CF11 support matrix that Sybase Adaptive Server Enterprise 15.0, 15.5  is not supported.  While we primarily connect to Oracle DB, we do need to connect to Sybase DBs periodically. Is the plan to

    Considering upgrading from CF8 up to CF11... notice in the CF11 support matrix that Sybase Adaptive Server Enterprise 15.0, 15.5  is not supported.  While we primarily connect to Oracle DB, we do need to connect to Sybase DBs periodically.
    Is the plan for CF11 to support Sybase again in the near future?

    Did you ever get a response? I'm merely trying to connect to a Sybase database - and it gives me a java.sql.SQLException:null  error - with no other information.
    I'm running the server on Ubuntu 14.x, 64bit.
    Thanks.

  • 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();
    }

  • What edition of Oracle DB do I need for Map Viewer 12c?

    Hi All,
    What edition of Oracle DB do I need for Map Viewer 12c?
    Thanks,

    What version of Oracle client do I need for a machine with Windows 8?
    Windows 8 doesn't require ANY version of Oracle client!
    Most installations of Windows 8 never install Oracle client and they have never had any problem except the large set of problems that come included with the OS itself (bugs).
    So you clearly need to explain what PROBLEM you are trying to solve.
    Then we can help you find the best way to solve it. For example you could download and use the free Oracle Sql Developer and just use JDBC to connect to your databases. Then you don't need an Oracle client at all.

  • Oracle ADF project help needed

    Hi all,
    Looking for some guys to help out on a project for about 7 weeks. Start early March. On site. Oracle ADF with Java. Good pay rates!
    Thanks a lot, please contact me!

    Hi,
    very nice to talking with you through oracle forums. what kinds of help you needed.
    You are looking for java with oracle ADF, Toplink developer....or anyother
    can you make it clear.
    regards,
    abu
    Message was edited by:
    asufian

  • New in Oracle forms and I need help

    Good afternoon to all of you.
    I need a help for my problem. I have 7 tables and i create a form with 7 blocks in oracle 10g. The items are lists and text items. I am trying to choose a value from the list or write something into the text items and i have a message
    FRM-40200: Form is protected against update
    and FRM-40208 : Form Running in Query Only Mode. Can Not Change. Database Field.
    Please can anybody help me!!!

    When you create the block, i recomend you to use the Wizard. The Wizard creates the block automatically and it works well, you will not find these problems that you are facing.
    Maybe the reasons for problem is:
    - You set the property "UPDATE_ALLOWED "of the block/item to "NO", set to "YES";
    - You set the property "INSERT_ALLOWED "of the block/item to "NO", set to "YES";
    - You set the property "QUERY_ONLY"of the block/item to "YES", set to "NO";

  • Oracle "guru"'s advice needed please :-)

    I think I need an Oracle "guru" for this situation. 2 issues:
    1) Installed Oracle on a Standalone desktop with Win 2K Professional. Database Config. Assistant created Database - 9i Version of Oracle Standard Version. I get 2 errors: Ora 12541 and ora 12154 - all relating to TNS No Listener or failed to resolve service name. Now, I'm quite the newbie but I can't understand why I would need to configure this stuff on a standalone machine. It also asks me for ID and password and when I put the correct one in, that's when I get the No Listener error, however, I did indeed configure one. My Tsnnames.ora and listener.ora do have the database in them and everything in those files seems correct. The DB name is SteveTe and the PC (or host I guess is "Tower"). How can I configure or fix this?
    2) I used Migration Workbench to "import" an Access DB into Oracle which was successful BUT I also expected to see the database in Enterprise Manager and want to use SQL + to do queries with it. How can I do this? Currently I cannot do it and the DB doesn't show in Enterprise manager. Furthermore, if I attach it manually, it still asks me for a ID and Password and it doesn't have one so how do I get around this?
    If someone can help, please send me some detailed instructions to get me out of the Oracle "quicksand" that I'm in. Thanks,
    Steve

    I would suggest using XSL to define your presentation layer. This will be much faster than accessing tables. It also allows you to change your presentation on-the-fly with different XSL files.
    Storing the XML in the database is a good idea. Especially in 9i which will have native XML support with the use of a new datatype called XMLType. It uses CLOB's under the covers, but will give you native access to your XML data.

  • Problem connecting Crystal reports 10 to Oracle 9, urgent help needed

    Post Author: SemV
    CA Forum: Data Connectivity and SQL
    I am working with Crystal reports Developer 10, connecting  it to different native and ODBC datasources, everything working fine, exept the case when I am trying to connect to Oracle 9 ( I tested it with Oracle 10  - got the same result) through ODBC driver. I am getting list of users of specified Oracle DB, but instead of further division on Tables, Stored procedures, Views and Qualifiers for certain user, I am gettting plain list of stored procedures, without possibility to select certain table I need. When trying to connect on the same machine, with the same Crystal and Oracle client installation trough native Oracle driver it works fine.
    I tried to download and use last version of the Oracle ODBC drivers for Oracle 9.2 from Oracle web-site, but it didn't work and I got message about odbc driver internal error.
    Can anyone, pls, suggest, what the might be a reason for the problem and what can I do to fix it or to try to fix it.

    Post Author: synapsevampire
    CA Forum: Data Connectivity and SQL
    Oracle ODBC is more problematic, why not use native?
    If you want additional help, state speicifcally what the error was and when you received it.
    -k

  • OBIEE 11g with Oracle EBS R12 implementation,Need to know Default Roles

    Hi All,
    Can anyone please let me know regarding any documentation or link where i can find all default OBIEE Group names and the relation of each Groups with Oracle EBS R12 roles and responsibility categorized by the Modules.
    We need the Roles information for the following modules:
    1. Supply Chain & Order Management
    2. Procurement & spend
    3. Finance
    Thanks in advance. Please help.
    Regards
    Sudipta

    Please see these docs.
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 555254.1]
    What documentation do I need to review when installing and configuring a OBI Apps 7.9.6.x environment with EBS? [ID 1221764.1]
    Master Note for OBIEE Integration issues with EBS, Siebel, SSO, Portal Server [ID 1248939.1]
    Oracle SSO E-Business Suite Applications Integration with Oracle Business Intelligence [ID 553423.1]
    Oracle EBS integration with OBIEE [ID 733137.1]
    Document for implementing security OBIEE Apps with EBS and Siebel CRM as sources [ID 756851.1]
    What Application must be chosen for Responsibility within EBS when integrating with OBIEE [ID 1246464.1]
    Also, search Steven Chan's Blog and you should get couple of hits -- http://blogs.oracle.com/stevenChan/
    Thanks,
    Hussein

  • Import data using Excel and Oracle SQL Developer - I need some help

    Dear friends,
    I'm using Oracle SQL Developer 1.5.1 and I need to import an Excel file into a database table. If I try to import this file in XLS format, fields and headers are correctly being shown and separated, but if I press "Next" button, it simply doesn't do anything - it stays stopped.
    I did some search here in this forum and it seems to me that, when you try to import a file via XLS format, SQL Developer has bugs. Is this correct?
    If I save the same file in CSV format and try to import the same file, it goes ahead, but SQL Developer is not separating fields and headers correctly. It combines all CSV fields into one - let's say Column0 and fields 1;TEST;01/01/2000 below the same Column0.
    Saving the file in CSV format is not a problem, taking a very little time. But I don't know how to make SQL Developer import it correctly. Could somebody please help me? Thanks in advance.
    Best regards,
    Franklin

    Hello K,
    yes, you're right. I found the following topic after posting this question here.
    Re: After update to 1.5.1, import from Excel fails
    I downloaded version 1.5.0 and I'll use it whenever I import data from Excel.
    Thanks,
    Franklin

  • SQL Server 7 to Oracle...Urgent Need

    Hi There, we need to convert a MS SQL7.0 database to Oracle 8,
    but we can't find any tool to help us with that task (about 500
    Store Procs). Is there any chance of having an early release,
    beta, even Alpha release of your new workbench?
    Thanks
    Christian Boulet
    null

    Hai, I am having some solutions and queries for you. I too on
    the same job presently, If you are intrested mail to me imme
    diately. We can have a nice discussion.
    My phone no: 201-938-3132
    with regards.....amar
    Sridhar Parthasarathy (guest) wrote:
    : Cristina,
    : Hello. I would want to know if we can get on early
    : release / beta ASAP.
    : Thanks
    : Sridhar
    : Oracle Migration Workbench Team wrote:
    : : Christian,
    : : Will discuss this with you on a separate email
    : : ([email protected]) to figure out what time
    : : frame you are looking at.
    : : Marie
    : : Christian Boulet (guest) wrote:
    : : : Hi There, we need to convert a MS SQL7.0 database to
    Oracle
    : 8,
    : : : but we can't find any tool to help us with that task
    (about
    : 500
    : : : Store Procs). Is there any chance of having an early
    : release,
    : : : beta, even Alpha release of your new workbench?
    : : : Thanks
    : : : Christian Boulet
    : : Oracle Technology Network
    : : http://technet.oracle.com
    null

  • Oracle Forms6i Implementation - help needed

    I have a table structure like below.
    CREATE TABLE test
    test_seq_no NUMBER,               -- Primary key
    test_case_id VARCHAR2 (15) NOT NULL,
    test_dct_seq_no NUMBER (4),
    test_atyp_code VARCHAR2 (6) NOT NULL,
    test_pid NUMBER (8) NOT NULL,
    test_act_text VARCHAR2 (100),
    test_due_date DATE,
    test_assn_date DATE DEFAULT SYSDATE,
    test_assn_user_id VARCHAR2 (30) DEFAULT USER
    TEST_CASE_ID, TEST_DCT_SEQ_NO, TEST_ATYP_CODE and TEST_PID fields are coming from 4 different tables. Users need a screen with two blocks for data entry into this table.
    Upper block will have following fields in a tabular format with maximum of 4 records.
    TEST_ATYP_CODE,      TEST_PID,     TEST_PID_DESC,     FREE_TEXT_FIELD,     DUE_DATE
    And in 2nd block, they have following in tabular format with 10 records.
    TEST_CASE_ID,      TEST_CASE_DESC,      TEST_DCT_SEQ_NO,     TEST_DCT_SEQ_NO_DESC
    They want to assign action type (TEST_ATYP_CODE) to users (TEST_PID) in 1st block and then create multilple CASE entries into 2nd block.
    e.g. If they have 2 records entered in assignment block (first block) and 4 records in 2nd block, it should save 2x4 = 8 records into the table.. meaning all
    values in each record of 1st block are applied to all records in the 2nd block.
    They also want to query on this form and want to re-assign or change the ACTIONS or ASSIGNEES or CASES on multilple records in one go.
    How can I do this in Oracle Forms6i?
    I am thinking to suggest them to change screen layout to have all table fields in ONE block (since they are from ONE table) and let them set the DEFAULT values in 1st control block which are used for creating 2nd block entries.
    Please suggest any ideas for implementation? Like, how many data blocks, control blocks and how to handle query, inserts etc.
    Thanks!

    Thank you for replying.
    Well, table structure is normalized and even if i further split the table, it can become master-detail but they don't want to save the details for each master. They want to enter multiple masters and multiple details in one go. e.g. if they entered 2 records in master block and 4 records in details, it should save 2x4 = 8 records at once.
    You are right, it can work first time... I can create two blocks. One control block and one DB detail block and for each control record I can save all details and then go to next control record and save all details for it and so on. But how will I keep track if they need to change just one instance of either control or detail.
    Another possibility would be that they select a control record for which they want to enter details and let system populate the control values into detail and they enter rest of details. But this will require more data entry to create details for each control record.
    Any ideas are welcome!

  • Oracle Primavera Certification-Advice Needed

    Dear All,
    I will like to get your advice on the ffg:
    1) Is there any internationally recognized certification for Oracle Primavera?
    2) Which of the Oracle Primavera Solutions is the best fit for a person intending to develop career in Construction Company?
    3) If Q1 is yes, Whats the Certification Name, The Criteria, How to get enrolled, where to take the exam in Nigeria, the Syllabus etcetera
    I will be more than glad to get kind and swift replies.
    Regards,
    Sam

    Dear Sam,
    1) Is there any internationally recognized certification for Oracle Primavera?
    Yes.
    Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) exam is designed for individuals who possess a strong foundation and expertise implementing Project Portfolio Management solutions. This certification exam covers topics on core elements such as: Enterprise Data Structures, Administrative Functions, Portfolio and Project Configuration, in the context of typical use case implementations. Up-to-date training and field experience are recommended.
    Successfully completing the requirements of this certification track earns the designation of Primavera P6 Enterprise Project Portfolio Management 8 Certified Implementation Specialist.
    2) Which of the Oracle Primavera Solutions is the best fit for a person intending to develop career in Construction Company?
    Primavera EPPM 8.2 Web solution is perfect for above requirement. All solutions has to move to enterprise level to cater medium and large construction companies needs
    3) If Q1 is yes, Whats the Certification Name, The Criteria, How to get enrolled, where to take the exam in Nigeria, the Syllabus etcetera
    http://www.oracle.com/partners/en/knowledge-zone/applications/primavera-p6-eppm-8-essentials-1390777.html
    Check above link , you will get topic list. This exam can be given online at Pearsons VUE center ( Check http://www.pearsonvue.com/ for Nigeria centers)
    Primavera oracle university conducts the course for this certification but it is bit expensive.
    Regards Suhas Jadhal
    Jeddah , Saudi Arabia

  • Oracle Developer Patchset 7 needed

    Hei,
    where can I download Oracle Developer Patchset 7? I need it for Designer 6i(4.1.1). Do I need Oracle support in order to get the patchset?
    Thanks
    Chen Zhao
    [email protected]

    You can try this:
    ftp://oracle-ftp.oracle.com/dev_tools/patchsets/

  • How much Oracle Apps knowledge is needed to master SOA Suite 11g?

    I am an experience server-side java developer with little experience with Oracle Apps. I have worked on BPEL process manager earlier, but the new SOA Suite 11g has much more than just BPEL PM. When I go through the Oracle documentation, most of the examples are based on Oracle Apps that a person with little knowledge on for example, PO processing etc cannot understand very clearly. Is there any other way, I can get some standalone examples that are not based on Oracle Apps ?
    Share some examples pls.

    Hello Vivek,
    This is Vijay Kumar - Currently I am working on JD EDwards ERP Software which you might be aware of. Now I want to know Oracle Fusion - BPEL specifically.
    I need some help from you. By looking at your profile I am thinking you have some good experiece in that area and suggest me how to learn it. can you give me your phone number and email id to contact you. here is my email id [email protected]
    Thanks,
    Vijay

  • Advance oracle apps installion help needed

    dear all,
    have 5 sun servers and i want to do the follwoing installation on them.
    -db node (shared node) on one server.
    -3 web/froms servers to hold the web and forms and the other components.( i
    will have 3 web and 3 froms servers on the 3 server).
    i need to do this advanced installation in away to have one database server and
    3 nodes of web and forms servers.
    we tired do that but the rapedinstaller keep giving us that we only can have a
    primery webnode but we need to have 3 web nodes incase of one node
    faluiure(high avilableyt) i need techincal deatles and notes avilable on how to
    do that i already serach metalink and i found note 217368.1 "Option 2.3. Apache
    JServ Layer Load Balancing" i need to know what how can i reach this topology
    from hte technical side.
    i also want to know if i managed to did that how can i access the applcaiotn am
    i going to have 3 links or i just keep loing to one sever and incase of faliuer
    it will connect me to the other server.

    Hi, i recommend to you to read the notes 306653.1 and 217368.1. In the last note you have to make a compound of the following points
    Option 2.2. HTTP Layer Hardware Load Balancing
    Option 2.3. Apache JServ Layer Load Balancing
    Option 2.4. Forms Server / Metrics Layer Load Balancing
    Option 2.5. Concurrent Layer Load Balancing
    Finally what you have to do is has a load balancer of hardware or software (oracle webcache), and on handle an only one url for the final users, the work to distribute the requests towards your web/forms servers is the load balancer.
    If one server was managing to fall down then the load balancer will working only with the alive servers. In sumary you apply a mix of the four options in the note 217368.1.

Maybe you are looking for