java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDr iver? I get this error at run time.I used oracle10G. I set CLASS PATH:C:\oraclexe\app\oracle\product\10.2.0 \server\jdbc\lib\ojdbc14.jar; I write JDBC PROGRAM like import java.sql.*; class Example { public static void main(String args[]) { try { Class.forName ("oracle.jdbc.driver.OracleDriver"); System.out.println("Driver Loaded"); Connection con=DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:xe","system","salmas"); System.out.println("Driver Connected"); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select * from emp"); while(rs.next()) { System.out.println(rs.getInt(1)); System.out.println(rs.getString(2)); System.out.println(rs.getString(3)); } st.close(); con.close(); } catch(Exception e) { System.out.println(e); } finally { System.out.println("it's finally block executed"); } } }
6 25124What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?
2 22277wt is diference between int and int pointer as same as float and float pointer and char and char pointer
8 13498Post New CTS Interview Questions
What does pound sign mean in excel?
In a test environment, is there a need to run a runstats?
Name the types of tunable consistency?
What are the different types of UML diagrams?
Explain how does the report manager work in ssrs?
Do you know what are the properties of the relational tables?
Explain the aggregation and disaggregation of data in Tableau?
What are the various tags provided for better structuring in HTML5?
What happens if acknowledge() is called within a transaction? : BEA Weblogic
How is time management and payroll is integrated?
What is a motivation behind data visualization in R?
You are the project manager for a large construction project. The project objective is to construct a set of outbuildings to house the Olympic support team that will be arriving in your city 18 months from the project start date. You've been given a budget of $12 million to complete this project. Resources are easily attained. Which of the triple constraints is the primary constraint for this project? A. Time, because the date cannot be moved B. Money, because the budget is set at $12 million C. Resources, because they're not fixed D. Quality, because the buildings have to be functional and safe
What are pointers? Why are they used?
Is c# scripting language?
Suppose we want to create an xs application and want to make it public. User should not need any hana database user to access this application. Is it possible? If yes, how? : hana xsjs