{"id":2953,"date":"2026-06-15T09:44:47","date_gmt":"2026-06-15T09:44:47","guid":{"rendered":"https:\/\/dynovixtechnologies.com\/?page_id=2953"},"modified":"2026-06-16T11:59:33","modified_gmt":"2026-06-16T11:59:33","slug":"oracle-technology-services","status":"publish","type":"page","link":"https:\/\/dynovixtechnologies.com\/index.php\/oracle-technology-services\/","title":{"rendered":"Oracle Technology Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2953\" class=\"elementor elementor-2953\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7c77e4ee elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7c77e4ee\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-744c97a\" data-id=\"744c97a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ac904b1 e-flex e-con-boxed e-con e-parent\" data-id=\"7ac904b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f558082 elementor-widget elementor-widget-html\" data-id=\"5f558082\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Oracle Technology Services<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        :root {\r\n            \/* Brand Colors *\/\r\n            --brand-dark: #11286E;\r\n            --brand-light: #29D0D8;\r\n            \r\n            \/* Theme Colors *\/\r\n            --bg-color: #0b1a47; \/* Darker shade of #11286E for contrast *\/\r\n            --text-main: #f8fafc;\r\n            --text-muted: #a8b8d0;\r\n            --card-bg: rgba(17, 40, 110, 0.5); \/* Semi-transparent #11286E *\/\r\n            --card-border: rgba(41, 208, 216, 0.2); \/* 20% opacity of #29D0D8 *\/\r\n            --accent-1: #29D0D8;\r\n            --accent-2: #5ce4ea; \/* Lighter tint of #29D0D8 for vibrant gradients *\/\r\n            --gradient: linear-gradient(135deg, var(--accent-1), var(--accent-2));\r\n            --hover-bg: rgba(41, 208, 216, 0.1);\r\n        }\r\n\r\n        body {\r\n            margin: 0;\r\n            padding: 0;\r\n            font-family: 'Outfit', sans-serif;\r\n            background-color: var(--bg-color);\r\n            color: var(--text-main);\r\n            line-height: 1.6;\r\n            overflow-x: hidden;\r\n            background-image: \r\n                radial-gradient(circle at 15% 50%, rgba(41, 208, 216, 0.08), transparent 30%),\r\n                radial-gradient(circle at 85% 30%, rgba(17, 40, 110, 0.6), transparent 30%);\r\n            background-attachment: fixed;\r\n        }\r\n\r\n        .tech-services-wrapper {\r\n            font-family: 'Outfit', sans-serif;\r\n            background-color: var(--bg-color);\r\n            color: var(--text-main);\r\n            line-height: 1.6;\r\n            background-image: \r\n                radial-gradient(circle at 15% 50%, rgba(41, 208, 216, 0.08), transparent 30%),\r\n                radial-gradient(circle at 85% 30%, rgba(17, 40, 110, 0.6), transparent 30%);\r\n            background-attachment: fixed;\r\n            padding: 40px 20px;\r\n            border-radius: 20px;\r\n        }\r\n\r\n        .container, .tech-services-wrapper .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0;\r\n        }\r\n\r\n        .header, .tech-services-wrapper .header {\r\n            text-align: center;\r\n            margin-bottom: 60px;\r\n            animation: fadeInDown 0.8s ease-out;\r\n        }\r\n\r\n        .header h1, .tech-services-wrapper .header h1 {\r\n            font-size: 3rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            background: var(--gradient);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            display: inline-block;\r\n        }\r\n\r\n        .header p, .tech-services-wrapper .header p {\r\n            font-size: 1.2rem;\r\n            color: var(--text-muted);\r\n            max-width: 800px;\r\n            margin: 0 auto 15px auto;\r\n        }\r\n\r\n        .service-section, .tech-services-wrapper .service-section {\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .grid-container, .tech-services-wrapper .grid-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));\r\n            gap: 30px;\r\n            align-items: stretch;\r\n            justify-content: center;\r\n        }\r\n\r\n        .service-card, .tech-services-wrapper .service-card {\r\n            background: var(--card-bg);\r\n            border: 1px solid var(--card-border);\r\n            border-radius: 16px;\r\n            padding: 30px;\r\n            backdrop-filter: blur(10px);\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n            display: flex;\r\n            flex-direction: column;\r\n            min-height: 100%;\r\n        }\r\n\r\n        .service-card::before, .tech-services-wrapper .service-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 4px;\r\n            background: var(--gradient);\r\n            opacity: 0;\r\n            transition: opacity 0.3s ease;\r\n        }\r\n\r\n        .service-card:hover, .tech-services-wrapper .service-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);\r\n            border-color: rgba(41, 208, 216, 0.4);\r\n            background: rgba(17, 40, 110, 0.85);\r\n        }\r\n\r\n        .service-card:hover::before, .tech-services-wrapper .service-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        .card-number, .tech-services-wrapper .card-number {\r\n            font-size: 3rem;\r\n            font-weight: 800;\r\n            color: rgba(41, 208, 216, 0.15);\r\n            position: absolute;\r\n            top: 10px;\r\n            right: 20px;\r\n            line-height: 1;\r\n        }\r\n\r\n        .card-title, .tech-services-wrapper .card-title {\r\n            font-size: 1.4rem;\r\n            font-weight: 700;\r\n            color: #fff;\r\n            margin-bottom: 10px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .card-subtitle, .tech-services-wrapper .card-subtitle {\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            color: var(--accent-1);\r\n            margin-bottom: 20px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .card-list, .tech-services-wrapper .card-list {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 0;\r\n            flex-grow: 1;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .card-list li, .tech-services-wrapper .card-list li {\r\n            position: relative;\r\n            padding-left: 20px;\r\n            margin-bottom: 10px;\r\n            font-size: 0.95rem;\r\n            color: var(--text-muted);\r\n        }\r\n\r\n        .card-list li::before, .tech-services-wrapper .card-list li::before {\r\n            content: '\u2192';\r\n            position: absolute;\r\n            left: 0;\r\n            top: 0;\r\n            color: var(--accent-1);\r\n            font-weight: bold;\r\n        }\r\n\r\n        .module-name, .tech-services-wrapper .module-name {\r\n            color: #fff;\r\n            font-weight: 600;\r\n            display: inline-block;\r\n            margin-right: 5px;\r\n        }\r\n\r\n        .business-value, .tech-services-wrapper .business-value {\r\n            margin-top: 25px;\r\n            padding-top: 15px;\r\n            border-top: 1px solid var(--card-border);\r\n            font-size: 0.95rem;\r\n            color: #fff;\r\n            font-weight: 400;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .business-value span, .tech-services-wrapper .business-value span {\r\n            color: var(--accent-1);\r\n            font-weight: 700;\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes fadeInDown {\r\n            from { opacity: 0; transform: translateY(-20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .header h1, .tech-services-wrapper .header h1 {\r\n                font-size: 2.2rem;\r\n            }\r\n            .grid-container, .tech-services-wrapper .grid-container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div>\r\n        <div class=\"container\">\r\n            <div class=\"header\">\r\n                <h1>Oracle Technology Services<\/h1>\r\n                <p>Build a secure, high-performance foundation and enable seamless enterprise connectivity and actionable insights.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"service-section\">\r\n                <div class=\"grid-container\">\r\n                    \r\n                    <!-- OCI -->\r\n                    <div class=\"service-card reveal\">\r\n                        <div class=\"card-number\">01<\/div>\r\n                        <div class=\"card-title\">Oracle Cloud Infrastructure (OCI)<\/div>\r\n                        <div class=\"card-subtitle\">Secure, High-Performance Cloud Platform for Enterprise Workloads<\/div>\r\n                        <ul class=\"card-list\">\r\n                            <li><span class=\"module-name\">OCI Assessment & Strategy:<\/span> Cloud readiness and migration planning.<\/li>\r\n                            <li><span class=\"module-name\">Cloud Migration:<\/span> Seamless migration of applications and databases.<\/li>\r\n                            <li><span class=\"module-name\">OCI Landing Zone Setup:<\/span> Secure cloud foundation and governance framework.<\/li>\r\n                            <li><span class=\"module-name\">Disaster Recovery Solutions:<\/span> Business continuity and resilience planning.<\/li>\r\n                            <li><span class=\"module-name\">Cloud Security & IAM:<\/span> Identity, access, and security management.<\/li>\r\n                            <li><span class=\"module-name\">Backup & Recovery:<\/span> Automated backup and recovery solutions.<\/li>\r\n                            <li><span class=\"module-name\">Hybrid Cloud Architecture:<\/span> Integrate on-premise and cloud environments.<\/li>\r\n                            <li><span class=\"module-name\">OCI Managed Services:<\/span> Continuous monitoring and cloud operations support.<\/li>\r\n                        <\/ul>\r\n                        <div class=\"business-value\">\r\n                            <span>Business Value:<\/span> Improve scalability, security, performance, and infrastructure cost optimization.\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- OIC -->\r\n                    <div class=\"service-card reveal\">\r\n                        <div class=\"card-number\">02<\/div>\r\n                        <div class=\"card-title\">Oracle Integration Cloud (OIC)<\/div>\r\n                        <div class=\"card-subtitle\">Enable Seamless Enterprise Connectivity and Process Automation<\/div>\r\n                        <ul class=\"card-list\">\r\n                            <li><span class=\"module-name\">Application Integrations:<\/span> Connect Oracle and third-party applications.<\/li>\r\n                            <li><span class=\"module-name\">API Management:<\/span> Build and manage secure enterprise APIs.<\/li>\r\n                            <li><span class=\"module-name\">Process Automation:<\/span> Automate business workflows and approvals.<\/li>\r\n                            <li><span class=\"module-name\">B2B Integration:<\/span> Enable supplier, customer, and partner connectivity.<\/li>\r\n                            <li><span class=\"module-name\">Data Integration:<\/span> Synchronize enterprise data across systems.<\/li>\r\n                            <li><span class=\"module-name\">Event-Driven Architecture:<\/span> Real-time business event processing.<\/li>\r\n                        <\/ul>\r\n                        <div class=\"business-value\">\r\n                            <span>Business Value:<\/span> Eliminate data silos, improve process efficiency, and accelerate digital transformation.\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- OAC -->\r\n                    <div class=\"service-card reveal\">\r\n                        <div class=\"card-number\">03<\/div>\r\n                        <div class=\"card-title\">Oracle Analytics Cloud (OAC)<\/div>\r\n                        <div class=\"card-subtitle\">Transform Data into Actionable Business Insights<\/div>\r\n                        <ul class=\"card-list\">\r\n                            <li><span class=\"module-name\">Executive Dashboards:<\/span> Real-time KPI and performance monitoring.<\/li>\r\n                            <li><span class=\"module-name\">Self-Service Analytics:<\/span> Empower business users with data exploration.<\/li>\r\n                            <li><span class=\"module-name\">Predictive Analytics:<\/span> Forecast business outcomes using AI models.<\/li>\r\n                            <li><span class=\"module-name\">Enterprise Reporting:<\/span> Standardized operational and financial reporting.<\/li>\r\n                            <li><span class=\"module-name\">Data Visualization:<\/span> Interactive business intelligence dashboards.<\/li>\r\n                            <li><span class=\"module-name\">AI-Powered Insights:<\/span> Automated anomaly detection and recommendations.<\/li>\r\n                        <\/ul>\r\n                        <div class=\"business-value\">\r\n                            <span>Business Value:<\/span> Enable data-driven decision-making and improve business performance visibility.\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Autonomous Database -->\r\n                    <div class=\"service-card reveal\">\r\n                        <div class=\"card-number\">04<\/div>\r\n                        <div class=\"card-title\">Oracle Autonomous Database<\/div>\r\n                        <div class=\"card-subtitle\">Self-Managing, Self-Securing, and Self-Repairing Database Platform<\/div>\r\n                        <ul class=\"card-list\">\r\n                            <li><span class=\"module-name\">Database Migration:<\/span> Move databases to Autonomous Database platform.<\/li>\r\n                            <li><span class=\"module-name\">Performance Optimization:<\/span> Improve workload performance and scalability.<\/li>\r\n                            <li><span class=\"module-name\">Security Hardening:<\/span> Automated patching and threat protection.<\/li>\r\n                            <li><span class=\"module-name\">Data Warehouse Solutions:<\/span> High-performance analytics environments.<\/li>\r\n                            <li><span class=\"module-name\">Transaction Processing:<\/span> Mission-critical application database management.<\/li>\r\n                            <li><span class=\"module-name\">Database Consolidation:<\/span> Simplify database infrastructure management.<\/li>\r\n                        <\/ul>\r\n                        <div class=\"business-value\">\r\n                            <span>Business Value:<\/span> Reduce administrative effort, enhance security, and improve database performance.\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n        \r\n        <script>\r\n            const observerOptions = {\r\n                root: null,\r\n                rootMargin: '0px',\r\n                threshold: 0.1\r\n            };\r\n    \r\n            const observer = new IntersectionObserver((entries, observer) => {\r\n                entries.forEach(entry => {\r\n                    if (entry.isIntersecting) {\r\n                        entry.target.style.opacity = '1';\r\n                        entry.target.style.transform = 'translateY(0)';\r\n                        observer.unobserve(entry.target);\r\n                    }\r\n                });\r\n            }, observerOptions);\r\n    \r\n            document.querySelectorAll('.reveal').forEach((el, index) => {\r\n                el.style.opacity = '0';\r\n                el.style.transform = 'translateY(20px)';\r\n                el.style.transition = `all 0.5s ease ${index % 3 * 0.1}s`;\r\n                observer.observe(el);\r\n            });\r\n        <\/script>\r\n    <\/div>\r\n    \r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-df2acca elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"df2acca\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3c823416\" data-id=\"3c823416\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-26105baf elementor-widget elementor-widget-why\" data-id=\"26105baf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"why.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <!-- Start Video Area \n    ============================================= -->\n    <div class=\"video-area extra-padding text-center default-padding faq-area bg-gray bg-fixed shadow dark text-light\" style=\"background-image: url(https:\/\/dynovixtechnologies.com\/wp-content\/uploads\/2026\/06\/photo-2-1.jpg\">\n        <div class=\"container\">\n            <div class=\"content\">\n                <div class=\"row\">\n                    <div class=\"col-lg-8 offset-lg-2\">\n                        <h5>Why Choose Us<\/h5>\n                        <h2>We Provide Outsourced IT Services <br>  For your business<\/h2>\n                                                <a class=\"popup-youtube relative video-play-button\" href=\"https:\/\/dynovixtechnologies.com\/wp-content\/uploads\/2026\/06\/DYNOVIX-video-2.mp4\">\n                            <i class=\"fa fa-play\"><\/i>\n                        <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <!-- Fixed Shpae Bottom -->\n        <div class=\"fixed-shape-bottom\">\n            <img decoding=\"async\" src=\"\" alt=\"Shape\">\n        <\/div>\n        <!-- Fixed Shpae Bottom -->\n    <\/div>\n    <!-- End Video Area -->\n\n    <!-- Start Why Choose Us \n    ============================================= -->\n    <div class=\"choose-us-area default-padding-bottom\">\n        <div class=\"container\">\n            <div class=\"items-box\">\n                <div class=\"row\">\n                                        <!-- SIngle item-->\n                    <div class=\"single-item col-lg-6 col-mg-6\">\n                        <div class=\"item\">\n                            <div class=\"info\">\n                                <h4>24\/7 Customer support<\/h4>\n                                <p>\n                                   At Dynovix Technologies, we provide reliable 24\/7 customer support to ensure your enterprise systems and business operations run without disruption. Our experienced consultants deliver fast issue resolution, proactive monitoring, and continuous technical assistance across Oracle, SAP, AI, and cloud environments.                                <\/p>\n                                <div class=\"call\">\n                                    <div class=\"icons\">\n                                        <i class=\"fas fa-phone\"><\/i>\n                                    <\/div>\n                                    <div class=\"info\">\n                                        <span>Helpline<\/span> +91-720 77 74 74 5                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <!-- End SIngle item-->\n                                                            \n                    <!-- SIngle item-->\n                    <div class=\"single-item col-lg-6 col-mg-6\">\n                        <div class=\"item\">\n                            <div class=\"icon\">\n                                <i class=\"fas fa-cubes\"><\/i>\n                            <\/div>\n                            <div class=\"info\">\n                                <h4>Smart solutions<\/h4>\n                                <p>\n                                    Dynovix Technologies delivers smart and scalable enterprise solutions designed to accelerate digital transformation and optimize business performance. From Oracle Fusion Cloud and SAP S\/4HANA to AI-powered automation and cloud modernization, we help organizations streamline operations and improve decision-making.                                <\/p>\n                                <a href=\"#\" class=\"btn-more\"><\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <!-- End SIngle item-->\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <!-- End Why Choose Us Area -->\n       \n\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Oracle Technology Services Oracle Technology Services Build a secure, high-performance foundation and enable seamless enterprise connectivity and actionable insights. 01 Oracle Cloud Infrastructure (OCI) Secure, High-Performance Cloud Platform for Enterprise Workloads OCI Assessment &#038; Strategy: Cloud readiness and migration planning. Cloud Migration: Seamless migration of applications and databases. OCI Landing Zone Setup: Secure cloud foundation [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2600,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/pages-image.php","meta":{"footnotes":""},"class_list":["post-2953","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/2953","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/comments?post=2953"}],"version-history":[{"count":7,"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/2953\/revisions"}],"predecessor-version":[{"id":3146,"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/2953\/revisions\/3146"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/media\/2600"}],"wp:attachment":[{"href":"https:\/\/dynovixtechnologies.com\/index.php\/wp-json\/wp\/v2\/media?parent=2953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}