oracle8.1.6 begin acs_permission.grant_permission( object_id => :object_id, grantee_id => :one_user_id, privilege => 'read' ); end;