Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server and Oracle 10g 1

Status
Not open for further replies.

andy2325

Programmer
Jul 2, 2007
13
US
Is is possible to concurrently use SQL Server 2005 and Oracle 10g together in the same web application. Say SQL Server will be used for the user's and logging actions and then Oracle 10g will be used for the information that is to be displayed to the user.
 
It should be absolutely fine, just seems to lengthen things a bit from the web app programming point of view. Is there a particular reason you want to use both?

HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin

Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
Well our in house data collection system stores information to Oracle 10g and with Visual Studio 2005/2008 when creating user's and roles it seems they use SQL Server.
 
Would it be better to copy data periodically from Oracle 10g to SQL Server instead of using both?
 
I can imagine that set-up.

As I say, it shouldn't cause a problem at all for you.

Cheers

HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin

Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
It's up to you, the web app would have to be changed eventually to only use the SQLServer DB, but if it works in the current situation as I say, it's completely up to you.

HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin

Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top