1.94 DEFAULT_SHARING
DEFAULT_SHARING sets the value of the sharing clause in statements creating objects in an application root.
| Property | Description |
|---|---|
|
Parameter type |
String |
|
Syntax |
|
|
Default value |
For types of objects that support sharing, For types of objects that do not support sharing, |
|
Modifiable |
|
|
Modifiable in a PDB |
Yes |
|
Basic |
No |
|
Oracle RAC |
All instances must have the same value |
Specifying SHARING= in the create DDL overrides the value of the DEFAULT_SHARING parameter.
Note:
This initialization parameter is available starting with Oracle Database 12c Release 2 (12.2.0.1).Example
Issuing the following ALTER SYSTEM statement in an application root sets the default value of the sharing clause to NONE in the server parameter file for the application root:
ALTER SYSTEM SET DEFAULT_SHARING = NONE SCOPE = SPFILE;