Home Database Mysql Tutorial Oracle承诺继续支持Sparc和Solaris Sun老用户倍感鼓舞

Oracle承诺继续支持Sparc和Solaris Sun老用户倍感鼓舞

Jun 07, 2016 pm 04:56 PM
oracle

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将会采取对自身利益有益的行动。

linux

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How long will Oracle database logs be kept? How long will Oracle database logs be kept? May 10, 2024 am 03:27 AM

The retention period of Oracle database logs depends on the log type and configuration, including: Redo logs: determined by the maximum size configured with the "LOG_ARCHIVE_DEST" parameter. Archived redo logs: Determined by the maximum size configured by the "DB_RECOVERY_FILE_DEST_SIZE" parameter. Online redo logs: not archived, lost when the database is restarted, and the retention period is consistent with the instance running time. Audit log: Configured by the "AUDIT_TRAIL" parameter, retained for 30 days by default.

Function to calculate the number of days between two dates in oracle Function to calculate the number of days between two dates in oracle May 08, 2024 pm 07:45 PM

The function in Oracle to calculate the number of days between two dates is DATEDIFF(). The specific usage is as follows: Specify the time interval unit: interval (such as day, month, year) Specify two date values: date1 and date2DATEDIFF(interval, date1, date2) Return the difference in days

The order of the oracle database startup steps is The order of the oracle database startup steps is May 10, 2024 am 01:48 AM

The Oracle database startup sequence is: 1. Check the preconditions; 2. Start the listener; 3. Start the database instance; 4. Wait for the database to open; 5. Connect to the database; 6. Verify the database status; 7. Enable the service (if necessary ); 8. Test the connection.

How to use interval in oracle How to use interval in oracle May 08, 2024 pm 07:54 PM

The INTERVAL data type in Oracle is used to represent time intervals. The syntax is INTERVAL <precision> <unit>. You can use addition, subtraction, multiplication and division operations to operate INTERVAL, which is suitable for scenarios such as storing time data and calculating date differences.

How much memory does oracle require? How much memory does oracle require? May 10, 2024 am 04:12 AM

The amount of memory required by Oracle depends on database size, activity level, and required performance level: for storing data buffers, index buffers, executing SQL statements, and managing the data dictionary cache. The exact amount is affected by database size, activity level, and required performance level. Best practices include setting the appropriate SGA size, sizing SGA components, using AMM, and monitoring memory usage.

How to see the number of occurrences of a certain character in Oracle How to see the number of occurrences of a certain character in Oracle May 09, 2024 pm 09:33 PM

To find the number of occurrences of a character in Oracle, perform the following steps: Get the total length of a string; Get the length of the substring in which a character occurs; Count the number of occurrences of a character by subtracting the substring length from the total length.

Oracle database server hardware configuration requirements Oracle database server hardware configuration requirements May 10, 2024 am 04:00 AM

Oracle database server hardware configuration requirements: Processor: multi-core, with a main frequency of at least 2.5 GHz. For large databases, 32 cores or more are recommended. Memory: At least 8GB for small databases, 16-64GB for medium sizes, up to 512GB or more for large databases or heavy workloads. Storage: SSD or NVMe disks, RAID arrays for redundancy and performance. Network: High-speed network (10GbE or higher), dedicated network card, low-latency network. Others: Stable power supply, redundant components, compatible operating system and software, heat dissipation and cooling system.

How to replace string in oracle How to replace string in oracle May 08, 2024 pm 07:24 PM

The method of replacing strings in Oracle is to use the REPLACE function. The syntax of this function is: REPLACE(string, search_string, replace_string). Usage steps: 1. Identify the substring to be replaced; 2. Determine the new string to replace the substring; 3. Use the REPLACE function to replace. Advanced usage includes: multiple replacements, case sensitivity, special character replacement, etc.

See all articles