Correct Answer : FORWARD_ONLY STATIC
Explanation : A FORWARD_ONLY STATIC Cursor is populated at the time of creation and cached the data to the cursor lifetime. It is not sensitive to any changes to the data source.