Skip to content

Commit d30ec7c

Browse files
authored
Merge branch 'main' into ios-apex-social-logon
2 parents d2df872 + 12c4d89 commit d30ec7c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

data-platform/core-converged-db/database-23ai/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,12 @@ Reviewed: 21.08.2024
9393
- [Getting started with vectors in 23ai](https://blogs.oracle.com/coretec/post/getting-started-with-vectors-in-23ai)
9494
- [JSON in Oracle Database](https://blogs.oracle.com/coretec/post/json-in-oracle-database)
9595
- [Bigfile Tablespace Shrink](https://blogs.oracle.com/coretec/post/bigfile-tablespace-shrink)
96+
- [Real-Time SQL Monitoring: a MUST for SQL Tuning](https://blogs.oracle.com/coretec/post/oracle-database-real-time-sql-monitoring-one-of-the-most-important-tools)
9697
- [23ai blogs on blogs.oracle.com/coretec](https://blogs.oracle.com/coretec/category/cased-concurrency-control-rt-23ai)
9798

9899
## Videos
100+
- [Monitoring, Analyzing and Diagnosing SQL Statements](https://youtu.be/rbxNPetPH7c)
101+
- [JSON Relational Duality Views](https://youtu.be/YMftyjrEpnU)
99102
- [Lock-Free Reservation](https://youtu.be/h6YvDoBfeyg)
100103
- [Materialized Views on JSON Collection Tables](https://youtu.be/C2wXcJyJjUE)
101104
- [High Performance Data Streaming with Fast Lookup and Fast Ingest](https://youtu.be/IMnbSRmFTVk)

data-platform/core-converged-db/db-json/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Reviewed Date: 19.8.2024
3939

4040
## Videos
4141

42+
- [JSON Relational Duality Views](https://youtu.be/YMftyjrEpnU)
4243
- [JSON in Oracle Database 23ai](https://www.youtube.com/watch?v=KMgsb-BWWc0&list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX&pp=gAQBiAQB)
4344
- [Materialized Views on JSON Collection Tables](https://youtu.be/C2wXcJyJjUE)
4445

security/security-design/shared-assets/kms-backup/files/kms_key_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def load_config(config_file_name):
8787
config = json.load(config_file)
8888
config_file.close()
8989
except Exception as ioError:
90-
print("Load of configuration file: " + args.configfile + " failed")
90+
print("Load of configuration file: " + config_file_name + " failed")
9191
exit(1)
9292
except Exception as ConfigError:
9393
print("JSON Parse of configuration file: " + config_file_name + " failed")

0 commit comments

Comments
 (0)