• Live Feeds
    • Press Releases
    • Insider Trading
    • FDA Approvals
    • Analyst Ratings
    • Insider Trading
    • SEC filings
    • Market insights
  • Analyst Ratings
  • Alerts
  • Subscriptions
  • AI Executive AssistantNEW
  • Settings
  • RSS Feeds
Quantisnow Logo
  • Live Feeds
    • Press Releases
    • Insider Trading
    • FDA Approvals
    • Analyst Ratings
    • Insider Trading
    • SEC filings
    • Market insights
  • Analyst Ratings
  • Alerts
  • Subscriptions
  • AI Executive AssistantNEW
  • Settings
  • RSS Feeds
PublishGo to AppAI Helper
    Quantisnow Logo

    © 2025 quantisnow.com
    Democratizing insights since 2022

    Services
    Live news feedsRSS FeedsAlertsPublish with Us
    Company
    AboutQuantisnow PlusContactJobsAI employees for your businessNEW
    Legal
    Terms of usePrivacy policyCookie policy

    Oracle Releases Java 22

    3/19/24 9:30:00 AM ET
    $ORCL
    Computer Software: Prepackaged Software
    Technology
    Get the next $ORCL alert in real time by email

    New release delivers 12 JDK Enhancement Proposals to improve the Java language and enhance the development platform's performance, stability, and security

    JavaOne returns to the San Francisco Bay Area in 2025

    AUSTIN, Texas, March 19, 2024 /PRNewswire/ -- Oracle today announced the availability of Java 22, the latest version of the world's number one programming language and development platform. Java 22 (Oracle JDK 22) delivers thousands of performance, stability, and security improvements to help developers increase productivity, drive innovation, and accelerate growth across their organizations. These include enhancements to the Java language, its APIs and performance, and the tools included in the Java Development Kit (JDK).

    (PRNewsfoto/Oracle)

    "The new enhancements in Java 22 enable more developers to quickly and easily build and deliver feature-rich, scalable, and secure applications to help organizations across the globe grow their businesses," said Georges Saab, senior vice president, Oracle Java Platform and chair, OpenJDK governing board. "By delivering enhancements that streamline application development and extend Java's reach to make it accessible to developers of all proficiency levels, Java 22 will help drive the creation of a wide range of new applications and services for organizations and developers alike." 

    The latest JDK provides updates and improvements with 12 JDK Enhancement Proposals (JEPs). JDK 22 delivers language improvements from OpenJDK Project Amber (Statements before super[…], Unnamed Variables & Patterns, String Templates, and Implicitly Declared Classes and Instance Main Methods); enhancements from Project Panama (Foreign Function & Memory API and Vector API); features related to Project Loom (Structured Concurrency and Scoped Values); core libraries and tools capabilities (Class-File API, Launch Multi-File Source-Code Programs, and Stream Gatherers); and performance updates (Region Pinning for G1).

    "After nearly three decades, Java's ability to support complex development tasks that span a wide range of use cases makes the platform as relevant as it has ever been," said Arnal Dayaratna, research vice president, software development, IDC. "Java's versatility and comprehensive toolset enables it to support the development of production-grade, mission-critical applications at scale, which positions it as a key enabling technology for innovative use cases such as generative AI."

    Significant updates delivered in Java 22 are:

    Project Amber Features

    • JEP 447: Statements before super(…): Gives developers the freedom to express the behavior of constructors. By allowing statements that do not reference the instance being created to appear before an explicit constructor invocation, this feature enables a more natural placement of logic that needs to be factored into auxiliary static methods, auxiliary intermediate constructors, or constructor arguments. It also preserves the existing assurance that constructors run in top-down order during class instantiation, helping ensure that code in a subclass constructor cannot interfere with superclass instantiation. In addition, this feature does not require any changes to the Java Virtual Machine (JVM) and relies only on the current ability of the JVM to verify and execute code that appears before explicit constructor invocations within constructors.
    • JEP 456: Unnamed Variables & Patterns: Helps improve developer productivity by enhancing the Java language with unnamed variables and patterns, which can be used when variable declarations or nested patterns are required but never used. This reduces opportunities for error, improves the readability of record patterns, and increases the maintainability of all code.
    • JEP 459: String Templates (Second Preview): Simplifies the development of Java programs by making it easy to express strings that include values computed at run time, while also improving the security of programs that compose strings from user-provided values and pass them to other systems. Additionally, the readability of expressions mixed with text is enhanced, and non-string values computed from literal text and embedded expressions can be created without having to transit through an intermediate string representation.
    • JEP 463: Implicitly Declared Classes and Instance Main Methods (Second Preview): Helps accelerate learning by offering a smooth on-ramp to Java programming to enable students to write their first programs without needing to understand language features designed for large programs. With this feature, educators can introduce concepts in a gradual manner and students can write streamlined declarations for single-class programs and seamlessly expand their programs to use more advanced features as their skills grow.

    Project Loom Features

    • JEP 462: Structured Concurrency (Second Preview): Helps developers streamline error handling and cancellation and enhance observability by introducing an API for structured concurrency. This helps promote a style of concurrent programming that can eliminate common risks arising from cancellation and shutdown – such as thread leaks and cancellation delays – and improves the observability of concurrent code.
    • JEP 464: Scoped Values (Second Preview): Helps increase ease-of-use, comprehensibility, performance, and robustness of developers' projects by enabling the sharing of immutable data within and across threads.

    Project Panama Features

    • JEP 454: Foreign Function & Memory API: Increases ease-of-use, flexibility, safety, and performance for developers by introducing an API to enable Java programs to interoperate with code and data outside of the Java runtime. By efficiently invoking foreign functions such as code outside the Java Virtual Machine, and by safely accessing foreign memory (i.e., memory not managed by the JVM), the new API allows Java programs to call native libraries and process native data without requiring the Java Native Interface.
    • JEP 460: Vector API (Seventh Incubator): Enables developers to achieve performance superior to equivalent scalar computations by introducing an API to express vector computations that reliably compile at runtime to vector instructions on supported CPU architectures.  

    Core Libraries & Tools Features

    • JEP 457: Class-File API (Preview): Helps developers improve productivity by providing a standard API for parsing, generating, and transforming Java class files.
    • JEP 458: Launch Multi-File Source-Code Programs: Enables developers to choose whether and when to configure a build tool by enhancing the Java application launcher to enable it to run a program supplied as multiple files of Java source code.
    • JEP 461: Stream Gatherers (Preview): Helps developers improve productivity by enhancing the Stream API to support custom intermediate operations, which will allow stream pipelines to transform data in ways that are not easily achievable with the existing built-in intermediate operations. By making stream pipelines more flexible and expressive and allowing custom intermediate operations to manipulate streams of infinite size, this feature enables developers to become more efficient in reading, writing, and maintaining Java code.

    Performance Updates

    • JEP 423: Region Pinning for G1: Helps reduce latency by allowing some garbage collection to happen during some native library calls that would have otherwise needed to pause the collector. This is achieved by tracking which objects need to be blocked during these native library calls and "pinning" just the regions that contain these objects. This allows garbage collection to continue normally in unpinned regions, even during what would have otherwise been a blocking native library call.

    The Java 22 release is the result of continuous collaboration between Oracle and other members of the worldwide Java developer community via OpenJDK and the Java Community Process (JCP). In addition to the new enhancements and features, Java 22 is supported by Java Management Service (JMS) – an Oracle Cloud Infrastructure (OCI) native service – which offers a unified console and dashboard to help organizations manage Java runtimes and applications on-premises or in any cloud. For more details on the features in Java 22, please read the Java 22 technical blog post.

    Supporting the Global Java Ecosystem with Innovation in the Cloud

    Java delivers increased performance, efficiency, innovation, and cost savings when deployed in the cloud on OCI, which is one of the first hyperscale clouds to support Java 22. By delivering Oracle Java SE, Oracle GraalVM, and the Java SE Subscription Enterprise Performance Pack free of charge on OCI, Java 22 enables developers to build and deploy applications that run faster, better, and with optimized cost-performance.

    The Oracle Java Universal SE Subscription is a pay-as-you-go offering that provides customers with best-in-class support. It includes triage support for the entire Java portfolio, entitlement to GraalVM, the Java SE Subscription Enterprise Performance Pack, access to the advanced features of the Java Management Service, and the flexibility to upgrade at the pace of their businesses. This helps IT organizations manage complexity, contain costs, and mitigate security risks.

    JavaOne Returns in 2025

    The flagship event for the global Java community, JavaOne, will return to the San Francisco Bay Area in 2025. Taking place from March 17-20, 2025 in Redwood Shores, California, JavaOne 2025 will give attendees the opportunity to hear about the latest Java developments and interact with Oracle's Java experts and industry luminaries. Read more via the blog post on Inside Java here.

    Supporting Quotes

    "Within the dynamic ecosystem of the Türkiye Java Community (TJC), Oracle's enduring support fuels our momentum," said Evren Tan, community lead, TJC. "As Java 22 unfolds, we are embracing an array of contemporary features that further enhance developer efficiency, bolstering our commitment to advancing Java technology in Türkiye. We also welcome Java developers worldwide to join us in TJC activities, showcasing the welcoming community spirit that keeps Java vibrant."

    "Java's popularity as a programming language, platform, and developer community continues to grow in Morocco and the African region," said Badr El Hourari, founder and CIO, xHub. "With Java 22, I'm excited to see Oracle's Java team focus on innovation that will help the new developers adopt Java more quickly such as with JEP 463. By simplifying the language, the on-ramp to Java becomes easier for a whole new generation of programmers. Also, here in Morocco we continue to highlight the importance of Java at the annual Devoxx Morocco conference, and we welcome all developers to attend this year's event on October 2-4 to hear from some of the most influential global voices in the Java community."

    "It amazes me to see Java 22 bundle features for all – from students to senior developers, and from adventurous Java enthusiasts to organizations looking for stability with performance," said Mala Gupta, Java developer advocate, JetBrains. "Java is embracing a minimalist approach by continuing to reduce ceremonies around writing initial steps of code, via instance main method and implicit classes, making it easier for folks to get started learning Java. With constructor makeover (statements before super[…]), Java has proven again that it supports responsible innovation, and relaxing language constraints that existed from Java's version 1.0 without breaking any existing code is very exciting. IntelliJ IDEA 2024.1 is ready with its support for Java 22 features to enable Java developers to use them with ease."

    "The Helidon team recognized the value of virtual threads as soon as they were announced. With Helidon 4, the team rewrote the Helidon web server to natively use virtual threads, which resulted in much better performance and increased developer productivity," said Tom Snyder, vice president of engineering, enterprise cloud native Java, Oracle. "Now with Java 22 we are seeing another performance boost for virtual threads, and these significant improvements will benefit all Helidon users."

    "Seamless integration with the latest Java innovations is helping Oracle Database deliver the world's most advanced database technologies for developing and running modern applications," said Kuassi Mensah, director of product management, Oracle. "The Oracle Java Database Connectivity (JDBC) drivers have been rewritten to seamlessly support Java virtual threads. The combination of Java virtual threads and the new pipelined database operations in Oracle Database 23c helps improve end-to-end scalability for Java applications."

    To learn more about Java and its global ecosystem, please visit:

    • Dev.java: The official portal for learning Java
    • Inside.java: News and views from the members of the Java Team at Oracle
    • Java YouTube: The official Java YouTube channel for Java learning videos

    Additional Resources

    • Download Oracle JDK 22
    • Read the Java 22 technical blog
    • Watch the Java 22 livestream
    • Read about JavaOne 2025
    • Learn more about Java Management Service
    • Learn more about the Oracle Java SE Universal Subscription

    About Oracle

    Oracle offers integrated suites of applications plus secure, autonomous infrastructure in the Oracle Cloud. For more information about Oracle (NYSE:ORCL), please visit us at www.oracle.com.

    Trademarks

    Oracle, Java, MySQL and NetSuite are registered trademarks of Oracle Corporation. NetSuite was the first cloud company—ushering in the new era of cloud computing.

    Cision View original content to download multimedia:https://www.prnewswire.com/news-releases/oracle-releases-java-22-302093034.html

    SOURCE Oracle

    Get the next $ORCL alert in real time by email

    Crush Q3 2025 with the Best AI Executive Assistant

    Stay ahead of the competition with Tailforce.ai - your AI-powered business intelligence partner.

    AI-Powered Inbox
    Context-aware email replies
    Strategic Decision Support
    Get Started with Tailforce.ai

    Recent Analyst Ratings for
    $ORCL

    DatePrice TargetRatingAnalyst
    7/10/2025$270.00Neutral → Overweight
    Piper Sandler
    7/2/2025$235.00 → $245.00Outperform
    BMO Capital Markets
    6/30/2025$250.00Hold → Buy
    Stifel
    6/18/2025$220.00 → $250.00Buy
    Guggenheim
    6/13/2025$235.00Market Perform → Outperform
    BMO Capital Markets
    6/9/2025$175.00 → $200.00Market Perform
    BMO Capital Markets
    4/23/2025$130.00Overweight → Neutral
    Piper Sandler
    3/19/2025$167.00Equal-Weight
    Stephens
    More analyst ratings

    $ORCL
    Insider Trading

    Insider transactions reveal critical sentiment about the company from key stakeholders. See them live in this feed.

    See more
    • Executive Chairman Ellison Lawrence Joseph exercised 6,000,000 shares at a strike of $51.13, increasing direct ownership by 0.52% to 1,151,732,353 units (SEC Form 4)

      4 - ORACLE CORP (0001341439) (Issuer)

      7/11/25 4:38:47 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Director Fairhead Rona Alison bought $112,258 worth of shares (480 units at $233.87), increasing direct ownership by 2% to 22,110 units (SEC Form 4)

      4 - ORACLE CORP (0001341439) (Issuer)

      7/9/25 4:39:51 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • EVP, Chief Accounting Officer Smith Maria sold $2,329,897 worth of shares (10,000 units at $232.99), decreasing direct ownership by 20% to 40,807 units (SEC Form 4)

      4 - ORACLE CORP (0001341439) (Issuer)

      7/8/25 4:44:10 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology

    $ORCL
    SEC Filings

    See more
    • SEC Form 25-NSE filed by Oracle Corporation

      25-NSE - ORACLE CORP (0001341439) (Subject)

      7/10/25 9:34:55 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • SEC Form 8-K filed by Oracle Corporation

      8-K - ORACLE CORP (0001341439) (Filer)

      6/30/25 8:30:26 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • SEC Form 144 filed by Oracle Corporation

      144 - ORACLE CORP (0001341439) (Subject)

      6/27/25 4:13:03 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology

    $ORCL
    Press Releases

    Fastest customizable press release news feed in the world

    See more
    • Oracle Database@AWS Now Generally Available

      Customers can now use Oracle Database@AWS in AWS Regions in Northern Virginia and Oregon, with planned expansion to 20 more  Enterprises including Fidelity Investments, Nationwide, and SAS are adopting Oracle Database@AWS to migrate and run Oracle Exadata Database Service and Oracle Autonomous Database on OCI within AWS  AUSTIN, Texas and SEATTLE, July 8, 2025 /PRNewswire/ -- Oracle and Amazon Web Services, Inc. (AWS) today announced the general availability of Oracle Database@AWS. Customers can now run Oracle Exadata Database Service and Oracle Autonomous Database on dedicated infrastructure on Oracle Cloud Infrastructure (OCI) within AWS. Oracle Database@AWS is available in the AWS U.S. Ea

      7/8/25 8:00:00 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • PrimeVigilance Enhances Efficiency and Patient Safety with Oracle Argus Platform

      Contract Research Organization aims to improve data management, accuracy, and safety with Oracle's AI-powered pharmacovigilance platform AUSTIN, Texas, July 8, 2025 /PRNewswire/ -- Contract Research Organization (CRO), PrimeVigilance, is significantly enhancing its service offerings with Oracle Argus. Delivering the full lifecycle of pharmacovigilance services, the CRO is leveraging Argus to provide its clients with a powerful, AI-driven solution to help optimize their drug development programs and support patient safety and regulatory compliance. PrimeVigilance is part of the Ergomed Group whose mission is to deliver leading solutions that support its customers' clinical projects to speed t

      7/8/25 8:00:00 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Banks Can Speed Access to Capital with New Oracle Trade and Supply Chain Finance Cloud Services

      Automation and streamlined operations enable greater speed, transparency, and value-added services to corporate clients AUSTIN, Texas, June 30, 2025 /PRNewswire/ -- New Oracle Trade Finance and Supply Chain Finance cloud services are empowering banks to provide corporate and small- and medium-sized enterprise (SME) clients faster access to financing through streamlined trade processes. Oracle has introduced these new cloud services to unify operations and help manage the entire trade and supply chain finance lifecycles. The new trade finance service enables banks to streamline, automate, and manage trade finance operations across geographies and currencies, improving operational efficiency a

      6/30/25 8:00:00 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology

    $ORCL
    Leadership Updates

    Live Leadership Updates

    See more
    • SoftBank Group to Acquire Ampere Computing

      SoftBank Group Corp. (TSE: 9984, "SoftBank Group") today announced that it will acquire Ampere® Computing, a leading independent silicon design company, in an all-cash transaction valued at $6.5 billion. Under the terms of the agreement, Ampere will operate as a wholly owned subsidiary of SoftBank Group and retain its name. As part of the transaction, Ampere's lead investors – Carlyle (NASDAQ:CG) and Oracle Corp. (NYSE:ORCL) – are selling their respective positions in Ampere. As SoftBank Group broadens its AI infrastructure investments in ventures such as Cristal intelligence and Stargate, the acquisition will help enhance SoftBank Group's capabilities in key areas and accelerate its growt

      3/19/25 7:30:00 PM ET
      $CG
      $ORCL
      Investment Managers
      Finance
      Computer Software: Prepackaged Software
      Technology
    • Oracle Launches AI-powered Oracle Analytics Intelligence for Life Sciences

      Life sciences, academic medical centers, health systems, and research institutes can gain insights into diseases and their impact on patients to optimize therapeutic launch strategies Pre-built and continuously updated analytics platform has unprecedented variety of real-world data sources, including CancerMPact and multiomics NASHVILLE, Tenn., Oct. 30, 2024 /PRNewswire/ -- Oracle Health Summit -- Oracle today launched Oracle Analytics Intelligence for Life Sciences. The AI-powered, cloud-scale, data and analytics platform streamlines and helps accelerate insight generation by unifying disparate data sets into a single, intelligent workbench. The new solution empowers users to answer multidi

      10/30/24 9:00:00 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Meharry Medical College and Oracle Collaborate to Advance Healthcare Access, Innovation, and Education

      Oracle is collaborating with Meharry Medical College regarding technology and resources for students and providers, a research collaborative, and a Meharry established community clinic and wellness center NASHVILLE, Tenn., Oct. 30, 2024 /PRNewswire/ -- Oracle Health Summit -- Oracle Health and Meharry Medical College today announced plans to improve medical education and community healthcare across Middle Tennessee and beyond. As part of their non-binding MOU, Meharry and Oracle aim to establish a health technology education and research collaborative, a health innovation hub, and a community care and wellness center in Nashville. The two organizations will also work together to cultivate th

      10/30/24 8:55:00 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology

    $ORCL
    Analyst Ratings

    Analyst ratings in real time. Analyst ratings have a very high impact on the underlying stock. See them live in this feed.

    See more
    • Oracle upgraded by Piper Sandler with a new price target

      Piper Sandler upgraded Oracle from Neutral to Overweight and set a new price target of $270.00

      7/10/25 8:27:04 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • BMO Capital Markets reiterated coverage on Oracle with a new price target

      BMO Capital Markets reiterated coverage of Oracle with a rating of Outperform and set a new price target of $245.00 from $235.00 previously

      7/2/25 8:04:33 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Oracle upgraded by Stifel with a new price target

      Stifel upgraded Oracle from Hold to Buy and set a new price target of $250.00

      6/30/25 7:56:35 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology

    $ORCL
    Insider Purchases

    Insider purchases reveal critical bullish sentiment about the company from key stakeholders. See them live in this feed.

    See more
    • Director Fairhead Rona Alison bought $112,258 worth of shares (480 units at $233.87), increasing direct ownership by 2% to 22,110 units (SEC Form 4)

      4 - ORACLE CORP (0001341439) (Issuer)

      7/9/25 4:39:51 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Director Boskin Michael J bought $111,145 worth of shares (1,682 units at $66.08), increasing direct ownership by 2% to 92,458 units (SEC Form 4)

      4 - ORACLE CORP (0001341439) (Issuer)

      3/21/25 8:43:30 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Director Moorman Charles W bought $947,913 worth of shares (5,500 units at $172.35) (SEC Form 4)

      4 - ORACLE CORP (0001341439) (Issuer)

      2/14/25 4:41:16 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology

    $ORCL
    Large Ownership Changes

    This live feed shows all institutional transactions in real time.

    See more
    • SEC Form SC 13G/A filed by Oracle Corporation (Amendment)

      SC 13G/A - ORACLE CORP (0001341439) (Subject)

      2/9/24 4:33:37 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • SEC Form SC 13G/A filed by Oracle Corporation (Amendment)

      SC 13G/A - ORACLE CORP (0001341439) (Subject)

      2/10/23 4:31:02 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • SEC Form SC 13G/A filed by Oracle Corporation (Amendment)

      SC 13G/A - ORACLE CORP (0001341439) (Subject)

      2/10/22 8:28:11 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology

    $ORCL
    Financials

    Live finance-specific insights

    See more
    • Oracle Announces Fiscal 2025 Fourth Quarter and Fiscal Full Year Financial Results

      Q4 Remaining Performance Obligations up 41% to $138 billionQ4 GAAP Earnings per Share $1.19, non-GAAP Earnings per Share $1.70Q4 Total Revenue $15.9 billion, up 11%Q4 Cloud Revenue (IaaS plus SaaS) $6.7 billion, up 27%Q4 Cloud Infrastructure (IaaS) Revenue $3.0 billion, up 52%Q4 Cloud Application (SaaS) Revenue $3.7 billion, up 12%Q4 Fusion Cloud ERP (SaaS) Revenue $1.0 billion, up 22%Q4 NetSuite Cloud ERP (SaaS) Revenue $1.0 billion, up 18%FY 2025 Total Revenue $57.4 billion, up 8%AUSTIN, Texas, June 11, 2025 /PRNewswire/ -- Oracle Corporation (NYSE:ORCL) today announced fiscal 2025 Q4 and full-year 2025 results. Total quarterly revenues were up 11% year-over-year in USD and constant curren

      6/11/25 4:05:00 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Oracle Sets the Date for its Fourth Quarter Fiscal Year 2025 Earnings Announcement

      Earnings Results to be released on June 11, 2025, After the Close of the Market AUSTIN, June 3, 2025 /PRNewswire/ -- Oracle Corporation today announced that its fourth quarter and fiscal year 2025 results will be released on Wednesday, June 11th, after the close of the market.  Oracle will host a conference call and live webcast at 4:00 p.m. Central Time to discuss the financial results.  The live webcast will be available on the Oracle Investor Relations website at www.oracle.com/investor. About Oracle Oracle offers integrated suites of applications plus secure, autonomous infrastructure in the Oracle Cloud. For more information about Oracle (NYSE:ORCL), please visit us at www.oracle.com.

      6/3/25 4:00:00 PM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology
    • Izzi Improves Customer Experience and Revenue Growth with Oracle

      Mexican telecommunications operator reduces bill run times by 70% and achieves greater agility with Oracle Digital Business Experience on Oracle Cloud Infrastructure MEXICO CITY and AUSTIN, Texas, May 1, 2025 /PRNewswire/ -- Izzi, a subsidiary of Televisa Group, is modernizing its business support systems (BSS) in the cloud to bolster customer experience. By upgrading to the latest version of Oracle Communications Digital Business Experience running on Oracle Cloud Infrastructure (OCI), Izzi has reduced billing times by 70% and invoicing times by 60%, allowing the company to receive payments faster and improve cash flow. Izzi embarked on its modernization and cloud migration journey with su

      5/1/25 8:00:00 AM ET
      $ORCL
      Computer Software: Prepackaged Software
      Technology