Can Oracle Streams Replicate from Oracle 8i?

Oracle Streams looks very cool for loading our ODS. But do all of the databases it replicates from need to be on Oracle 9i as well, or only the receiving database?
Thanks,
Scott Uhrick
Oxford Health Plans

Oracle Streams is an Oracle9i Release 2 feature. The new Streams features are not available in earlier releases of the database.

Similar Messages

  • How can i return object from oracle in my java code using pl/sql procedure?

    How can i return object from oracle in my java code using pl/sql procedure?
    And How can i returned varios rows fron a pl/sql store procedure
    please send me a example....
    Thank you
    null

    yes, i do
    But i can't run this examples...
    my problem is that i want recive a object from a PL/SQL
    //procedure callObject(miObj out MyObject)
    in my java code
    public static EmployeeObj callObject(Connection lv_con,
    String pv_idEmp)
    EmployeeObj ret = new EmployeeObj();
    try
    CallableStatement cstmt =
    lv_con.prepareCall("{call admin.callObject(?)}");
    cstmt.registerOutParameter(1, OracleTypes.STRUCT); // line ocurr wrong
    //registerOutParameter(int parameterIndex, int sqlType,String sql_name)
    cstmt.execute();
    ret = (EmployeeObj) cstmt.getObject(1);
    }//try
    catch (SQLException ex)
    System.out.println("error SQL");
    System.out.println ("\n*** SQLException caught ***\n");
    while (ex != null)
    System.out.println ("SQLState: " + ex.getSQLState ());
    System.out.println ("Message: " + ex.getMessage ());
    System.out.println ("Vendor: " + ex.getErrorCode ());
    ex = ex.getNextException ();
    System.out.println ("");
    catch (java.lang.Exception ex)
    System.out.println("error Lenguaje");
    return ret;
    Do you have any idea?

  • How can i extract data from oracle table  to flat file or excel spread shee

    Hello,
    DB Version is 10.1.0.3.0
    How can i extract data from oracle table to flat file or excel spread sheet by using sub programs?
    Regards,
    D

    Here what I did
    SET NEWPAGE 0
    SET SPACE 0
    SET LINESIZE 80
    SET PAGESIZE 0
    SET ECHO OFF
    SET FEEDBACK OFF
    SET VERIFY OFF
    SET HEADING OFF
    SET MARKUP HTML OFF SPOOL OFF
    Sql> SPOOL bing
    select * from -------;
    SPOOL OFF;
    I do not see file.
    I also tried
    Sql> SPOOL /tmp/bing
    select * from -------;
    SPOOL OFF;
    But still not seeing the fie,

  • Is Oracle Streams included in Oracle Database 10g Express Edition?

    Hi,
    A short one - is Oracle Streams included in Oracle Database 10g Express Edition?
    Thanks,
    Dag

    Hi, I'm using Oracle Express in my Client System End. I want to know how we can replicate the data from server to client and server to client.
    My Client DB : Oracle Express
    My Server DB : Oracle 10G.
    When the client is connected to the server I want to Syncronize all the Data from Client to Server and Server to Clinet.
    Some of the Experts are telling to use Materilized View or Replication. Which one to use and How to use.?
    It will be helpfull if I get a logic to do this Data Syncronization Process.

  • Oracle Streaming Queues in Oracle 10G standard Edition

    I would like to configure and implement Oracle Streaming Queues in Oracle 10G standard Edition. If it is possible then please guide me and give me some clues and if not then please advise me some alternate method.

    Here is the guidance you requested.
    License information:
    http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/toc.htm
    Technical information:
    http://tahiti.oracle.com/
    Since I don't even know what version you have ... this is as far as I can take you.

  • Oracle upgrade exam from oracle 9i to oracle 11g

    Hi,
    I want to give oracle upgrade exam from oracle 9i to oracle 11g release2.
    But i do not have material for preparation of this exam. Oracle Database 11g: New Features for 9i OCPs", also known as 1z0-055 exam.
    Please any one give me PPT or PDF or link from where i can get it? . which can help me to read for exam.
    Thanks in advance.
    Edited by: user647572 on Dec 26, 2011 5:10 AM

    user647572 wrote:
    Hi,
    I want to give oracle upgrade exam from oracle 9i to oracle 11g release2.
    But i do not have material for preparation of this exam. Oracle Database 11g: New Features for 9i OCPs", also known as 1z0-055 exam.
    Please any one give me PPT or PDF or link from where i can get it? . which can help me to read for exam.
    Thanks in advance.
    Edited by: user647572 on Dec 26, 2011 5:10 AMI dispair when an Oracle Certified Professional says he does not have 'preapartion material' and asks for a PDF link.
    .... The most likely response is from someone training to sell unauthorised learning materials.
    ..... The OCP should understand the exams topics and online manuals for 11g should be sufficient. Oracle Press Books and Sybex Books for 11g DBA OCP should also cover number of the required topics if that helps. Not to mention Oracle University Training.
    ...... But an OCP asking for a 'PDF' or 'PPT' for the 1z0-055 exam ??????? .... what form of content are you thinking?

  • Migrating to Oracle Reports 6i from Oracle Report 9i

    Hi all,
    We re-compiled original Forms & Reports 6i source code with Oracle 9i Forms & Reports.
    Forms are working really nice with almost no change at all with Oracle 9ias Forms services and Oracle 8i as db. The Oracle 9ias server is W2k. Will be upgrading to oracle 9i db in a short time.
    The only change we applied to forms source code was the function to call reports. We are using WEB.SHOW_DOCUMENT() instead of RUN_PRODUCT.
    i.e. the URl is formed in all reports as
    http://ip_address:port/reports/rwservlet?DESTYPE=cache&DESFORMAT=PDF&userid=user/passwd@dbname&report=f:\web\formas\ametas\REP_DET_METAS_DPTO.REP&estrategia_par='08'&centro_par=249&depto_par=27100&anio_par=2003&TRIMESTRE_PAR=1
    At the beginning we used directly the 6i reports but they were running inconsistently, after several calls to reports they got stock and we did need to reboot report services.
    Then as a suggestion we re-build only two reports in reports 9i for testing. But same result when running in combination with 6i reports. Combination means, sometimes called 6i reports someothers reports in 9i.
    The reports run fine several times but inconsistently. What I mean is that they can be running normaly many times and suddenly the reports server sends this message
    REP-50002:Server is shutting down
    DBA reported this issue to our local support but they said configuration is ok.
    In other tests and only running 9i reports it seems not getting stock never, at least we run two 9i reports more than 40 times. So the problem seems to be when we run 9i reports in combination with 6i reports. We are planning to migrate all our reports but this mean to rebuild all reports again.
    Is someone facing this kind of problem?
    Or is this the only solution? Losting men/machine hours rebuilding the reports.
    Any suggestion for my DBA to check in configuration?

    Sorry for the confusion the subject for this issue should be
    Migrating to Oracle Reports 9i from Oracle Reports 6i

  • I have 2 iCloud accounts. 3 devices use one of them as a primary account; my iPhone uses the other as a primary account so I can't stream photos from iPhone etc. What to do?

    I have 2 iCloud accounts. 3 devices use one of them as a primary account; my iPhone uses the other as a primary account so I can't stream photos from iPhone etc. What to do?

    Sorry, yes indeed you can do that, I thought you wanted to keep the accounts the way they are now and also share photo stream between all devices, which of course is not possible.
    In order to login to the account you are currently logged in to as a secondary account, as a primary account, and vice versa, you will need to delete both accounts from that device and then log back into them with the correct account as a primary (settings > iCloud) and the correct account as a secondary (settings > mail, contacts, calendars).

  • How can I stream video from my laptop to apple tv while doing a different task on my laptop?

    How can I stream video from my laptop to apple tv while doing a different task on my laptop?  I want to be able to stream a video to my tv while browsing the internet or working on writing on my laptop. Thanks

    You would have to use airplay within iTunes then, unless you want to use 3rd party software (ie Beamer)

  • How can I stream audio from Apple TV 2 to Airport Express speakers.

    how can I stream audio from Apple TV 2 to Airport Express speakers.
    I have LCD projector on one wall and connected ATV to it via HDMI.
    Speakers on the other wall and connected to APXpress.

    To be honest the times we've wanted to have music from more than one set of speakers, I've usually used my mac's iTunes library and controlled it either from the mac or from my phone, since they're not really the times we have any TV on anyway. I've tested AirTunes from the Apple TV but can't recall whether it worked with content from a streaming library.
    Now I've got something to do.

  • Can I stream content from my macbook pro to my apple tv3 using a cable?, I don't want to use wifi.

    Hi
    Can I stream content from my macbook pro to my Apple tv3 using a cable connection?, I dont want to use wifi
    Regards

    fireguy999 wrote:
    You have answered my question, thank you so much, I've just plugged in and found out that a direct connection will actually work via ethernet, but it works as Airplay mirroring and itune home sharing
    No you don't need to use AirPlay from the computer to AppleTV.
    Just use the AppleTV as you would with wifi. Everything is controlled from the AppleTV.

  • Can I stream content from my Macbook Pro to HDTV using Apple TV

    Can I stream content from my Macbook Pro to HDTV using Apple TV?

    If the content is in iTunes and in a compatible format then yes you can

  • How can I stream video from a P/DVR to my Mac

    Hi, How can I stream video from a Motorola dcx3400m P/DVR to my Mac? I have tried a Slingbox but the audio is out of sync witht the TV and it drives those watching on iPads or on the iMac in another room NUTS.
    Is it possible to use a TV tuner of some sort. I've looked at the eye TV thing but I live in Canada/USA region and the eye TV products all seem to be for Austrailia or the UK. The one product that might work is a DVR and I don't need to pay for that as I already have one.
    HELP!
    Jeff

    If your Mac has an audio input jack you can connect the output of a cassette machine to it (3.5mm stereo jack required). However many don't, so you will need a USB audio interface - Roland make a range. Alternatively you can buy cassette decks with a built in audio interface.
    You will need a program to record and edit the input: Audacity is free and is often bundled with USB-enabled players.

  • How can i stream video from mac os x 10 using roku to my tv?

    how can i stream video from mac os x 10 using roku to my tv?

    Welcome to Apple Support Communities
    OS X can't write in NTFS disks. If you want to write in NTFS drives, you have to use a third-party app like Paragon for NTFS, being this application the best one to write in those disks.
    Another option is to format the external disk in FAT32 or exFAT on a PC, so you will be able to read and write in Macs and PCs without having to use third-party apps. Do it on a PC and copy the files of your external drive to the internal disk first

  • Can I stream photos from laptop iphoto to apple tv?

    can I stream photos from laptop iphoto to apple tv?
    my macbook pro is hardwired connected to a 3rd generation appleTV.  can't seem to connect a specific iphoto album to a tv screen via appletv
    help please!

    iTunes > Advanced > Choose Photos to Share

Maybe you are looking for

  • Issue Using Boolean Attribute in Decision Tables Conditions

    I'm using Oracle BPM Suite 11g 11.1.1.4.0 for my application. In my business rules, I need to use the nillable boolean attribute in Decision Table conditions, so I import java.lang.Boolean class in the Java Facts, I append .booleanValue() to the cond

  • Cannot import a txt file in BPC7.5 with amounts containing ","

    Hello all, When importing a txt file in BPC7.5 (through standard Import package) with amounts containing format xxx,xxx,xxx.xx (where "," is the thousand separator and "." is the decimal separator), the importlog file displays that everything is ok.

  • Pdf files flash open then close immediately

    Whenever I try to open a pdf file using Adobe Reader, they just flash open and close and I get a plethora of error messages which I have to X out of.

  • Mystery Crashes Adobe Premiere CC

    Hello everyone, I've been having an issues for a couple of months now with Adobe Premiere Creative Cloud version. Every single time I try to import videos for editing a crash happens soon after, specifically the instant that I click on the video thum

  • Preloading Assets

    Hi, I have two questions about preloading assets using actionscript 3.0 • Is there a way to preload all assets in the library for faster view before viewing them on stage? • I know how to preload an image using a progress bar but how can i load multi