(Node.js to Oracle) Connect Oracle Database Through Node JS

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 4

  • @animegamings-4k1080p
    @animegamings-4k1080p 10 месяцев назад +1

    please reply. do i need to install oracle database and oracle instant client and do i also need to update path environments variables.

  • @MarcDunivan
    @MarcDunivan Год назад

    Did you really need to copy the Oracle Instant Client .ddl files into "./node_modules/oracledb/lib/"?
    "oracledb.initOracleClient( {libDir: './instantclient_dir'} );" seems to point to the unzipped files for Oracle Instant Client.
    Also, have you looked at EZCONNECT vs TNS? e.g. "\\localhost:1521\DEVDB"

    • @YounesKeraressi
      @YounesKeraressi 11 месяцев назад

      meaning? can you enlighten us more