Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 7.3 not Y2K compliant on Digital Unix?
They might be referring to issues like:
SYS SQL> desc v$transaction
Name Null? Type ------------------------------- -------- ---- ADDR RAW(4) XIDUSN NUMBER XIDSLOT NUMBER XIDSQN NUMBER UBAFIL NUMBER UBABLK NUMBER UBASQN NUMBER UBAREC NUMBER STATUS VARCHAR2(16) START_TIME VARCHAR2(20) <<<------
SYS SQL> update dual set dummy = dummy;
SYS SQL> select start_time from v$transaction;
START_TIME
But I won't sweat over it.
Jim Smith <jim_at_jimsmith.demon.co.uk> wrote in article
<5u4qPGA1f4S1EwY1_at_jimsmith.demon.co.uk>...
> We have been told by a third party supplier that Oracle 7.3.2 is not
> certified Y2K compliant on Digital UNIX 4.0.
>
> Does anyone have any details on this? If we have to go through an
> expensive upgrade, we would like to know why.
>
> TIA
> --
> Jim Smith
>
Received on Mon May 04 1998 - 00:00:00 CDT
![]() |
![]() |