Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-03108: oranet: ORACLE does not support this interface version

Hassan R. KhanApr 23 2004 — edited Apr 26 2004
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2004
Added on Apr 23 2004
7 comments
1,141 views