Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » User and database security » User security (roles and privileges) » Ownership of nested objects

 

Example 2: User2 creates procedure2 that accesses table1

  • User1 can access table1 through procedure2 if user2 grants EXECUTE privilege on procedure2 to user1. This is different from the case of view2, where user1 did not need privilege on view2.