Hi Sarah,
The below command could have been executed to modify the open_cursors
parameter:
ALTER SYSTEM SET open_cursors=600 SCOPE=MEMORY;
In the above command, the SCOPE=MEMORY tells Oracle to make the
change for the life of the instance, and to change it back to the
value (i.e. 300) the next time the database is bounced.
So, no need to worry if they do not match. Check the values again in V
$PARAMETER and init.ora file once you bounce the database.
Hope this helps.
Regards,
Aditya.