The result of select on a table from one RAC node has data, another node has no data.
One a RAC node, I run a query with sqlplus on a table and get some rows.
but if I run the query with sqlplus on another RAC node, it return no row.
The table is a table for history data. It is not changed when I run the query.
The alert_prodb1.log have no error message.
Is there anybody know what happened? a bug?