Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Differences between Oracle 7.3.3 and 7.3.4 and 7.3.5
Julio
This is a trap that a number of people are starting to fall into. To understand the issue here, you need to understand the support policy. But before I cover that, let me state categorically that ALL versions of Oracle7 are Y2K compliant at the RDBMS level, since Oracle stores dates in an internal format (7 byte integer) that includes the century. If your APPLICATION doesn't display it, that's a different matter. You may have coded an application that is not Y2K compliant, but we can't stop you doing that. ;)
Back to the support policy. Oracle supports particular versions of the RDBMS at any point in time. At the moment, 7.3.4 and all Production versions of 8 are supported (in some cases, 7.3.3 is still supported because 7.3.4 didn't come out on that particular OS). That means that earlier versions are not supported now, nor will they be when the turn of the century occurs, unless you are on an extended support agreement. Hence, while the unsupported releases are Y2K compliant, if you hit a bug in this or any other area, the response from Support will be upgrade to a supported version.
Hope this eases your concerns.
Pete
Julio Negueruela wrote:
> cpereyra_at_ix.netcom.com escribió:
> >
> > My understanding is that 7.3.4 is the
> > latest and last release of Oracle 7. It is
> > also supposed to be the first Oracle 7 that
> > is Y2K complaint. This information (and much more)
> > is available in the Oracle site http://www.oracle.com
>
> Uppssss! Do you mean that Oracle 7.1.* and 7.2.* will carsh in the y2k?
> Are you sure?
>
> Best regards.
> --
> Julio Negueruela
> DBA Servicio Informático
> Universidad de La Rioja - Spain
> Telf: 941-299179 Fax: 941- 299180
> mailto:julio.negueruela_at_si.unirioja.es
--
Regards
Pete
Pete Sharman Email: psharman_at_us.oracle.com Project Manager Phone: +1.650.607.0109 (int'l) Worldwide Internal Services Education (650)607 0109 (local)Oracle Corporation
SQL> select standard_disclaimer, witty_remark 2 from company_requirements;
Opinions are mine and do not necessarily reflect those of Oracle Corporation
"Controlling application developers is like herding cats."
Kevin Loney, ORACLE DBA Handbook
"Oh no it's not! It's much harder than that!"
Bruce Pihlamae, long term ORACLE DBA
Received on Mon May 10 1999 - 11:22:03 CDT
![]() |
![]() |