'Jmeter Oracle JDBC issue : ORA-09945: Unable to initialize the audit trail file

I am trying to connect to Oracle DB from Jmeter yet I receive the error below

java.sql.SQLException: Cannot create PoolableConnectionFactory (ORA-09945: Unable to initialize the audit trail file Linux-x86_64 Error: 28: No space left on device ORA-00604: error occurred at recursive SQL level 1 ORA-12705: Cannot access NLS data files or invalid environment specified )

  • Apache Jmeter 5.3
  • ojdbc14 jar in /lib folder
  • Database URL : jdbc:oracle:thin@IP:PORT:SID
  • JDBC Driver Class : oracle.jdbc.OracleDriver

How to solve this? Thanks



Solution 1:[1]

Excuse me, sir, you're really asking how to solve No space left on device issue on StackOverflow?

How about:

Looking into your setup I can see a couple of potential problems as well, i.e.

Solution 2:[2]

ojdbc14 is a very old version. You should use either 21c or 19c version of the Oracle JDBC driver. ojdbc8.jar or ojdbc11.jar. Check out the JDBC download page for the latest versions.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dmitri T
Solution 2 Nirmala