Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Odd math
Hi Steve
Yes for 7.3.4 and 8.1.5.1
Oracle7 Server Release 7.3.4.3.0 - Production
With the parallel query option
PL/SQL Release 2.3.4.3.0 - Production
SQL> select trunc(log(2,4)) from dual;
TRUNC(LOG(2,4))
1
SQL> uat7:edx0:/ora/admin> sqlplus /
SQL*Plus: Release 8.1.5.0.0 - Production on Wed Jul 12 14:59:04 2000
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.5.1.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.1.0 - Production
SQL> select trunc(log(2,4)) from dual;
TRUNC(LOG(2,4))
1
SQL>
With regards
Alex Afanassiev
Oracle DBA, TOC OPS/Internet.Operations
Tel: (03) 8 661 20 61 Fax: (03) 9 650 36 74>
> -----Original Message-----
> From: Steve Adams [SMTP:steve.adams_at_ixora.com.au]
> Sent: Wednesday, July 12, 2000 3:15 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Odd math
![]() |
![]() |