Home » Open Source » Programming Interfaces » Metadata is displayed is old through JDBC even if Table is altered (Oracle 10g)
Metadata is displayed is old through JDBC even if Table is altered [message #462830] Mon, 28 June 2010 02:02 Go to previous message
mamathakv
Messages: 6
Registered: June 2010
Location: bangalore
Junior Member

Hi,


Oracle 10g
Java 1.5


I have altered the table column Char(79) to Varchar2(4000)from a java program.

Iam able to view this change in both TOAD as well as SQL plus.

But when I try to view the DatabaseMetaData the java program displays the old data that is Char(79).

However, the same Java Program works fine for Oracle 9i and the DatabaseMetaData reflects the modified Varchar2(4000).

Why is this behaviour with JDBC with oracle 10g.

Thanks
Mamatha
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ORA-28150 when I use proxy user by JDBC , but sqlplus not
Next Topic: Does ODBC connection from INFORMIX DB to MS ACCESS has committed read on the data?
Goto Forum:
  


Current Time: Thu Apr 18 19:36:24 CDT 2024