Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: data in Oracle
mike7411_at_gmail.com wrote:
> 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.
Syntactically yes but realistically no. External tables are really just files sitting in the file system. Static data can potentially be stored in package variables. But be careful what you define as "static."
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Aug 10 2006 - 13:30:00 CDT
![]() |
![]() |