Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 8.1.5 - Dual gone schizoid
Has anyone encountered this before ?
Oracle 8.1.5.0 on NT sp3:
sqlplus sys/sys
select count(*) from sys.dual;
COUNT(*)
2
select sysdate from sys.dual;
SYSDATE
d date;
begin
select sysdate into d from sys.dual;
end;
.
/
ORA-01422: exact fetch returns more than requested number of rows
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
Received on Thu Dec 30 1999 - 08:08:36 CST
![]() |
![]() |