Open rgibbard opened 4 years ago
Thanks for the feedback
Was SLOB installed on a Linux system when this issue was hit or was this an attempt to get SLOB deployed on Solaris or AIX perhaps?
Was SLOB installed on a Linux system when this issue was hit or was this an attempt to get SLOB deployed on Solaris or AIX perhaps?
No it was RHEL 7. These were the SQLPLUS login profile settings.
SET feedback OFF SET termout OFF SET sqlprompt "_user'@'_connect_identifier>" ALTER SESSION SET NLS_DATE_FORMAT='DD-MON-RR HH24:MI:SS'; ALTER SESSION SET NLS_TIMESTAMP_FORMAT='DD-MON-RR HH24:MI:SS.FF'; SET feedback ON SET linesize 300 SET pagesize 1000 SET long 10000000 SET longchunksize 10000000 SET arraysize 500 SET trimspool ON set trimout ON SET serveroutput ON size unlimited SET termout ON
This is caused by the fact that the query to check for the session count does not disable row feedback and the regex used to parse it does not filter it out.
bash -x setup.sh SLOB 3
The simple fix is to disable feedback for this query: