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!

select * from v$session; (sqlplus hangs)

sh.hazeriApr 23 2013 — edited Apr 24 2013
Issue:
select * from v$session; (sqlplus hangs)
select username from v$session; (sqlplus work!)

My machine
Oracle Client 11g R2 32 bit on Windows 7 64 bit
Servers: (I have tried two servers)
11g R2 on Win 2003 32 bit
11g R2 on Win 2008 64 bit

Note 1: I do not think this issue is unique to Sqlplus becauseToad uses the same Oracle client and it freezes too and also Oracle SQL developer hangs too. So seems to be the Oracle 11gR2 client issue on Windows 7. I tried same scenario but this time from SQLPlus running on a Windows 2008 R2 (64 bit) to connect to one of the two above servers and the 'Select * from v$session' works just fine.

Note 2: If I connect to a 32 bit 10G DB using the same client on my machine (Oracle Client 11g R2 32 bit on Windows 7 64) then it works fine too.

Note 3: V$Session is one of many's. ( Pretty much all V$ views seems to have the same issue with)

Note 4: I've got a Server 11g R2 on my machine and using the same client I mentioned above, I can not connect and run the faulty 'Select' no problem. ( I am using the client to connect to my server - both on my laptop)

So I am stuck - it just does not make sense at all!

Any Idea please?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2013
Added on Apr 23 2013
3 comments
2,276 views