Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Stop users from connecting to database
On Tue, 20 May 2003 11:17:24 GMT, b.sandmann_at_gmx.net (Bernd Sandmann)
wrote:
>Hello,
>
>what is the best way to avoid users from connecting to a database but
>some other users should connect anyway.
>
>The reason for this is that some batch jobs should run under a special
>users while other users should not connect to the database.
>
>regards.
>Bernd Sandmann
grant restricted session privilege to the 'special' users
and
alter system enable restricted session
to allow only those users to connect.
Alternatively, just shut down the listener, and run those jobs on the
server directly.
This might be a less silly procedure than the one outlined by Mr
Cowell
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Tue May 20 2003 - 12:11:02 CDT
![]() |
![]() |