Is it possible to write a java method within a PL/SQL block?
Please eloborate this using an example...
Thanks in advance.
No its not, but you can write JSP (Java Stored Procedure). For that, you can find a tutorial over here, Developing Java Stored Procedures.