When you create a database instance, you must set the Open Cursors setting correctly for your database version.
ALTER SYSTEM SET open_cursors=500 SCOPE=BOTH;
Before you upgrade, ensure that the Open Cursors parameter is correctly set.
Copyright © 2007, 2016 Oracle and/or its affiliates. All rights reserved.