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: security without using different usernames

Re: security without using different usernames

From: Pete Finnigan <oracle_list_at_peterfinnigan.demon.co.uk>
Date: Wed, 16 Jul 2003 15:37:19 +0100
Message-Id: <25937.338032@fatcity.com>


Hi

You can get the ip address as follows:

oracle:jupiter> sqlplus system/manager_at_emil

SQL*Plus: Release 9.0.1.0.0 - Production on Wed Jun 25 20:45:54 2003

(c) Copyright 2001 Oracle Corporation. All rights reserved.

Connected to:
Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production With the Partitioning option
JServer Release 9.0.1.0.0 - Production

SQL> select sys_context('userenv','ip_address') ip,username,machine   2 from v$session
  3 where sys_context('userenv','sessionid')=audsid;

IP


Received on Wed Jul 16 2003 - 09:37:19 CDT

Original text of this message

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