Oracle Reshapes Leadership Amid AI Infrastructure Ambitions

Oracle Reshapes Leadership Amid AI Infrastructure Ambitions
source: gettyimages
September 22, 2025

Oracle is shifting its executive leadership as it accelerates its push into AI infrastructure dominance. On September 22, 2025, the company announced promotions to its top executive roles, signaling a strategic focus on AI and cloud technology.

New Co-CEO Appointments

Clay Magouyrk and Mike Sicilia have been promoted to co-CEO positions, a move that underscores Oracle’s commitment to expanding its AI capabilities.

Leadership Transition

Safra Catz, who has been Oracle’s CEO since 2014, is stepping into a new role as the executive vice chair of the board of directors. She expressed confidence in Oracle’s current trajectory:

> “Today, Oracle is recognized as the cloud of choice for both AI training and inferencing. I’m very proud of that. Oracle’s technology and business have never been stronger. Our breathtaking growth rate points to an even more prosperous future. At this time of strength, it is the right moment to pass the CEO role to the next generation of capable executives.”

Strategic Focus on AI Infrastructure

Historically known for its cloud infrastructure services, Oracle is now firmly positioning itself within the AI infrastructure race. This year, the company announced participation in the $500 billion Stargate Project, collaborating with OpenAI and SoftBank to develop data centers and AI infrastructure stateside.

Earlier in the month, Oracle secured a significant deal with OpenAI to provide $300 billion worth of compute resources. Additionally, a recent report from Reuters revealed Oracle signed a $20 billion compute deal with Meta, further cementing its AI infrastructure footprint.

Upcoming Event

TechCrunch Disrupt San Francisco October 27-29, 2025

For more details on Oracle’s leadership transition, TechCrunch has reached out to the company. Becca Szkutak, a senior writer specializing in venture capital and startups, covers such developments. Contact her at rebecca.szkutak@techcrunch.com for further information.

---

Most Popular

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 139 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644219,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}