Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 25664 invoked from network); 2 Feb 2007 15:43:28 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 2 Feb 2007 15:43:19 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 7B5ED5D4EDD;
 Fri,  2 Feb 2007 15:36:18 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 28941-06-3; Fri, 2 Feb 2007 15:36:18 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9832B5D4EF0;
 Fri,  2 Feb 2007 15:36:16 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Fri, 02 Feb 2007 15:35:04 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id A37115D4E28
 for <oracle-l@freelists.org>; Fri,  2 Feb 2007 15:35:04 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 28590-04 for <oracle-l@freelists.org>;
 Fri, 2 Feb 2007 15:35:04 -0500 (EST)
Received: from plmler1.mail.eds.com (plmler1.mail.eds.com [199.228.142.71])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 4356C5D4DF9
 for <oracle-l@freelists.org>; Fri,  2 Feb 2007 15:34:59 -0500 (EST)
Received: from plmlir4.mail.eds.com (plmlir4-2.mail.eds.com [199.228.142.134])
 by plmler1.mail.eds.com (8.13.8/8.12.10) with ESMTP id l12Ka3fw008915
 for <oracle-l@freelists.org>; Fri, 2 Feb 2007 14:36:04 -0600
Received: from plmlir4.mail.eds.com (localhost [127.0.0.1])
 by plmlir4.mail.eds.com (8.13.8/8.12.10) with ESMTP id l12KZEuX021319
 for <oracle-l@freelists.org>; Fri, 2 Feb 2007 14:35:14 -0600
Received: from usplm016.amer.corp.eds.com ([148.94.166.9])
 by plmlir4.mail.eds.com (8.13.8/8.12.10) with ESMTP id l12KZECm021314
 for <oracle-l@freelists.org>; Fri, 2 Feb 2007 14:35:14 -0600
Received: from usahm208.amer.corp.eds.com ([130.175.198.40]) by usplm016.amer.corp.eds.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Fri, 2 Feb 2007 14:35:13 -0600
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C74709.A3E83234"
Subject: RE: DB2 for Oracle DBAs
Date: Fri, 2 Feb 2007 15:35:13 -0500
Message-ID: <D1DC33E67722D54A93F05F702C99E2A973305B@usahm208.amer.corp.eds.com>
In-reply-to: <65464.30434.qm@web30103.mail.mud.yahoo.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: DB2 for Oracle DBAs
From: "Powell, Mark D" <mark.powell@eds.com>
To: "oracle-l" <oracle-l@freelists.org>
X-OriginalArrivalTime: 02 Feb 2007 20:35:13.0865 (UTC) FILETIME=[A4365390:01C74709]
X-archive-position: 45098
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: mark.powell@eds.com
Precedence: normal
Reply-to: mark.powell@eds.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at avenirtech.net
------_=_NextPart_001_01C74709.A3E83234
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I installed, configured, and briefly worked with a DB2 UDB database
around version 8.1 on a mainframe Linux partition.
=20
Everything you know about how Oracle works internally has tot be
suppressed.=20
=20
You will need to learn a new read consistency and locking model.  Locks
are kept in memory with a lock file written to disk.
=20
There is a utility for everything though IBM was working to create ALTER
DATABASE commands to perform tasks from within the database like you do
with Oracle.
=20
The documentation tells you to reorganize indexes for performance.
=20
SQL/PL is the internal scripting language.  It was new.  I found the
name interesting.  The syntax is not very similar to Oracle's PL/SQL.
Prior to SQL/PL you wrote your procedures in COBOL or C and compiled
them into the database.  Explain plans were created at compile time and
if you added a new index it would not be used till you recompiled.
=20
I think the manuals are decent.  The IBM site provides online access to
the official documentation plus IBM Redbooks on specific subjects.
=20
The IBM partner who came out to visit us told us that IBM was working as
hard as they could to make DB2 more like Oracle and by now some of this
may have changed.
=20
-- Mark D Powell --=20
Phone (313) 592-5148=20
=20


________________________________

	From: oracle-l-bounce@freelists.org
[mailto:oracle-l-bounce@freelists.org] On Behalf Of Mindaugas Navickas
	Sent: Friday, February 02, 2007 2:52 PM
	To: oracle-l
	Subject: DB2 for Oracle DBAs
=09
=09
	Hi,
	=20
	I know that some DBAs are tasked to work in mixed environments
were they should maintain different databases.=20
	If on the list are people who made a transition from Oracle to
DB2 DBA, I would appreciate if they can share their experience on
following topics:
	- what resources they found most valuable;
	- is there any DB2 list similar to Oracle-l;
	- what experience as Oracle DBA is completely unapplicable as
DB2 DBA.
	=20
	Thank you
	Mindaugas Navickas
	Oracle DBA
	OCP 8i,9i,10g
	=20


------_=_NextPart_001_01C74709.A3E83234
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<STYLE type=3Dtext/css>DIV {
	MARGIN: 0px
}
</STYLE>

<META content=3D"MSHTML 6.00.2900.2963" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007>I installed, configured, and briefly worked =
with a DB2=20
UDB database around version 8.1 on a mainframe Linux=20
partition.</SPAN></FONT></DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007>Everything you know about how Oracle works =
internally=20
has tot be suppressed.&nbsp;</SPAN></FONT></DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007>You will need to learn a new read consistency =
and=20
locking model.&nbsp;&nbsp;Locks are kept in memory with a lock file =
written to=20
disk.</SPAN></FONT></DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007>There is a utility for everything though IBM =
was=20
working to create ALTER DATABASE commands to perform tasks from within =
the=20
database like you do with Oracle.</SPAN></FONT></DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007>The documentation tells you to reorganize =
indexes for=20
performance.</SPAN></FONT></DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff =
size=3D2><SPAN=20
class=3D076032520-02022007>SQL/PL is the internal scripting =
language.&nbsp; It was=20
new.&nbsp; I found the name interesting.&nbsp; The syntax is not very =
similar to=20
Oracle's PL/SQL.&nbsp; Prior to SQL/PL you wrote your procedures in =
COBOL or C=20
and compiled them into the database.&nbsp; Explain plans were created at =
compile=20
time and if you added a new index it would not be used till you=20
recompiled.</SPAN></FONT></DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
<DIV><SPAN class=3D076032520-02022007><FONT face=3DArial color=3D#0000ff =
size=3D2>I=20
think the manuals are decent.&nbsp; The IBM site provides online access =
to the=20
official documentation plus IBM Redbooks on specific=20
subjects.</FONT></SPAN></DIV>
<DIV><SPAN class=3D076032520-02022007><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D076032520-02022007><FONT face=3DArial color=3D#0000ff =
size=3D2>The=20
IBM partner who came out to visit us told us that IBM was working as =
hard as=20
they could to make DB2 more like Oracle and by now some of this may have =

changed.</FONT></SPAN></DIV>
<DIV><SPAN class=3D076032520-02022007><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN lang=3Den-us><FONT face=3DArial size=3D2>-- Mark D Powell =
--</FONT></SPAN>=20
<BR><SPAN lang=3Den-us><FONT face=3DArial size=3D2>Phone (313) =
592-5148</FONT></SPAN>=20
</DIV>
<DIV>&nbsp;</DIV><BR>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
  <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
  <HR tabIndex=3D-1>
  <FONT face=3DTahoma size=3D2><B>From:</B> =
oracle-l-bounce@freelists.org=20
  [mailto:oracle-l-bounce@freelists.org] <B>On Behalf Of </B>Mindaugas=20
  Navickas<BR><B>Sent:</B> Friday, February 02, 2007 2:52 =
PM<BR><B>To:</B>=20
  oracle-l<BR><B>Subject:</B> DB2 for Oracle DBAs<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV=20
  style=3D"FONT-SIZE: 12pt; FONT-FAMILY: courier, monaco, monospace, =
sans-serif">
  <DIV>Hi,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>I know that some DBAs are tasked to work in mixed environments =
were they=20
  should maintain different databases. </DIV>
  <DIV>If on the list are people who made a transition from Oracle to =
DB2 DBA, I=20
  would appreciate if they can share their experience on following =
topics:</DIV>
  <DIV>- what resources they found most valuable;</DIV>
  <DIV>- is there any DB2 list similar to Oracle-l;</DIV>
  <DIV>- what experience as Oracle DBA is completely unapplicable as DB2 =

  DBA.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Thank you</DIV>
  <DIV>Mindaugas Navickas</DIV>
  <DIV>Oracle&nbsp;DBA</DIV>
  <DIV>OCP&nbsp;8i,9i,10g</DIV>
  <DIV>&nbsp;</DIV></DIV></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C74709.A3E83234--
--
http://www.freelists.org/webpage/oracle-l


