If Sql return -805 , what will user want to do?
-
Force start the database
-
Bind the database
-
Drop the table
-
none of the above
B
Correct answer
Explanation
SQL return code -805 indicates that the application plan or package is not found in the database, typically requiring a bind operation. This error occurs when the DB2 program or package hasn't been bound to the database, or after structural changes. Binding the database resolves this by creating or updating the necessary package information.