重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2954|回复: 0
打印 上一主题 下一主题

Oracle Database Support News - Issue November, 2014 Volume 46 (

[复制链接]
跳转到指定楼层
楼主
发表于 2014-11-26 09:52:35 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
单击此项可添加到收藏夹 转到底部转到底部

Oracle Corporation
Oracle Headquarters=
Oracle Premier Support - Oracle Database Support News
This issue: November, 2014

Welcome to the October edition of the Oracle Database Support News. 
Our goal is to provide you proactive and valuable support information related to Oracle Database products and features.

Stay current on the latest Oracle Database Support news and events including important product announcements, alerts, updates, new releases, patches, webcasts and much more.


Oracle Database 12c Patching New Features: Queryable Patch Inventory and Datapatch 

This article outlines the Oracle Database 12c Patching New Features Queryable Patch Inventory and Datapatch.

The upcoming Advisor Webcast 'Oracle Database 12c Patching New Features ' scheduled on Dec 17, 2014 will include a live demo as well as troubleshooting and known issues. Time schedule and registration details are available via

  • Document 1456176.1 Oracle Database Advisor Webcast Schedule and Archive recordings
    Topic: Oracle Database 12c Patching New Features 

Database 12c Queryable Patch Inventory

This feature provides the list of patches applied to a particular Oracle_Home from the Database. It stores the Opatch inventory in the Database tables, hence it is a more secure way of storing information. In Oracle Database 12c, Opatch offers XML support for binary inventory and XML table support in the database, therefore the patch information is supplied in XML format to the Database.The Queryable Patch Interface interprets it and then simulates a SQL table structure which can be used to perform select statements on the xml file.

Queryable Patch Inventory contains the following components:

  • External Table (OPATCH_XML_INV)
  • Oracle Loader (Access Driver for External Table)
  • Preprocessor (Program qopiprep.bat converts the data feed)
  • Internal Tables (User can query these tables to create customized queries, functions and reports)

Workflow of QOPatch:

Following API interface provides access to the patch data through the package dbms_qopatch

  • GET_OPATCH_LIST
    Provides list of patches installed as an XML element from the XML inventory
  • GET_OPATCH_INSTALL_INFO
    Returns the XML element containing the ORACLE_HOME details such as patch and inventory location
  • GET_OPATCH_LSINVENTORY
    Returns whole opatch inventory as XML instance document.

The interface and syntax example below displays a patch list: 
SQL> select xmltransform(DBMS_QOPATCH.GET_OPATCH_LIST, DBMS_QOPATCH.GET_OPATCH_XSLT) from dual;
Patch Details:
Patch(sqlpatch) 19303936: applied on 2014-10-23T23:52:59+05:30
Unique Patch ID: 18116864
Patch Description: Database Patch Set Update : 12.1.0.2.1 (19303936)

 

Database 12c Datapatch

Database 12c Datapatch is another new tool in Oracle Database 12c that automates post-patch SQL actions for database patches. 
Datapatch determines the requisite apply/rollback actions by matching an internal repository with the patch inventory. Datapatch resides in the opatch directory i.e $ORACLE_HOME/OPatch folder (On Windows platforms : %ORACLE_HOME%\OPatch).
Database 12c Datapatch supports Oracle Mutitenant and simplifies and speeds up the patching process for multiple databases.

Which Patching Tools uses Datapatch ?

  • Opatchauto    
    OPatchAuto calls datapatch automatically to complete post patch actions upon installation of the binary patch and restart of the database.
  • Enterprise Manager Cloud Control    
    Starting version 12.1 EMCC now calls datapatch to complete post patch actions upon any 12c or later database restart
  • Upgrade    
    Catctl.pl and DBUA now call Datapatch during the upgrade process
  • OPatch   
    Datapatch integration with OPatch is not possible as OPatch is executed when the database is down and datapatch requires the database to be open to complete its activity.

SQL Patch Registry Table

This table contains information about which SQL patch was applied and/or rolled back in a given Database. Each Database has one SQL patch registry table, hence, if there are multiple databases running in the same Oracle Home, each Database has its own SQL Patch Registry table.
To check datapatch entries in the registry table use the following command from Sql prompt:

select * from dba_registry_sqlpatch;

Database 12.1.0.2 enhancements

The following enhancements are introduced with DB 12c patchset 12.1.0.2:
  • dba_registry_history is no longer used for patch information
  • datapatch -rollbackall option is available to rollback all SQL patches currently installed
  • Catbundle is integrated into datapatch

Patch Types supported by Datapatch:

  • "Napply" Patch
  • Composite Patches
  • One-off Patches

Reference Documents :

For more information, refer to the following information:

Join the Oracle Database Advisor Webcast on 17th December 2014 to learn more about these new Oracle Database 12c Patching New Features. For registration details and advisor time, please refer to


Also, join this community discussion on this topic to share your thought, ask questions etc.

back to the top
Oracle Database Technology Updates

Below is the latest information around Database Technology products and releases, keeping you up-to-date and helping you with planning tasks.

Oracle Database 12c 
Oracle Database 11g Release 2

  • DB 11.2.0.4 patchset (Patch 13390677) availability per platform is listed in Release Schedule of Current Database Releases(Document 742060.1) 
    Additional details about list of bug fixes, known issues and new features are available
  • DB 11.2.0.4 is the terminal patch set for DB 11.2
  • The fee for the first year of Extended Support from February 2015 to January 2016 for DB 11.2 has been waived for all customers.
back to the top
Support Tips

This section may include selections of recently created or updated Knowledge Base Notes, Blogs, Alerts etc relevant to common issues.

Oracle OpenWorld 2014 - Database News 

There has been some interesting and exiting announcements, updates and presentations during this year's OpenWorld 2014 in San Francisco. Check out the highlights and references outlined below related to Oracle Database.

Access to the starting point is via Oracle OpenWorld portal

  

Keynotes
Keynotes are available as full length replays and 2-3 minutes overview highlights from Oracle Openworld Video Highlights

  • Opening Keynote - Larry Ellison
  • The Business Value of the Cloud - Mark Hurd
  • Cloud Services for the Modern Enterprise - Thomas Kurian
  • Chairman's Keynote - Larry Ellison 

Selected Product Announcements

Content Catalog
The Content Catalog offers search capabilities by keywords for sessions, speakers or demos or by selecting predefined filters on the left side.

In addition Focus On Docs links provide a list of sessions categorised by products and product area for easy access to relevant sessions.

Oracle JavaVM Component Database PSU 

Oracle JavaVM Component Database PSU is released as part of the Critical Patch Update program from October 2014 onwards. 
It consists of two separate patches:

  • One for the Oracle JavaVM component within the Oracle Database - applicable to database ORACLE_HOMEs only.
    This is usually referred to as "OJVM PSU" within My Oracle Support documents.
  • One for JDBC clients - applicable to Client, Instant Client, Database and Grid ORACLE_HOMES.
    This is usually referred to as "JDBC Patch"within My Oracle Support documents.

For further information, please review the following documents:

  • Document 1929745.1 Oracle Recommended Patches -- "Oracle JavaVM Component Database PSU" (OJVM PSU) Patches
  • Document 1933274.1 Oracle Database PSU 12.1.0.2.1 Oracle JavaVM Component Known Issues
  • Document 1933273.1 Oracle Database PSU 12.1.0.1.1 Oracle JavaVM Component Known Issues
  • Document 1933272.1 Oracle Database PSU 11.2.0.4.1 Oracle JavaVM Component Known Issues
  • Document 1933271.1 Oracle Database PSU 11.2.0.3.1 Oracle JavaVM Component Known Issues
  • Document 1933270.1 Oracle Database PSU 11.1.0.7.1 Oracle JavaVM Component Known Issues
ORAchk New Version 12.1.0.2.1 

The new ORAchk release 12.1.0.2.1 is now available to download.

Easier to stay up to date with the most current version of ORAchk

ORAchk release versioning now aligns with and follows the same format used by the Oracle 12c Database Patch Set Updates (PSUs); this version is 12.1.0.2.1, the next will be 12.1.0.2.2.

Ita??s also now even easier to update ORAchk across multiple machines.

  1. Download the latest release of orachk.zip into a shared network staging directory
  2. Set the environment variable $RAT_UPGRADE_LOC to the staging directory
  3. The next time ORAchk is run it will prompt you to auto update

For more details and to download the latest release of ORAchk see Document 1268927.2

Upcoming webcasts
The following webcasts are scheduled over the following weeks. Further schedule and archive recordings are available via

In case you missed any of the Advisor webcasts, you can always replay the recording on demand. All presentation recordings and presentation material is listed and available via the documents mentioned above.

Database

  • 20-Nov-2014: Oracle Database 12.1 Support Update for Linux on System Z
  • 26-Nov-2014: Oracle 12c: New Database Initialization Parameters
  • 17-Dec-2014: Oracle Database 12c Patching New Features
  • 17-Dec-2014: Oracle Database中的Mutex - Mandarin only

Engineered Systems

  • 19-Nov-2014: Oracle Exadata 混合列式压缩 - Mandarin only (Oracle Exadata Hybrid Columnar Compression)
Other updates:
back to the top
Patch Updates
Want to know latest Patch Set release information, recommended patches, Security Patch Updates and Patch Set Updates?
The links and information below will help you to stay up-to-date: 


Planned Release Schedules
Document 742060.1 Release Schedule of Current Database Releases
Document 161549.1 Oracle Database Server and Networking Patches for Microsoft Platforms
Document 1305293.1 TimesTen In-Memory Database (IMDB) Releases Support Status Summary

Recommended Patches 
Document 756671.1 Oracle Recommended Patches -- Oracle Database
Document 1929745.1 Oracle Recommended Patches -- "Oracle JavaVM Component Database PSU" (OJVM PSU) Patches

Known Issues
Document 1683799.1 12.1.0.2 Patch Set - Availability and Known Issues
Document 1565082.1 12.1.0.1 Base Release - Availability and Known Issues
Document 1562139.1 11.2.0.4 Patch Set - Availability and Known Issues
Document 738538.1 11.1.0.7 Patch Set - Availability and Known Issues
Document 1087991.1 10.2.0.5 Patch Set - Availability and Known Issues

Security Patch Update (SPU) and Patch Set Updates (PSU) October 2014 
The Oracle Critical Patch Update Advisory is posted on OTN - Oracle Critical Patch Update October 2014 Advisory. Other relevant notes on My Oracle Support are listed below:
Document 1907791.1 Oracle Critical Patch Update October 2014 Documentation Map
Document 1912224.1 Patch Set Update and Critical Patch Update October 2014 Availability Document
Document 1227443.1 Patch Set Updates Known Issues Notes
Document 1911781.1 Critical Patch Update October 2014 Database Known Issues
Document 1930503.1 Oracle Database Patch for Engineered Systems and DB In-Memory 12.1.0.2.1 (Oct2014) Known Issues
Document 1911780.1 Critical Patch October 2014 Database Patch Security Vulnerability Molecule Mapping
Document 1931846.1 Critical Patch Update October 2014 Patch Availability Document for Oracle Java SE

Exadata 
Document 888828.1 Exadata Database Machine and Exadata Storage Server Supported Versions
Document 1537407.1 Requirements and restrictions when using Oracle Database 12c on Exadata Database Machine
Document 1270094.1 Exadata Critical Issues

Database Appliance 
Document 888888.1 Oracle Database Appliance - 2.X Supported Versions & Known Issues

Database SuperCluster 
Document 1487081.1 SuperCluster T4-4 Supported Software Versions
Document 1567979.1 SuperCluster T5-8 Supported Software Versions
Document 1603909.1 SuperCluster M6-32 Supported Software Versions
Document 1452277.1 SuperCluster Critical Issues

Exalogic 
Document 1314535.1 Exalogic Patch Set Updates (PSU) Master Note
Document 1268557.1 Exalogic Elastic Cloud Software Known Issues

Exalytics 
Document 1628965.1 Oracle Exalytics Patchset 4 (PS4) Now Available for Oracle Exalytics (Includes Linux Kernel Updates)
back to the top

Database Support News Feedback

You no longer need to subscribe to Oracle Database Support News. The notifications will come through the MyOracle Support communication process. So don't "opt out" of communications from Oracle! 
For more details about such notifications, please review the 'Get Started' section inDocument 222.1Oracle Premier Support - Product News.

Want to provide feedback or suggestions?

Please use the 'Rate this document' button at the top of the document for providing comments.

Bookmark this link to always access the latest Database Support News edition.



Social Media Channels for Oracle Support

 Oracle DB/EM Support

 @OracleDBsupport

 @myoraclesupport

 @OracleDatabase

OracleDatabaseSupport

 Oracle Database

 Oracle Database Insider


Other Oracle Product Support News

Product Support News Index

Enterprise Manager Support News

Rdb Support News

Fusion Middleware Support News

EPM and BI Support News



Upcoming Webcasts 

Advisor Webcast Current Schedule (Note 740966.1)

19-Nov-2014:Oracle Exadata 混合列式压缩 - Mandarin only (Oracle Exadata Hybrid Columnar Compression)

20-Nov-2014: Oracle Database 12.1 Support Update for Linux on System Z

26-Nov-2014: Oracle 12c: New Database Initialization Parameters

17-Dec-2014: Oracle Database 12c Patching New Features

17-Dec-2014: Oracle Database中的Mutex - Mandarin only



Recently recorded Webcasts

Advisor Webcast Archived Recordings are available via Document 740966.1



Support Policy Information

Lifetime Support Portal

Lifetime Support Policy: Oracle Technology Products

Oracle Software Technical Support Policies

Oracle's Exadata Technical Support Policies

Oracle Database (RDBMS) Releases Support Status Summary

Lifetime Support and Support Policies - Oracle Database Overview

Release Schedule of Current Database Releases

Database, FMW, EM Grid Control, and OCS Software Error Correction Support Policy



Product Information Centers

Index of Oracle Database Information Centers (Document 1568043.2)

Information Center: Oracle Exadata Database Machine (Document 1306791.1)

Oracle Database Resource Portfolio (Document 1573428.2)



Upgrade and Patching/Maintenance Advisors

Upgrade Advisor: Database 11.2 to 12.1 (Note 1600704.1)

Database Upgrade from 10.2 to 11.2 (Note 251.1)

Database Upgrade from 9.2 to 11.2 (Note 264.1)

Patching & Maintenance Advisor: Database (DB) Oracle Database 11.2.0.x (Note 331.1)

Upgrade Advisor: Database (DB) Exadata from 11.2.0.1/11.2.0.2 to 11.2.0.3 (Document 1420265.1)

Upgrade Advisor: Database (DB) Exadata from 11.2.0.1 to 11.2.0.2 (Document 336.1)



Communities

New to Oracle Communities? Check out this 2 min video

Oracle Database

Enterprise Manager

Exadata

Linux OS and Oracle VM



Previous Database Support News Editions

Previous Database Support News are available via Note 1284265.1

October 2014

September 2014

August 2014

July 2014

June 2014

May 2014

April 2014

March 2014

February 2014

January 2014

December 2013

November 2013

October 2013




分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-5-18 20:10 , Processed in 0.096875 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表