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:RE: restrict login with known IP address

Re:RE: restrict login with known IP address

From: <dgoulet_at_vicr.com>
Date: Tue, 08 May 2001 13:42:47 -0700
Message-ID: <F001.002FD0FE.20010508134353@fatcity.com>

Joe,

    I'd still suggest the connection manager in it's firewall configuration. It was introduced in 8.0 and above. Works real well, I made the mistake of configuring mine to knock myself out. Boy did it ever while allowing anyone else in.

Dick Goulet

____________________Reply Separator____________________
Author: "Leyden; Joseph" <LeydenJ_at_MTA.NET>
Date:       5/8/2001 10:36 AM

I'm using 8.0.5
am I hopeless?

-----Original Message-----
Sent: Tuesday, May 08, 2001 11:01 AM
To: Multiple recipients of list ORACLE-L

Hi Joe,

What version of Oracle do you use?

In 815 and upstair you can use logon trigger. Inside the trigger try to determine IP address of the current session using the following sikvel:

select sys_context('USERENV', 'IP_ADDRESS') from dual;

I haven't tryed this policy yet but I believe it should work. Let me know if it works for you

Regards,
Ed

> In UNIX,
> Knowing the IP address can I restrict any login
> to the ORACLE db given this info?
>
> any help is appreciated ...
>
> Joe
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Leyden, Joseph
> INET: LeydenJ_at_MTA.NET
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Shevtsov, Eduard
  INET: EShevtsov_at_flagship.ru

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Leyden, Joseph
  INET: LeydenJ_at_MTA.NET

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: dgoulet_at_vicr.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue May 08 2001 - 15:42:47 CDT

Original text of this message

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