Skip to Content
0
Former Member
Dec 01, 2009 at 07:26 AM

How to restrict JNDI for JDBC datasource?

116 Views

Hi Expert,

We use JNDI lookup to connect to the backend Oracle through JDBC datasource. However, we face one issue as described below. We already created many datasources based on different UID/PWD. But if a developer knows about the datasource name, you can then write a java code to access that datasource. Is there any way to enable the security in the manner of JNDI lookup?

Thanks in advance.