/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

connor-mcdonald.com
| | martincarstenbach.com
17.6 parsecs away

Travel
| | Oracle Database 23ai introduces In-Database JavaScript for Linux x86-64 and aarch64. That's Linux on Intel and Arm, respectively. Developers with a preference for Typescript can use it alternatively after transpilation to JavaScript. JavaScript support in Oracle Database is known as Multilingual Engine, or MLE for short. The latest Oracle SQL Developer Extension for VSCode release...
| | oracle-base.com
16.5 parsecs away

Travel
| | Oracle have released Oracle Database 23ai. You can watch the announcement video here, and read the announcement blog post here. I don't think I can add much to that, but I just want to talk about how this affects me as a customer and as a content creator. Customer View We've been waiting for Oracle
| | dohdatabase.com
18.1 parsecs away

Travel
| | Mr. RAC himself, Anil Nair, shares his top tips for patching success.
| | iusoltsev.wordpress.com
49.3 parsecs away

Travel
| 465 ?! SELECT A.ID, A.LOGIN, A.NAME, A.LASTNAME, A.EMAIL FROM ACCOUNT A WHERE (A.LOGIN LIKE '%%') AND (A.NAME LIKE '%?%' OR A.LASTNAME LIKE '%?%') AND A.COMPANY_ID = 1 ORDER BY A.LOGIN ?, ? ? A.COMPANY_ID = 1 ? SQL> SELECT 'ALL' as "Condition", count(*) FROM ACCOUNT...