Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] how to avoid JDBC client connect to database?

Re: [Q] how to avoid JDBC client connect to database?

From: Alex Gorbachev <gorbyx_at_gmail.com>
Date: Wed, 12 Apr 2006 21:02:44 +0200
Message-ID: <c2213f680604121202v4eacaf4dk25cfb679ed761bf5@mail.gmail.com>


ALTER SYSTEM ENABLE RESTICTED SESSION;
Only users with RESTRICTED SESSION privilege can login to the database (SYSTEM user has it via DBA role).

2006/4/12, dba1 mcc <mccdba1_at_yahoo.com>:
> 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?

--
Best regards,
Alex Gorbachev
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Apr 12 2006 - 14:02:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US