Hi Chris,
I think you are close. I write that as I thought similar. However, I found that we were not doing that in the past with either of those parameters. I have PB 2017 running on a separate machine; it is working and neither of those settings exist there. It has me wondering if there's a DB ini file setting or similar somewhere else other than the initial connection to the DB parameters.
I hope I'm making some sense. The odd thing is that other team members are working fine, and they are not seeing the issue that is occurring for me.
Thank you for your reply and assistance with this,
Mike
The other option is to set the quoted_identifier option when the connection is made, i.e.;
set temporary option quoted_identifier='off'.
This can be done using EXECUTE IMMEDIATE.