#freesql
Use Oracle FreeSQL.com as a remote test database

FreeSQL.com lets you use a free, hosted Oracle AI Database instance right from your browser. But, FreeSQL can also be used as a remote database for testing, POCs, and more! In this article, we'll walk though how to connect to a FreeSQL database from…
Use Oracle FreeSQL.com as a remote test database
FreeSQL.com lets you use a free, hosted Oracle AI Database instance right from your browser. But, FreeSQL can also be used as a remote database for testing, POCs, and more! In this article, we'll walk though how to connect to a FreeSQL database from your local machine, no database setup required. Login to FreeSQL.com To use FreeSQL as a remote database, you'll need to login using your Oracle account.
andersswanson.dev
February 4, 2026 at 8:02 PM
[announcement] The free offer of Azure SQL Managed Instance is now Generally Available by Strahinja Rodic. Learn more at: aka.ms/sqlmi-free:
#azuresql #freesql
Free SQL Managed Instance offer is now generally available
Try Azure SQL Managed Instance for FREE now! Get a SQL Managed Instance free for up to 12 months, supporting up to 100 databases.
aka.ms
May 22, 2025 at 3:29 PM
We also provide folks with free access to a 26ai database as a "FreeSQL" user. We'll plug your connection details into VSC, or if you don't yet have the Oracle SQL Developer for VS Code extension, we'll prompt to download and then enter in your FreeSQL connection details. Thanks FreeSQL team 🙌
January 7, 2026 at 2:19 PM
Get free access to Oracle AI Database at freesql.com

This browser-based tool enables you to run and share #SQL statements

Even better, you can now connect to your schema from clients on your machine using SQL*Net

So you can run SQL from your favourite IDE
November 14, 2025 at 12:01 PM
Previously on @thatjeffsmith... Config SQLcl MCP with Codex and FreeSQL
Config SQLcl MCP with Codex and FreeSQL
Previously on @thatjeffsmith... Config SQLcl MCP with Codex and FreeSQL
www.thatjeffsmith.com
September 15, 2026 at 8:00 PM
Check string similarity in Oracle AI Database 26ai with

FUZZY_MATCH ( , , )

By default the result is scaled 0-100 (no-full match)

Algorithms include

Levenshtein
Jaro-Winkler
Bigram/Trigram
Longest common substring

Try it on FreeSQL buff.ly/RQunDH5
May 18, 2026 at 11:01 AM
FreeSQL is the easiest way to get started with Oracle SQL, PL/SQL & JavaScript. All you need is a browser. 🖥️

It's also behind the new interactive "Run" buttons in the Oracle AI Database 26ai docs.

Curious? More details 👇
martincarstenbach.com/2026/07/01/o...
Oracle AI Database 26ai docs have become interactive
Oracle AI Database 26ai documentation is becoming interactive ⌨️! Instead of copying SQL examples into your own environment (which you may have to set up…), you can now execute selected code …
martincarstenbach.com
July 1, 2026 at 2:40 PM
🐧 **FreeSql – object-relational mapper for .NET applications**

FreeSql is an object-relational mapper for .NET applications. It provides APIs for querying and modifying relational databases while mapping database records to C# objects. The ORM supports .NET Co...

📰 Source: LinuxLinks
🔗 Link […]
Original post on igeek.gamer-geek-news.com
igeek.gamer-geek-news.com
July 27, 2026 at 6:23 AM
January 23, 2026 at 4:10 PM
APEX & The perfect install / upgrade script. Demo in Live SQL

This post is updated with the possibility to test all the scripts below in Oracle FreeSql. See embedded worksheet at end of this blog post. Deploying an Apex application involves installing all the database objects it relays on to work.…
APEX & The perfect install / upgrade script. Demo in Live SQL
This post is updated with the possibility to test all the scripts below in Oracle FreeSql. See embedded worksheet at end of this blog post. Deploying an Apex application involves installing all the database objects it relays on to work. Wetter it is a new install or an upgrade you want the Supporting Objects to run without flaws. Oracle 23ai makes this task somewhat easier. In this blog post I will give focus to tables and seed data. Other objects are fairly easy. But first some short notes on the easy one's:
standal.blog
March 13, 2026 at 1:50 PM
Ulrike Schwinn stellt in ihrer DOAG Datenbank Kolumne FreeSQL als neue Möglichkeit vor, SQL auszuprobieren, ohne Software zu installieren.➡️https://scomp.ly/4ZBazWa

#Datenbank #OracleDatabase
April 1, 2026 at 11:34 AM
What are we looking at? Using freesql to connect to a local database?
November 8, 2025 at 8:15 AM
Define JavaScript functions and modules in the database in Oracle AI Database 26ai

CREATE FUNCTION ... MLE LANGUAGE JAVASCRIPT ...
CREATE MLE MODULE ... LANGUAGE JAVASCRIPT ...

To expose JavaScript you can call in #SQL

Try these out on FreeSQL buff.ly/wRIX0Jx
June 15, 2026 at 11:01 AM
You can create indexes for ad-hoc searches of #JSON and #XML data

Oracle AI Database 26ai simplified the syntax to

CREATE SEARCH INDEX ... ON ... ( { xmlcol | jsoncol } )

Giving indexed full-text searches of these values

Try it on FreeSQL buff.ly/rxbwNMb
May 25, 2026 at 11:01 AM
Encode strings based on their pronunciation in Oracle AI Database 26ai with

PHONIC_ENCODE ( DOUBLE_METAPHONE[_ALT], )

This enables you to match strings with different spellings that sound the same

e.g. "Knight" and "Night"

Try it on FreeSQL buff.ly/qIstu22
May 4, 2026 at 11:02 AM
Is Oracle the best database for small to mid size shops?

Key Takeaways Oracle AI Database is worth a serious look for small and midsize teams when one application needs relational data, JSON, search, vectors, spatial queries, REST endpoints, and internal app tooling without operating a stack of…
Is Oracle the best database for small to mid size shops?
Key Takeaways Oracle AI Database is worth a serious look for small and midsize teams when one application needs relational data, JSON, search, vectors, spatial queries, REST endpoints, and internal app tooling without operating a stack of separate services. In this case, it may be the best database for your needs. The free path lets you verify it: local containers, FreeSQL, SQLcl, SQL Developer, and Always Free Autonomous AI Database let you prove before paying.
andersswanson.dev
May 27, 2026 at 6:53 PM