Scott, you suggestion below worked to increase the heap size. Thank you for all your help.
ADDENVVAR ENVVAR(QIBM_RPG_JAVA_PROPERTIES) VALUE('-Xms4096M;-Xmx6144M;')
Search found 9 matches
- Thu May 25, 2023 4:51 pm
- Forum: JDBCR4
- Topic: java/lang/OutOfMemoryError
- Replies: 6
- Views: 61594
- Tue May 23, 2023 1:42 pm
- Forum: JDBCR4
- Topic: java/lang/OutOfMemoryError
- Replies: 6
- Views: 61594
Re: java/lang/OutOfMemoryError
thank you Scott, I will try this tonight.
- Thu May 18, 2023 2:50 pm
- Forum: JDBCR4
- Topic: java/lang/OutOfMemoryError
- Replies: 6
- Views: 61594
Re: java/lang/OutOfMemoryError
Sorry Scott, when I said it worked that was in test but when I placed the code in production it failed on the same error OutOfMemory. This is what I placed in my CL before I call the RPG ADDENVVAR ENVVAR(JAVA_HOME) VALUE('/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit') REPLACE(*YES) ADDENVVAR ENVVAR(CL...
- Wed May 17, 2023 11:56 pm
- Forum: JDBCR4
- Topic: java/lang/OutOfMemoryError
- Replies: 6
- Views: 61594
Re: java/lang/OutOfMemoryError
Thank you , worked.
- Wed May 17, 2023 5:23 pm
- Forum: JDBCR4
- Topic: java/lang/OutOfMemoryError
- Replies: 6
- Views: 61594
java/lang/OutOfMemoryError
We upgraded to a new version of Oracle and because of that we had to upgrade our JDBC driver from ojdbc14.jar (1.4) to ojdbc8.jar. we are now getting this error below. IBM is saying we need to use the 64 bit ojdbc8.jar. Any thoughts? From IBM we are running java 8 32 bit JVM and specifying a maximum...
- Tue May 09, 2023 2:45 pm
- Forum: JDBCR4
- Topic: SQL history
- Replies: 2
- Views: 39417
Re: SQL history
Sorry , I meant ojdbc8.jar which is the new driver that we need for Oracle 19. The ojdbc14.jar was casuing us problems. Ok, thank you Scott.
- Tue May 09, 2023 2:20 am
- Forum: JDBCR4
- Topic: SQL history
- Replies: 2
- Views: 39417
SQL history
I am using the JDBC_PrepStmt to access Oracle from the AS400 using a jdbc8 driver. If my sql statement uses no where clause it runs fine . If I include parameters then I get no results. I know I should get data because I execute the statement in Oracle first. Is there a way to view the actual sql st...
- Tue May 09, 2023 1:58 am
- Forum: JDBCR4
- Topic: Oracle 19c
- Replies: 2
- Views: 40179
Re: Oracle 19c
We also upgraded to Oracle 19. We had to go from jdbc14 to jdbc8 for our AS400.
- Thu Jun 30, 2022 12:20 am
- Forum: General
- Topic: ODS file (OpenDocument Spreadsheet)
- Replies: 1
- Views: 7046
ODS file (OpenDocument Spreadsheet)
Is there a way to create an ODS file in rpgle?