Hackathon Posts - Autonomous DB and Python connection – without a Wallet
Few posts planned for use in expected Hackathons. We want to use Oracle Autonomous DB (ADB) from Python. Preferably without need to worry about wallets.Here are 2 links to Oracle documentation:About...
View ArticleHackaton Posts - Oracle AI Service: OCI Language
Few posts planned for use in expected Hackathons. We want to use Oracle AI Service of OCI Language. (OCI - Oracle Cloud Infrastructure)A nice workshop from Oracle Live-Labs: Get started with Oracle...
View ArticleHackathon Posts - Oracle AI Service: Document Understanding
Few posts planned for use in expected Hackathons. We want to use Oracle AI Service of Document Understanding. Personally it seem like a nice combination of the Language and Vision Services.Oracle...
View ArticleHackathon Posts - Oracle AI Service: Vision
Few posts planned for use in expected Hackathons. We want to use Oracle AI Service of Vision. Please note there is a specific Document Understanding Service as well.OCI Vision is an AI service for...
View ArticleHackathon Posts - Creating Oracle Analytics Cloud (OAC) instance
Few posts planned for use in expected Hackathons. Oracle Analytics Cloud (OAC) is usually a very useful component of a Hackaton. It is great both as Analytic tool and as Data preprocessing and...
View ArticleOracle DB - CLOB file in English loaded with Chinese characters
I tried to follow AskTom blog - Load JSON data file into Oracle 12c. Unfortunately my was one of the rare cases that appear where the English file, loaded to CLOB in the Oracle database was loaded in...
View ArticleOracle Spatial - SQL based Geographic data - Intro
Oracle Spatial is a free component of various versions of Oracle database, including on-premises or cloud versions and of course the Autonomous Oracle Database. The Spatial option helps developers and...
View ArticleOracle Spatial - loading geographical data Points
Following the previous post - Oracle Spatial - SQL based Geographic data - Intro, few examples of loading data points of geographical data.I will show 2 examples:a simple case and using a function...
View ArticleOracle Spatial - loading geographic data Area
Following the previous post - Oracle Spatial - SQL based Geographic data - Intro, few examples of loading data points of geographical data.I will cover here:Manual creationUsing a string Loading...
View ArticleOracle Spatial - loading geographic data - Line
Following the previous post - Oracle Spatial - SQL based Geographic data - Intro, few examples of loading lines of geographical data. Line is usually used when we have routes. I will cover here:Manual...
View ArticleHackathon Posts - Oracle APEX - Low Code App Platform
Few posts planned for use in expected Hackathons.Oracle APEX (formerly known as Oracle Application Express) is a very popular Low Code App Platform by Oracle. It is used for developing and deploying...
View ArticleOracle Analytics and AI services usefull links
Oracle Cloud Analytics and AI services. Links to product page, Documentation page, API, CLI & Python SDK.Few extras for some products, when relevant.OCI ProductProduct...
View ArticleOracle (with or without APEX) - adding insert and update time and user to table
We had an APEX project where we wanted to add auto-generated key, and save both date/time and user that made the insert and last update.In Oracle, the basic idea is to use a trigger and (for the key)...
View ArticleOracle OCI Product Tours Page
Oracle has a new (?) Oracle Cloud Infrastructure (OCI) Product Tours page: https://www.oracle.com/cloud/product-tours/ At the moment the Analytics section seems to be very active:...
View ArticleAdding AI - Vision Service, Text Detection to APEX
There is a great site of labs by Oracle - LiveLabs. They are using OCI (Oracle Cloud Infrastructure). One of the labs, named "Build AI-Powered Image Search into your Oracle APEX App" is combining APEX...
View ArticleImplementing the post - Adding AI - Vision Service, Text Detection to APEX
Following my post Adding AI - Vision Service, Text Detection to APEX I tried to implement it on our own system. Had few problems... Here is the summary. The process didn't work so I turned of the "Run...
View ArticleOracle Analytic Server 2024 is Available
Oracle Analytic Server new release is available. The internal name is OAS 7.6 and the formal is OAS 2024. If you are OBIEE or OAS owner, allow me to recommend you one thing (accept the Sunscreen part);...
View ArticleOracle Function Exception - No_DATA_FOUND
I wanted to write a function that accepts 2 parameters. An Item_ID and Manufacturer and returns the support time.In most cases the first parameter (Item_ID) is sufficient. There are few cases we need...
View ArticleAdding AI - Vision Service, Object Detection to APEX
There is a great site of labs by Oracle - LiveLabs. They are using OCI (Oracle Cloud Infrastructure). One of the labs, named "Build AI-Powered Image Search into your Oracle APEX App" is combining APEX...
View ArticleOAS 2024 Recomended Patches
Oracle Analytics Server 2024 (OAS 2024), sometimes name OAS 7.6 is available. Oracle published Critical Patch Update (CPU) Advisor For Oracle Analytics Server and Oracle Business Intelligence - Updated...
View Article