Where can I see the System.out.println Output?
Hi
In my Java Code there're some code like this.
System.out.println("Test");
I using this code from a PL/SQL Script an everything goes right but i don't know where i can see the "Test" Output.
Where is this text shown?
Cyrill