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: should we converting to sql server?

Re: should we converting to sql server?

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Wed, 10 Apr 2002 09:41:11 +0100
Message-ID: <3cb3faa8$0$225$ed9e5944@reading.news.pipex.net>


My opinion , for what its worth, is that you would need to revisit all your application code, retrain your key database staff including programmers(or sack them and buy some new ones who don't know your business but do know MSSQL), migrate all your data, change your backup and recovery implementation and redocument all of your db processes. NB this isn't an Oracle fanatic speaking, you would need to do this moving the other way as well.

for example consider the following statements.

update emp set sal = 1.1*sal where empno = 10; insert into emp_audit(empno,change_made) values (10,'rasied salary 10 pct'); commit;

easy enough to understand and behave differently between the platforms. On MSSQL this could give you a salary raise with NO audit trail. This (undesirable effect) would never happen in the original Oracle system.

I am not convinced (to say the least) that the reduced licence costs outweigh the costs shown above. What you *could* do is train the appropriate staff and your db processes as outlined above for NEW projects. This is not an unreasonable approach (though it may not actually save any cash).

Changing database platforms can be appropriate for a number of reasons - saving money on software is unlikely to be one of them.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
"Joe Sath" <dbadba62_at_hotmail.com> wrote in message
news:U4Ls8.7657$dU3.3039_at_nwrddc04.gnilink.net...

> My boss is asking me to evaluate the stability of sql server to see
whether
> it is stable enough so that we can convert to sql server to save some
money.
> It is said that sql server 2000 is very compatible to oracle.
>
> What is your guys opinion?
>
> Thanks
>
>
Received on Wed Apr 10 2002 - 03:41:11 CDT

Original text of this message

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