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

Home -> Community -> Usenet -> c.d.o.server -> Re: Database Connection Control

Re: Database Connection Control

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 15 Nov 2005 08:01:15 -0800
Message-ID: <1132070562.189096@yasure>


mphchan23_at_gmail.com wrote:
> Hi All,
>
> I recently encountered the following bug with my Oracle 9.2.0.6
> production database.
>
> Bug 1725012 -- ORA-600 [TTCGCSHND-1] CONNECTING FROM 817 CLIENT TO 9I
> USING THIN DRIVER (JDBC)
>
> One of an inactive client, installed with 8i JDBC thin driver, wake up
> at one time and tried to connect to the production database.
> Unfortunately, the connection triggered the bug and Oracle just output
> trace files continuously (2 files per second, 10M each) and the
> database finally crashed when the file system was full.
>
> I'm wondering if I can control database access from server side, such
> that - if the client is installed with software with version that are
> not supported, they are prohitibied from accessing the database.
>
> Any inputs or thoughts will be appreciated.
>
> Thanks,
>
> Michael

Put the following into the SQLNET.ORA file on the server.

# verify minimum client version
SQLNET.ALLOWED_LOGON_VERSION=9 Or whatever is appropriate.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Tue Nov 15 2005 - 10:01:15 CST

Original text of this message

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