Error in New Features Guide 12c Release 1 (12.1)

Page 1-6 in the section: 1.1.2.2 Replacement of CSSCAN and CSALTER with DMU
At the bottom of the section is a URL purportedly to the OTM DMU page... except that it isn't.  The first link is what's in the book.. and doesn't work. The second link is what I found after doing some searching on OTN.
http://www.oracle.com/technetwork/database/globalization/dmu/overview/index.html
http://www.oracle.com/technetwork/database/database-technologies/globalization/dmu/overview/index.html

For 11.1.1.7.1 use the syntax for jdbc_sid, i.e.
//mypdb1.foo.com as described in the README,
- MapViewer native (non-container) data sources can now use database service name in place of SID. To supply a db service name, you will use the same jdbc_sid attribute, but specify the service name with double slashes in front, such as follows:
  <map_data_source name="myds"
    jdbc_host="foo.com"
    jdbc_sid="//mypdb1.foo.com"
    jdbc_port="1522"
  />
For 11.1.1.7.0 use a container_ds instead.
i.e. instead of using
<map_data_source name="my_12c_test"
                   jdbc_host="mydbinstance"
                   jdbc_sid="pdborcl12c"
                   jdbc_port="1522"
                   jdbc_user="mytestuser"
                   jdbc_password="m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q="
                   jdbc_mode="thin"
                   number_of_mappers="6"
                   allow_jdbc_theme_based_foi="false"
                   editable="false"
   />
use
  <map_data_source name="my_12c_test"
                   container_ds="jdbc/db12c"
                   number_of_mappers="6"
                   allow_jdbc_theme_based_foi="false"
                   editable="false"
   />
In my case the Glassfish 3.1.2.2 JDBC connection pool definition was
Property
url  jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name
Uncheck the Wrap JDBC Objects option in Advanced panel, i.e. the Edit JDBC Connection Pool Advanced properties page.
Add a JDBC resource for that newly created pool
Use that in mapviewerconfig.xml as above

Similar Messages

  • Follow-up to archived thread "Another Error (I think) In the 12.1 New Features Guide"

    I hoped to be able to add a reply to the most recent reply on March 8 in the "Another Error (I think) In the 12.1 New Features Guide" thread (https://community.oracle.com/thread/3526588), but since that thread has been archived, I am doing what was suggested elsewhere: create a new thread referencing the old one. My reply is:
    Thank you for your explanation about preferring PDF over HTML. That is perfectly fine and understandable. Also, we very much appreciate your documentation feedback in this forum, and encourage you to continue to report any issues here.
    I apologize for not replying much sooner. I either didn't get or overlooked an original notification about "Recent activity" after your reply; otherwise, I would have replied then.

    Thanks for that comment. I have sent a pointer to it to the writer for that book. Note that with the New Features Guide, most of the content is automatically drawn from an internal system that tracks projects and features; so if a change is needed, the writer will notify the owner of that content (typically a developer or a product manager) to investigate and (if necessary) modify the underlying data, after which the changed information will be picked up for a future revision of the book.
    Also, while anyone is welcome to enter documentation comments in this forum, another option that may be more convenient for comments on specific sections is the Reader Comment area at the bottom of each HTML page (such as http://docs.oracle.com/cd/E16655_01/server.121/e17906/chapter1.htm#NEWFT495 for the page containing Section 1.5.9.8). Any comments entered in a Reader Comment area go to someone in our documentation production group, who forwards them to the appropriate writers.
    However, if a comment involves multiple HTML pages or books, or if you want the matter to be in a public forum for visibility and searchability, posting in this forum is a good option.

  • Another Error (I think) In the 12.1 New Features Guide

    Under section 1.5.9.8 Storage Snapshot Optimization:
    The first bullet point is: "Database crash is consistent at the point of the snapshot."
    I think that is supposed to be: "Database is crash-consistent at the point of the snapshot."
    At the very least, that seems to make more sense to me.  Googling around, there was a document on these features by EMC with that wording.

    Thanks for that comment. I have sent a pointer to it to the writer for that book. Note that with the New Features Guide, most of the content is automatically drawn from an internal system that tracks projects and features; so if a change is needed, the writer will notify the owner of that content (typically a developer or a product manager) to investigate and (if necessary) modify the underlying data, after which the changed information will be picked up for a future revision of the book.
    Also, while anyone is welcome to enter documentation comments in this forum, another option that may be more convenient for comments on specific sections is the Reader Comment area at the bottom of each HTML page (such as http://docs.oracle.com/cd/E16655_01/server.121/e17906/chapter1.htm#NEWFT495 for the page containing Section 1.5.9.8). Any comments entered in a Reader Comment area go to someone in our documentation production group, who forwards them to the appropriate writers.
    However, if a comment involves multiple HTML pages or books, or if you want the matter to be in a public forum for visibility and searchability, posting in this forum is a good option.

  • Error in Oracle Database Backup and Recovery User's Guide 12c Release 1 (12.1) E17630-13

    on page 88 of the "Backup and Recovery User's Guide 12c Release 1 (12.1) E17630-13", the example 5-1 SHOW ALL Command is the same of the "Backup and Recovery User's Guide 11g Release 2 (11.2) E10642-06" on page 82 and that output is related to a Oracle Database 11g version (the 10g doesn't print the first line "RMAN configuration parameters for database with db_unique_name PROD1 are:").

    My test cases here:
    Database administrator workshop: Differences in default RMAN configuration settings between 12c and 11g
    {code}[oracle@vsi08devpom ~]$ export ORACLE_SID=CDB001
    [oracle@vsi08devpom admin]$ sqlplus system/oracle@CDB001
    SQL*Plus: Release 12.1.0.1.0 Production on Thu Sep 26 09:10:50 2013
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    Last Successful login time: Tue Jul 16 2013 13:43:48 +02:00
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL> show con_name
    CON_NAME
    CDB$ROOT
    [oracle@vsi08devpom ~]$ rman target /
    Recovery Manager: Release 12.1.0.1.0 - Production on Thu Sep 26 09:12:42 2013
    Copyright (c) 1982, 2013, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: CDB001 (DBID=4134963396)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name CDB001 are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/app/oracle/product/12.1.0/db_1/dbs/snapcf_CDB001.f'; # default{code}
    {code}
    [oracle@localhost orcl]$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Wed Sep 25 08:12:17 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: ORCL (DBID=1229390655)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/home/oracle/app/oracle/product/11.2.0/dbhome_2/dbs/snapcf_orcl.f'; # default
    {code}

  • Omissions/inconsistencies in CF10 new features guide?

    I've been working through the CF10 "new features guide" available at http://www.adobe.com/support/documentation/en/coldfusion/10/cf10betafeatures.pdf to gather changes to my editor mode to support ACF10, and have found the following items that may be omissions from the guide (or perhaps are inconsistencies in some of the additions relative to CF9). I'm hoping someone from the Adobe team can comment on each of these as to whether the omissions in the documentation are intentional and correct or are in fact issues with the documentation:
    1. New attributes cacheID and cacheRegion present on cfquery but not on cfstoredproc
    2. New attribute fetchClientInfo present on cfinsert, cfquery, cfstoredproc but not on cfupdate
    3. Description of the cfchart tag's attributes list a new height attribute but not a corresponding width attribute (previous attributes chartHeight and chartWidth are both present)
    I'd be glad to file bug reports on these if these are in fact bugs.
    /ron

    Hi Ron,
    I will be able to answer the question related to cfupdate. I would request you to log an issue for this miss on cfupdate or i can log one internally. Please share the bug id so that others have it for reference.
    Thanks,
    Shilpi

  • Dockable Windows: New Features Guide for SAP PowerBuilder 12.6

    I copied the example in the SAP document: PowerBuilder-NewFeatures.pdf at page 21.
    4.2.7
    Opening Docked Windows and Tabbed Document Windows
    Sample code for opening docked windows and tabbed documents.
    Context
    Procedure
    1. Create a window w_sheet_any as a main!window type.
    2. In the open event of w_sheet_any, add this code:
    string ls_i
    ls_i = Message.stringparm
    if not isnull(ls_i) and ls_i <> "" then
    this.title = ls_i
    end if
    3. Create an MDIDock window w_mdidock_dockstate and set any menu in it.
    4. In the open event of w_mdidock_dockstate, add this code:
    window win[]
    OpenSheetWithParmDocked(win[1], "1", "w_sheet_any", this, WindowDockLeft!, "")
    OpenSheetWithParmInTabGroup(win[2], "2", "w_sheet_any", this, "")                                             <<<<<<<<========
    OpensheetWithParmInTabGroup(win[3], "3", "w_sheet_any", win[1], "")
    OpenSheetWithParmAsDocument(win[4], "4", "w_sheet_any", this, "")
    OpenSheetWithParmAsDocument(win[5], "5", "w_sheet_any", win[4], "")
    OpenSheetWithParmAsDocument(win[6], "6", "w_sheet_any", this, "", false)
    OpenSheetWithParmAsDocument(win[7], "7", "w_sheet_any", win[5], "")
    OpenSheetWithParmAsDocument(win[8], "8", "w_sheet_any", win[6], "")
    5. Run the application.
    You will see windows 1 and 3 as a tabbed group, with the tabs at the bottom. Sheets 4, 5, and 7 appear as
    tabbed doc
    WHY THE SECOND OPEN DOES NOT WORK ?

    Hi.
    Even in beta the example provided needed some corrections. But instead of using the example on the pdf, why don't you take a look at the MDIDockingDemo Project included in the code examples? (See the screenshot... It's not PB.NET )
    Andreas.

  • New features in oracle 11g over 10g

    hi forum,
    can you please let me know the major difference and steps for upgrading to oracle 11g from oracle 10g

    user12236725 wrote:
    hi forum,
    can you please let me know the major difference and steps for upgrading to oracle 11g from oracle 10g
    Looking at the New Edition By Tom Kyte
    http://www.oracle.com/technology/oramag/oracle/09-nov/o69asktom.html
    You really need to dig-n the Oracle® Database New Features Guide 11g Release 2 (11.2):
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10881/chapter1.htm
    Hope that helps.
    Regards
    Z.K.

  • Doc of new features release 2

    Hi,
    I need a document of the new features collaboration suite release 2.

    There is a document on technet in the ocs section, called ocs statement of direction - this gives a brief overview of the new features in rel 2 of ocs.
    naqi

  • Oracle xmlDOM API: new "feature"?

    I am manipulating a DOM document in a stored procedure:
    Initial database content:
    <Transmission xsi:noNamespaceSchemaLocation="transmission.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Xmit>x</Xmit>
    <SysTGr>y</SysTGr>
    <TrStat>?</TrStat>
    <TrStatD>?</TrStatD>
    </Transmission>
    After performing replaceChild(<Xmit>y</Xmit>):
    <Transmission xsi:noNamespaceSchemaLocation="transmission.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Xmit>y</Xmit>
    <SysTGr>y</SysTGr>
    <TrStat>?</TrStat>
    <TrStatD>?</TrStatD>
    </Transmission>
    After performing replaceChild(<TrStatD>er</TrStatD>):
    <Transmission xsi:noNamespaceSchemaLocation="transmission.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Xmit>x</Xmit>
    <SysTGr>z</SysTGr>
    <TrStat>?</TrStat>
    <TrStatD>er</TrStatD>
    </>
    ERROR at line 1:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00231: invalid character 62 ('>') found in a Name or Nmtoken
    Error at line 7
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at "STAGINGDEV.P_WRITE_TRANSMISSION", line 70
    ORA-06512: at "STAGINGDEV.P_WRITE_TRANSMISSION", line 279
    ORA-06512: at line 6
    Whatever I do with the last child that is in the database: it changes the end element tag of the parent! How can I avoid this?

    Nope: I'm too lazy too look up the documentaion for you
    http://tahiti.oracle.com
    Check out the New Features Guide which is available with every release.

  • New Features in 11.2.2.2

    Is there a list of New Featuers / Bug Fixes between 11.2.0 and 11.2.2, Went through the documentation (Release Notes) and mainly it talks about difference between 10.8 and 11.2.

    The first link below is to the 11.2 new features guide. The second link below is supposedly the 11.2 new features for Oracle Text, however the only new features listed are for 11.1 and prior, so it appears that either there aren't any new Text features in 11.2 since 11.1 or they left them out.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10881/title.htm#BEGIN
    http://download.oracle.com/docs/cd/E11882_01/text.112/e10944/whatsnew.htm#CCREF23679

  • Looking for list of new features in 11.2

    I have been trying to find a list of the new features, if any, that have been released with 11.2. Would anyone have a link the new features documentation?
    thanks
    R.

    The first link below is to the 11.2 new features guide. The second link below is supposedly the 11.2 new features for Oracle Text, however the only new features listed are for 11.1 and prior, so it appears that either there aren't any new Text features in 11.2 since 11.1 or they left them out.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10881/title.htm#BEGIN
    http://download.oracle.com/docs/cd/E11882_01/text.112/e10944/whatsnew.htm#CCREF23679

  • Oracle 10 g new feature

    Hi All,
    I just started using Oracle 10 g. could you please tell me 10 g new feature which help me in PL SQL ...
    Thanks in Advance.

    Nope: I'm too lazy too look up the documentaion for you
    http://tahiti.oracle.com
    Check out the New Features Guide which is available with every release.

  • Oracle 10g new feature to backup to tape?

    I heard rumours that Oracle 10g has new features to backup to tape directly. I don't know exactly how this is done, and I'd like the experts to comment. What I've discovered so far is that there is this program called Legato Single Server Version (LSSV) which ships with the Oracle 10g Companion CD which makes RMAN use the tape directly as a medium to backup. Is this CD available for download?

    I am truly curious why you actively ask to avoid the "New Features Guide" which provides much of the information you desire.
    (http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14214/toc.htm)

  • 1Z0-050  Oracle 11g New Features for Administrators

    Which release are the exam 1Z0-050 - Oracle 11g New Features for Administrators, release 1 or release 2?
    I need to study Oracle University Material Release 1 or Release 2?

    Hi,
    I have a question too.
    I am 10g certified and looking to take the 11g New Features For Administrators course in the new year.
    Previously when I certifed from 8i to 9i and then to 10g it was only required to take the exam and the course was optional although my company sends me anyway.
    Looking on Oracles website it seems to be that to do the 11g New Features you now have also have to attend another instructor led course. I have posted a link.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getlppage?page_id=212&path=DBAU
    Can someone confirm if this is the case and that Oracle have changed the format of the New Features upgrade path,
    cheers

  • Clarification on new feature in OBIEE 10.1.3.4 - Metadata Dictionary

    Hi,
    I need clarification on this new feature "Metadata Dictionary" available in 10.1.3.4. This is documented in the OBIEE NEw Feature Guide, http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416.pdf, page 17.
    I have a potential customer who wants to know if OBIEE has a facility to help business user come up to speed with the available subject areas, tables and columns. This will help them learn about the business content available so they will know which subject areas/columns to use to build ad-hoc report development. Does the new feature "metadata dictionary" support this requirement. Can you point me to where I can play or learn more about this feature?
    Thanks!
    Khai

    First and foremost: did you already try it out? In general, yes a metadata dictionary can achieve what you're asking for, but the devils as always in the detail and/or in what the users accept.
    Simply follow the steps outlined in Venkats blog here -> http://oraclebizint.wordpress.com/2007/08/23/oracle-bi-ee-10133-metadata-dictionary-statistics/
    ...and then see if this satisfies your needs.
    Cheers,
    C.

Maybe you are looking for