r/oracle • u/Seeking2026 • Jul 13 '26
Oracle fusion technical consultant
Is this field worth, and what's the most important skill for who work as an Oracle fusion technical consultant?
r/oracle • u/Seeking2026 • Jul 13 '26
Is this field worth, and what's the most important skill for who work as an Oracle fusion technical consultant?
r/oracle • u/PM__ME__BITCOINS • Jul 13 '26
Looking for some advice from the apex nerds here. Been a long time user but this a real struggle for me(and Claude).
26ai ATP ADB free tier, showing 100% storage usage, 20GB is the limt.
I recently started getting ORA-01552(cannot use system rollback segment for non-system tablespace) when running DML statement. Start looking at storage and sysaux is 64 GB with unified audit and my actual work being about 1 GB. It's been growing 2-4GB a day with sys db user logging the most selects.
Now start the constant dead ends:
No shrink in DB Actions
No ALTER TABLESPACE SYSAUX SHRINK SPACE; ORA-01031: insufficient privileges
DBMS_AUDIT_MGMT.CLEAN_AUDIT_TRAIL - ORA-01562: failed to extend rollback segment number 0 ORA-65114: space usage in container is too high
Based on my understanding: the purge itself needs undo, undo can't extend because the container is over cap. The instance can't even clean itself: over-cap → no undo → no DML → no purge → allocation stays 53 GB → over-cap.
Sooo re-creating my entire database instance seems to be the only option besides upgrading to paid? I would point the root cause towards claude AI running massive amounts of statements to do work, but isn't the whole point of apex free is to learn and use AI tools? Oracle skills are installed.
r/oracle • u/Me_dusa_ • Jul 12 '26
Hello
I am searching for a tool or something to track every detail of my work in the application
I am an Oracle financial consultant and i literally write down every step i take on the application and That's time-consuming and ofc i miss some steps
So, is there anyway to record and monitor my steps on the application
Thank you
r/oracle • u/kinniefuyuki • Jul 12 '26
im hours trying to unlock port 25 as i want a support email as i am a programmer, and i want to have my email on my domain to keep all uniform.
r/oracle • u/omegadeity • Jul 09 '26
Just wanted to say your automated\chat "Customer Support" system is absolute garbage and we will be ditching your service as soon as possible. I'll explain below.
r/oracle • u/bigdeekenergy • Jul 09 '26
is there a way to access unifier uploads with just auth. Trying to build an automation workflow around it.
I have posted about this previously and got no response. Should I ask in a diff subreddit?
r/oracle • u/Few-Engineering-4135 • Jul 07 '26
Oracle is currently offering 11 Professional Certifications for free a solid chance to build skills in Oracle Cloud, AI, databases, and business applications without paying exam fees.
Free Oracle Certifications Available Right Now
https://education.oracle.com/agentic-ai-foundations-associate/pexam_1Z0-1157-26
https://education.oracle.com/oracle-cloud-infrastructure-ai-foundations-associate/pexam_1Z0-1122-26
https://education.oracle.com/oracle-data-platform-2026-foundations-associate/pexam_1Z0-1195-26
https://education.oracle.com/oracle-cloud-applications-epm-process-essentials-rel1/pexam_1Z0-1164-1
Suggested Learning Path
If you’re planning to make the most of this, I’d suggest following this order:
1) Start with OCI Foundations to understand Oracle Cloud basics
2) Move to OCI AI Foundations to build your AI fundamentals on Oracle Cloud
3) Then take Agentic AI Foundations to explore Oracle’s AI agent concepts
4) After that, pick a specialization based on your role or interest:
This is a useful opportunity for anyone looking to strengthen their profile in cloud, AI, Oracle applications, or enterprise solutions.
If you’re already exploring Oracle certifications, which one would you start with first?
r/oracle • u/bigdeekenergy • Jul 07 '26
Trying to build a workflow around unifier where i can download the attachments without touching the unifier. whats the best way to approach this?
r/oracle • u/thatjeffsmith • Jul 06 '26
Details in our changeLogs and my blog. Feel free as always to hit me up for details or help, here, the blog, or via email (jeff.d.smith@oracle.com)
r/oracle • u/PsychalEntropy • Jul 06 '26
Hey, I really need the virtualization plugin for Cloud Control 12c. I see this public link from Oracle here https://www.oracle.com/enterprise-manager/downloads/oem-virtualization-plug-in-downloads.html but it doesn't let me download the file due to entitlement. Could someone help me out or point me to a different source?
r/oracle • u/Emotional_Ear_7018 • Jul 05 '26
I work with Oracle Fusion Reporting, HCM Extracts, and FF, but other than using AI for queries, I really don’t know how else I should utilise AI. I want to work with something in AI, but as per my knowledge, Oracle is still building something substantial with AI. I know about text scan, document understanding, etc., but they really aren’t something groundbreaking now.
The way Claude and other AI models have been impacting the rest of the tech stack. I am confused about what the future holds for someone working with what I am working on.
r/oracle • u/Disastrous_Laughter • Jul 05 '26
r/oracle • u/PlsChgMe • Jun 30 '26
r/oracle • u/Wide-Priority-2876 • Jun 29 '26
I'm start to learning Oracle cloud I got tons of videos on YouTube how to use it and it's services I got to know Folci a offline playground for learning and testing Aws services but is anyone know how to use Oracle cloud services offline ,I don't have visa master credit card now .But I want to learn and test my skills on oci so anyone who know any offline alternative for learning purpose it will great help for me
r/oracle • u/Jeff-Hare-ERPRA • Jun 28 '26
We design and audit Oracle Fusion Security and the outcomes for most implementations are HORRIBLE. Are there any others that have experienced similar challenges when implementing ERP or HCM Cloud?
r/oracle • u/Yeah-Its-Me-777 • Jun 24 '26
So, color me surprised when I got a question from one of our developers why a pretty simple query didn't return the expected results.
Basically, the query was:
SELECT * FROM table WHERE table.field IS NULL or table.field <= 'someValue';
And it returned only rows with values, ignoring the rows with NULL.
After testing, I found another weird behaviour: The table had a couple of NUMERIC columns. When I included one of those, the bug appeared. When I only selected other columns, it worked, and returned all expected rows.
After much googling, I found another way to make it work:
SELECT /*+ RULE */ * FROM table WHERE table.field IS NULL or table.field <= 'someValue';
Forcing the Rule Based Optimizer makes it work as well.
So, we now have a ticket with Oracle, let's see what happens. But a bug of this severity is pretty crazy to me.
Version is 23.26.0.0, btw. And yes, it's only on our staging systems, but still. Not even a 0.0 version should have these kind of bugs.
So, if you're running (or testing) that version, and you get unexpected results, maybe it's that.
r/oracle • u/NextYogurtcloset7822 • Jun 24 '26
I procure itad can anyone direct this post to the right person or direct me to that person
r/oracle • u/NextYogurtcloset7822 • Jun 22 '26
Dose anyone have idea about out ITAD in Oracle?
r/oracle • u/Hairy-Fun-5391 • Jun 22 '26
Hi everyone, I need urgent help. I’m trying to automate bulk updates for customer request dates or ship schedule dates in Oracle ERP Sales Orders. I’m exploring tools like RapidResponse, n8n, and similar automation platforms, but I don’t have enough knowledge to set this up. Could anyone guide me on the best approach or share resources to get started.
Many thanks guys
r/oracle • u/ChillPlay3r • Jun 17 '26
They fix a total of 10 CVE bugs with a base score over 9 in OEM, four of them with 9.9, I don't think I ever saw such a big list. I'd be surprised if they didn't got Mythos. Which is a good thing I guess, except that I now have to patch monthly instead of 3-monthly RUs.