Do the JDBC Drivers support streaming?
Yes, both the Oracle JDBC OCI Driver and the Thin JDBC Driver support streaming of data in either direction between the client and the server. They support all stream conversions – binary, ASCII, and Unicode. To get more information, read the stream tutorial in the Oracle JDBC Driver documentation.