Posts tagged ‘java’

Redirect a System Process into Java Application for Windows and Linux

The output or input redirection is often used by the command line script guys. The output redirection (”>”) is usually to the file instead of the standard output. The input redirection (”<”) is to have a file as input instead of the standard input. It is sometimes needed in the programs too.
Interoperability with other […]

Oracle SQL Developer

I use for TOAD the development as the oracle IDE like most people. When I’ve heard about oracle sql I was wondered, first of all it is developed by the oracle itself, second it’s free :)The first version of the product was bad, I was unable yo use it properly, but with the patch […]