Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: data in Oracle
mike7411_at_gmail.com schreef:
> Does all data in Oracle need to be in a table?
>
> If you just want a simple lone integer that counts, say, the number of
> users in your database, is there an easy way to create that?
>
> Thanks.
>
In SQL/SQL*Plus/PL/SQL: declare [var]
And it will only exist in memory, for the duration
of the session at most, less if you destroy it.
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Thu Aug 10 2006 - 12:15:29 CDT