Property reference

glide.db.oracle.ps.update

The glide.db.oracle.ps.update property enables the use of prepared statements for updates executed by the system in Oracle databases. This enhances performance and security, making it important for administrators managing Oracle database interactions.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property configures the system to utilize prepared statements for updates in Oracle, improving efficiency and reducing the risk of SQL injection.
What area does it affect? Oracle database interactions
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when optimizing database performance or addressing security concerns.

Out of the box property record

Raw metadata from the property record.

Property name glide.db.oracle.ps.update
Sys ID 54cf41fb0a0a0a65015338bf10dd77f4
Type boolean
Application Global
Default value true
Description For Oracle, use prepared statements for system-executed updates.
Updated 2024-05-25 03:38:59

Sources

Official references and nearby text excerpts where this property appears.