High Contrast for My Oracle Supports

简介:
My Oracle supports现在可以使用High Contrast高对比度界面设置功能了,目前提供2种选项:Black Text on White或者White Text on Black。个人比较喜欢黑底白字这类高对比度的界面,不过感觉现在这个White Text on Black还有待微调:  登录后的Dashboard:   这次的高亮界面因该是My Oracle Support Release 5.2 Upgrade升级中客户体验改善的一部分:

Prepare for My Oracle Support Release 5.2 [ID 1245514.1]

What is being announced? Oracle Global Customer Support is pleased to announce that on October 29, 2010, My Oracle Support was upgraded to Release 5.2. This upgrade is part of Oracle's ongoing commitment to improving your support experience and providing a single integrated support platform across all products. My Oracle Support Release 5.2 will integrate Sun systems, processes, and tools into the My Oracle Support and Global Single Instance (GSI) infrastructure. Our goal is to consolidate systems and utilize global best practices, as well as provide a number of requested enhancements for existing My Oracle Support users. Although Release 5.2 enables Sun functionality, Sun customers and employees will not fully migrate to My Oracle Support until the weekend of December 10-12, 2010. Below are some of the enhancements included in My Oracle Support Release 5.2. Comprehensive release notes covering all updates will be available soon under the News section on your My Oracle Support Dashboard. Improvements to Knowledge Search The new version of My Oracle Support incorporates a set of easy-to-use, quick-action features that enable customers to more quickly find the self-help knowledge they need. Oracle has added the capability to filter knowledge based on the products in an uploaded configuration or from a Support Identifier number, thereby targeting searches for greater efficiency and relevance. We are enabling this through PowerView functionality; for more information, please review the recorded training titled Using PowerView in My Oracle Support located in Note 603505.1. We have also made improvements to the Related Knowledge Search Results that are returned during the Service Request (SR) creation process. We have improved the precision of articles you are shown and we have added My Oracle Support Community content to the Service Request knowledge search. These improvements will help bring you the most relevant information that can help solve your SR. Another knowledge search feature included in this release of My Oracle Support is Automated Search Expansion. For example, a term such as db will automatically include the word database in the search keywords to bring another level of user-friendliness and relevance to the process. Finally, users have the ability to search any combination of the Knowledge Base, Archived Articles, Bug Database, Communities, or Documentation categories. This functionality provides users with the flexibility to filter knowledge even more precisely. Checking Version Certification Do you need to see if Oracle has certified your product versions to work together? The My Oracle Support Certify process has been dramatically updated, making the verification of product version compatibility much easier for specific product lines. Choose your SR Severity Users have the ability to set their own Service Request severity levels (1, 2, 3, or 4) in My Oracle Support Release 5.2.Additional Features * Enhanced Knowledge Management functionality and bug fixes * Improved health checks with Oracle Configuration Manager (OCM) data * Patch recommendations via Oracle Configuration Manager for specific product lines What do you need to do? * Be aware that My Oracle Support is upgraded to Release 5.2 and become familiar with the new features now available. * Please review Note 875942.1 and attend one of the upcoming live webinars covering Support Tools and Processes. Alternately, you may watch one of the recorded training viewlets available as part of your Oracle Support contract. * You can also check out the Communities link within My Oracle Support for targeted help from Oracle engineers and customers. * If you plan on upgrading any of your Oracle products soon, please take a look at Note 250.1 and check out the new Upgrade Advisors pages available to help with specific upgrade paths. Who to contact for more information? Click on the "Contact Us" button at the top of the My Oracle Support dashboard page for feedback and assistance from your Oracle support team. 



本文转自maclean_007 51CTO博客,原文链接:http://blog.51cto.com/maclean/1277601

相关文章
|
Oracle 关系型数据库 数据库
Oracle启动监听报错:The listener supports no services解决
问题原因:数据库实例没注册到listener 解决方法一: 在listener.ora里面添加了一行 SID_LIST_LISTENER = (SID_LIST =   (SID_DESC =   (GLOBAL_DBNAME = orcl)   (SID_NAME = orcl)   ) ) 注:里面的orcl根据你安装的数据库实例名确定,我用此法解决了这个报错。
1908 0
|
6月前
|
Oracle 关系型数据库 Linux
【赵渝强老师】Oracle数据库配置助手:DBCA
Oracle数据库配置助手(DBCA)是用于创建和配置Oracle数据库的工具,支持图形界面和静默执行模式。本文介绍了使用DBCA在Linux环境下创建数据库的完整步骤,包括选择数据库操作类型、配置存储与网络选项、设置管理密码等,并提供了界面截图与视频讲解,帮助用户快速掌握数据库创建流程。
544 93
|
5月前
|
Oracle 关系型数据库 Linux
【赵渝强老师】使用NetManager创建Oracle数据库的监听器
Oracle NetManager是数据库网络配置工具,用于创建监听器、配置服务命名与网络连接,支持多数据库共享监听,确保客户端与服务器通信顺畅。
313 0
|
8月前
|
存储 Oracle 关系型数据库
服务器数据恢复—光纤存储上oracle数据库数据恢复案例
一台光纤服务器存储上有16块FC硬盘,上层部署了Oracle数据库。服务器存储前面板2个硬盘指示灯显示异常,存储映射到linux操作系统上的卷挂载不上,业务中断。 通过storage manager查看存储状态,发现逻辑卷状态失败。再查看物理磁盘状态,发现其中一块盘报告“警告”,硬盘指示灯显示异常的2块盘报告“失败”。 将当前存储的完整日志状态备份下来,解析备份出来的存储日志并获得了关于逻辑卷结构的部分信息。
|
6月前
|
SQL Oracle 关系型数据库
Oracle数据库创建表空间和索引的SQL语法示例
以上SQL语法提供了一种标准方式去组织Oracle数据库内部结构,并且通过合理使用可以显著改善查询速度及整体性能。需要注意,在实际应用过程当中应该根据具体业务需求、系统资源状况以及预期目标去合理规划并调整参数设置以达到最佳效果。
432 8
|
8月前
|
SQL Oracle 关系型数据库
比较MySQL和Oracle数据库系统,特别是在进行分页查询的方法上的不同
两者的性能差异将取决于数据量大小、索引优化、查询设计以及具体版本的数据库服务器。考虑硬件资源、数据库设计和具体需求对于实现优化的分页查询至关重要。开发者和数据库管理员需要根据自身使用的具体数据库系统版本和环境,选择最合适的分页机制,并进行必要的性能调优来满足应用需求。
401 11
|
8月前
|
Oracle 关系型数据库 数据库
数据库数据恢复—服务器异常断电导致Oracle数据库报错的数据恢复案例
Oracle数据库故障: 某公司一台服务器上部署Oracle数据库。服务器意外断电导致数据库报错,报错内容为“system01.dbf需要更多的恢复来保持一致性”。该Oracle数据库没有备份,仅有一些断断续续的归档日志。 Oracle数据库恢复流程: 1、检测数据库故障情况; 2、尝试挂起并修复数据库; 3、解析数据库文件; 4、导出并验证恢复的数据库文件。
|
8月前
|
存储 Oracle 关系型数据库
【赵渝强老师】Oracle RMAN的目录数据库
Oracle RMAN默认将备份元信息存储在控制文件中,但控制文件损坏或丢失会导致恢复失败,且备份增多会使控制文件无限增长。为解决这些问题,Oracle引入了RMAN目录数据库(Catalog Database),专门用于存储RMAN备份的元信息。使用目录数据库可提升备份管理效率,支持多数据库共享、长期备份历史记录存储,并可保存RMAN脚本。本文详细介绍了如何创建目录数据库、注册目标数据库及其操作步骤。
242 0
|
11月前
|
Oracle 安全 关系型数据库
【Oracle】使用Navicat Premium连接Oracle数据库两种方法
以上就是两种使用Navicat Premium连接Oracle数据库的方法介绍,希望对你有所帮助!
2221 28
|
9月前
|
存储 Oracle 关系型数据库
oracle数据恢复—oracle数据库执行错误truncate命令的数据恢复案例
oracle数据库误执行truncate命令导致数据丢失是一种常见情况。通常情况下,oracle数据库误操作删除数据只需要通过备份恢复数据即可。也会碰到一些特殊情况,例如数据库备份无法使用或者还原报错等。下面和大家分享一例oracle数据库误执行truncate命令导致数据丢失的数据库数据恢复过程。