Goal
How to create a Java Concurrent Program?
Applied To
Oracle eBusiness Suite (EBS) R11/R12
Solution
Most of us write Concurrent Programs using the following Technologies:
- Oracle Reports
- PL/SQL Stored Procedure
- SQL*PLUS
- File handling (More efficient using Java instead of PL/SQL )
- Secure FTP of files between servers
- Networking
- Connecting to other non Oracle Databases
First of all let me assure you that writing a Java Concurrent Program is an easy task, just need some basic skills of Java Programming.
Oracle EBS provides many java classes to support Java Concurrent Programming.The most important and common classes are as follows:
- JavaConcurrentProgram.class
- CpContext.class
- LogFile.class
- OutFile.class