-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ocsiker/oracle-db-examples
base: main
head repository: oracle-samples/oracle-db-examples
compare: main
- 10 commits
- 82 files changed
- 8 contributors
Commits on Mar 17, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 9f2b4a0 - Browse repository at this point
Copy the full SHA 9f2b4a0View commit details
Commits on Mar 24, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2d92243 - Browse repository at this point
Copy the full SHA 2d92243View commit details
Commits on Mar 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 762ba12 - Browse repository at this point
Copy the full SHA 762ba12View commit details
Commits on May 2, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 7025090 - Browse repository at this point
Copy the full SHA 7025090View commit details
Commits on May 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 1f64c2e - Browse repository at this point
Copy the full SHA 1f64c2eView commit details
Commits on Jun 2, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 3454168 - Browse repository at this point
Copy the full SHA 3454168View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6c60bfb - Browse repository at this point
Copy the full SHA 6c60bfbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 34b6fc1 - Browse repository at this point
Copy the full SHA 34b6fc1View commit details
Commits on Jun 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 538954f - Browse repository at this point
Copy the full SHA 538954fView commit details
Commits on Jun 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 79bde2d - Browse repository at this point
Copy the full SHA 79bde2dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main