Oracle Forms (MOSC)

MOSC Banner

FRM-93656 - FRM-93658 ORA_JAVA.GET_STRING_ARRAY_ELEMENT(arreglo, contador);

edited Jun 5, 2015 10:01AM in Oracle Forms (MOSC) 1 commentAnswered

Customer Problem Description

---------------------------------------------------

 

Problem Summary

---------------------------------------------------

ERROR ORACLE FORMS REPORTS 11G

 

Problem Description

---------------------------------------------------

I used the following SW:

 

1. Oracle Linux 6.5

2. Weblogic 10.3.6

  Patch p20181997_1036_Generic.zip

3. Oracle Forms Reports 11gR2

4. The problem occurs in the line:

 

DECLARE

  jo ora_java.jobject;

  xo ora_java.jobject;

  arreglo ORA_JAVA.JARRAY;

  arr_length PLS_INTEGER;

  contador PLS_INTEGER; 

  rv varchar2(10000);

  ex ora_java.jobject;

  raisedException ora_java.jobject;

  

BEGIN

  JO := WEBTESTPORTCLIENT.new;

  

  RV := WEBTESTPORTCLIENT.cuantos(JO);

  

  arreglo := WEBTESTPORTCLIENT.todos(JO);

  arr_length := ORA_JAVA.GET_ARRAY_LENGTH(arreglo);

  

  message(arr_length);

  message(arr_length);

  contador := 1;

  

  --rv := ORA_JAVA.GET_STRING_ARRAY_ELEMENT(arreglo, contador);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center