Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Developing for Oracle on different OS

Re: Developing for Oracle on different OS

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Thu, 16 Nov 2000 17:14:36 GMT
Message-ID: <3A1415FC.12769C3B@edcmail.cr.usgs.gov>

Speaking strictly from an Oracle standpoint, there aren't any problems. Oracle is designed to be portable between OS's. If the application runs against an Oracle database running on Solaris, then it will run just as well against an application running against an Oracle database running on NT, AIX, Linux, or Novell, etc. Once the application makes the connection to the database, it shouldn't care what platform that database is running on.

But as you may have gleamed from the other responses, it can make a big difference which platform the application runs on. For instance, if I develop the application using Visual Basic to run on WinTel, then I may have lots of problems trying to port that app to a Unix platform.

HTH,
Brian

audunj_at_my-deja.com wrote:
>
> Hi
> I'm new in a company developing software for external users, and have
> a "newbie"-question:
> If we develop our software using Oracle on NT/2000, are there any
> pitfalls in implementing the software with a customer running Oracle on
> say Solaris?
> Are there other things we should take into consideration developing a
> database on one platform and deploying it on another or on different
> versions?
>
> Thanks for any thoughts!
>
> AJ
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
 

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Thu Nov 16 2000 - 11:14:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US