when trying to use SET FEEDBACK ONLY i keep getting the SP2-0268: feedback option not a valid number error. I am running 12.2 db and 12.1 client
SQL*Plus: Release 12.1.0.2.0 Production on Fri Jan 17 07:58:14 2020
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Last Successful login time: Fri Jan 17 2020 07:53:09 -05:00
Connected to:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
SQL> show feedback
FEEDBACK ON for 6 or more rows
SQL> set feedback only
SP2-0268: feedback option not a valid number
SQL> SET FEEDBACK ONLY
SP2-0268: feedback option not a valid number
SQL> set feedback on
SQL> set feedback only
SP2-0268: feedback option not a valid number
SQL> set feedback only 1
SP2-0268: feedback option not a valid number
SQL> set feedback 1 only
SP2-0158: unknown SET option "only"
SQL> set feedback
SQL> show feedback
feedback OFF
SQL> set feedback only
SP2-0268: feedback option not a valid number
SQL> set feedback 'only'
SP2-0268: feedback option not a valid number
any ideas?
Thanks
Dave