using swing in java stored procedures
I have a database trigger which calls a java stored procedure,
in this class I want to display data in a frame.
I am trying to use awt and swing (jdialog) in the java stored procedure.
The database version is 8.1.7.
Oracle 8i may not support swing and awt.
Does anyone have a solution/workaround for this problem.