I have the following problem.
I am executing an OS command line from an Oracle database that is executing an external jar file with some parameters. I can not see the shell output, but I can connect with another user to the same server via ssh / ftp and read the files. There are several versions of Java on this server, and I would like to see which Oracle uses. Is it possible?
And before you start - no,
java -version > out.txt
does not work. It prints the console version of Java and creates an empty file.
source
share