Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Node-oracledb 1.12 released: LOB as Strings and Buffer; Connection pool pinging

Announcing the release of node-oracledb 1.12.2

The node-oracledb driver connects Node.js to Oracle Database for fast and functional applications.

This release allows LOBs to be handled as Node.js Strings and Buffers, adding performance and ease of use.  Larger LOBs can still be streamed to limit Node.js memory use.  https://github.com/oracle/node-oracledb/blob/master/doc/api.md#lobhandling

Also added was a connection pool ping feature, improving the availability of applications.  This allows idle, broken connections to be silently re-established ready for the next user.  https://github.com/oracle/node-oracledb/blob/master/doc/api.md#connpoolpinging

Various other enhancements and bug fixes also landed.

For details see the Release Notes at: https://blogs.oracle.com/opal/entry/node_oracledb_1_12_working

Change Log: https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md

Download Links: https://www.npmjs.com/package/oracledb and https://github.com/oracle/node-oracledb

User Guide: https://github.com/oracle/node-oracledb/blob/master/doc/api.md

Installation instructions: https://github.com/oracle/node-oracledb/blob/master/INSTALL.md

Comments

Satwik

@mt-in-ny please specify the apex version.

mt

@jsatwik - sorry - V 22.1.0

SmithJohn45

it is now default functionality in PopUp LOV. you can search for it through your browser search engine like google etc. like oracle apex popup lov multiple columns and hope you will find tons of How To's.
here is only one from google search results:
How to show multiple columns with Popup Lov and return multiple value into Page Items in Oracle Apex (0 Bytes)
Additional Column Display in Default Popup LOV || Apex 21.1 || xFactor (0 Bytes)
not only you can show multiple columns, you can return multiple values too.
hope i didn't misunderstood your requirement.

mt

@smithjohn45
I know how to show multiple columns. My question is: Does the DISPLAY COLUMN need to be one of the columns?
When I omit the DISPLAY COLUMN from the "multiple columns", the LOV locks up

Satwik

@mt-in-ny yes, LOV does require the display & return values, both are required fields.
Use Additional columns selection to display multiple columns in LOV.

mt

@USER_FUZKR thank you , but you are still not quite understanding.
I know that the display and return columns are required.
I'm asking: Does the Display column have to be one of the "multiple columns"
I'll just try again with other tables and figure it out

mt
Answer

OK - i figured this out, In the IG for the additional columns, go to single row view, edit, and I can set the DISPLAY COLUMN to not be visible. Meaning, it will be visible as the return display, but not one of the columns in the look up grid.

Marked as Answer by mt · Jul 1 2022
1 - 7

Post Details

Added on Dec 22 2016
0 comments
813 views