Right now i'm just playing around with the cursor_sharing parameter. The query I ran that is giving me trouble is this right here
select sql_fulltext from v$sql where sql_fulltext like '%select * from systest%';
This is the Output:
select sql_id,sql_fulltext,loaded_versions,executions from v$sql where sql_fullt
But, the full text that is suppose to show up is
select sql_id,sql_fulltext,loaded_versions,executions from v$sql where sql_fulltext like '%select * from systest%';
Anyone know why this is the case?