Property reference

glide.db.oracle.ps.delete

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

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 delete operations in Oracle, improving efficiency and reducing risks associated with SQL injection.
What area does it affect? Database operations
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.delete
Sys ID 54cf7ec50a0a0a65012e34d8f3a3af9f
Type boolean
Application Global
Default value true
Description For Oracle, use prepared statements for system-executed deletes.
Updated 2024-05-25 03:38:59

Sources

Official references and nearby text excerpts where this property appears.