Matthew Simpson
Matthew Simpson
Ah, I hadn't found that in the codebase, I had just read through the gemspec and couldn't find a reference to it. I had assumed that it had been dropped...
Also, we've tried to turn on schema caching and producing a cache file to avoid calling this query at all, but it's still being called. Is schema caching still available/working?...
I have been told that there's a [DBMS.NAME_RESOLVE](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_UTILITY.html#GUID-4A02342B-06C6-4CCE-8B28-2F7BC780F1F8) procedure which should be able to return the required information.
I've just hit upon this issue while running a Rails app which uses https://github.com/bkeepers/dotenv. I have a `.env` and `.env.local` file, and I can't run the Rails app with values...