Question : I am new to mysql, I have extensive experience with MS Access and some with Tivoli. I have […]
Tag: java
Why the table gets deleted by the server in mysql? [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
How to determine why connection creation lasts so long?
Question : On one of my servers (Windows 2008 Server), creating connection in Java to PostgreSQL server takes from 1,5 […]
MySQL database backup every day using java code
Question : We are developing a Java web application using Spring, Hibernate and MySQL. I want our application to automatically […]
Retrieving data from stored procedure’s cursor
Question : I want to use the ResultSet in java program to get data from Stored procedure’s cursor. Is that […]
Oracle 11. Updating BLOB field. Db file sequential read inappropriately slow?
Question : I’ve and Oracle (11 Enterprise) schema with a table CREATE TABLE USER.WSP_BUNDLE ( NODE_ID RAW(16) NOT NULL, BUNDLE_DATA […]
Is it possible to keep track of which rows were selected and fetched last in MySQL?
Question : I am working on a small website using Java where the user posts are stored in MySQL, I […]
java.sql.SQLException: Login failed for user ‘sa’
Question : I am having trouble connecting to my Microsoft SQL Server database through a jTDS connection: Connection conn = […]
how to use “mysqld -O thread_stack=#”
Question : I keep getting this error whether I run my query from the terminal or from within Java. Anyone […]
How to take oracle 10g backup? [duplicate]
Question : This question already has an answer here: Closed 9 years ago. Possible Duplicate: How to take oracle 10g […]