Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: [Q] how to avoid JDBC client connect to database?
Two simple ways to do this:
Shutdown and restart the database in restrict mode
Or
Lock all of the user accounts that the JDBC connection uses.
Good Luck!
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of dba1 mcc
Sent: Wednesday, April 12, 2006 8:50 AM
To: oracle-l_at_freelists.org
Subject: [Q] how to avoid JDBC client connect to database?
We have ORACLE database 9iR2 run on UNIX servers. Sometime when we doing database maintenance, we don't want users connect to DB.
for SQL/net connection I can STOP listener. For JDBC client connection, how to avoid it?
Thanks.
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Apr 12 2006 - 07:53:12 CDT
![]() |
![]() |