Silent Installation of Oracle database

Silent Installation of Oracle database Preface This paper is for silent installation of Oracle Database Practice and Experience of the process of recording. Installation of 10g of silence which is conducted in RHEL AS3U4, 9i silent installation practice is in Windows XP Professional (SP2) on the. 9i installed three common CD-ROM, Oracle installing customized specifically…

Script to Get the Windows Machine Serial Number

On Error Resume Next Dim strComputer strComputer = InputBox(“Enter the name of the computer:”) Set objWMIService = GetObject(“winmgmts:” & “{impersonationLevel=impersonate}!” & strComputer & “rootcimv2”) Set colSMBIOS = objWMIService.ExecQuery (“Select * from Win32_SystemEnclosure”) For Each objSMBIOS in colSMBIOS MsgBox strComputer & “: ” & objSMBIOS.SerialNumber Next