Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ocsiker/oracle-db-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: oracle-samples/oracle-db-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 82 files changed
  • 8 contributors

Commits on Mar 17, 2025

  1. Code sample - 23c JDBC Reactive Extensions (oracle-samples#317)

    * Code sample - 23c JDBC Reactive Extensions
    
    * code sample adjustments
    
    * code sample adjustments
    
    * code sample adjustments
    
    * changed to make the explanation release-agnostic
    
    * updated to driver 23.6.0.24.10 as requested
    
    * updated to driver 23.7.0.25.01, added Statements for DDL, added OraclePreparedStatement for DML, added new queries including select (streaming) example method, added sql file, added DB connection config.properties file
    juarezjuniorgithub authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    9f2b4a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. AQ JMS Examples with transactional semantics (oracle-samples#437)

    * AQ JMS Examples with atomic DML operation
    
    * Added License Text, log exceptions and remove hardcoded password.
    ichokshi2109 authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    2d92243 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    762ba12 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Use Windows SSPI API to generate kerberos ticket for JDBC SSO (oracle…

    …-samples#441)
    
    * Use Windows SSPI API to generate Kerberos ticket for JDBC SSO
    
    * Use 2 space characters for indentation
    
    * Comment out setting sun.security.jgss.lib property, it is not needed anymore
    
    * Use set insted of export on Windows
    
    * Typo fixes
    ibre5041 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    7025090 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Sessionless transactions demo (oracle-samples#442)

    * Sessionless transactions demo
    
    * Rollback if start transaction request fails
    
    * Remove DTO suffix
    
    * Remove fixme
    
    * Update copyright
    
    * Add concurrency tests
    meedbek authored May 23, 2025
    Configuration menu
    Copy the full SHA
    1f64c2e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Sessionless txns demo updates (oracle-samples#443)

    * Fix concurrency tests
    
    * Use a stored procedure to query and lock seats
    
    * Give user create procedure privilidge
    
    * Remove semicolon from query
    
    * replace 1 with true
    meedbek authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    3454168 View commit details
    Browse the repository at this point in the history
  2. Bump path-to-regexp and express (oracle-samples#438)

    Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
    
    
    Updates `path-to-regexp` from 0.1.10 to 0.1.12
    - [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
    - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
    - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)
    
    Updates `express` from 4.21.1 to 4.21.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
    - [Commits](expressjs/express@4.21.1...4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: path-to-regexp
      dependency-type: indirect
    - dependency-name: express
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gerald Venzl <gerald.venzl@oracle.com>
    dependabot[bot] and gvenzl authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    6c60bfb View commit details
    Browse the repository at this point in the history
  3. Add examples for python-oracledb 3.0 (oracle-samples#435)

    Signed-off-by: Christopher Jones <christopher.jones@oracle.com>
    Co-authored-by: Gerald Venzl <gerald.venzl@oracle.com>
    cjbj and gvenzl authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    34b6fc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Update submodules (oracle-samples#445)

    * Remove legacy dw-vldb-samples now in 'optimizer' repo
    
    Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
    
    * Reorganize sub modules
    
    Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
    gvenzl authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    538954f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Add more C examples and update the makefile and README files (oracle-…

    …samples#447)
    
    * Create simpleConnDemo.c
    
    Basic Connection and Query execution to Oracle Database
    
    * Update and rename drcp.c to drcpDemo.c
    
    Update the username and password to a generic string
    
    * Update makefile
    
    Make the makefile generic
    
    * Update simpleConnDemo.c
    
    Add the required setup and related blog details
    
    * Update simpleConnDemo.c
    
    Remove blog details. To be updated in README
    
    * Create sessionPoolingDemo
    
    Demo for OCI Session Pooling and Multithreading
    
    * Update README.md
    
    Add more details in the README.md file
    
    * Update README.md
    
    Minor change
    
    * Rename sessionPoolingDemo to sessionPoolingDemo.c
    
    Add .c extension in the file name
    
    * Update makefile
    
    Make the makefile more correct
    
    * Update makefile
    
    Add some comments
    sharadraju authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    79bde2d View commit details
    Browse the repository at this point in the history
Loading