I am using Oracle SQL Developer version 4.1.0.19. So this can be a very simple issue but I cannot seem to find the solution anywhere as I have just started using SQL Developer. I type in this query
create table Student(Stu_id INTEGER,Stu_name VARCHAR(60),Stu_email VARCHAR(60))
select * from Student
And when I Run the SELECT query, I get an error something like this:
Method oracle/jdbc/driver/T4CCallableStatement.isClosed()Z is abstract
I have no idea as to why this is happening , this may be very stupid but I cannot seem to find a solution. BTW I am using Oracle 11g version.