How can I access a database remote without using dblink, synonyms,aliases?

My store procedure access a remote tables using dblink, synonyms, alias, but by business company requirenments I nedd to use another data base access method. My PL/SQL statement looks like
select c.cus_id, c.cus_name, p.bankaccno
into v_cus_id, v_cus_name, v_bankaccno
from customer c, payment@finantial p
where c.cus_id = p.cus_id
Are any method else to connect to several remote databases concurrently?
If Yes, plase say me how is it, or tell me where do I obtain some examples, or any documentation.
Edited by: user518321 on Apr 21, 2009 1:58 PM
Ok, But I must not use any of these data base access method, metioned: dbliks, aliases, synonyms.
Edited by: user518321 on Apr 21, 2009 2:05 PM
Ok, It is enough for now, I am surprised for the response time and for their arguments, thanks a lot.
Edited by: user518321 on Apr 21, 2009 2:50 PM

If you want to access a table in a remote database using SQL, you will need a database link. It would be exceptionally odd for the business to require that you access a remote database and to prohibit the use of database links. What is the business reason for that combination?
If you want to look into rather more esoteric solutions, you could load a JDBC driver for the remote database, write a Java stored procedure that queries the remote table using that JDBC driver, and then cobble together some PL/SQL that joins the two result sets. You won't be able to reference the remote table in SQL and the solution won't scale well as data volumes increase and you'll be writing a whole lot of code to manually join tables together, but it does avoid database links. Of course, whatever concerns lead to the ban on database links would probably apply to loading a JDBC driver into the database and writing Java stored procedures to access the remote database, but since you haven't explained the reasoning behind the restrictions, we're just guessing.
Justin

Similar Messages

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • My iPhone has two computers in (iTunes wifi sync), how can I remove one of them without using it ?

    Hello everyone.
    My iPhone has two computers in (iTunes wifi sync) how can I remove one of them without using that computer?
    because that PC stopped working so I had to recover it. Now everything is gone on that PC.
    Also I bought a new computer (MacBook Pro) and I use iTunes on it in the mean time. Now I want to remove the old computer!
    here is a photo of my (iTunes WiFi sync)
    is there any way that I can use to do that?
    Thanks

    Hello,
    Did you ever find a solution for this ?
    I have the same issue and i dont know how to fix it.

  • How can i create an apple id without using a visa or credit card

    how can i create an apple id without using a visa or credit card

    Follow the directions here, EXACTLY:
    http://support.apple.com/kb/ht2534

  • How can I access revisions of a document using OpenXML sdk library?

    How can I access revisions of a document using OpenXML sdk library?
    Thanks in advance.
    Regards,
    Akanksha.

    Hi Akanska
    The following articles should give you a basic understanding of how to work with Revisions:
    https://msdn.microsoft.com/en-us/library/office/cc536011.aspx
    https://msdn.microsoft.com/en-us/library/ee836138%28v=office.12%29.aspx?f=255&MSPPError=-2147217396
    http://blogs.msdn.com/b/ericwhite/archive/2009/09/28/source-code-available-complete-implementation-of-accept-all-changes-tracked-revisions-in-open-xml-documents.aspx
    Cindy Meister, VSTO/Word MVP,
    my blog

  • Can I access time capsule file without using imac

    can I access time capsule file without using imac

    From a time machine backup? No. If you mean just a regular file stored on there? Not directly. There are a couple of apps out there where you can indirectly get to a file but it's a pain. If you have need of accessing a file both from the mac and the iPad then I suggest DropBox. You get 2GB free and it's a good way to share information between machines and devices.

  • How can you purchase additional cloud storage without using account credit?

    How can you purchase additional cloud storage without using account credit? Want credit to remain on accounts as it was a gift for my daughter and we haven't finished using it yet but need to purchase additional storage for all of our accounts. Can't I just override the automatic payment from the account and just pay with a separate cc?

    Purchasing additional storage will not use account credit anyway.  It gets directly charged to your credit card, and you must use a credit card since it is an annual subscription service you are purchasing, not a one time payment option.  They insist on a credit card so they have a billable account for the automatic annual subscription fee.  At least it was that way when I did it.
    Sorry - http://support.apple.com/kb/HT4874  either I did not have enough credit at the time or something has changed since I did it?  Maybe call Apple and do it over the phone (explain why you want to do it that way)?

  • HT4623 How can i download ios 7.1 without using my iphone and itunes

    How can i download ios 7.1 without using my iphone and itunes

    If you don't use your phone and you don't use iTunes, what are you expecting to use? Your options to update your device are Over The Air through Settings>General>Software Update or by connecting the device to iTunes and updating.
    Best of luck.

  • How can I access my iPhone icloud without my phone?

    I have lost my iPhone. How can I access my iPhone personal information ( telephone contacts) with my icloud account?

    http://icloud.com

  • HT4910 How can I increase my storage space without using a debit/credit card?

    HOw can I increase my iCloud storage without a credit/debit card!!

    Payment methods accepted include iTunes store credit, credit cards, and debit cards. If you do not have enough iTunes store credit to complete your upgrade, you will be charged the remaining amount.
    Purchasing iCloud storage and billing:
    http://support.apple.com/kb/HT4874

  • How can i access a mysql table without putting the data in a datagrid

    I developed my air app with a datagrid which uses a php service to display all data from a table of strings in MySql.
    I now do not need the datagrid, how can i get the data from my database without putting it into a dataGrid? Do i need an array? how do i do this? anyone got any example code?

    Balakrishnan V wrote:
    var resultArrayCollection:ArrayCollection=new ArrayCollection()
    protected function resultHandler(event:ResultEvent)
         result=event.result as ArrayCollection
    You can use the result array collection now inside your program for any further changes / manipulations.
    Hope this helps; If you have further doubts, do ask...
    Balakrishnan V
    Hi, yeah this helps,
    however, how would i generate a result handler for a service that has not been called yet? Sorry my knowledge of services is very limited.
    This is a php service, get_all service that returns all the rows from a mysql table.
    I can see the service box with the service i want to use:
    but how do i pass that to a result handler?

  • How can I print from an iPad without using wireless?

    I'm in a situation where I need to print something from the iPad, but will not be in a wireless network. Is there no utility that allows me to go directly from the iPad to any printer? I haven't purchased it yet, so I'm willing to get pretty much anything to make this work.

    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99)  http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
     Cheers, Tom

  • How can I Access the Flash "Slide class" using flex and ActionScript 3?

    Hi,
    I hope someone can help me solve a problem...
    I'm using the flex SwfLoader to load a flash side
    presentation as follows...
    <mx:SWFLoader id="ss_slides" source="ss_slides.swf"
    width="320" height="240"/>
    I would like to access the flash "Slide Class" using flex so
    I can make the following call...
    Slide.gotoNextSlide();
    Anyone know how I can do that?
    Would it be through the SwfLoader Object?
    Is there another way?
    F.Y.I. Here is a snippets about the Slide class from the
    Flash 8 help...
    Using the Slide class (Flash Professional only)
    You use the methods and properties of the Slide class to
    control slide
    presentations you create using the Screen Outline pane for a
    Flash Slide
    Presentation, to get information about a slide presentation
    (for example, to
    determine the number of child slides contained by parent
    slide), or to navigate
    between slides in a slide presentation (for example, to
    create "Next slide" and
    "Previous slide" buttons).
    You can also use the built-in behaviors that are available
    in the Behaviors
    panel to control slide presentations. For more information,
    see Adding controls
    to screens using behaviors (Flash Professional only) in Using
    Flash.
    Thanks,
    Chris S.

    Hi Chris,
    You cannot access the methods of the Flash 8 movie from Flex.
    And you can't do it the other way around either.
    The only way to communicate is to create a LocalConnection on
    each side.
    M.

  • How can I write an iBook review without using iTunes?

    I have a problem on how can I write a review on an iPad book or iBook without using iTunes. Some of my friends are also asking me on how can I write a review on an iBook without using iTunes. I am on dilemma and I need your help to solve this problem. I hope you can respond soon if possible. Thanks.

    Simple, you cannot.  You can only post reviews through the store front gateway.
    Well, actually, you can write the review in any editor or tool you wish to use, but to post it, you have to login to the store account.  If you do not have an AppleID and store account, you cannot post a review.

  • How can I pay for photoshop CC without using a credit card?

    My son is paying for CC without using a credit card, The subscription is being taken from his bank account/debit card, I was told this wasn't possible by an adobe rep. Is it possible?
    Adobe told me everyone that has a subscription must have a credit card to pay.

    A debit card, if it can be used as a credit card, can be used to pay for anything online. If he's using his debit card to pay for his CC account then it is possible. The rep may have just been referring to using a checking account being a method that isn't possible.
    He needs to stop using his debit card to pay for anything online as debit cards are unsecured so if someone were to acquire the card number they could clear out his checking account and your son would be unable to do anything about it.

Maybe you are looking for

  • How do I expand the partitioned protion of my hard drive further for windows?

    My name is Ryan, I have and am running Windows 7 on my Mac, I went through bootcamp and partitioned 20GB from my Hard drive. I need to add a minimum of 10GB and a max of 20GB to the partitioned Windows portion. I have more than enough memory on my ma

  • Can't drag songs into iTunes 8

    I've been recording LPs (with Audacity) and converting them to CDs by burning the playlists in iTunes for years. I hadn't done it for a couple of months, and in the meantime iTunes was upgraded from version 7 to version 8. My procedure is this: I rec

  • Yosemite and Lion in one network

    Hallo, I have a small network running OS X Lion Server and OS X Lion clients. I use network accounts. I am planning to upgrade to Yosemite so I installed Yosemite (not server) to one of my clients to test some countability issues. Now I can´t login t

  • Global Address Cleanse Error USA

    Hi All, I have following set of files in my reference_Data folder: ga_country.dir ga_directory_db.xml ga_locaity.dir ga_region.dir lacsw.txt lacsx.txt lacsy.ll lacsz.ll dpvw.txt dpvx.txt dpvy.dpv dpvz.dpv While executing the job I am getting error <G

  • MacBook Pro Retina 2013 connecting to Presonus mixer

    I bought new MacBook Pro 13" late 2013 to use it with my mixer Presonus StudioLive 16.0.2 http://www.presonus.com/products/StudioLive-16.0.2 To connect computer Presonus has firewire S400 400mb/s connection. MacBook has no firewire connection, but ha