Oracle Forms 10 / java
3 answers
This is unfortunately not possible. The Forms process itself runs at runtime Forms on the server, which is a C program.
You can include a JavaBean as Jeffrey suggests, but the JavaBean will open its own JDBC connection — it will not use the Form's transaction context.
There may be other ways - try updating the question with some details on what you are trying to achieve and I will be happy to help you.
+1
a source to share