Oracle承诺继续支持Sparc和Solaris Sun老用户倍感鼓舞
Oracle完成对Sun的收购后,及时对外公布了新的发展路线,Sun的老用户们在第一时间得知Oracle将继续加大对Sparc和Solaris的投
Oracle完成对Sun的收购后,及时对外公布了新的发展路线,Sun的老用户们在第一时间得知Oracle将继续加大对Sparc和Solaris的投入后,都倍感鼓舞,信心十足。
上月27日,Oracle正式对外发布了对Sun技术和产品的未来发展计划,大量使用了“一体化(或者融合)”这个词,思科已经推出了自己的统一计算系统(Unified Computing System,UCS),惠普公司也推出了BladeSystem Matrix,另外思科-VMware-EMC三家公司在虚拟计算环境方面结成了同盟,Oracle公司现在也可以自豪地称可以提供从芯片到应用层的完整产品。
racle承诺继续加大对Sparc和Solaris的投入
Oracle承诺继续加大对Sparc和Solaris的投入这一点也不奇怪,更准确地说,Oracle计划今年晚些时候推出其T3 UltraSparc芯片,用于它的T系列Sparc服务器,T3将有16核心,采用40纳米技术生产(T2是8核心,65纳米),另外还有其它三个UltraSparc芯片也正在开发中,它们的时间表和名称当前都还未透露。第一个即将推出的将是另一款40纳米的8核心芯片,它的运行速度比T3还快,然后是两个28纳米4核心和16核心的芯片。在接下来的15个月中,富士通将会发布其新的4核心,65纳米Sparc64处理器大规模M系列服务器。
一家位于美国中西部的大型制造公司的Unix和存储工程师Tom Becchetti说“从Sparc 3开始,Sun Sparc平台就比IBM的Power平台要差一些,新的Sparc架构与Power 7的对比将是一件很有意思的事”。
关于Solaris,Oracle说将来Oracle数据库将会和Solaris更好地集成在一起,Oracle总裁Charles Phillips说“Solaris和Sparc将是运行Oracle软件的首选操作系统和处理器”。
在x86方面,SUN的系统执行副总裁John Fowler说“Oracle将会把重心放在企业上,我们会在企业级产品集群中使用x86,主要围绕我们自己的软件开展工作”。
Oracle首席设计师Edward Screven谈到了Solaris集装箱,,他说“通过Solaris集装箱,可以让Solaris无处不在,包括x86和x64系统”。Oracle CEO拉里埃里森说他预计Solaris会在许多大型x64集群服务器上运行,虽然Oracle承诺继续保留x86平台,但仍有待观察,客户认为Oracle将会采取对自身利益有益的行动。

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

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.

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.

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

SQL statements can be created and executed based on runtime input by using Oracle's dynamic SQL. The steps include: preparing an empty string variable to store dynamically generated SQL statements. Use the EXECUTE IMMEDIATE or PREPARE statement to compile and execute dynamic SQL statements. Use bind variable to pass user input or other dynamic values to dynamic SQL. Use EXECUTE IMMEDIATE or EXECUTE to execute dynamic SQL statements.
