murali2104
Technical User
Our application on SPARC uses static DB libs, so that our application works with out a need to install DB client on the SUN box.(So our application is bundled with static DB llibs for oracle and sybase on sparc machines)
But on Solaris X86, we came to know that DB vendors are not ready with the static libs, they are linked dynamically.
IS this correct? Is there any workaround for this problem.
So now we need to make our application on x86 builds the libs dynamically.
which requires client to be installed.
But on Solaris X86, we came to know that DB vendors are not ready with the static libs, they are linked dynamically.
IS this correct? Is there any workaround for this problem.
So now we need to make our application on x86 builds the libs dynamically.
which requires client to be installed.