Oracle options usage pattern remote shell commands exceeds 255 bytes(supported) in Solaris OSDescriptionFor the pattern "Oracle option extension for unix", the step below times out due to command length:9. run options_packs_usage_statistics.sqlSteps to Reproduce 1) Go to discovery pattern and run Oracle option extension for unix on a machine which has Solaris OS2) The below step times out due to command length:9. run options_packs_usage_statistics.sqlThe OOB command is:"ORACLE_HOME=" + $ora_home_exe + "; TNS_ADMIN=" + $ora_home_exe + "/network/admin;ORACLE_SID=" + $sid + ";export ORACLE_SID; export ORACLE_HOME; export TNS_ADMIN; $ORACLE_HOME/bin/sqlplus -s -l " + "$$username$$/'$$password$$'@" + $sid + " @/tmp/options_packs_usage_statistics.sql"Expected: Return resultsActual: Times outWorkaroundThere is no known workaround for this issue. If you are able to upgrade, review the "Intended Fix Version" section below below to determine the versions that have a permanent fix.Related Problem: PRB1448146