-
Notifications
You must be signed in to change notification settings - Fork 0
/
cubeOptimizedSolutions.html
52 lines (52 loc) · 2.82 KB
/
cubeOptimizedSolutions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Oracle Optimized Data Center</title>
<meta name="description" content="">
<meta name="author" content="Dale Cruse, for Kaon Interactive">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="html5-doctor-reset-stylesheet.css">
<link rel="stylesheet" href="style.css">
</head>
<body onload='onLoad()' id="cube">
<div id="body">
<div class="main">
<h2 class="title">The Optimized Data Center</h2>
<h3 class="title">Discover the Benefits of an Optimized Data Center</h3>
<div class="float">
<img id="Image-Maps_Main" src="cubeOptimizedSolutions.jpg" usemap="#Image-Maps_Main" alt="Touch to Explore">
<script src="imageMapCoordinates.min.js"></script>
</div>
<div class="accordion oracleOptimizedSolutions">
<h1 class="single">ORACLE OPTIMIZED SOLUTIONS</h1>
<div class="accordionInner">
<h2 class="active">Benefits</h2>
<p class="inner">Oracle Optimized Solutions are designed, tested, and fully documented architectures that are tuned for optimal performance and availability. They are built with flexibility in mind and can be deployed as complete solutions or easily adapted into existing environments. And they are proven to save money, reduce integration risks, and improve user productivity.</p>
<h2>Highlights</h2>
<div class="inner">
<p>Of course everything in the Oracle technology stack works together. But with Oracle Optimized Solutions, everything works smarter. For example, the entire stack goes through load and stress tests that ensure various combinations of applications, middleware, and database deliver both performance and business-critical system uptime requirements. The results—all carefully documented and published—include:</p>
<ul>
<li>Improved productivity with up to 11x faster response times</li>
<li>Up to 75 percent lower acquisition and operational costs</li>
<li>Faster, more-predictable ROI with up to 6x faster deployments</li>
<li>Proven best practices to achieve high availability for mission-critical business services</li>
</ul>
</div>
<h2>Assets</h2>
<ul class="inner assets">
<li><a href="http://www.oracle.com/us/solutions/optimzed-solutions-ds-400798.pdf">Datasheet</a></li>
<li><a href="http://www.oracle.com/us/solutions/oos/overview/index.html">Web Link</a></li>
</ul>
</div>
</div>
</div>
<script src="footerContent.min.js"></script>
</div>
<script src="jqueryFreshest.min.js"></script>
<script src="footer.min.js"></script>
<script src="lepton.js"></script>
<script src="accordionControls.min.js"></script>
</body>
</html>