How can we install IBM DB2 v9.5 express edition database so that we can access DB2 directly without admin rights?
(Please note I want to access without admin rights)
Thanks
How can we install IBM DB2 v9.5 express edition database so that we can access DB2 directly without admin rights?
(Please note I want to access without admin rights)
Thanks
You can install DB2 in either as root or non-root. The latter would mean installing DB2 without system admin privileges.
Once DB2 is installed, you need to grant other users connect
privilege and possibly some other privileges (create new schemas, new tables, insert data, optimize the database, ...?). Those users could connect to DB2 and would not have admin privileges.
There are more options available, but adding non-privileged users is probably what you want to do.
Note that DB2 9.5 is out of support and not recommended.