Description
For the pattern "Oracle option extension for unix", the step below times out due to command length:
9. run options_packs_usage_statistics.sql
Steps to Reproduce
1) Go to discovery pattern and run Oracle option extension for unix on a machine which has Solaris OS
2) The below step times out due to command length:
9. run options_packs_usage_statistics.sql
The 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 results
Actual: Times out
Workaround
There 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