currently we have an application that is configured by using a datasource inside a Tomcat context.xml file. So we are able to succesfully get a connection by retrieving the JNDI name and get a connect
I\'ve a standalone application that we use to connect to the Oracle database. In the past, we used JDBC to connect to it, but now due to various reasons we\'ve switched t开发者_C百科owards using OCI t
I was hoping to make a little analytics plugin for Spring, a bit similar to the Spring Tool Suite.It was easy to use AOP to stick proxies between most beans and get timing information, but one thing I
I have created a oracle function called getEmployee(id in varchar) in my remote database and I\'m trying to call it from my local database using database link.
Can anyone please tell me to use which jdbc driver to connect with oracle 9.0.1.1? i\'m using jdk1.6. i\'ve used classes12 and ojdbc6 but they are causing errors.
How to make a form for adding users, which have roles, I want to use something like in yabe example, but without crud...
Following bean\'s database related code is working in simple Java application but when i use it within JSF page it is giving Java null pointer exception error.
I am using SQL Server 2008 and Java 6 / Spring jdbc. We have a table with records count ~60mn. We need to load this entire table into memory, but firing select * on this table takes hours to complet
I\'d like to know whether any开发者_开发技巧one considers using PreparedStatement.setObject for all data types as bad practice when preparing a statement. A use case for this would be a DAO with a gen
I have two tables in my Sybase database A and B. The relationship between them is one-to-many where an entry in A may have one or more entries in B associated with it (via ID).