How to find Machine Id of a Client Machine.

hi
Is there any way to find MAC ID of a Client Side Machine. because IP_ADDRESS is not Satisfying all the Security requirements.
Please Provide me the Solution or if this type of Thead is already exists in the Forum then Pls Provide me the Link.

As Faust said - this is not possible in Oracle PL/SQL (not supported). The only alternative is to write a custom function to obtain the Mac address.
Such a function will need to be in Java or created as an external procedure (a DLL in Windows or Shared Object lib on Unix).
However - even if you code such a function how can it obtain the Mac address? The external process or Java procedure cannot obtain or access the TCP socket handle that Oracle uses for that client session.
If I'm not mistaken, when dealing with a shared server process, it will not even know what the handle is - as the communication part with the client session is handled by the dispatcher processes. Which means (if I'm correct with this assumption) that the shared server session has no TCP socket handle at all to reference.
Let's assume I'm wrong and in both cases the socket handle exists in the Oracle server - how do you get Oracle to pass that to a Java proc or an external proc? There is no variable available in PL/SQL or SQL that allows you access to that session's client socket handle.
I do not see a feasible solution for what you want to do. The best would be to record this at two levels. At firewall level record Mac address, IP address and time - in Oracle record IP address and time - combine these two logs for marrying the one with the other.

Similar Messages

  • How to find machine is Big/little endian?

    Hi,
    Can any one tell me that how to find machine on which we are working i.e. Big/Little Endian in using java?
    One of my friend told me that in C Programming we can find this by using following code:
    #include <stdio.h>
    #include <arpa/inet.h>
    int main() {
        if (htons(1) == 1) puts("big endian");
        else puts("little endian");
        return 0;
    }Can any one help me in solving this mystery?
    Cheers,
    Ram

    java.nio.ByteOrder.nativeOrder();~D

  • How to find mac address of a client computer in specified time and port in WIFI WCS Control system

    how to find mac address of a client computer in specified time and port in WIFI WCS Control system

    WCS record-keeping is very crude.  
    You'll get the time/date when the client authenticated.  You'll get the local inside address but you'll need the router to translate the outside IP address and the port.  
    You will need a proxy server to determine what sites did a wireless client goes.

  • How to find out a file from client machine

    hi all,
    I want to read a file from client machine, like a outlook express file in which all the address are saved, using servlet. Initially i do not know the file path for that file, How i can read that file.
    plz help me
    thanx in advace
    Manish

    You have 2 possibilities. First, you might be able to mount the client's disk drive at the server; the servlet can then access that drive directly. Second, install a client program on the client machine and communicate with that program, and have it do the search (or whatever).
    Outside of Java, there are remote-access programs - like PCAnyWhere.

  • How to find 'machine type'?

    How do I find the 4-digit 'machine type' and 'serial number' for my S12-ION?
    (for the purposes of registering it with Lenovo Care Services)
    (actually, I pretty sure I know where to locate the serial number, but I'd be grateful if someone could confirm which of the multitude of codes and numbers on the underside is the correct one, the 'machine type' I can't find anywhere)
    Scott

    Hi in S10e BIOS
    there is Product  Name:Type 40684WG
     where the first 4 Digits type 4068 - model 4WG 
    BIOS Version: .....
    Lenovo SN: xxxx
    P/N: L3XXXXX     <----Where this is the Real Serial
    UUID: xxxxxx 
    in S12
    think this....
    Product Name: 2959-XXX
    sincerely KalvinKlein
    Thinkies 2x X200s/X301 8GB 256GB SSD @ Win 7 64
    Ideas Centre A520 ,Yoga 2 256GB SSD,Yoga 2 tablet @ Win 8.1

  • How to find the executables for OWB Client, Design and Runtime Repositories

    Hi Guys,
    I have installed OWB 10G in the my local desktop (in D Drive). From the start menu, I can see the menu options for OWB Client, OWB Design Repository and OWB Run time Repository. If I want to get that execuatbles from which location can I find out. All the menu options are pointing out into d:\OWB Home \....\bin\launch.exe, but when we hit launch.exe nothing is displayed on the screen. can anyone give their suggestions pls
    Regards
    Kishan

    launch.exe is the executable but if you look at the lnk files in your start menu the launch exe is followed by two parameters where the last one points to a specific cl file (I'm guessing short for command line) in the same bin directory that also contains a number of parameters. Here all the java jar files are listed that are needed to launch the specific component and how much memory the application can/may use.
    So you won't find a classic windows executable if that is what you are looking for. But why are you searching for this in the first place since you can just copy the shortcut/lnk file if you want shortcuts in other places?

  • How to find machine name

    hi,
    i would like to write a java program to find out the machine name.
    for example, if i run that java program on my machine so it should return my machine name.
    if someone already written that kind of code, please send it to me
    thanks for your help and have a great weekend

    * @(#)AddressCheck.java
    * @author
    * @version 1.00 2007/6/9
    import java.net.*;
    public class AddressCheck {
    public static void main(String[] args) {
        String address = "";
    try {
        address=InetAddress.getLocalHost().toString();
    } catch (Exception e) {
         e.printStackTrace();
    System.out.println(address);
    }running on my machine will print
    saloo/192.168.1.105

  • How to find the client size?

    i want to know  how to find the size of the client?

    Hi Gadangi,
    Check OSS note# "118823 - CC-ADMIN: Size of a client".
    Best regards,
    Orkun Gedik

  • How to find EJB client IPAddress

    Hi,
    We have a thick client making IIOP/t3 calls to EJBs.
    How to find the IPAddress of the client in the EJB?
    thank you,

    I don't think EJB/RMI standard specifies standard mechanism to get remote client IP, However you can use weblogic connection filter api to know remote client IP address.
    http://e-docs.bea.com/wls/docs81/security/con_filtr.html#1030512

  • How to find out the exact culpirit session

    How to find out the exact culpirit client machine process to kill the session and release.
    Thanks,

    We can not directly solve this mystery, only you can do so.
    V$SESSION contains data for all connected sessions.
    If no unique combination of fields exists that allows you to identify the culprit client session, then you are out of luck.
    See you started this thread with the premise that 1 session connected to the DB is a problem.
    OK, we will accept this as being true.
    Now via SQL how/what can you SELECT so that only 1 row is returned & that row corresponds to "problem client" session?
    Since this is YOUR system & not ours, only you can solve this mystery.

  • How to refresh XML file  from my client machine

    Hai All
    I have temp.XML and temp.XSL template in our server machine.
    when i give a print from client machine first time it gives the record,and next time it did not get refresh.Always it shows the previous records in the browser.But when i go into the server machine and click on temp.xml,it shows the current record(correct records)
    How to refresh XML file  from my client machine?
    Regards
    Dhina

    You never delete a Time Machine backup by dragging it to the Trash. You are supposed to use the TM application to manage the backups. What you will need to do now is to simply erase the drive using Disk Utility.

  • How to find out if a user is logged into a windows XP or VISTA machine

    Hi,
    Could somebody please tell me how to find out remotely over a LAN, whether a user is logged into a computer that is running windows XP/VISTA or not? How can this be programmatically done if we know the name of the remote machine?
    Thanks.
    Ravisara

    Hi,
    Thanks for all the replies.
    Actually it seems that my question has either been misunderstood or has been badly phrased by me.
    What I want to know precisely is the way to find out if a user is logged into a machine or not. Say for example in a LAN there are three computers called A, B and C. If my Java program is running on machine C, how can the program check whether a user is logged into machine A? Assuming JRE is present in all three machines, the machines have as their OS windows XP or VISTA and all machines are connected to a windows domain(Windows 2003 server based network)
    The idea here is to identify all the computers in a network that users are not logged into and then to remotely shutdown those computers in order to minimize wastage of electricity(preferably after a particular time of the day in an organization).
    Any replies would be much appreciated.
    Kind regards,
    Ravisara

  • How to find the machine name

    How to find the machine name from which the table is created ?
    Yogesh

    Turn on DDL auditing.
    http://www.oracle-base.com/articles/10g/Auditing_10gR2.php outlines some uses ... i'm sure you can find more with a google search.

  • How to find current user name on a LAN machine....

    how to find current user name in a remote machine in LAN .
    how to find current user name on a local machine in LAN .

    how to find current user name in a remote machine in
    LAN .Many users may be logged on concurrently on the remote machine.
    how to find current user name on a local machine in
    LAN .The user who is running the code in the process would be obtainable via:
    System.getProperty("some property goes here");
    I leave it to you to look at the API documentation for System.getProperties() to see what property name you would retrieve.

  • How to find using SQL query application deployed on win 7 machines with SCCM 2012 server or user installed manually.

    Hi,
    how to find using SCCM SQL query,  application deployed on win 7 machines with SCCM 2012 server or user/technician installed manually. Please let me know.

    Thanks, is it not possible via any script also?
    Like Torsten said, how can you tell the difference between CM12 installed applications and locally installed? Once you can answer that, then you can write report.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

Maybe you are looking for

  • HELP to Open and Print automatic a REPORT

    Hello, I'm a Portuguese Developer, and i've a challenge, that is, i want to open REPORT by FORMS in RDF format and i want to open and print automatic way, i do not want to open, and then have to go print button to pint them. I want to open by FORM wa

  • SQL Loader combine fields into one.

    Hi i am using sql loader to convert a db from sql server to oracle. my SQL Server DB has a field for the date and another for the time, i want to convert this into on filed called date. I cannot seem to figure out how to do this. my ctl file looks li

  • Attribute Not Found Error

    I was having entity and eovo working fine. My object was also working well. Few days latter I add one field to database and synchronized my entity and view object. Now when I add the newly added attribute to my jspx page, then when I run the applicat

  • No contact with iPhone sw update service

    Hi, I have contact with iTunes store, and buying music, films are working fine. BUT, when pushing the button in iTunes for 'search for iPhone updates', I got a message from iTunes telling med that there is no contact with internett - please tyr later

  • Reader will install but not open in XP

    It worked two days ago. Now I get an error message saying it has encountered a problem and needs to close. I have already tried the following. 1) Un-installed all Adobe programs 2) Deleted all Adobe program files 3) Increased virtual memory 4) Re-ins