ANN: ANN: XDK 10.1.0.2.0 for HP-UX64, AIX and LINUX Production Release

XDK 10.1.0.2.0 production for HP-UX64, AIX and LINUX is ready to download on OTN:
http://otn.oracle.com/tech/xml/xdk/software/production10g/index.html

The error indicates that the password (or wallet) files oidpwdldap1 and oidpwdr<ORACLE_SID> do NOT exist under $ORACLE_HOME/ldap/admin or your $ORACLE_HOME and $PATH are set incorrectly (a bit unlikely).
Assuming that the $ORACLE_HOME and $PATH are indeed set to correct values, if the 2 files mentioned above do not exist under $ORACLE_HOME/ldap/admin, then perform the below action plan:
1. Set the ORACLE_HOME to INFRASTRUCTURE ORACLE_HOME
2. set the PATH to $ORACLE_HOME/bin:$ORACLE_HOME/ldap/bin:$ORACLE_HOME/opmn/bin:$PATH
3. Ensure that you are able to login to sqlplus as "ods" user.
4. If you do NOT know the password of ods user, then reset the password.
5. Run the below command and enter the ods password when prompted for it.
oidpasswd create_wallet=true
6. Voila! The Wallet files are created under $ORACLE_HOME/ldap/admin.
HTH,
Regards,
Praveen
Edited by: Praveen B K on Aug 28, 2009 3:20 AM

Similar Messages

  • ANN: XDK 9.0.2Beta Available

    New Beta releases of the Oracle XDKs (9.0.2.0.0A) are now available online
    athttp://otn.oracle.com/tech/xml.
    In these releases, in addition to the bug fixes, are the following new
    features and enhancements:
    - New XMLType bean and XMLDiff bean are introduced.
    - XML Schema Processor for Java now supports the official W3C Schema
    Recommendation.
    - XSQL Servlet:
    - New Performance Improvement Option for <xsql:include-owa>
    - <xsql:set-page-param> now supports xpath="Expr" Attribute
    - New Airport SOAP Service Demo
    - Simplified inclusion of XML from CLOB and VARCHAR2 Columns
    - New <xsql:include-posted-xml> action handler to include posted XML
    - Support for the Apache FOP 0.18 release
    Also the following new XDK for Java features are available:
    - XSU support for SAX 2.0 and generating the XML Schema of a SQL Query.
    - DOM level compression support in the XML Parser for Java.

    Hi Steve,
    Some Questions...
    1. Does this release support XMLType and other URI Refrences features of 9i in Java?
    2. Does it support Schema ClassGenerator?
    3. Does it support the MetaData API in Java?
    There are many features for XML in Oracle 9i but they are present currently only on the PL/SQL level. When will these features find support on Java side?
    Please advise...
    Thanks

  • ANN: New XDK release for 9.0.2B and 9.0.1.1.0A available

    New XDK Releases for 9.0.2B Beta Version and 9.0.1.1.0A Procudtion Version are online at:
    http://technet.oracle.com/tech/xml/xdkhome.html
    What's new:
    - Oracle9i XDK for C and C++ released on Linux
    - Oracle TransX Utility Aids loading data and text.These release is part of the XDK for Java 9.0.2 Beta.
    - Oracle SOAP APIs added to the XDK for Java
    Support for the SOAP services have been added to the XDK for Java 9.0.1.1.0A Production.
    - XML Schema Processor for Java supports both LAX Mode and STRICT Mode Validation
    The XML Schema Processor for Java now supports both LAX Mode and STRICT
    Mode Validation. Compared with STRICT Mode where every element from the root on down is required to be defined and validated, LAX Mode Schema validation provides developers the ability to limit the XML Schema
    validation to the subsections of the XML document.
    This will simplify XML Schema definitions and the validation process by skipping the ignorable content. Furthermore, with LAX mode, developers can divide their XML documents into small fragments and carry out the XML Schema validation in a parallel or progressive way. This results, in a much more flexible and productive schema validation process.
    - SAX2 Extension support in the Java XML Parser
    The XML Parser for Java now supports two new handlers - LexicalHandler and DeclHandler.
    XML documents now can be parsed through Oracle XML Parser SAX APIs with full access
    to the DTD declarations and the lexical items like comments and CDATA sections.
    This ensures that the complete content model is preserved.
    - JAXP 1.1 supports is now added to the XDK for Java
    - New Differ Bean in the XDK for JavaBeans
    A new bean has been added the the JavaBean XDK which analyses the differences between to XML documents and outputs the XSL sytlesheet that will convert one into the
    other. This is extremely useful when converting an XML document retrieved from a SQL query into an xHTML page on the web.
    Stylesheets can now be automaticly created for use in XSQL pages.
    - XML Compression now supported in the Java XML Parser
    Now developers can take advantage of a compressed XML stream when serializing their DOM and SAX outputs. This new functionality significantly reduces the size without losing any information. Both DOM and SAX compressed streams are fully compatible and the SAX stream can be used to generate a
    corresponding DOM tree. These compressed streams can also be stored in Oracle as a CLOB for efficient storage and retrieval.

    bump up for east cost.

  • ANN: XDK 9.0.1 Production Available

    The Oracle XDK 9.0.1 Production releases have been staged for download on OTN at http://otn.oracle.com/tech/xml

    Hi Steve,
    Some Questions...
    1. Does this release support XMLType and other URI Refrences features of 9i in Java?
    2. Does it support Schema ClassGenerator?
    3. Does it support the MetaData API in Java?
    There are many features for XML in Oracle 9i but they are present currently only on the PL/SQL level. When will these features find support on Java side?
    Please advise...
    Thanks

  • ANN: XDK 9.2.0.2 Production Releases

    XDK 9.2.0.2 Production Releases are available online at:
    http://technet.oracle.com/tech/xml
    and
    http://xdk.us.oracle.com/
    In addition to the bugs fixes, the following new demos and documents are
    online:
    * New XML Sample Code and Paper is online at:
    http://otn.oracle.com/tech/xml/sample.html
    - XML Data Streaming for Enterprise Applications Using PL/SQL and SAX
    Analyze the fundamental strategies for XML processing in enterprise
    applications and discuss an efficient XML data-streaming solution that
    makes use of the SAX, PL/SQL interfaces and Oracle8i/9i Database
    * New 9iXDK Demonstrations are online at:
    http://otn.oracle.com/tech/xml/sample.html
    - Product Catalog Application with New Oracle9i Database XML Features
    and the 9i XDK
    Demonstrates using the XML Developers' Kit(XDK) and the new Oracle9i
    XML features for storing and searching XML data.
    - Customer Management Application with New Oracle9i Database XML Features
    and the 9i XDK
    Demonstrates using XML Developers' Kit APIs and the new Oracle9i XML
    features for storing and searching XML data. Also demonstrates the
    Server-Side XML Schema Validation from PL/SQL
    - Employee Information Management using the XSQL page publishing framework
    Shows how the XSQL Page Publishing Framework could be used to perform
    different database operations and to handle dynamic content using SQL,
    XML and XSL.
    - Building Product Orders with New Oracle9i Database XML Features and the
    9i XDK
    Demonstrates using Class Generator for Java in generating Product Orders
    and uses the XSQL Page publishing Framework for storing the generated
    orders XML inside an Oracle9i database

    Can I ask you why the documentation doesn't mention any BUG fixes?
    Don't tell me that you haven't find any bugs?
    The XSLPROCESSOR package kills your session after you use it..

  • ANN: XDK 10.1.0.1.0A Beta and 9.2.0.6.0 Producti

    XDK 10.1.0.1.0A Beta and 9.2.0.6.0 production are available
    online at:
    http://otn.oracle.com/tech/xml
    In the 10.1.0.1.0A beta release, extensive enhancements are included
    for XSLT 2.0, JAXB Class Generator and DOM 3.0 XML support. The new
    features include:
    * New JAXP 1.2 support allows XML schema validation using JAXP.
    * New C++ XML APIs: provide unified DOM support for XMLType.
    * New XMLSAXSerializer provides support to handle the SAX output
    serialization.
    In the 9.2.0.6 release, various XDK bugs are fixed:
    XDK C:
    2540242 ORA-31011 DURING SYS.XMLTYPE.TRANSFORM
    2560740 PARSER THROWS INCORRECT ERROR ON UTF 8 DATABASE
    2641534 PROBLEMS WITH WHITESPACE HANDLING WITH THE PARSER (WITH
    IGNORE_WHITESPACE) FLAG
    2673096 XMLTYPE.CREATEXML REJECTS DOCUMENTS WITH XML NAMESPACE LPX-233
    2792249 REGISTERSCHEMA(). ALLOWS AN XML SCHEMA WITH INVALID SUBSTITUTION GROUP.
    2901439 PURIFY SHOW A LEAK IN A MULTI-THREADED APPLICATION
    2907572 FAILS TO DETECT DUPLICATE KEY IF SELECTOR HAS MULTIPLE STEPS:
    XPATH="BOOKS/BOOK"
    2940270 ORA-07445: EXCEPTION ENCOUNTERED: CORE DUMP [0000000102536A48] [SIGBUS]
    2970738 ORA-7445 [STRCMP()+568] WHEN REGIST XBRL GL SCHEMAS
    3007680 XDK FOR C FAILS SCHEMA CHECK
    XDK Java:
    2438656: ORACLE DOM PARSER NOT PARSING CORRECTLY
    2701717: XML PARSER DOES NOT SUPPORT SETEXPANDENTITYREFERENCE(FALSE)
    2495218: NULLPOINTEXCEPTION THROWN WHEN RESOLVING SAME XPATH EXPR IN MULTIPLE THREADS

    Oracle XDK 10.1.0.2.0 may be used with OC4J 9.0.4

  • ANN: XDK for Java/PLSQL 9.2.0.1 PRODUCTION

    Today the 9.2.0.1 Production versions of the
    Oracle XDK for Java and PL/SQL were posted
    for download here on OTN. Visit the following
    links and click on the "Software" link in
    the left margin to download.
    [list]
    [*]XDK for Java
    [*]XDK for PLSQL
    [list]

    On Sat Mar 2 and Sun Mar 3 xdk java 92010 unavailable for download.
    From:
    http://otn.oracle.com/software/tech/xml/xdk_java/htdocs/winsoft.html
    To:
    http://download.oracle.com/otn/utilities_drivers/xml/java/xdk_java_9_2_0_1_0.zip
    To:
    The page you are looking for is currently unavailable.
    Has the kit been temporarily removed in preparation for another?

  • ANN: XDK 9.0.2.0.0D Beta and 9.0.1.2.0(

    =================================================================
    ==========
    11/30/2001 OTN XDK Release Notes
    =================================================================
    ==========
    XDK 9.0.2.0.0D Beta and 9.0.1.2.0 Production is available online
    at:
    http://technet.oracle.com/tech/xml
    This release mostly contains bug fixes and enhancements.
    * New Features and enhancements are:
    9.0.1.2.0 Production Version:
    XML Schema Processor for Java:
    - Fully supports official W3C Recommendation
    9.0.2.0.0D Beta Version:
    XDK for PL/SQL:
    - New APIs are added:
         XMLDOM.importNode(doc DOMDocument, src DOMNode, deep
    boolean)
         XMLDOM.adoptNode(doc DOMDocument, src DOMNode)

    Also using the command ..
    XSLStylesheet sheet = null;
    XSLProcessor xslt = new XSLProcessor();
    XSQLRequest req = new XSQLRequest(new URL(resMasterGetUrl));
    Hashtable params = new Hashtable(1);
    params.put("pageName",urlFilename.toString().toLowerCase());
    xslt.processXSL(new XSLStylesheet((XMLDocument)req.processToXML(params),new URL(resMasterGetBaseStyleUrl)),xmlParameters,out);

  • ANN: XDK 9.2.0.5 production and 10.1.0.0.0(patch1) beta release on OTN

    XDK 10.1.0.0.0 Beta(patch 1) and 9.2.0.5.0 production are available
    online at:
    http://otn.oracle.com/tech/xml
    In the 9.2.0.5 release, various XDK C memory leak bugs
    and XDK C XML Schema conformance bugs are fixed.
    In the 10.1.0.0.0(patch1) beta release, the enhancements are:
    * JAXB Class Generator for Java
    * Updated "Getting Started with XDK" Documentation
    * New C XPATH sample in $XDK_HOME/xdk/demo/c/parser/

    Can I ask you why the documentation doesn't mention any BUG fixes?
    Don't tell me that you haven't find any bugs?
    The XSLPROCESSOR package kills your session after you use it..

  • [ANN] Oracle JDeveloper 10g is now available for download.

    It's probably worth a mention in this forum too ;-)
    In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users.
    Check it out at:
    http://otn.oracle.com/products/jdev
    A partial list of new features:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.

    It is no longer available for download - if you have a valid Support contract, pl create an SR and request Support to ship you the media
    HTH
    Srini

  • ANN: DBPrism CMS 2.1.0 production released

    A long awaited new release of DBPrism CMS was released last month.
    This code base is a completed rewritten version of the previous one using native support of Oracle XMLDB and OracleJVM.
    DBPrism CMS is the first Open Source Database Oriented CMS using all native implementation of Oracle XMLDB repository 10gR2. It means that DBPrism CMS will provides powerful CMS functionality using two bigger players, Apache Cocoon presentation framework and Oracle XMLDB repository.
    The core code of the CMS is around of 960 lines of Java running as Stored Procedures, this code is called by Apache Cocoon presentation framework using DBPrism Generator.
    More information at: http://www.dbprism.com.ar/j2-CMS/index.html

    Can I ask you why the documentation doesn't mention any BUG fixes?
    Don't tell me that you haven't find any bugs?
    The XSLPROCESSOR package kills your session after you use it..

  • [ANN] GeoIPTC 1.0 : geocode your images using metadata standards (IPTC and XMP)

    Hello,
    GeoIPTC is an innovative tool to add geographical identification to your images (geocoding) according to IPTC and XMP metadata embedded in images.
    GeoIPTC reads all IPTC and IPTC Core metadata embedded in an image, isolates localisation data (City, Location, Province/State, Country Code and Country Name), then sends a request to a Geocoding Web Service and finally gets latitude/longitude coordinates.
    To say it briefly: GeoIPTC gets geographical information from the postman address embedded in image.
    Main features
    * Gets full sets of image standard metadata
    * Automatically gets longitude/latitude from widely used Geocoding Web Services like Google Maps, Yahoo! Maps or GeoNames.
    * Locate automatically images on Maps Services like Google Maps, Yahoo! Maps and MapQuest
    * Generate automatically KML or KMZ placemarks and locate single (one image) or multiple (many images) placemarks on Google Earth with full IPTC/IPTC Core metadata
    * Set automatically single or multiple images with appropriate Exif GPS coordinates
    More information and download:
    http://www.geoiptc.com/EN/Index.html
    With best regards
    Patrick Peccatte
    www.softexperience.com

    Note the last paragraph in the original post which explains how Flickr handles resolution changes without breaking the rectangles. Perhaps a more straightforward approach would be to store both the rectangle coordinates for each rectangle AND the image's width and height at the time the rectangles were created. Then if the image is scaled, the rectangles can be scaled accordingly. For example, if a rectangle is at x=100,y=200,w=50,h=70, the "original dimensions" are 1000x2000, and the image's current dimensions are 500x1000, then an application could assume the image has been scaled down by (500/1000=) 0.50, and so the x,y,w,h of each rectangle could also be multiplied by 0.50 (x=50,y=100,w=25,h=35). I'd recommend storing floating-point values so that multiple scalings don't make the rectangles "creep".
    Of course, it is possible that really the image was cropped rather than scaled, but fairly unlikely you would happen to crop it the same percent in both directions. Even if an image is cropped, someone could manually repair the rectangles by sliding and scaling them until the fit back on the faces (unless most of the faces were cropped off).
    A rectangle-aware application could scale and translate the rectangles during a crop or scaling operation, but other applications could still survive scaling if they at least preserve the XMP tags as-is.

  • [ANN] RAP on e4 has been updated to RAP 3.0 and Mars

    Hi,
    I'm happy to report that RAP on e4 has been update to the latest and
    greatest upstream versions. The major improvement with RAP 3.0 is that
    we can now support shared views between perspectives since RAP 3.0 added
    support for reparenting.
    I'll write a detailed blog post in the next days but wanted to inform
    people about the big news as fast as possible.
    Tom

    I eded up having to reinstall from scratch. Thankfully, my data was still intact, so I used Carbon Copy Cloner to copy the data to an external drive.
    Once it was safely mmigrated, I did a clean install of Tiger and the 10.4.7 update. Everything works erfectly now. I migrated the data back to the mirror and all is good.
    On further investigation, I see that many users have had problems updating Tiger with ACard cards installed, hanging on boot. I guess I should have STFF!

  • ANN: Unicode Xtra - public beta version available for download

    The first public beta release of Xtrema, a many-in-one Xtra
    for Director, is
    available for download.
    To download the Xtra, well as test movies, and a bridge for
    adding support
    for unicode scripts to your movies:
    http://xtrema.rtr.gr
    The string class highlights can be found at:
    http://xtrema.rtr.gr/cDocs/?trg=1,0
    Since the site is still partly under construction, if
    interested in testing
    the Xtra, please save and use a local copy of the string
    class docs from:
    http://xtrema.rtr.gr/cDocs/xStr.htm
    rather than viewing them online, to avoid any inconvenience.
    Feedback and/or comments would be highly appreciated (mail
    link can be found
    at the first page of the site).
    Thanks,
    Alchemist.

    The first public beta release of Xtrema, a many-in-one Xtra
    for Director, is
    available for download.
    To download the Xtra, well as test movies, and a bridge for
    adding support
    for unicode scripts to your movies:
    http://xtrema.rtr.gr
    The string class highlights can be found at:
    http://xtrema.rtr.gr/cDocs/?trg=1,0
    Since the site is still partly under construction, if
    interested in testing
    the Xtra, please save and use a local copy of the string
    class docs from:
    http://xtrema.rtr.gr/cDocs/xStr.htm
    rather than viewing them online, to avoid any inconvenience.
    Feedback and/or comments would be highly appreciated (mail
    link can be found
    at the first page of the site).
    Thanks,
    Alchemist.

  • ANN: New online reference for CSS2.1 properties and selectors

    I have just uploaded a reference guide to all CSS2.1 properties and selectors at http://gettingstartedwithcss.com/. It's intended as a companion site to my new book, "Getting StartED with CSS", which is due to be published later this week. However, I hope the reference material will be of use to others, even if they don't want to buy a copy of the book (although I hope many people will ).
    It's not really a tutorial site (the tutorials are in the book), but there are links to lots of example files, most of which have the CSS embedded in the head of the page. When I get time, I hope to add more material dealing with common CSS problems.

    Looks great, David!  I wish this had been available to me when I was learning CSS.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

Maybe you are looking for