Key features of node-oracledb
mainThe node-oracledb driver provides several high-performance features for Oracle Database applications:
- SQL & PL/SQL: Execution of standard SQL and PL/SQL statements.
- SODA: Support for the Oracle Database API for Document Access (SODA) for document-style access.
- Data Types: Extensive support for Oracle data types, including
JSON,VECTOR, large objects (CLOBandBLOB), and binding of complex types like Oracle Database objects and collections. - Connection Management: Built-in support for connection pooling.
- High Availability: Support for Oracle Database High Availability features.
- Security: Full use of Oracle Network Service infrastructure, including encrypted network traffic.