473,503 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reliability & Efficiency of Database links for far located remote databases

3 New Member
Hello..
My current architecture consists of a client and server; which are located quite near to each other.....and i am using database links to retrieve / send data from or to the server.
for eg. if i want to select rows from a table in the client database i use
" SELECT * FROM NAMES@DB_LINK_FOR_1 "

But now the distance between the client and server has increased hugely. Assume the distance to be of some 30 Kilometers. So how reliable are the database links for such a long distance. I have an alternative of using XML files transfer by coding in C#.NET 2005. But somehow I am not convinced with the security of XML files and due to some other dependencies on Microsoft Visual Studio.NET .

Please suggest something! Help!
Mar 20 '08 #1
5 2612
amitpatel66
2,367 Recognized Expert Top Contributor
Hello..
My current architecture consists of a client and server; which are located quite near to each other.....and i am using database links to retrieve / send data from or to the server.
for eg. if i want to select rows from a table in the client database i use
" SELECT * FROM NAMES@DB_LINK_FOR_1 "

But now the distance between the client and server has increased hugely. Assume the distance to be of some 30 Kilometers. So how reliable are the database links for such a long distance. I have an alternative of using XML files transfer by coding in C#.NET 2005. But somehow I am not convinced with the security of XML files and due to some other dependencies on Microsoft Visual Studio.NET .

Please suggest something! Help!
For what reason you are going select the data from that database?
If it is got to be one time process where you need to select data once, then you need not worry about reliability. In case if you are going to communicate with the DB so often, then you can create a private database LINK for your user and then use them. They are ofcurse reliable but again it all depends on the availibility of that database
Mar 20 '08 #2
debasisdas
8,127 Recognized Expert Expert
So far as the client and server are connect via WAN or something else ,you need not bother about the distance. That is not a barrier for the Database links.
Mar 20 '08 #3
vdevnani
3 New Member
So far as the client and server are connect via WAN or something else ,you need not bother about the distance. That is not a barrier for the Database links.

Hi Amit n Debasis..
thanks 4 d replies guys..

now....
select statement was just an example....actually d server keeps on updating and inserting data on the client database...so yes..it is a quite frequent process...n moreover...i m also pulling the data from clients...so its bidirectional..

about the network....i guess its a WLAN or VSAT or VPN ....anyhow it would surely be a private network....

so in case of multiple clients...what i understand the steps would be:
1. Open connection for client_1 with DBLINK_1
2. Perform operations
3. Close connection
4. Open connection for client_2 with DBLINK_2
5. Perform operations
6. Close connection
---
---
and so on..

as i said the data transfer is bidirectional.....so what do you guys suggest...for maximum of 15-20 client databases...located at a long distance from server database..connected through some network (assuming network is ideally up)....would the database links be an optimal solution..?
Mar 20 '08 #4
amitpatel66
2,367 Recognized Expert Top Contributor
Yes the DBLINKS will be reliable and efficient to use for any number of client connections. In case if there is not much security concerns, then you can go for Public DBLINK which can be used by all the users of the DB to get the data from that different database. Else you need to go for private DB LINK one for each user respectively. And again you should remember proper privileges to be GRANTED to the user, on different objects of that database that you are going to use.
Mar 20 '08 #5
vdevnani
3 New Member
Okkk...

Great then..!

Thanks to all u guys...!

I'll just check it out for the distances n later on i'll post a reply...

Thanks again!
Mar 31 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
4101
by: Pentti | last post by:
Can anyone help to understand why re-parsing occurs on a remote database (using database links), even though we are using a prepared statement on the local database: Scenario: ======== We...
3
5790
by: David Busby | last post by:
List, What are the recommended work arounds for cross database foreign keys? As I understand it transactions are not atomic with the TCL method. I have a situation that requires a master database...
9
3655
by: Greg Gursky | last post by:
Hello: I'm doing some planning on a potential project with which I need some help. The database at the focus of this question is a MS Access database that is currently accessed by DAO from a...
51
5033
by: John Baker | last post by:
Hi: Some time ago I developed a program in Access, and separated the database and the program itself (using the normal access tools).We have the db on our server and the programin the desktop...
2
2299
by: Sara | last post by:
Hi - I've been reading the posts for a solution to my query, and realize that I should ask an "approch" question as well. We receive our production data from a third party, so my uers import...
7
1515
by: John Pote | last post by:
Hello, help/advice appreciated. Background: I am writing some web scripts in python to receive small amounts of data from remote sensors and store the data in a file. 50 to 100 bytes every 5 or...
3
1806
by: John Phelan-Cummings | last post by:
I have a front-end application called, “inbusiness.mdb” and three back-ends databases called, “inbusinessClient_be.mdb”, “inbusinessFund_be.mdb”, and, “inbusiness_be”. I created three back-ends...
0
16344
debasisdas
by: debasisdas | last post by:
DATABASE LINK =============== A database link is a path through which a remote user in another database can connect to any other database. Once created database link exists as an object in the...
0
7087
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7281
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6993
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7462
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3156
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1514
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
737
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.