ORA-03108: oranet: ORACLE does not support this interface version
Hi All
I created a table with start_time, end_time with datatype of timestamp.
I inserted one row in that table but when i tried to retrieve data from mytable in following mannaer
select start_time from mytable then it returns error message
ORA-03108: oranet: ORACLE does not support this interface version
I m executing this query in PL/SQL Developer.
when i use select count(*) from mytable then it returns 1.
When i use select * from mytable then it didn't respond for a long time. I m still waiting for the result for this query since last 1 hour.
Why this is happening.
Regards.
Hassan Raza Khan Lodhi