SpiritOfLennon
IS-IT--Management
Hi,
I have two Oracle databases on a WAN, one Oracle 7 and one Oracle 8. I have a function to check credit on the Oracle 8 data base and I want to call this function from the Oracle 7 database. I know I could just replicate the function in the Oracle 7 database and point it at the Oracle 8 database, however I am concerned about the network traffic that may be involved in this. So my question is, what is the best way to handle this scenario, is it possible to call a function remotely and just return the result or should I be looking at creating a procedure or package that can be called remote? Any advice would be appreciated. Thanks. SOL
I'm only guessing but my guess work generally works for me.
I have two Oracle databases on a WAN, one Oracle 7 and one Oracle 8. I have a function to check credit on the Oracle 8 data base and I want to call this function from the Oracle 7 database. I know I could just replicate the function in the Oracle 7 database and point it at the Oracle 8 database, however I am concerned about the network traffic that may be involved in this. So my question is, what is the best way to handle this scenario, is it possible to call a function remotely and just return the result or should I be looking at creating a procedure or package that can be called remote? Any advice would be appreciated. Thanks. SOL
I'm only guessing but my guess work generally works for me.