473,657 Members | 2,447 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_F OR_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 2628
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_F OR_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....actu ally 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...loc ated at a long distance from server database..conne cted 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
4117
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 have an schema (s1) on an Oracle 9i database with database links pointing to a schema (s2) on another Oracle 9i database.
3
5803
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 and then a separate database for every subscriber. Subscribers need read/write to both databases. I chose separate databases because there are 20+ large tables that would require uid/gid columns, indexes and where conditions to separate...
9
3657
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 local webserver. I need to access the same database remotely through TCP/IP. There will be potentially many transactions coming from both the web server and remotely, so the solution needs to keep the data safe in such an environment. However,...
51
5069
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 system. I have modified the program a number of times, and now find that I need to change the DB slightlt. This appears to require that I REMERGE the data base and program, and I have no idea how to do that. Can someone give me some pointers,...
2
2310
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 the data from Excel into the appropriate tables. There are 6 different databases that receive data, though 4 of them only get one table each. I have learned how to automate the data import through
7
1519
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 10 minutes. A new file for each day is anticipated. Of considerable importance is the long term availability of this data and it's gathering and storage without gaps. As the remote sensors have little on board storage it is important that a
3
1813
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 for the potential intensive use of certain areas of the front-end application to their back-end tables by certain type of organizations. With the code below, (used to make future front-end updates
0
16362
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 user schema. DATABASE LINK -3 TYPES ======================= PRIVATE--DEFAULT--A PRIVATE DBLINK IS ONLY AVAILABLE TO THE USER WHO HAS CREATED IT.IT IS NOT POSSIBLE FOR A USER TO GRANT ACCESS ON A PRIVATE DBLINK TO OTHER USERS. ------- PUBLIC--IT...
0
8397
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8605
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7333
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6167
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4158
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2731
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 we have to send another system
2
1620
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.