I am using Oracle db & JDBC. When I prepare a query using prepare statement & then call setInt methods to set the place holders & then execute the query I am getting a SQLException that says all variables not bound.. Can somebody tell what I need to do to fix this exception.. Thanks, Roopa.