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: Oracle versus MS Sql Server

Re: Oracle versus MS Sql Server

From: Michael G. Schneider <mgs_at_mgs-software.de>
Date: Thu, 25 Oct 2001 22:12:07 +0200
Message-ID: <9r9r2k$6v9$02$1@news.t-online.com>


"Sybrand Bakker" <postbus_at_sybrandb.demon.nl> schrieb im Newsbeitrag news:ttgqjg87pg2412_at_corp.supernews.com...

>

> That is definitely stupid. Very often my customers have bought software
> developed by firms who don't know a damn thing about Oracle database
> administration. This invariably results in programs following principles
and
> practices completely unacceptable to any Oracle DBA who is worth a grain
of
> salt. No primary keys, no constraints, every user has DBA privilege, end
> user objects in the system tablespace, frequent ora-1555 errors because
the
> developer thinks he need to commit every individual record, people
> installing the database on a PDC, I could write a book about it.

Sorry, I do not know you. I certainly don't want to offend you. But have you ever developed software? Do you have a formal education in developing software?

I do not know a typical DBA's thoughts, but for example...

are tasks which a good software developer will know how to handle. And it is HIS task to do such things. I would NEVER allow a DBA to modify the SQL that creates the objects in the database (tables, triggers, views, stored procedures, ...). For example primary keys and constraints are a direct result of my discussion with the future users of my software. These items are specified in the Requirement Specification, and they are part of the Data Model for the future database. No DBA is involved in this area.

I have been educated how to do this. I have years of experience in this subject. I do not need a DBA's help for writing SQL.

If a DBA should ever remind me that I have forgotten a constraint, I will quit my job. Then he, who is only looking at the finished software, has done a better job than me, who has been discussing the requirements with the users for many weeks or months.

Michael G. Schneider Received on Thu Oct 25 2001 - 15:12:07 CDT

Original text of this message

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