Hi
I am flushing the shared pool in oracle 9i database by using the command
>> alter system flush shared_pool ;
Now if i give
>> select sql_text from v$sql;
236 rows are selected. I am the only person accessing the database. No other jobs are running. Wat could be the reason for the records being fetched while i give the command select sql_text from v$sql
Can some one help me out with this problem...
thanks in advance........
I am flushing the shared pool in oracle 9i database by using the command
>> alter system flush shared_pool ;
Now if i give
>> select sql_text from v$sql;
236 rows are selected. I am the only person accessing the database. No other jobs are running. Wat could be the reason for the records being fetched while i give the command select sql_text from v$sql
Can some one help me out with this problem...
thanks in advance........
Comment