高端服务器中安装Oracle!Sun来买单
为了更好地与IBM 、惠普竞争,Sun近期宣布将在高端Unix服务器中捆绑Oracle的数据库软件,并为用户支付部分软件使用费用。 Sun的具体做法是,当用户购买4 路Sun Fire V490 或更高端、配置UltraSparc IV 或IV+ 芯片的服务器时,Oracle的企业版数据库软件将成为
为了更好地与IBM 、惠普竞争,Sun近期宣布将在高端Unix服务器中捆绑Oracle的数据库软件,并为用户支付部分软件使用费用。Sun的具体做法是,当用户购买4 路Sun Fire V490 或更高端、配置UltraSparc IV 或IV+ 芯片的服务器时,Oracle的企业版数据库软件将成为一个可选配置,Sun将为客户支持Oracle软件的许可费,客户只需支付一年的支持和维护费用。
由于Oracle软件的许可费用是按芯片数量计算的,因此不同服务器的许可费用会有相当大的差别。例如,对于配置有72个双内核芯片的Sun E25K2 服务器而言,Oracle数据库软件的许可费用为85万美元。Sun 首席执行官麦克利尼在Sun-Oracle员工会议上说,用户购买的服务器越高档,得到的津贴就越高,“甚至我们将向客户免费提供Oracle数据库软件。”
Sun 超过半数的销售收入来自低端服务器,它希望与Oracle的这一合作伙伴关系有助于提高其高端机型的业务,IBM在这一市场上势头越来越猛,并不断蚕食Sun 的地盘。“最近两年来,我们在高端领域丢失了市场,这一合作计划的目的是为了收复丢失的市场”,Sun公司一位主管战略的官员辛格说。他指出,通过这一交易,与IBM 基于Power处理器的Unix服务器或惠普基于PA-RISC处理器的Unix服务器相比,在Sun 的服务器上运行Oracle数据库的成本要低约25%。
辛格表示,这项数据库捆绑交易目前不包括Sun 的UltraSparc T1 系统或Galaxy系列x86 服务器。
据悉,Sun和Oracle的这项数据库捆绑交易计划中还包括联合营销和广告方面的动作。两家公司还宣布,Oracle将把许可Sun 的Java软件技术的时间再延长10年。埃利森表示,Oracle正在对其利用了Java技术的应用软件进行升级。而一向出言不逊的麦克利尼还赞扬了Oracle在协助开发Java方面所发挥的重要作用。
两个IT领域著名的“口水领袖”麦克利尼和埃利森能够同台演讲,是Sun和Oracle两家公司在最近数月中不断修复关系的结果。2003年,Oracle声称Linux 将成为其主要的软件开发平台,这伤害了Sun 的Solaris。到了2005年11月份,Oracle又改变了立场,声称Solaris 是64位x86 芯片的“首选开发和部署平台”。
虽然两家公司已经达成了捆绑销售的合约,但是一向爱发牢骚的麦克利尼还抱怨了Oracle的按芯片内核计算软件许可价格的价格策略。他说:“在服务器市场上,Sun 有着最为积极的多内核芯片战略,Oracle的价格策略使我们在价格方面处于不利地位。”
Sun与Oracle的“付费”交易并非是独家交易,Sun 仍然可以捆绑其他数据库软件。

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.

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.

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

The steps to open an Oracle database are as follows: Open the Oracle database client and connect to the database server: connect username/password@servername Use the SQLPLUS command to open the database: SQLPLUS

An AWR report is a report that displays database performance and activity snapshots. The interpretation steps include: identifying the date and time of the activity snapshot. View an overview of activities and resource consumption. Analyze session activities to find session types, resource consumption, and waiting events. Find potential performance bottlenecks such as slow SQL statements, resource contention, and I/O issues. View waiting events, identify and resolve them for performance. Analyze latch and memory usage patterns to identify memory issues that are causing performance issues.
