Are Oracles JDBC zip and jar files identical on all platforms?
Yes.The actual .zip and .jar files are identical on all platforms. We only build these on one platform, and just copy them over to the others. The only difference is the .so (or .dll) file that is called by the OCI client. The .zip and .jar files are identical and can be swapped around between platforms if you want.