query runs forever for particular table
After executing a query like select <column_name> from <table_name> where rownum < 10, it runs forever. This happens just for one particular table, other tables of the schemas are working fine.
0
After executing a query like select <column_name> from <table_name> where rownum < 10, it runs forever. This happens just for one particular table, other tables of the schemas are working fine.