Can we have DB Links betweeb Informix and Oracle ?

Hi All,
Can we have DB Links between Informix and Oracle ?
I am planning to write a PL/SQL procedure in Oracle
which will pull records from a remote Informix database.
Any help is greatly appreciated.
Thanks.
Cheers,
Srini

There are really two options:
Generic Connectivity - functionality bundled with the database which uses ODBC / OLEDB to access other data source
Transparent Gateways - extra cost products which allow access to other relational databases (provides better performance, more advanced features)
For more info see: http://www.oracle.com/gateways/gateway_bundles/faq.html

Similar Messages

  • My ipad imessages are coming up on my husband's iphone. Is that because we share an apple id account. How can we have separate apple id's and still share the same music library.

    my ipad imessages are coming up on my husband's iphone. Is that because we share an apple id account. How can we have separate apple id's and still share the same music library.

    The biggest problem I have is with cross texting. My friends send my a imessage on ipad to ipad and it comes up as message on my husband's phone as well as my ipad?
    My friends definitely do not want my husband seeing their texts. (and I dont really need him to see my responses either)
    Also, apple id is based on my email account, how do I create a new apple id without setting up a new email account?

  • Can you have two apple ID's and iTunes accounts on 1 home computer?

    Can you have two apple ID's and iTunes accounts on 1 home computer?

    Yes. Use separate user accounts on the computer.
    (94753)

  • So my computer broke some how and now it wont even turn on i just such without want to know if i can still have all my old songs and buying it all over again or something for please help me

    so my computer broke some how and now it wont even turn on i just want to know if i can still have all my old songs and such without buying it all over again or something so please help me oh also my ipod broke so i dont have anything that has my old songs except for the itunes ppl who know all of my songs

    You buy one download and one download only,  it is your responsibility to backup your music.
    it has always been very basic to always maintain a backup copy of your computer.  Use your backup copy to put everything back.
    If for some reason you have failed to maintain a backup ( not good), then you can transfer itunes purchases from an ipod:  File>Transfer Purchases

  • Can I have separate password for appstore and icloud email account?

    Can I have other password for appstore and icloud email account? Me and my girlfriend have iphones and i would like to share my apps with her, but i dont want to give her possibility to acces my email account....

    Well you can only have a different password if you are going to use a different Apple ID

  • How can I have the link for downlaod PS PS6 student version ?

    Hello everyone,
    Who can help me ?
    I have already the key product of PS PS6 student version but I lost the installation CD. How can I have the link for downlaod PS PS6 student version ??
    Thanks

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • How Can I have the MB display (1280X800) and a  1440 x 900 ext not in miror

    How Can I have the MB display (1280X800) and a 1440 x 900 ext not in miror mode ???
    I have a Lenovo external display :
    H19-inch (483-mm) viewable image size
    Optimum resolution: 1440 x 900
    Tilt stand for viewing comfort adjustments
    16 x 10 aspect ratio
    Analog attachment

    I just bought a wide screen display that also uses 1440 X900 resolution. In mirror mode mine also only allows a maximum of 1280 X ???. I think may be a limitation of the GMA 950 graphics chip set. I never use it in mirrow mode so it doesn't bother me. I prefer extended mode. That way I can keep more windows open and visible.
    I use the question mars because on mine I can use 1280 X any of the resolutions that go with it.

  • Using ipad2 and airplay with appleTV; can I have the ipad2 on wifi and the AppleTV on a wired port of the same router in order to use airplay?

    can I have the ipad2 on wifi and the AppleTV on a wired port of the same router in order to use airplay?

    I belive you can, I think my friends Apple TV is connected to their internet via an Ethernet cable, and we use Airplay sometimes using our iPads that are connected to the same network via WiFi. It should work as long as they are both connected to the same network. However, I don't have an Apple TV of my own, so don't take this as a solid answer.

  • Can I have differnet passwords for itunes and icloud

    Can I have different passworkds for itunes and icloud

    No but you can create separate Apple IDs. One for iTunes and one for iCloud.

  • HT1495 I have moved to live in Abu Dhabi. I have an iPhone with UK chip that I need to keep for UK contact and business, but now want to buy an iPhone in Abu Dhabi with a UAE chip for local use in AUH. Can I have them both sync'd, and also my other device

    I have moved to live in Abu Dhabi. I have an iPhone with UK chip that I need to keep for UK contact and business, but now want to buy an iPhone in Abu Dhabi with a UAE chip for local use in AUH. Can I have them both sync'd, and also my other devices??

    SkyDaughter29 wrote:
    My current situation: I have soooo many texts on my iphone and I haven't deleted many because I need the information contained in them for future reference and for legal purposes.  I would really like to find a means and way to save them other than on the phone itself. I've done searches for various apps yet I'm not finding what I think I would need.  It appears Apple does not sync the texts between the iphone and my MacBook Pro.
    Try the computer apps PhoneView (Mac) or TouchCopy (Mac & PC):
    http://www.ecamm.com/mac/phoneview/
    http://www.wideanglesoftware.com/touchcopy/index.php
    Best of luck.

  • If I purchased a movie, can I have it on my desktop and my iPad?

    If I purchased a movie, can I have it on my desktop and my iPad?

    Yes. I have the same purchased movies in iTunes on my computer and on the iPad.

  • Can I have a custom RTP payload, and still use a MediaLocator?

    Hi,
    I think I am a little confused. Can I have a custom RTP payload, and still use Manager.createPlayer(MediaLocator locator) to create my player?
    This doesn't seem possible because the RTPManger's addPayload(Format format, int payloadType) method isn't static, forcing me to always create my RTPManager first.
    Is this a valid observation, or am I missing something?
    Your comments are highly appreciated.
    Kind regards,
    Erwin

    Thanks for your prompt reply.
    The short answer is yes.
    The MediaLocator is used to identify the source, or destination for a media stream. For example this could be a file (file://c:\mydisk\audio.wav) or a URL (http://mydomain/music/audio.wav)
    Ok, I get that, but the MediaLocator is also used to identify the protocol, rtp in this case, and the protocol in its turn is used by the framework to locate the DataSource. I am not suggesting what you write is incorrect, I am only trying to understand how this works the way it does.
    RTP is used to transport streaming media in real time over a network (usually UDP).And that is exactly what I need it for.
    The receiver of an RTP stream is an RTP receiver. Players take the datasource(created from the MediaLocator) and feed the data to the RTP manager so it can be streamed across the network or vice versa.
    The vice versa part is what I am interested in. I need to handle a proprietary video format, packed as RTP, and shipped over UDP. My initial approach was to simply register my DePacketizer with the PlugInManager, and add my custom payload type to the RTPHandler (addFormat(Format fmt, int type)). That obviously doesn't work.
    So what I'm trying to convey is that the MediaLocator used in creating a Player will be different, and is used for a different purpose, than the Internet address, and Port used to create an RTPManager.I need a good night of sleep to think that over. I.m.h.o. there is no reason to handle "http://host:port/video/whatever.ext" different from "rtp://host:port/video/whatever.ext". The only difference is that in the first case I can build my graph based on the extension of whatever, and in the second case I have to wait for my first packet in order to determine the payload type. In both cases I expect "DataSource ds = Manager.createDataSource(ml) to work (and it probably does for the standard payload types).
    The JMF framework has a .../media/protocol/rtp/DataSource class as well as a .../media/protocol/http/DataSource class.
    Is this making any sense?Not sure yet, but I certainly appreciate your help.
    Note: In general you don't need to create a custom Payload for RTP.
    What if I want to ship a proprietary video format?
    Thanks a lot,
    Erwin

  • If I have a phone not in a contract, can I have Apple unlock it? And how much $$

    If I have a phone not in a contract, can I have Apple unlock it? And how much $$

    Apple doesn't unlock iPhones. Only the carrier they're locked to can; not all carriers offer this.
    (98470)

  • INFORMIX and ORACLE on LINUX

    Hello Stephen,
    some time ago we talked about Forte for LINUX. Now I think it will need
    not a long time that Forte is available on LINUX.
    INFORMIX and ORACLE has officially announced that they offer their
    Database on LINUX. Now it is only a question of time, that Forte
    got a business-case from big Firms which want to see Forte on LINUX.
    In GERMANY I know that Mercedes use LINUX for car-development and
    Sixt-Budget use LINUX for their car-rental (worldwide).
    I think, if Forte is availaible for LINUX than a big beng goes through
    the IT-Market. Many firms just wait for a OO-orientated 4GL-Development
    environment to distribute their business-processes to many little
    servers which are cheap and powerfull. It is than a question of
    less money to use a big machine or just 10 or 20 LINUX servers (which are
    cheaper and faster).
    Sorry for my enthusiasm on this mailing list, but i'am
    so happy to hear from this and want's to cry it out all over the world :-)))))
    Joseph Mirwald

    At 09:03 AM 8/22/98 +0200, Joseph Mirwald wrote:
    Hello Stephen,
    some time ago we talked about Forte for LINUX. Now I think it will need
    not a long time that Forte is available on LINUX.Well, I suspect if you ask them, the official policy statement is: Linux is
    not a supported platform at this time, and we cannot discuss unannounced
    products. (or some such thing). Privately, talking to some of the Forte
    people at FORUM this year, I was distinctly left with the impression that
    it will be a cold day in hell before such a port is done.
    INFORMIX and ORACLE has officially announced that they offer their
    Database on LINUX. Now it is only a question of time, that Forte
    got a business-case from big Firms which want to see Forte on LINUX.Well, I haven't talked to our Oracle sales rep, but I did go to their web
    site and I couldn't find anywhere where you could download it, or much more
    than a "how great it is" statement. Based upon my prior dealings with
    Oracle, and some well documented cases, I would be surprised if you could
    get it today - delivered and working, that is.
    Informix, on the other hand, I just downloaded (not installed yet, but at
    least I have in my hot little paws something that says it will be Informix
    on Linux).
    One of the problems that Forte faces in the marketplace is the cost of the
    product. Yes, it does a lot (personally, I'm quite a fan). But, some IT
    shops - especially the ones that have capable people on staff - are
    beginning to look at the distributed object characteristics of Java and
    asking "Why can't I do what I want with Java RMI, etc.?" When I talked to a
    Forte salesman at FORUM, his only response was "Well, those really aren't
    Forte customers anyway!" As Java adds things like transactional objects,
    transparent database access (yup! persistent objects in a relational
    database - without all the coding - and with performance too!), JavaSpaces,
    Jini, etc. I think it's a "head in the sand" approach for Forte to ignore
    this. To me, Java presents some very compelling features. And, according to
    some friends I have inside of Sun, basically all of the brightest people in
    Sun have all migrated over to doing the Java stuff, so it's only likely to
    get better. People like Rick Cattel (databases) and Jim Waldo (distributed
    object systems) who have been giving this stuff lots of thought for
    years!! That's why it's so well thought out when you see it for the first
    time.
    The only glaring omission from it seems to be a generic event queue
    mechanism. Fortunately, given the other stuff Java has to offer (RMI, event
    classes, etc.) you can build a very good one in about a man week. In fact,
    Java has one, they just didn't take a "high" enough superclass - they
    limited it to AWT events. If they had made it all events, you wouldn't even
    have to build that.
    Now, don't get me wrong... Forte is planning to incorporate lots of really
    cool Java stuff in their next release (preannounced at FORUM). But to me,
    that's not the issue on a larger scale. The real issue is this: are
    environments which are cheaper incorporating a lot of what Forte does - and
    the answer is Yes! Incidentally, there is a version of the Java environment
    being developed for Linux under the GNU license, for the express purpose of
    making it open and keeping it free (and open). Someone recently told me
    that it is now available, but I haven't confirmed that yet.
    In GERMANY I know that Mercedes use LINUX for car-development and
    Sixt-Budget use LINUX for their car-rental (worldwide).My perception is that the Europeans are more progressive and cooperative
    than us in the states. Most of the really good Linux help I've gotten on
    the net has been form Europe (including a wonderful sendmail
    site/expert). :-)
    I think, if Forte is availaible for LINUX than a big beng goes through
    the IT-Market. Many firms just wait for a OO-orientated 4GL-Development
    environment to distribute their business-processes to many little
    servers which are cheap and powerfull. It is than a question of
    less money to use a big machine or just 10 or 20 LINUX servers (which are
    cheaper and faster).Well, as I was indicating above, people who are cost conscious might be
    searching for lower cost alternatives to Forte itself.
    Sorry for my enthusiasm on this mailing list, but i'am
    so happy to hear from this and want's to cry it out all over the world:-)))))
    <soapbox>
    So, who says that all reactions have to be between 4 & 6 (5 being
    neutral)!! Don't apologize. If you're excited - be excited! That's what
    life is all about.
    </soapbox>
    Stephen

  • How can you have two link styles on one page?

    I have one style (formatted link style) for internal links in
    my footer but I want a different style for the external links in my
    mainContent. Is it possible to have two different "styles" of links
    on one page? I tried creating a new set for the mainContent links
    and being positioned underneath my footer link's styles, the "new"
    mainContent link styles overrode the footer link style. Is there
    another way of going about this?
    Thanks anyone, Julie

    Julie:
    > I'm just not code savvy.
    As long as you permit yourself to offer this argument, you
    will struggle
    with Dreamweaver. If you are serious and want to improve, you
    will have to
    overcome your code-phobia.
    What is in these two files?
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Rock Artist" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray, I was just looking over my code and noticed the
    links in my footer
    > are
    > styled, in the first place, by a class I created in my
    main.css (for all
    > of my
    > pages) called ".webdis" (nickname for webmaster and
    disclaimer). I do see
    > my
    > link format style in the head of this document but am I
    supposed to see it
    > where the footer is (in the code)?
    >
    > If you look at the first external link (the only one I
    have attached a
    > link to
    > so far):
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    >
    > It took on same style as my footer links. I'm a little
    frustrated, it just
    > seems like it should be so simple. I'm ready to launch
    this thing tonight
    > and
    > this is the only "little" thing I have left to do. I
    hate to cheat and
    > make
    > each one of these site links a graphic and link it as a
    graphic, but I am
    > so
    > ready to get this thing up.
    >
    > I'm just not code savvy. I am going to attach my code to
    this reply and
    > maybe
    > you can tell me what I'm doing wrong. Thanks, Julie
    >
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <title>Area Interests</title>
    >
    > <link href="css/main.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    > .contentlinx {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #336600;
    > }
    > -->
    > </style>
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    > />
    > </head>
    >
    > <body>
    >  <div id="wrapper">
    > <div id="header"></div>
    > <div id="sidebar">
    > <p align="center"><a
    href="index.html"><img
    > src="images/vert_nav_bar/home_button.jpg"
    alt="navigation button to home"
    > width="155" height="50" /></a><a
    href="property.html"><img
    > src="images/vert_nav_bar/property_button.jpg"
    alt="navigation button for
    > property" width="155" height="50" /></a><a
    href="maps.html"><img
    > src="images/vert_nav_bar/maps_button.jpg"
    alt="navigation button for maps"
    > width="155" height="50" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/gallery_button.jpg"
    alt="navigation button for
    > photo
    > gallery" width="155" height="75" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/area_button.jpg"
    alt="navigation button for area
    > interests" width="155" height="75" /></a><a
    href="contact.html"><img
    > src="images/vert_nav_bar/contact_button.jpg"
    alt="navigation button for
    > contact
    > us" width="155" height="75" /></a></p>
    > <div id="sidephoto"><img
    src="images/tree_flower.jpg" alt="garvan tree
    > flower" width="145" height="275" /></div>
    > </div>
    > <div id="header2">
    > <h2 class="style2">AREA INTERESTS</h2>
    > </div>
    > <div class="proptext" id="content">
    > <p>HOT SPRINGS NATIONAL PARK, ARKANSAS</p>
    > <div id="photofeature"><img
    src="images/garvin_stream.jpg" alt="garvan
    > gardens" width="275" height="218" /></div>
    > <p align="left">America's first resort, also
    referred to as &quot;The
    > Spa
    > City&quot;, Hot Springs definitely has a pulse
    > of its own. Visit the sites below to find out why this
    is one of
    > the
    > most popular vacation destinations in the South.
    Featuring world famous
    > natural
    > hot springs, historic bathhouse row, and thoroughbred
    horse racing at
    > Oaklawn
    > Park. The perfect place to relax, the perfect place for
    adventure, Hot
    > Springs
    > provides a year-round opportunity for outdoor
    recreation, world-class bass
    > fishing and fabulous water sport activities, hiking,
    horseback riding and
    > quartz crystal hunting. In fact, take a day trip to
    Murfreesboro to the
    > Crater
    > of Diamonds State Park, the only diamond-producing site
    in the world that
    > is
    > open to the public and try your hand at diamond hunting
    or searching for
    > 40
    > other types of semi-precious stones, rocks and minerals.
    Garvan Woodland
    > Gardens, a 210 acre forested peninsula jutting into Lake
    Hamilton with a
    > showcase of floral landscapes, streams and waterfalls,
    is a &quot;must
    > see&quot;. Hot Springs has a strong art community as
    well. Enjoy artist's
    > galleries, film-making events and musical venues all
    over town. Did I
    > mention
    > historical architecture? There is too much to mention
    here about this
    > wonderful
    > city, please see for yourself by visiting the local
    sites below to see
    > what's
    > happening in and around town.<br />
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    > <p class="contentlinx">Facts About Hot
    Springs<br />
    >
    http://www.hotsprings.org/media_room/news-detail.asp?news_id=9</p>
    > <p class="contentlinx">City of Hot Springs<br
    />
    >
    http://cityhs.net/</p>
    > <p><span class="contentlinx">The Greater Hot
    Springs Chamber of
    > Commerce<br />
    >
    http://www.hotspringschamber.com/</span><br
    />
    > </p>
    > </div>
    > <div id="footer">
    > <p><span
    >
    class="webdis">WEBMASTER     |    &
    > nbsp;<a
    href="disclaimer.html">DISCLAIMER</a></span></p>
    > </div>
    > </div>
    > </body>
    > </html>
    >

Maybe you are looking for

  • Message Resend Option in Message Monitoring

    Hi Everybody, I am working on a Idoc to SOAP Scenario. The message is successfully processed in Integration Engine(No errors in SXMB_MONI) but due to connection issues with the receiver the message fails at reciever SOAP adapter. Can we resend the me

  • Trying to use email

    Two questions I need some help with. 1- with my Curve a was able to go online and manage my email filters I have verizon and I just had to login to Blackberry.com/go/vzw. it would let me do this from my deaktop am i missing something? 2- I cant get m

  • Photoshop Elements 12 keeps freezing while I'm editing my pics.

    I have photoshop elements 12 and it keeps freezing on me while I'm in the middle of editing my photos.  I have window's 8 on my pc.  Is there a reason why this could be happening? (problem with window's 8, installed incorrectly?)

  • WAN port configuration SA520w

    We switched to another internet provider and have problem with our SA520w and a slow WAN connection on av fibre connection. We have confirmed that we need to set/ force the WAN port interface on the router to use 10base-t (Full duplex) in order to ge

  • I can't access to the email address to reset password

    i can't access to the email address to reset my password due to the email address already deleted. why i cant just log in to my Apple ID to reset it? i don't know how to do now...