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: is there a way to get the server MAC address through sql statement ?

Re: is there a way to get the server MAC address through sql statement ?

From: <Kenneth>
Date: Wed, 25 Feb 2004 18:10:39 GMT
Message-ID: <403ce3b8.1691652@news.inet.tele.dk>


On Wed, 25 Feb 2004 18:15:50 +0100, "Benoit Delalande" <b.delalandeNO_at_SPAMopsio.fr> wrote:

>Any clue appreciated !
>
>Thanks.
>
>B.
>
>

Hi B,

An Oracle DB does not hold information about MAC adresses and other low-level server information in it's data dictionary.

You could load some hardware detecting Java Classes into the DB.

But if you really need to store hardware info in the DB, I think the simplest and best solution is to write a small application to load Hardware info into a User table in the DB.

Received on Wed Feb 25 2004 - 12:10:39 CST

Original text of this message

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