Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> select * from dual in MOUNTED database returns 4 columns (one row)
If a database is mounted (not opened), then
select * from dual
returns 4 columns (one row).
However, when the database is opened,
select * from dual
returns one column only.
I checked DBA_OBJECTS - there are only two objects with name DUAL, both in SYS schema, table and synonym.
Thanks,
Sev
Received on Tue Jul 09 2002 - 01:14:49 CDT
![]() |
![]() |