Oracle推出Linux服务并不成功
要Linux服务的多数是大客户,都希望找最有实力及Linux技术工程师最多的公司提供,这是导致Oracle推Linux服务失败的原因所在。
要Linux服务的多数是大客户,都希望找最有实力及Linux技术工程师最多的公司提供,这是导致Oracle推Linux服务失败的原因所在。
Oracle推出Linux新服务 专注“价值开源”
市场研究机构IDC的数据显示,在企业应用Linux服务器操作系统的推动下,2011年Linux市场的开支将从2007年的210亿美元增长到490亿美元。开源市场正在蓬勃发展,并且拥有广阔的发展空间。
而对于用户来说,,无论他们使用的是专属资源还是开源软件,最关键的一点就是,他们需要的是一种高度兼容、高度整合的解决方案。近日,Oracle公司亚太区Linux和开源高级总监Shane Owenby在访华期间表示,Oracle将专注客户需求,走“价值开源”之路。
积极推动开源应用
一直以来,Oracle坚持走的是一条“价值开源”的道路。据Shane Owenby介绍,Oracle一方面继续对Linux性能进行改善,另一方面则把自己更多的技术力量转移到开源领域,加大对运行Oracle数据库,以及对其他软件用户的技术支持力度。目前,有一大批免费软件产品应运而生,如Oracle XE、Java版本、Oracle企业级Linux、BerkeleyDB等等。
“从应用软件到操作系统,Oracle为企业用户提供了最完整的、高开放性的、高度集成的企业软件包,其中包含了Oracle企业管理器、Oracle应用软件、Oracle工具和融合中间件、Oracle数据库、企业级Linux等众多软件产品。”Shane Owenby表示,客户可以从Oracle获得标准组件、经过认证的配置架构、最新的版本、丰富的合作伙伴生态系统、符合开放和标准的集成开源组件等等。
此外,Oracle开源战略中最重要的一点就在于,没有一个一成不变的统一的尺码。Shane Owenby指出,Oracle跟客户保持着密切沟通,并根据客户的需求来办事。
推出Linux创新服务
作为开源软件的核心,基于Linux操作系统的开发与应用成为众多厂商的目标。2002年,Oracle首次提出了“坚不可摧 Linux计划”,到2006年,该计划取得了令人瞩目的成果。目前,Oracle在全球拥有9000人的Linux开发队伍,为推动开源软件的发展提供了雄厚的技术力量。
Shane Owenby 表示,“Oracle 坚不可摧 Linux计划”具有明显的优势:对所有用户开放,拥有专业的开发、测试和提交团队,拥有全球最大软件企业的团队支持,在全球145个国家提供27种语言7x24小时的服务,以更低价格提供企业级支持等等。
为了更好地支持和发展开源,Oracle还提供了最高的代码质量,全面支持与RHEL的协调性,为上游的开发团体提供产品增强功能,为Linux提供企业级质量,并且支持免费的具有全面特性的服务器管理架构。
Shane Owenby还特别提到了针对Linux最新推出的“反向移动定制优质服务”。这项服务是Oracle独有的服务,可以大大节省客户的升级维护成本与潜在风险。通过此项服务,用户所享受的不再是简单意义上的产品版本升级,更可以按照自己的需求来升级自己的产品,用户可以选择只升级自己需要的某项变动,例如用户可以选择从目前的1.0版本升级到1.0.1版本,或者是1.0.6版本,而不是只能从 1.0 版本一下子升级到2.0版本,这样就可以大大降低用户因升级造成的风险。

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

AI Hentai Generator
Generate AI Hentai for free.

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



MySQL is an open source relational database management system, mainly used to store and retrieve data quickly and reliably. Its working principle includes client requests, query resolution, execution of queries and return results. Examples of usage include creating tables, inserting and querying data, and advanced features such as JOIN operations. Common errors involve SQL syntax, data types, and permissions, and optimization suggestions include the use of indexes, optimized queries, and partitioning of tables.

MySQL is chosen for its performance, reliability, ease of use, and community support. 1.MySQL provides efficient data storage and retrieval functions, supporting multiple data types and advanced query operations. 2. Adopt client-server architecture and multiple storage engines to support transaction and query optimization. 3. Easy to use, supports a variety of operating systems and programming languages. 4. Have strong community support and provide rich resources and solutions.

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.

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.

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.

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.

Deleting all data in Oracle requires the following steps: 1. Establish a connection; 2. Disable foreign key constraints; 3. Delete table data; 4. Submit transactions; 5. Enable foreign key constraints (optional). Be sure to back up the database before execution to prevent data loss.

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
