473,770 Members | 6,158 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

No future for DB2

This article is very bleak about future of DB2. How credible is the
author. http://www.eweek.com/article2/0,1895,1839681,00.asp

Nov 12 '05
375 18192
On Sun, 31 Jul 2005 13:24:14 -0600, "Mark A" <no****@nowhere .com>
wrote:
Unfortunatel y, most "DBA's" don't understand the nature of the application
well enough, and they don't understand enough about how optimizers work, to
make these decisions on a case by case basis. Many DBA's are looking for a
single rule they can follow in every circumstance. IMO, these people are not
real DBA's, and should consider becoming a UNIX/Linux Administrator.


If you are involved in remote maintenance, the customer bought the
application, the application is just a black box. Yet, when there are
performance problems invariably the DBA is blamed, while the vendor
plays the usual cover your ass game.

IMO, you are -as usual- generalizing way too much, and even worse,
your judgement of DBAs must be considered as offending and insulting.
But then of course you are only 'no****@nowhere .com'
--
Sybrand Bakker, Senior Oracle DBA
Nov 12 '05 #211
On Sun, 31 Jul 2005 13:27:05 -0600, Mark A interested us by writing:

I have seen 9i and 10g shops that don't use RMAN.


So have I. Generally for one of two reasons:

1) As a result of their experience with RMAN in Oracle8. (And, of course,
since it was not ready for prime time then, obviously it can't have
improved in the mean time. <g>)

2) They have their own way of doing backups, and are happy to pay money,
either to a third party vendor or to their development staff, to keep it
going. (Unfortunately in my experience, often without a restore mechanism.)

Funny that companies go out of their way to get the lastest verion of
some graphically-based OSs which provide less-than minimal incremental
benefit to the business (except perhaps more efficient ways of obtaining
RSIs) but refuse to use, or even to consider, that which is available in
Oracle "because of standards". C'est la vie.

--
Hans Forbrich
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard _at_gmail.com
*** I no longer assist with top-posted newsgroup queries ***
Nov 12 '05 #212
How could running recovery drills be easier in DB2 than in Oracle?
db2 has less moving parts to worry about


Can you be more specific on what "moving parts" are?
If I were to compare Oracle and DB2, ease of use or support would be the
last thing come to mind. The overall difference is so minor. Anybody with
slightly different experience would disagree with you.


once again, less moving parts. less stuff to manage. of course,
sometimes those extra parts given oracle flexibility that's useful. at
least theoretically that's the case. In my opion, it's also much less
forgiving - in which every single configuration change is preceeded
with a backup, and even shutting down the database can be a pain.
That's something that just doesn't seem common in the db2 world - to do
backups before every change. Talking about 9i here and v8 btw.


None of these makes any sense to me. Doing a backup before every
configuration change is a choice, an unusual one I might add, not a
requirement. That's not even something specific to Oracle. Many things can
be a pain if not done correctly, not just a simple task like shutting down a
database.
No, partitioning is not included in DB2 Workgroup Edition. You can't even
do
simple replications in DB2 without purchasing a separate product.


Last I checked, Workgroup Server Edition (WSE) costs $999 + $250 / user
in the concurrent or registered model. It also supports:
- replication
- multi-dimensional clustering (very similar to oracle partitioning)
- 64-bit instances
- up to 4 cpus
This means you could *easily* build a 2 TB data warehouse on db2 for
under $1500 in licensing costs. And yeah, mdc is different than
oracle's partitioning - lacks oracle's nice partition management. But
is very easy to work with, and is great for performance. And of course
you could also use union-all views - which are more similar to Oracle's
partitioning. This capable is also *free*, and can be combined with
mdc if you wish. And then if you want to take the next step and move
into DPF (spanning multiple servers), either of these techniques can be
*combined* with that partitioning strategy.


MDC and database paritioning are two different things, even in DB2 terms.
DPF (Database Partitioning Feature) is only available in DB2 ESE, even then
it still has to be licensed separately.
And how much does partitioning cost / server for oracle? $10,000? so,
what are we looking at here? $1500 for db2 vs $40,000 just for oracle
partitioning - not even including the base product?


How much does DB2 paritioning feature cost per CPU? And don't forget you can
also use union all views in Oracle without the paritioning feature, if you
think one can replace the other.
Nov 12 '05 #213
Mark A wrote:
"DA Morgan" <da******@psoug .org> wrote in message
news:1122837601 .611024@yasure. ..
I think he is talking about dinosaurs that still use command line
scripts to back up Oracle and thus have to concern themselves with
control files, log files, data files, temp files, etc. But lets
acknowledge that these DBAs are dinosaurs using techniques no longer
reflecting best practice in the product.

Sole exception from my comment ... those poor souls precluded from
upgrading to 9i or above by management short-sightedness.
--
Daniel A. Morgan

I have seen 9i and 10g shops that don't use RMAN.


I have seen people drinking and driving.
--
Daniel A. Morgan
http://www.psoug.org
da******@x.wash ington.edu
(replace x with u to respond)
Nov 12 '05 #214
Captain Pedantic wrote:
"DA Morgan" <da******@psoug .org> wrote in message
news:1122835935 .944779@yasure. ..
Just as a group of physicians formed the American Board of Medical
Specialitie s (www.abms.org) and just as attorney's formed the American
Bar Association: ... More on this later and hopefully something about the
American College
of Database Professionals: ... orrganizations such as www.facs.org.

Remind me what that "ww" stands for in www. again ...?


"Wide web" ;-)

I would encourage others, in their countries, to consider taking
similar action.
--
Daniel A. Morgan
http://www.psoug.org
da******@x.wash ington.edu
(replace x with u to respond)
Nov 12 '05 #215
"Sybrand Bakker" <po*****@sybran db.demon.nl> wrote in message
If you are involved in remote maintenance, the customer bought the
application, the application is just a black box. Yet, when there are
performance problems invariably the DBA is blamed, while the vendor
plays the usual cover your ass game.

IMO, you are -as usual- generalizing way too much, and even worse,
your judgement of DBAs must be considered as offending and insulting.
But then of course you are only 'n*****@nowhere .com'
--
Sybrand Bakker, Senior Oracle DBA


If a DBA doesn't have authority to change the indexes, or even recommend
changing indexes, then that is a situation I am not talking about..

I am talking about a situation where someone says (regardless of what they
have authority to change) that all foreign keys should have indexes, no
exceptions. I don't believe that is correct for Oracle or DB2 (or any other
RDBMS that I know about). I have explained in detail (in this and other
threads) the reasons why I think that is wrong.

I have also explained that far too many DBA's are looking for simple rules
that cover every situation, without having to think for themselves about how
indexes and optimizers work, or without having to analyze each situation for
optimum performance.

If you are offended and insulted that I think DBA's should be able to have a
basic understanding of the application they are working with, and should be
able to think for themselves, that is your right, but I suppose you and I
shall remain very far apart (both physically and conceptually).
Nov 12 '05 #216
And let me guess ... to replicate from Oracle on z/OS to a database on
LUW is free?

Larry E.

Bob Jones wrote:
No, partitioning is not included in DB2 Workgroup Edition. You can't even
do simple replications in DB2 without purchasing a separate product.


We have been discussing here primarily DB2 for Linux/UNIX/Windows right?
This is not true. Replication is included free-of-charge with DB2 WE and
with DB2 ESE.

I am talking about replicating data from DB2 on z to DB2 on LUW.

Nov 12 '05 #217
Now, is z/OS Oracle's product or is it as open as UNIX, or even Windows?
Besides z/OS is not even a primary platform for Oracle, but it is for DB2.
And let me guess ... to replicate from Oracle on z/OS to a database on LUW
is free?

Larry E.

Bob Jones wrote:
No, partitioning is not included in DB2 Workgroup Edition. You can't
even do simple replications in DB2 without purchasing a separate
product.
We have been discussing here primarily DB2 for Linux/UNIX/Windows right?
This is not true. Replication is included free-of-charge with DB2 WE and
with DB2 ESE.

I am talking about replicating data from DB2 on z to DB2 on LUW.

Nov 12 '05 #218
That's not the point. One of your complaints about DB2 was that
Replication costs $. It doesn't ... only on z/OS and i-series. So does
Oracle apparently.

Larry E.

Bob Jones wrote:
Now, is z/OS Oracle's product or is it as open as UNIX, or even Windows?
Besides z/OS is not even a primary platform for Oracle, but it is for DB2.

And let me guess ... to replicate from Oracle on z/OS to a database on LUW
is free?

Larry E.

Bob Jones wrote:
>No, partitioning is not included in DB2 Workgroup Edition. You can't
>even do simple replications in DB2 without purchasing a separate
>product.
>

We have been discussing here primarily DB2 for Linux/UNIX/Windows right?
This is not true. Replication is included free-of-charge with DB2 WE and
with DB2 ESE.

I am talking about replicating data from DB2 on z to DB2 on LUW.


Nov 12 '05 #219
Larry wrote:
That's not the point. One of your complaints about DB2 was that
Replication costs $. It doesn't ... only on z/OS and i-series. So does
Oracle apparently.

Larry E.


1. Please don't top post
2. So does Oracle apparently what?

Charge for replication services? No.
--
Daniel A. Morgan
http://www.psoug.org
da******@x.wash ington.edu
(replace x with u to respond)
Nov 12 '05 #220

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

Similar topics

47
3666
by: David Eng | last post by:
> For many years now enterprise business application development has > been the core area for the use of C++. > Today a significant share to this segment has already been lost to > SUN's Java technology and with MS now abandoning C++ in favour if its > proprietery .NET and C# technology, how long can we except C++ to hold > on against these might competitors? > Has C++ become a dying language? > What is the future of C++? As I posted...
35
3356
by: GTO | last post by:
I do not believe that C# is the future of C++. I also do not believe that adding two thousand new library functions to the standard library is the future of C++. But what is the future of C++? Is it as good as a programming language can get? Like so many of you, I programmed speech recognizers, image recognition systems, a portion of a chess program, lots of numeric code using STL, and tons of other applications in C++, (even firmware...
9
2368
by: Lyle Fairfield | last post by:
It's confusing. Many people here and elsewhere make many different predictions: There's an introduction mentioning some aspects of this at http://msdn.microsoft.com/data/mdac/techinfo/default.aspx? pull=/library/en-us/dnmdac/html/data_mdacroadmap.asp revised Sep 2005 (upper case conversions are mine)
2
2167
by: | last post by:
Everything seems to be moving to .NET and VC++ seems to be adding a lot of managed code support every new release. The questions: is unmanaged code in VC++ beeing phased out in favour of managed code? And suppose I still program in VC++ 6.0, can I safely assume that the code I use in VC++ 6.0 will still be available in future VC++ versions. Finally will VC++ 6.0 generated executables be still be able to run on futur Windows versions and...
0
1854
by: Fuzzyman | last post by:
Hello all, The following is a copy of a blog entry. It's asking a question about future statements and the built in compile function. I'd appreciate any pointers or comments about possible approaches. `Movable Python <http://www.voidspace.org.uk/python/movpy/>`_ supports running both Python scripts and ``.pyc`` bytecode files. It does this by compiling scripts to bytecode, or extracting the code object from bytecode files, and then...
29
3133
by: Zootal | last post by:
My apologies if this gets asked/discussed a lot. With c# rampaging through corporate USA (and other countries), what impact will this have on the usage and future of c++? I've used both of them a bit. I'm in school, and our CS program does not use c#, but uses mostly c++ and a bit of java. C# is relegated ot the CIS programs. Out there in the real world, what kind of a future does c++ have?
6
14452
by: rohayre | last post by:
Im a long time java developer and actually have never done anything with java scripting. I'd like to write a short simple script for calculating a date in the future based on today's date and a letter. Can I use javascripting to create a webpage to allow a user to enter a letter and then click a button to find a future calendar date? I'm just not sure how much user interaction scripting allows. Does java scripting allow buttons, textfields...
190
8180
by: blangela | last post by:
If you had asked me 5 years ago about the future of C++, I would have told you that its future was assured for many years to come. Recently, I have been starting to wonder. I have been teaching C++ at a local polytechnical school here in Vancouver, Canada for approximately 8 years. Six years ago, at the height (or should I say volume?) of the internet bubble, I had 80+ students per semester in my C++ course. Now I am fortunate to have...
5
3593
by: KimmoA | last post by:
Does C have a future? I'd like to think so, but nobody seems to agree with me. Of course, I don't use C in my profession, and maybe I wouldn't be using it if I had the pressure to actually produce things with deadlines and stuff. Hmm. That's a depressing thought. I can't stand OOP. Yes, it is beautiful in theory, and it might make sense for huge projects with many people involved, but I don't want anything to do with it. (I switched to C...
51
3435
by: Jon Harrop | last post by:
If Microsoft turn F# into a product and place it alongside C# and VB, will many people migrate from C# to F#? -- Dr Jon D Harrop, Flying Frog Consultancy http://www.ffconsultancy.com/products/?u
0
9425
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10231
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10005
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8887
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7416
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6679
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5313
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5452
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.