TLDR Oracle CEO Clay Magouyrk announced $65 billion in new cloud infrastructure commitments secured within 30 days during the current quarter across seven contracts from four customers Meta confirmed as one of four major customers, reportedly working on a deal previously estimated at $20 billion by Bloomberg Oracle projects $20 billion in AI-powered database and [...] The post Oracle (ORCL) Stock: Meta Deal Confirmed as Company Books $65 Billion in Cloud Contracts appeared first on Blockonomi.TLDR Oracle CEO Clay Magouyrk announced $65 billion in new cloud infrastructure commitments secured within 30 days during the current quarter across seven contracts from four customers Meta confirmed as one of four major customers, reportedly working on a deal previously estimated at $20 billion by Bloomberg Oracle projects $20 billion in AI-powered database and [...] The post Oracle (ORCL) Stock: Meta Deal Confirmed as Company Books $65 Billion in Cloud Contracts appeared first on Blockonomi.

Oracle (ORCL) Stock: Meta Deal Confirmed as Company Books $65 Billion in Cloud Contracts

2025/10/17 20:24

TLDR

  • Oracle CEO Clay Magouyrk announced $65 billion in new cloud infrastructure commitments secured within 30 days during the current quarter across seven contracts from four customers
  • Meta confirmed as one of four major customers, reportedly working on a deal previously estimated at $20 billion by Bloomberg
  • Oracle projects $20 billion in AI-powered database and AI data platform revenue by fiscal 2030, up from $2.4 billion in fiscal 2025
  • The company targets $225 billion in revenue and $21 adjusted earnings per share for fiscal 2030, representing 31% compound annual growth
  • Jefferies raised its price target on Oracle to $400 from $360, citing accelerating momentum in AI and cloud infrastructure businesses

Oracle shares jumped 3% on Thursday after the company confirmed a cloud computing deal with Meta and revealed it secured $65 billion in new cloud infrastructure commitments in just 30 days.


ORCL Stock Card
Oracle Corporation, ORCL

CEO Clay Magouyrk made the announcements at Oracle’s AI World conference in Las Vegas. The commitments came from seven contracts across four different customers during the current quarter.

Meta, the parent company of Facebook and Instagram, was confirmed as one of the four major customers. Bloomberg previously reported in September that the two companies were discussing a deal worth around $20 billion.

The deal comes as Meta ramps up spending on AI infrastructure. The social media giant said in July it expects capital expenditures between $66 billion and $72 billion this year.

Revenue Projections Show Major Growth

Oracle laid out ambitious targets for fiscal 2030. The company expects total revenue to reach $225 billion, representing a 31% compound annual growth rate.

Adjusted earnings per share are projected to hit $21 by fiscal 2030. Analysts polled by LSEG had been expecting $18.92 per share on $198.39 billion in revenue.

The AI-powered database and AI data platform business is expected to generate $20 billion in revenue by fiscal 2030. That’s up from $2.4 billion in fiscal 2025 and $3 billion in fiscal 2026.

Oracle Cloud Infrastructure revenue is forecast to surge at a 75% compound annual growth rate to $166 billion by fiscal 2030. The company has been expanding its cloud division to compete with Amazon and Google.

Analyst Upgrades Follow Conference

Jefferies raised its price target on Oracle to $400 from $360 following the AI World conference and Financial Analyst Day presentations. The firm maintained its “Buy” rating.

The brokerage said Oracle is entering “a new growth phase” as it benefits from the AI infrastructure supply-demand imbalance. Jefferies expects Oracle’s valuation to reflect “a rare acceleration story in software.”

The Information reported earlier this month that Oracle saw a 14% gross margin on renting out Nvidia AI chips in the August quarter. Oracle has been offering its database in clouds other than its own in recent years.

The company secured a commitment from OpenAI in excess of $300 billion back in July. Jefferies noted Oracle’s “One-Oracle” strategy integrates database, applications, infrastructure, and AI.

After the market close, Oracle stock slipped 2% in extended trading despite beating analyst expectations with its 2030 targets.

The post Oracle (ORCL) Stock: Meta Deal Confirmed as Company Books $65 Billion in Cloud Contracts appeared first on Blockonomi.

Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.
Share Insights

You May Also Like

Preliminary analysis of the Balancer V2 attack, which resulted in a loss of $120 million.

Preliminary analysis of the Balancer V2 attack, which resulted in a loss of $120 million.

On November 3, the Balancer V2 protocol and its fork projects were attacked on multiple chains, resulting in a serious loss of more than $120 million. BlockSec issued an early warning at the first opportunity [1] and gave a preliminary analysis conclusion [2]. This was a highly complex attack. Our preliminary analysis showed that the root cause was that the attacker manipulated the invariant, thereby distorting the calculation of the price of BPT (Balancer Pool Token) -- that is, the LP token of Balancer Pool -- so that it could profit in a stable pool through a batchSwap operation. Background Information 1. Scaling and Rounding To standardize the decimal places of different tokens, the Balancer contract will: upscale: Upscales the balance and amount to a uniform internal precision before performing the calculation; downscale: Reduces the result to its original precision and performs directional rounding (e.g., inputs are usually rounded up to ensure the pool is not under-filled; output paths are often truncated downwards). Conclusion: Within the same transaction, the asymmetrical rounding direction used in different stages can lead to a systematic slight deviation when executed repeatedly in very small steps. 2. Prices of D and BPT The Balancer V2 protocol’s Composable Stable Pool[3] and the fork protocol were affected by this attack. Stable Pool is used for assets that are expected to maintain a close 1:1 exchange ratio (or be exchanged at a known exchange rate), allowing large exchanges without causing significant price shocks, thereby greatly improving the efficiency of capital utilization between similar or related assets. The pool uses the Stable Math (a Curve-based StableSwap model), where the invariant D represents the pool's "virtual total value". The approximate price of BPT (Pool's LP Token) is: The formula above shows that if D is made smaller on paper (even if no funds are actually withdrawn), the price of BPT will be cheaper. BTP represents the pool share and is used to calculate how many pool reserves can be obtained when withdrawing liquidity. Therefore, if an attacker can obtain more BPT, they can profit when withdrawing liquidity. Attack Analysis Taking an attack transaction on Arbitrum as an example, the batchSwap operation can be divided into three stages: Phase 1: The attacker redeems BPT for the underlying asset to precisely adjust the balance of one of the tokens (cbETH) to a critical point (amount = 9) for rounding. This step sets the stage for the precision loss in the next phase. Phase Two: The attacker uses a carefully crafted quantity (= 8) to swap between another underlying asset (wstETH) and cbETH. Due to rounding down when scaling the token quantity, the calculated Δx is slightly smaller (from 8.918 to 8), causing Δy to be underestimated and the invariant D (derived from Curve's StableSwap model) to be smaller. Since BPT price = D / totalSupply, the BPT price is artificially suppressed. Phase 3: The attackers reverse-swap the underlying assets back to BPT, restoring the balance within the pool while profiting from the depressed price of BPT—acquiring more BPT tokens. Finally, the attacker used another profitable transaction to withdraw liquidity, thereby using the extra BPT to acquire other underlying assets (cbETH and wstETH) in the Pool and thus profit. Attacking the transaction: https://app.blocksec.com/explorer/tx/arbitrum/0x7da32ebc615d0f29a24cacf9d18254bea3a2c730084c690ee40238b1d8b55773 Profitable trades: https://app.blocksec.com/explorer/tx/arbitrum/0x4e5be713d986bcf4afb2ba7362525622acf9c95310bd77cd5911e7ef12d871a9 Reference: [1]https://x.com/Phalcon_xyz/status/1985262010347696312 [2]https://x.com/Phalcon_xyz/status/1985302779263643915 [3]https://docs-v2.balancer.fi/concepts/pools/composable-stable.html
Share
PANews2025/11/04 14:00