Archive for Februar 12th, 2026
President Donald J. Trump – Makes an Announcement with the Administrator of the Environmental Protection Agency (EPA)
Donnerstag, Februar 12th, 2026Minnesota Mayo Clinic Rochester – Siemens Healthineers are expanding their strategic collaboration to advance AI imaging technologies and digital innovation in the care of patients with neurodegenerative diseases and cancer
Donnerstag, Februar 12th, 2026AI Workflow Automation N8N 2.6.4 – how to create workflows that connect to Oracle databases
Donnerstag, Februar 12th, 2026

SELECT ‚Hello from Oracle + n8n‘ AS message FROM dual
CREATE TABLE customers (
customer_id NUMBER GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
first_name VARCHAR2(50),
last_name VARCHAR2(50),
email VARCHAR2(100),
created_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
status VARCHAR2(20),
total_orders NUMBER DEFAULT 0,
last_purchase_date TIMESTAMP
)
INSERT INTO customers (first_name, last_name, email, created_date, status, total_orders,
last_purchase_date)
VALUES (‚John‘,’Doe‘,’john.doe@email.com‘,SYSTIMESTAMP – INTERVAL ’90‘
DAY(3),’active‘,15,SYSTIMESTAMP – INTERVAL ‚5‘ DAY(3))
SELECT * FROM customers
DELETE FROM customers
DROP TABLE customers


Looping with the IF Node – to run only a number of times you can add a code node into your loop


In Oracle ending a query with a semicolon inside a client application like n8n often triggers the „ORA-00933: SQL command not properly ended“ error
The Fix – simply delete the ‚;‚ at the end of your SQL statement in the Oracle Database node
Wrong: SELECT * FROM users;
Right: SELECT * FROM users
Why this happens – in n8n the SQL is sent via a driver (like node-oracledb) and drivers treat the semicolon as a statement terminator for scripts but when sending a single command via an API the semicolon is seen as an illegal character within the command itself
Oracle’s documentation classifies this as an invalid character (ORA-00911) or an improperly ended command (ORA-00933)
BMW iX3 How-To Serie – der BMW Highway und City Assistant
Donnerstag, Februar 12th, 2026Donnerstag, Februar 12th, 2026
Oracle Health Clinical AI Agent, Clinical Note is now available in the UK. Learn how this AI-powered solution can help reduce documentation time and support more meaningful patient interactions. https://t.co/0I25EF3RsY
— Oracle Health (@OracleHealth) February 12, 2026
HP Laptop Subscription – try it risk free for 30 days plans starting at $34.99 per month
Donnerstag, Februar 12th, 2026
HP Laptop Subscription – a laptop plan that evolves with you

Microsoft Secure Boot certificates expire in June 2026 – what happens when the certificates expire
Donnerstag, Februar 12th, 2026
Refreshing the root of trust: industry collaboration on Secure Boot certificate updates – if a device does not receive the new Secure Boot certificates before the 2011 certificates expire, the PC will continue to function normally, and existing software will keep running. However, the device will enter a degraded security state that limits its ability to receive future boot-level protections. As new boot‑level vulnerabilities are discovered, affected systems become increasingly exposed because they can no longer install new mitigations. Over time, this may also lead to compatibility issues, as newer operating systems, firmware, hardware or Secure Boot–dependent software may fail to load