Oracle OVAL Examples 5.10.1 2017-23-05T17:05:02-05:00 Integrigy 2017 - Mike Miller - for demonstration and example purposes only EBS Local Password Hashed Oracle E-Business Suite Oracle E-Business Suite Passwords need to be hashed EBS Local Passwords should be hashed > oracle 11.2.0 user=your_user_name;password=your_password;SID=your_SID select 1 as valueconfigured from applsys.fnd_user where user_name in ('SYSADMIN') and substr(encrypted_foundation_password,1,2) in ('ZH','ZG') 1