0

Working with tibco application.

Run the tibco application.

Without stopping the tibco program, go to sql prompt and rename the table that application is using. Now, execute query and as expected, we will see the error: "table or view does not exist". (<-- EXPECTED)

Rename the table back and again tibco app queries the table again. This time, you get the error: java.sql.SQLException:
[tibcosoftwareinc][Oracle JDBC Driver][Oracle]ORA-01003:no statement parsed

How can I resolve this issue?

1 Answers1

-1

Use this command:

java -jar ojdbc6.jar -getversion 

to get the JDBC driver version. Also, you can check the MANIFEST.MF file to check the version.

palaѕн
  • 72,112
  • 17
  • 116
  • 136
Nirmala
  • 1,278
  • 1
  • 10
  • 11