473,396 Members | 1,713 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Question on migrating from MSSQL temp tables and remote queries

lev
Hello,

I am attempting to migrate an MSSQL server application to Oracle. This
application pulls in data from remote databases into temp tables and
then does various joins of that data with local tables.

There are two requirements: the temp tables cannot be permanent
members of the schema and application has to be self sufficient in
create database links - users cannot be asked for that.

The only solution that comes to mind is to create database links via
SQL, pull in the data, create the temp tables and then drop the
created links and temp tables when they are no longer needed. But that
seems inelegant. Is there a better way?

Any info is much appreciated. Cheers, Lev.
Jul 19 '05 #1
2 2019

"lev" <pe*****@msn.com> wrote in message
news:63**************************@posting.google.c om...
Hello,

I am attempting to migrate an MSSQL server application to Oracle. This
application pulls in data from remote databases into temp tables and
then does various joins of that data with local tables.

There are two requirements: the temp tables cannot be permanent
members of the schema and application has to be self sufficient in
create database links - users cannot be asked for that.

The only solution that comes to mind is to create database links via
SQL, pull in the data, create the temp tables and then drop the
created links and temp tables when they are no longer needed. But that
seems inelegant. Is there a better way?

Any info is much appreciated. Cheers, Lev.


Why are the requirements such? Do we have the tyranny of the requirement of
a genuine business need? Describe the problems that you are trying to solve
instead of how to implement a solution. There may be a better solution.
Jim
Jul 19 '05 #2
lev
>
Why are the requirements such? Do we have the tyranny of the requirement of
a genuine business need? Describe the problems that you are trying to solve
instead of how to implement a solution. There may be a better solution.
Jim


Jim,

This is a commercial software product, and history shows that the
average customer gets very upset if the schema is changed from
previous version or if any if accessive manual database administration
is involved. In this appliction there can be many databases involved,
and all need to exchange data. This would require a creation of N^2
database links - something we are trying to avoid.

Thanks.

Lev.
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: aaj | last post by:
This is a simple question compared to some of the stuff that gets asked (and answered) here, but sometimes its easy to over look the simpler things. I've been working with databases for a few...
6
by: Mortrek | last post by:
Hi. We have a .NET programmer using our SQL server. The database is roughly 8GB at this point, full of all of our inventory, payroll data, etc. for running reports. This is on a dual-xeon...
7
by: Danny J. Lesandrini | last post by:
I know this has been discussed before, as I've seen the Google posts, but they all leave me with an unanswered question: Does my DAO code executed in the front end cause the back end to bloat?...
3
by: Hanif Merali | last post by:
Hello, I'm having some difficulties creating a make table query. The source table which I'm basing the make table query has the fields: CIF BusLine1-2001 BusLine1-2002 BusLine1-2003...
8
by: Mark | last post by:
Hi, I am building an application and I have always built applications like so; Presentation layer (Html, Webforms etc). Logic layer (Database access routines etc). Data layer (SQL database...
1
by: mkepick | last post by:
migrated databases from sybase to mssql, migration exported sybase written queries written with the application build in query tool and imported to mssql databases. all db and tables migrated...
0
bleurose
by: bleurose | last post by:
We have a modestly large MySQL application (about 10,000,000 rows spread over 40+ tables). Most of our queries are very small and fast (single table or two-table joins with good keys and indexes). ...
2
by: lev | last post by:
Hello, I am attempting to migrate an MSSQL server application to Oracle. This application pulls in data from remote databases into temp tables and then does various joins of that data with local...
1
by: mmf.stavelot | last post by:
How to find out what type of the data procedure in MSSQL 2005 returns? Using inquiry about sample. Example: SELECT paramtypes FROM sysprocedures; Result:
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.