Search found 9 matches

by Bravoj
Thu May 25, 2023 4:51 pm
Forum: JDBCR4
Topic: java/lang/OutOfMemoryError
Replies: 6
Views: 9730

Re: java/lang/OutOfMemoryError

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;')
by Bravoj
Tue May 23, 2023 1:42 pm
Forum: JDBCR4
Topic: java/lang/OutOfMemoryError
Replies: 6
Views: 9730

Re: java/lang/OutOfMemoryError

thank you Scott, I will try this tonight.
by Bravoj
Thu May 18, 2023 2:50 pm
Forum: JDBCR4
Topic: java/lang/OutOfMemoryError
Replies: 6
Views: 9730

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...
by Bravoj
Wed May 17, 2023 11:56 pm
Forum: JDBCR4
Topic: java/lang/OutOfMemoryError
Replies: 6
Views: 9730

Re: java/lang/OutOfMemoryError

Thank you , worked.
by Bravoj
Wed May 17, 2023 5:23 pm
Forum: JDBCR4
Topic: java/lang/OutOfMemoryError
Replies: 6
Views: 9730

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...
by Bravoj
Tue May 09, 2023 2:45 pm
Forum: JDBCR4
Topic: SQL history
Replies: 2
Views: 6990

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.
by Bravoj
Tue May 09, 2023 2:20 am
Forum: JDBCR4
Topic: SQL history
Replies: 2
Views: 6990

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...
by Bravoj
Tue May 09, 2023 1:58 am
Forum: JDBCR4
Topic: Oracle 19c
Replies: 2
Views: 8161

Re: Oracle 19c

We also upgraded to Oracle 19. We had to go from jdbc14 to jdbc8 for our AS400.
by Bravoj
Thu Jun 30, 2022 12:20 am
Forum: General
Topic: ODS file (OpenDocument Spreadsheet)
Replies: 1
Views: 2199

ODS file (OpenDocument Spreadsheet)

Is there a way to create an ODS file in rpgle?