Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
Property | Description |
---|---|
Parameter type | Boolean |
Default value | false |
Modifiable | No |
Range of values | true | false |
The SQL standard specifies that security administrators should be able to require that users have SELECT
privilege on a table when executing an UPDATE
or DELETE
statement that references table column values in a WHERE
or SET
clause. SQL92_SECURITY
specifies whether users must have been granted the SELECT
object privilege in order to execute such UPDATE
or DELETE
statements.
Values:
true
The user must have SELECT
privilege on a column in order to reference it in the WHERE
clause of a DELETE
or UPDATE
statement, on the right hand side of an assignment in the SET
clause of an UPDATE
statement.
false
A user with DELETE
privilege on the target table of a DELETE
statement may reference any column of that target table in the WHERE
clause. A user with UPDATE
privilege on the target table of an UPDATE
statement may reference any column of that target in the WHERE
clause or on the right hand side of any assignment in the SET
clause of the UPDATE
statement.