Can the oracle software be installed on windows without having administrator privileges?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
Given that Oracle installation requires registry edits, service installations - I would say no. |
|||
|
|
|
No, but there are workarounds One workaround is to run a virtual machine that has Oracle and only Oracle installed. this has the significant benefit of insuring that the many kernel tweaks required of oracle are constrained within one instance. Consider trying deployment within: VMWare Thinapp, VMWare Player (maybe), and I believe VirtualBox offers a user-land install, based on the documentation here. |
|||
|
|