Home > SQL Developer Dialog Boxes ... > Cart Error (Objects Not Ava...
This box, with the text Some objects included in the cart are not available. Review cart contents., is displayed when you attempt to perform a Cart operation when one or more of the database objects in the selected cart are no longer available. For example, if you attempt to export some tables that include TABLE_1, but TABLE_1 was dropped or the database connection was deleted after that table was added to the cart, then this error box is displayed.
To fix the problem, ensure that you are attempting to perform the Cart operation only on database objects that exist and are available.
Related Topics