Oracle发布Oracle VM 2.2升级虚拟化平台
在最近召开的Oracle OpenWorld 2009大会上,Oracle发布了最新的服务器虚拟化产品Oracle VM 2.2,并表示他们的用户将能够利用这款
在最近召开的Oracle OpenWorld 2009大会上,Oracle发布了最新的服务器虚拟化产品Oracle VM 2.2,并表示他们的用户将能够利用这款产品来加速部署和简化企业应用的管理。
Oracle公司Linux和虚拟化产品副总裁Wim Coekaerts表示:“Oracle VM 2.2的发布让用户可以利用服务器虚拟化技术的最新升级功能来更好地管理虚拟环境,削减数据中心的成本和能耗。除此之外,,这次发布为现有Virtual Iron用户向Oracle VM的第一阶段迁移路径,进一步完善了Oracle的虚拟化路线图。”
Oracle VM 2.2是引入Virtual Iron管理工具和功能集的第一步。按照计划,Oracle将为明年下半年提供Oracle VM 3.0,预计这次发布将集成Virtual Iron服务器虚拟化产品中的所有功能特性。为了不让Virtual Iron的现有用户等待太长时间,Oracle适时地发布了这款Oracle VM 2.2来帮助这些用户。Oracle VM 2.2将帮助这些用户更轻松地将Virtual Iron虚拟机迁移到Oracle VM中。
这次发布的Oracle VM 2.2是基于开源Xen 3.4 hyperivsor的,采用了Oracle Enterprise Linux 5.3作为系的dom0。因此Oracle VM 2.2对于那些运行英特尔至强5500系列处理器或者六核AMD皓龙处理器的用户来说性能提升有所加强。
另外Oracle VM 2.2还提供了范围更大的硬件支持,在32位或者64位x64处理器上提高了针对硬件虚拟化和并行客户操作系统的可扩展性和安全性。Oracle支持Oracle Enterprise Linux 4和5;RHEL3、4和5;Windows Server 2008 SP1、Windows Vista、Windows Server 2003、Windows XP Pro和Windows 2000。
Oracle最新的hypervisor支持1TB主内存和64个逻辑CPU。一个虚拟机,在一个32位服务器上可以扩展为32个内核和63GB虚拟内存,在64位服务器上可扩展支持510GB虚拟内存。它在每个虚拟机池中支持128个虚拟磁盘设备,用针对并行化客户操作系统过的31个虚拟网络接口和针对硬件虚拟化客户操作系统的8个虚拟网络接口。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











Solutions to Oracle cannot be opened include: 1. Start the database service; 2. Start the listener; 3. Check port conflicts; 4. Set environment variables correctly; 5. Make sure the firewall or antivirus software does not block the connection; 6. Check whether the server is closed; 7. Use RMAN to recover corrupt files; 8. Check whether the TNS service name is correct; 9. Check network connection; 10. Reinstall Oracle software.

The method to solve the Oracle cursor closure problem includes: explicitly closing the cursor using the CLOSE statement. Declare the cursor in the FOR UPDATE clause so that it automatically closes after the scope is ended. Declare the cursor in the USING clause so that it automatically closes when the associated PL/SQL variable is closed. Use exception handling to ensure that the cursor is closed in any exception situation. Use the connection pool to automatically close the cursor. Disable automatic submission and delay cursor closing.

In Oracle, the FOR LOOP loop can create cursors dynamically. The steps are: 1. Define the cursor type; 2. Create the loop; 3. Create the cursor dynamically; 4. Execute the cursor; 5. Close the cursor. Example: A cursor can be created cycle-by-circuit to display the names and salaries of the top 10 employees.

Building a Hadoop Distributed File System (HDFS) on a CentOS system requires multiple steps. This article provides a brief configuration guide. 1. Prepare to install JDK in the early stage: Install JavaDevelopmentKit (JDK) on all nodes, and the version must be compatible with Hadoop. The installation package can be downloaded from the Oracle official website. Environment variable configuration: Edit /etc/profile file, set Java and Hadoop environment variables, so that the system can find the installation path of JDK and Hadoop. 2. Security configuration: SSH password-free login to generate SSH key: Use the ssh-keygen command on each node

When Oracle log files are full, the following solutions can be adopted: 1) Clean old log files; 2) Increase the log file size; 3) Increase the log file group; 4) Set up automatic log management; 5) Reinitialize the database. Before implementing any solution, it is recommended to back up the database to prevent data loss.

Oracle is not only a database company, but also a leader in cloud computing and ERP systems. 1. Oracle provides comprehensive solutions from database to cloud services and ERP systems. 2. OracleCloud challenges AWS and Azure, providing IaaS, PaaS and SaaS services. 3. Oracle's ERP systems such as E-BusinessSuite and FusionApplications help enterprises optimize operations.

To stop an Oracle database, perform the following steps: 1. Connect to the database; 2. Shutdown immediately; 3. Shutdown abort completely.

Configuring WebLogic database connection on a CentOS system requires the following steps: JDK installation and environment configuration: Make sure that the server has installed a JDK that is compatible with the WebLogic version (for example, WebLogic14.1.1 usually requires JDK8). Correctly set JAVA_HOME, CLASSPATH and PATH environment variables. WebLogic installation and decompression: Download the WebLogic installation package for CentOS system from the official Oracle website and unzip it to the specified directory. WebLogic user and directory creation: Create a dedicated WebLogic user account and set a security password
