Re: Oracle9i R2 GA Released

2002-09-05 Thread Jim Rich

Here are mine:

44709071a7feb37888304b9163b77e37 *lnx390_db_9201_Disk1.cpio.gz
9a309ad1c2f007e7c2eb0cb96d74c5fc *lnx390_db_9201_Disk2.cpio.gz

Jim Rich


- Original Message -
From: Post, Mark K
To: [EMAIL PROTECTED]
Sent: Tuesday, September 03, 2002 5:46 PM
Subject: Re: Oracle9i R2 GA Released

Phil,

Just out of curiosity, what are the md5sums you get for your packages?  I
just downloaded them myself (after a couple of false starts/failures) and
got these results:
912aa27b36e2c282544faf800a547126  lnx390_db_9201_Disk1.cpio.gz
1f81a9342a744b30556b11fc1fdc55c8  lnx390_db_9201_Disk2.cpio.gz

Confirmation or otherwise would be appreciated!

Mark Post



Re: Oracle9i R2 GA Released

2002-09-04 Thread Philip J. Tully

Mark,
Same md5sum figures:

912aa27b36e2c282544faf800a547126  lnx390_db_9201_disk1.cpio.gz
1f81a9342a744b30556b11fc1fdc55c8  lnx390_db_9201_disk2.cpio.gz

Phil

Post, Mark K wrote:

 Phil,

 Just out of curiosity, what are the md5sums you get for your packages?  I
 just downloaded them myself (after a couple of false starts/failures) and
 got these results:
 912aa27b36e2c282544faf800a547126  lnx390_db_9201_Disk1.cpio.gz
 1f81a9342a744b30556b11fc1fdc55c8  lnx390_db_9201_Disk2.cpio.gz

 Confirmation or otherwise would be appreciated!

 Mark Post

 -Original Message-
 From: Philip J. Tully [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 03, 2002 7:51 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Oracle9i R2 GA Released

 Nilson,
 I received a PDF file with release notes via email.

 Here is the cover page of that doc, sorry for the awful format but I
 just selected and copied the first page of PDF, losing all formatting.
 Phil
 Copyright c 1996, 2002, Oracle
 Corporation All rights reserved.
 Oracle is a registered trademark, and Oracle9i, OracleMetaLink, Oracle
 Transparent Gateway, PL/SQL, Pro*COBOL,
 Pro*FORTRAN, and SQL*Plus are trademarks or registered trademarks of
 Oracle Corporation. Other names may be
 trademarks of their respective owners.
 Oracle9i
 Release Notes
 Release 2 (9.2.0.1.0) for Linux/390 Systems (31-Bit)
 August 2002
 Part No. A97686-02
 These release notes contain important information not included in the
 Oracle9i Installation Guide Release 2 (9.2.0.1.0) for UNIX Systems and
 the
 Oracle9i Administrator fs Reference Release 2 (9.2.0.1.0) for UNIX
 Systems. This
 document contains the following topics:
  ! Third-Party Software Notices
  ! System Requirements
  ! Documentation
  ! Installation Issues
  ! Product-Related Issues
  ! Post-installation Issues
 Note: Although Linux/390 is not mentioned in the titles of the
 Oracle9i Installation Guide Release 2 (9.2.0.1.0) for UNIX Systems and
 the Oracle9i Administrator fs Reference Release 2 (9.2.0.1.0) for UNIX
 Systems, information specific to Linux Intel in these books also
 applies to Linux/390, except where noted in these release notes.

 Nilson Vieira wrote:
 
  Waht about the doc's. Wehre are they?
 
  - Original Message -
  From: Philip J. Tully [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, August 29, 2002 3:40 PM
  Subject: Oracle9i R2 GA Released
 
   To all,
  
   I just visited the Oracle download site and Oracle9i Database Enterprise
   Edition Release 2 for Linux/390 is available.
   http://otn.oracle.com/software/content.html
  
   I am working on the download now, 2 CD's -
   lnx390_db_9201_Disk1.cpio.gz (440,724,391 bytes)
   lnx390_db_9201_Disk2.cpio.gz (616,447,271 bytes)
  
  
   Regards
   Phil Tully
  



Re: Oracle9i R2 GA Released

2002-09-04 Thread Jim Rich

Here is md5sum run under SLES7:

jimrich@dalvs1:/we/oracle9i  ls -l
total 1543904
-rw-r--r--1 root root 614130176 Aug 30 10:33
lnx390_db_9201_Disk1.cpio.gz
-rw-r--r--1 root root 626423808 Aug 30 10:40
lnx390_db_9201_Disk2.cpio.gz
jimrich@dalvs1:/we/oracle9i  md5sum lnx390*
44709071a7feb37888304b9163b77e37  lnx390_db_9201_Disk1.cpio.gz
9a309ad1c2f007e7c2eb0cb96d74c5fc  lnx390_db_9201_Disk2.cpio.gz
jimrich@dalvs1:/we/oracle9i  md5sum --version
md5sum (GNU textutils) 2.0.10
Written by Ulrich Drepper and Scott Miller.

Copyright (C) 2000 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
jimrich@dalvs1:/we/oracle9i  uname -a
Linux dalvs1 2.4.7-SuSE-SMP #1 SMP Tue May 21 13:00:26 GMT 2002 s390 unknown

Jim Rich



Re: Oracle9i R2 GA Released

2002-09-04 Thread Jim Rich

I just discovered that the files I downloaded were not in gzip format,
which explains why the filesizes don't match the web page:

44709071a7feb37888304b9163b77e37  lnx390_db_9201_Disk1.cpio.gz
9a309ad1c2f007e7c2eb0cb96d74c5fc  lnx390_db_9201_Disk2.cpio.gz

This was quickly remedied, as they were in cpio format:

 mv lnx390_db_9201_Disk1.cpio.gz lnx390_db_9201_Disk1.cpio
 mv lnx390_db_9201_Disk2.cpio.gz lnx390_db_9201_Disk2.cpio

They installed OK:

 cpio -idcmv  lnx390_db_9201_Disk1.cpio
 cpio -idcmv  lnx390_db_9201_Disk2.cpio

 ls -l
drwxr-xr-x6 2840 562  4096 Aug 26 15:02 Disk1
drwxr-xr-x3 2840 562  4096 Aug 23 04:49 Disk2

 du
...
609196  ./Disk1
...
617824  ./Disk2

BTW, I downloaded with W2Ksp3/IE6.  YMMV.

Jim Rich



Re: Oracle9i R2 GA Released

2002-09-03 Thread Post, Mark K

Phil,

Just out of curiosity, what are the md5sums you get for your packages?  I
just downloaded them myself (after a couple of false starts/failures) and
got these results:
912aa27b36e2c282544faf800a547126  lnx390_db_9201_Disk1.cpio.gz
1f81a9342a744b30556b11fc1fdc55c8  lnx390_db_9201_Disk2.cpio.gz

Confirmation or otherwise would be appreciated!

Mark Post

-Original Message-
From: Philip J. Tully [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 03, 2002 7:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Oracle9i R2 GA Released


Nilson,
I received a PDF file with release notes via email.

Here is the cover page of that doc, sorry for the awful format but I
just selected and copied the first page of PDF, losing all formatting.
Phil
Copyright c 1996, 2002, Oracle
Corporation All rights reserved.
Oracle is a registered trademark, and Oracle9i, OracleMetaLink, Oracle
Transparent Gateway, PL/SQL, Pro*COBOL,
Pro*FORTRAN, and SQL*Plus are trademarks or registered trademarks of
Oracle Corporation. Other names may be
trademarks of their respective owners.
Oracle9i
Release Notes
Release 2 (9.2.0.1.0) for Linux/390 Systems (31-Bit)
August 2002
Part No. A97686-02
These release notes contain important information not included in the
Oracle9i Installation Guide Release 2 (9.2.0.1.0) for UNIX Systems and
the
Oracle9i Administrator fs Reference Release 2 (9.2.0.1.0) for UNIX
Systems. This
document contains the following topics:
 ! Third-Party Software Notices
 ! System Requirements
 ! Documentation
 ! Installation Issues
 ! Product-Related Issues
 ! Post-installation Issues
Note: Although Linux/390 is not mentioned in the titles of the
Oracle9i Installation Guide Release 2 (9.2.0.1.0) for UNIX Systems and
the Oracle9i Administrator fs Reference Release 2 (9.2.0.1.0) for UNIX
Systems, information specific to Linux Intel in these books also
applies to Linux/390, except where noted in these release notes.

Nilson Vieira wrote:

 Waht about the doc's. Wehre are they?

 - Original Message -
 From: Philip J. Tully [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 29, 2002 3:40 PM
 Subject: Oracle9i R2 GA Released

  To all,
 
  I just visited the Oracle download site and Oracle9i Database Enterprise
  Edition Release 2 for Linux/390 is available.
  http://otn.oracle.com/software/content.html
 
  I am working on the download now, 2 CD's -
  lnx390_db_9201_Disk1.cpio.gz (440,724,391 bytes)
  lnx390_db_9201_Disk2.cpio.gz (616,447,271 bytes)
 
 
  Regards
  Phil Tully
 



Re: Oracle9i R2 GA Released

2002-09-03 Thread Post, Mark K

http://otn.oracle.com/docs/products/oracle9i/content.html

Mark Post

-Original Message-
From: Nilson Vieira [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 02, 2002 4:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Oracle9i R2 GA Released


Waht about the doc's. Wehre are they?




- Original Message -
From: Philip J. Tully [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 3:40 PM
Subject: Oracle9i R2 GA Released


 To all,

 I just visited the Oracle download site and Oracle9i Database Enterprise
 Edition Release 2 for Linux/390 is available.
 http://otn.oracle.com/software/content.html

 I am working on the download now, 2 CD's -
 lnx390_db_9201_Disk1.cpio.gz (440,724,391 bytes)
 lnx390_db_9201_Disk2.cpio.gz (616,447,271 bytes)


 Regards
 Phil Tully




Re: Oracle9i R2 GA Released

2002-09-03 Thread Philip J. Tully

Nilson,
I received a PDF file with release notes via email.

Here is the cover page of that doc, sorry for the awful format but I
just selected and copied the first page of PDF, losing all formatting.
Phil
Copyright c 1996, 2002, Oracle
Corporation All rights reserved.
Oracle is a registered trademark, and Oracle9i, OracleMetaLink, Oracle
Transparent Gateway, PL/SQL, Pro*COBOL,
Pro*FORTRAN, and SQL*Plus are trademarks or registered trademarks of
Oracle Corporation. Other names may be
trademarks of their respective owners.
Oracle9i
Release Notes
Release 2 (9.2.0.1.0) for Linux/390 Systems (31-Bit)
August 2002
Part No. A97686-02
These release notes contain important information not included in the
Oracle9i Installation Guide Release 2 (9.2.0.1.0) for UNIX Systems and
the
Oracle9i Administrator fs Reference Release 2 (9.2.0.1.0) for UNIX
Systems. This
document contains the following topics:
 ! Third-Party Software Notices
 ! System Requirements
 ! Documentation
 ! Installation Issues
 ! Product-Related Issues
 ! Post-installation Issues
Note: Although Linux/390 is not mentioned in the titles of the
Oracle9i Installation Guide Release 2 (9.2.0.1.0) for UNIX Systems and
the Oracle9i Administrator fs Reference Release 2 (9.2.0.1.0) for UNIX
Systems, information specific to Linux Intel in these books also
applies to Linux/390, except where noted in these release notes.

Nilson Vieira wrote:

 Waht about the doc's. Wehre are they?

 - Original Message -
 From: Philip J. Tully [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 29, 2002 3:40 PM
 Subject: Oracle9i R2 GA Released

  To all,
 
  I just visited the Oracle download site and Oracle9i Database Enterprise
  Edition Release 2 for Linux/390 is available.
  http://otn.oracle.com/software/content.html
 
  I am working on the download now, 2 CD's -
  lnx390_db_9201_Disk1.cpio.gz (440,724,391 bytes)
  lnx390_db_9201_Disk2.cpio.gz (616,447,271 bytes)
 
 
  Regards
  Phil Tully
 



Re: Oracle9i R2 GA Released

2002-09-02 Thread Nilson Vieira

Waht about the doc's. Wehre are they?




- Original Message -
From: Philip J. Tully [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 3:40 PM
Subject: Oracle9i R2 GA Released


 To all,

 I just visited the Oracle download site and Oracle9i Database Enterprise
 Edition Release 2 for Linux/390 is available.
 http://otn.oracle.com/software/content.html

 I am working on the download now, 2 CD's -
 lnx390_db_9201_Disk1.cpio.gz (440,724,391 bytes)
 lnx390_db_9201_Disk2.cpio.gz (616,447,271 bytes)


 Regards
 Phil Tully




Oracle9i R2 GA Released

2002-08-29 Thread Philip J. Tully

To all,

I just visited the Oracle download site and Oracle9i Database Enterprise
Edition Release 2 for Linux/390 is available.
http://otn.oracle.com/software/content.html

I am working on the download now, 2 CD's -
lnx390_db_9201_Disk1.cpio.gz (440,724,391 bytes)
lnx390_db_9201_Disk2.cpio.gz (616,447,271 bytes)


Regards
Phil Tully



Re: Oracle9i R2 GA Released

2002-08-29 Thread Post, Mark K

Man, I _hate_ it when single files get that big.  At work our firewalls have
a time limit on FTP downloads, and my connection at home isn't nearly as
fast as the one at work.  :(

Mark Post

-Original Message-
From: Philip J. Tully [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 29, 2002 2:40 PM
To: [EMAIL PROTECTED]
Subject: Oracle9i R2 GA Released


To all,

I just visited the Oracle download site and Oracle9i Database Enterprise
Edition Release 2 for Linux/390 is available.
http://otn.oracle.com/software/content.html

I am working on the download now, 2 CD's -
lnx390_db_9201_Disk1.cpio.gz (440,724,391 bytes)
lnx390_db_9201_Disk2.cpio.gz (616,447,271 bytes)


Regards
Phil Tully