Property reference

glide.db.oracle.ps.insert

The glide.db.oracle.ps.insert property enables the use of prepared statements for system-executed inserts in Oracle databases. Admins should care about this setting as it can enhance performance and security during 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 executing insert operations in Oracle databases, improving efficiency and security.
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 ensuring secure data handling.

Out of the box property record

Raw metadata from the property record.

Property name glide.db.oracle.ps.insert
Sys ID 54cf20880a0a0a65002036f853aa59a8
Type boolean
Application Global
Default value true
Description For Oracle, use prepared statements for system-executed inserts.
Updated 2024-05-25 03:50:50

Sources

Official references and nearby text excerpts where this property appears.