processor serial number retrieval
720450Sep 2 2009 — edited Sep 3 2009can it be possible to retrieve the processor serial number from oracle database by any means?
or is there any linux command which retrieves the processor serial number and can be used latter as a script in oracle database?
cat /proc/cpuinfo in linux retrieves all information about processor other than serial number. Is there any other commands of linux to retrieve processor serial number?
My target is to retrieve processor serial number which can be used to database query whether the serial number retrieval through database directly or via linux command.