Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Maximum number of users
"Ralf Zwanziger" <goldensurfer-NOSPAM_at_gmx.de> wrote in message
news:fi9f10d5mapo2p34l9jmedak5agf4hoh6a_at_4ax.com...
| Is there a maximum number of users (created with "create user ..." in
| the database - NOT in OID) in Oracle9i or is the max. number of users
| only limited by system tablespace size?
| The problem: I have to create about 8000 users (per script). OID is
| not an option we have - the application we run is dependant on the
| existance of database users.
| Bye,
| Ralf
|
no inherent limit that i've ever seen (it's easy to test out this question in a dev database)
your technical issues are going to come from the number of concurrent users
licensing issues are another consideration
is the application already developed? purchased?
![]() |
![]() |