Multiple choice technology web technology

Sql Return code -551

  1. Bind issue

  2. Cursor already open

  3. Privilege issue

  4. All the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SQL return code -551 indicates an authorization failure - the user does not have the required privilege to perform the requested operation on the database object. This is an access control error, not a bind issue (which relates to package binding) or a cursor state problem.