At our site (Windows, not Linux), we don't use USER= or PASSWORD=: LIBNAME TEST ORACLE PATH=path_defined_wallet_tns /*schema=user*/; This might help with the Error in LIBNAME statement. We ran into an issue when updating the file because the permissions changed. We had to ensure that "Authenticated Users" were allowed "Read" and "Read/Execute" to the file.
... View more