Skip to Main Content

SQL & PL/SQL

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!

Unable to Query Table

856180May 1 2011 — edited May 1 2011
Hi Folks,

I'm stuck in weird situation. User complaints fetching data from table A is timing-out ( as per application standards). I decided to collect latest statistics(dbms_stats) on index used by query which is running for more than 12 hours. Ideally which should not.It is partition table and got close to 10 millions records.


1) I checked dba_waiters - no rows
2) I checked v$locked_object/v$locks - no rows
3) I'm unable to run explain-plan for any criteria on that table
4) I'm unable to open table data-tab in Toad/ Sql developer.
5) I'm unable to query a single partition; no error but it keeps on running.
SQL> SELECT * FROM SSAM_TRANS_FACT PARTITION (P20101010S01);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2011
Added on May 1 2011
8 comments
424 views