Production release of ODT now available

I'm happy to announce that the production release of ODT is now available for download here:
http://www.oracle.com/technology/tech/dotnet/tools/index.html
There have been alot of enhancements over the beta. A few of the more interesting ones include:
* support for generating typed datasets
* ad hoc SQL Query Window with script support
* enhanced PL/SQL editing
* integrated error manual
Keep the feedback coming!
Christian Shay
Oracle

Here are some first impressions of the "Query window". This is just a list of the problems, so it seems quite negative. Some of the problems are small and some are larger. The thing that I think will annoy me most from day-to-day is the lack of a hotkey for execute and that bind-variables are not supported (but we all have our pet-bugs/problems):
- In the context menu for the connection move the "Query Window" up under open (I quite sure the query window is more used than both "Delete" and "Close").
- You shouldn't call the feature "Query Window" in the context menu and "Query Editor" in the title of the window. Be consistent.
- You might want to rename the "Query Window" to "Query Analyser" (for compatibility with sql server)
- A explain window (or rather a explain tab) should be added (like every other query tool).
- Sql-statements should be timed, the time should be shown in milisecounds(!) and rounded/truncated (it might not be that percise but it invaluble as a quick guage when rewriting a sql to see if you a going in the right direction). For extra points show any "long ops" messages/status at regular intervals. Maybe it would be very interesting (powerfull) to see "buffer gets" next to the elapsed time.
- "Execute" really need a hotkey. I would suggest either "Ctrl+Enter" (for compatibility with Toad), "Ctrl+E (for compatibility with Sql Server) or F5 (for compatibility with Sql Server and Visual Studio). The hot key sould be shown in a tooltip when hovering the execute button.
- I overlooked the execute button at first. Move it to a toolbar and make it a green "Play"-button (for compatibility with Toad, Tora and Sql Server).
- When having 2 sql-statements in a query window you seem to execute the last one. Please execute the one under the cursor. Sql statements should be seperated by empty lines (ie. containing only white space) or a semicolon.
- The "Toggle Query Output" is non-descriptive. Change it to "Hide Query Output" (and "Show Query Output" respectively) and add the little black cross that e.g. the "Task List" have.
- When having e.g. "select * from dual;" the Query Window and going to the line before that statement and typing "/*test" the whole window turns green (so far, so good), but when adding the closing "*/" after "test" the select-statement stays green.
- Line and collumn-numbers in the error messages would be really usefull.
- It seems that you don't provide help to the keywords? it thought that was one of the "selling points"?
- Intellisense would be nice (but maybe mostly a "cool"/"demoware" feature). But maybe a hotkey for opening the "Oracle Explorer" with the active (eg. where the cursor is on or a the right of) table/view/function/package/... expaned would be more usefull. If the cursor is at the right of the keyword "FROM" a list of tables should be shown but if it is on "FROM" the help with the syntax should be shown. Escape should return focus to the query.
- Ctrl+L should make the selection lowercase and Ctrl+U make it uppercase (or Ctrl+U and Ctrl+Shift+U for compatibility with the rest of VS.NET). I find that the code, I use the editors "change case"-feature most on is sql sinse I really like sql keywords upper case and identifiers lower case (and oracle ofthe make everything uppercase).
- Now I see that there is a execute button on the toolbar, but (a) you have made it a strange brownish green (please make it greener) (b) you have placed it in the far left (or that is where it showed for me) in the top toolbar, where I had expected it to the left of the text "Query Editor" (inside the "ORACLE://<shema>.<datasource>/Query" pane).
- Move the title "Query Editor" to the Tab (that says "ORACLE://<shema>.<datasource>/Query"). This will save some vertical space and make space for the toolbar. The title "Query Output" might be remove altogether.
- Bind variables doesn't seem to be supported. I think that this is really a problem since *you should make it easy for developers to do the right think* and bind variables certainly is the right thing. You should bring up a window with the binds that are used in the query and enable me to set their type (if you can't figure it out from context (eg. emp.id=:emp_id would probably mean that :emp_id is a number) and their value. Also please persist the type/value for each variable name so I don't need to figure out the id of that employee I usally test with.
A few non-query window notes:
- In the spirit of "make it easy to do the right thing", what would be the easy way to call (and get intellisense on) a package function in a the cs-file?
- In the context menu for a procedure "Run" should be "Run..." sinse it just brings up a window. And you probably want to "Delete" at the bottom (above the line).
- In the context menu for a view "Retrive Data..." should be "Retrive Data" sinse it doesn't bring up a dialog. I accidentally selected it for a rather large/slow view and really wanted a "Stop" button (thanks for the option to stop after 30 seconds). I think you shouldn't retrive more than, say, 50 rows without the user explicitly saying so (and never blob/long raw columns or more than eg. 100 chars from a clob/long column).
- The default action when dobbelt clicking a table shouldn't be "Retrive Data..."(!), it should be "Design...".
- Choosing "Generate Create Script..." (which might just be called "Generate Script") on a produce, funciton or package, should bring up a preview window with a save-button.
- When opening a function in the "Oracle Explorer", setting the cursor on eg. the keyword FUNCTION and hitting F1, the help index opens searching for "Oracle.ODT.SQL.CREATE FUNCTION", but there is (of cause?) no such topic. If I select the any part of the text in the help index search box and hit delete, I am asked "Oracle Explorer, Are you sure that you want to permanently delete '<shema>.<datasource>.<function name>' from the database ?" which is definetly not was I want to do!
With regards to the rest of the add-in, what is was really hoping for was Visual Source Safe integration and easy procedure calling, but that doesn't seem to be implemented. But then I don't know what the problem statement for this add-in was.

Similar Messages

  • Oracle ADF Faces Components, Early Access Release 8 is now available

    Oracle ADF Faces is a rich set of user interface components based on the new JavaServer Faces JSR (JSR-127). Oracle has been actively involved in this JSR since its beginning. The Oracle ADF Faces Components provide various user-interface components with built-in functionality - such as data tables, hierarchical tables, and color and date pickers - that can be customized and re-used in your application.
    ADF Faces also includes many of the framework features most needed by JSF developers today:
    * File upload support is integrated at a component level.
    * Client-side validation is automatically derived from Validators and Converters for an improved user experience.
    * A pageFlow scope makes it easier to pass values from one page to another.
    * A new hybrid state saving strategy gives developers the best of both client and server-side state saving.
    ADF Faces ensures a consistent look and feel for your application, allowing you to focus more on user interface interaction rather than look and feel compliance. The components support multi-language and translation implementation as well as accessibility features. ADF Faces Components use Partial Page Rendering (PPR) offering superior runtime interactivity. PPR allow the browser to just render a piece of a page instead of the entire page.
    The intention with this early access release is to give developers/architects an opportunity to evaluate JSF and Oracle's JSF component offering.
    Oracle ADF Faces Components can be used in any IDE that support JSF, including Oracle JDeveloper 10g.
    Oracle ADF Faces Components, EA8

    Jonas,
    It works if I include the following:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    The source is now:
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA8" prefix="af"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>untitled</title>
    </head>
    <body>
    <f:view>
    <af:outputText value="hello ADF Faces!"/>
    </f:view>
    </body>
    </html>
    Did I feel out something in my library entry?
    Thanks.

  • Java 1.4.1 Release Candidate (RC) NOW AVAILABLE!

    What is this?

    1.4.1 (RC) is the last pre-release version of 1.4.1. A final release of 1.4.1 will occur this fall. RC stands for Release Candidate. Usually, very few changes (If any) will be made at this point.

  • E-Business Suite 12.1.2 Release Content Documents Now Available

    Hi;
    I want to share this information. Details avaliable on Steven Chan's blog:
    http://blogs.oracle.com/stevenChan/2009/10/ebs_1212_rcd_available.html
    Regards
    Helios

    Hi dan;
    the astonishingly-prolific and skilled user 'hsawwan',As You point, Steven Chan is totaly right.... Hussein Sawwan is soul of this forums. (Not only gives R12 support, he also gives about R11, linux etc). We are soo lucky he is here wiht us
    Regard
    Helios

  • Sun Ray Software release updates now available

    The following maintenance release updates are now available from My Oracle Support:
    Sun Ray Software 5.4.2
    Sun Ray Operating Software 11.1.3
    For a list of bugs fixed, see the product Release Notes Documentation.
    Download these releases from My Oracle Support, or go to Downloads on OTN for download instructions.

    I'm getting bugged by my gf.. she has an unbranded 5800, a CV but it's stuck on v21.. problem is, her phone is hanging at the start of, during, and at the end of calls.. locking up hard. Thing is, we've never installed anything new on the phone with the exception of the maps update.. She does use it as an alarm clock, so I guess she'd be particularly miffed at it being inaccurate (like I was with my N97.. I now use a real alarm clock instead.. pittyful, I know!)
    Introducing timing issues.. I think she can cope with.. She's not using it to read/access email she really just wants a working phone.. I didn't realise how bad it had got until I observed its performance first hand over a day.. 2 crashes! ouch!
    So, seeing as Nokia haven't released a CV variant for this product code since v21 (which was very late when it came out earlier this year) and it is very nearly a year old.. is it worth forcing the update issue to try and get a Euro generic v31? Has anyone else noticed basic usage stability improvements? That's the key thing.. new features, speed aren't too important.. its the ability to answer a call without removing the battery that's getting her down

  • Xcelsius 2008 Service Pack 1, Fix Pack 1 is now available

    Hello,
    FP1 is now available and posted on the Business Objects download support site. You can access it here: <a href="https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm">https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm</a>
    It applies to Engage, Engage Server and Enterprise.
    Fix Pack 1.1 Release Notes are now available online for download at [http://help.sap.com/content/bobj/overview/index.htm]
    After the upgrade in Help > About  your Xcelsius version number should be 5.1.1.0.  Build 12,1,1,344.
    You must already have SP1 installed before installing FP1. Customers buying Xcelsius after August would already have SP1. To confirm which version you have click on help -> about. The Build Number should be: 12,1,0,247.
    Take care,
    Saskia
    Welcome to the Xcelsius Forum!
    Please also see the [Xcelsius Community|https://www.sdn.sap.com/irj/sdn/crystalreports-xcelsius] and [SAP Wiki FAQ|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/wiki+faq] for extra help. 
    Use the search to find answers before you post.
    More detailed [rules of engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], can be found on the SAP Wiki.
    Happy posting!
    The Community Team
    Edited by: Andy Brathwaite on Dec 17, 2008 10:12 PM

    I have installed  Xcelsius 2008with SP1 and the FP1.
    The problem I have is with all the versions.
    If I open Xcelsius and click on File -> Manage Add-ons.., I get the following error message:
    Microsoft Visual C++ Runtime Library
    Runtime Error
    Program C:\Program Files\Business Objects\Xcelsius\Xcelsius.exe
    The application has requested the RunTime to terminate in an unusual way.
    Please Contact the application support team for more information.   OK.
    Now after I click on OK, the computer completely freezes up and has to be restarted - with a hardware reset. Power Off and Back On.
    I have the About screen with  Xcelsius Version 5.0.0.99
    Build Number 12,1,0,247
    This occurs on a HP tablet AMD Turion X2 Dual-Core Mobile RM-72, Windows Vista Ultimate 32-bit SP1.
    I have uninstalled and reinstalled the software 3 times, and still no luck.
    The PC is less than a week old, and I am just configuring it and trying to ensure the software is functioning correctly.
    During the restart of the PC, after I have requested restart windows normally, I get the message that flashes up sometimes, that states
    441/441 / registry (or very similiar - it happens very fast)

  • Babel Language Packs R0.13.0 are now available!

    Babel Language Packs R0.13.0 for Mars, Luna, and Kepler release trains are now available! Translations in all languages for all projects in Babel up to 2015/08/04 are included in R0.13.0.
    http://download.eclipse.org/technology/babel/babel_language_packs/R0.13.0/
    We tested the Babel Language Packs in multiple languages on different operating system platforms. Translation completeness for each language may vary. All translated strings are displaying okay. No corrupted characters.
    Thanks to all the Babel translators for the contributions! Enjoy the language packs!

    People complained when Adobe added the arrows to the mouse cursors.
    Now people complain when the cursor is returned to a Text insertion bar, without the arrow.
    Clearly not every customer agrees on how cursors should work, nor apparently everyone in Adobe either.
    I have this really great idea...  Maybe Adobe could make mouse cursors with arrows an option you can select.  I for one would choose the cursors with arrows, as Niall above would also, I suspect.
    -Noel

  • SQl Developer 3.1 / Data Miner Production Release is now available

    Hi,
    The SQL Developer 3.1/Data Miner Production Release is now available.
    For more details see the OTN Forum announcement:
    https://forums.oracle.com/forums/ann.jspa?annID=1747
    Thanks, Mark

    It will be there when the Oracle Cloud is released.
    -kris

  • Oracle JHeadstart 10g release 9.0.5.1 now available!

    All,
    Oracle JHeadstart 10g Release 9.0.5.1 is now available. More than a month ago Oracle released Oracle JDeveloper 10g (9.0.5.1). This new JHeadstart release is certified against both JDeveloper 9.0.5.1 and 9.0.5.2. You can now benefit the strong combination of the new versions of Oracle JDeveloper and JHeadstart.
    What is Oracle JHeadstart?
    JHeadstart is a development tool kit, fully integrated with JDeveloper, that enables rapid component based development of J2EE applications using the Model-View-Controller (MVC) design pattern. It provides customers with 4GL-like productivity without jeopardizing the flexibility and openness of the J2EE architecture. In addition it includes a bridge from Oracle Designer that enables customers to generate fully functioning J2EE applications from Oracle Designer or to migrate Oracle Forms to J2EE.
    What is new in this release?
    In addition to the certification mentioned above this release includes the following new features:
    - Support for Oracle TopLink, adding extra flexibility.
    - A Tutorial that describes and a demo application that shows how to use JHeadstart in conjunction with TopLink based on multiple project experiences.
    - Links from the Applications Structure File editor to both the BC4J property editor as well as the JHeadstart Application Generator which streamlines the development process.
    - Pop-lists for regions and domains to prevent typing errors
    - Generation of regions in JSP pages
    - Fixes, for a complete list of fixes please refer to the release notes.
    Where to download?
    This maintenance release can be downloaded from the supplement option portal ( http://cso.oracle.com/ ) for customers that hold a supplement option license. It will be available for evaluation purposes on OTN later on.
    Where to go for more information?
    For more information go to the JHeadstart Product Center on OTN http://otn.oracle.com/consulting/9iServices/JHeadstart2.html.
    Regards,
    Ton van Kooten
    JHeadstart Team
    Oracle

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • Announcement Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available

    Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available for download from metalink. Bugnumber for the patch release is 2131815.
    You must install this patch release over an Oracle9iAS 1.0.2.2 installation of Oracle9iAS Portal. You can install it over either a production installation (3.0.9.8.0) or a patched installation (3.0.9.8.1, 3.0.9.8.2). This patch release is cumulative and it incorporates the changes from the earlier patches (3.0.9.8.1, 3.0.9.8.2). The installation instructions are in README.TXT and RELNOTES.HTM contained in the patch release.
    The patch will be available for other platforms by the end of May.

    I saw this warning in the content area API home page.
    Warning - The Content Area APIs available in 3.0.8.x and 3.0.9.x will not work with Oracle9iAS Portal 9.0.2. They are not available with this release
    Will there be other API's?
    Are you removing the concept of loading an item through APIs?
    Thanks in advance
    Harish

  • Latest releases of Designer 10g and 10gR2 now available on OTN

    The latest maintenance releases of Designer 10g (9.0.4.7) and Designer 10gR2 (10.1.2.2) have been available for download on Metalink for some time now. These releases were recently made available for download from OTN. In addition, the latest release notes, installation guide, bug fixes for Designer and SCM, and error messages are now also available online. Links to the downloads and these documents are available from the Designer home page on OTN: http://otn.oracle.com/products/designer/index.html
    Suresh Ramaswamy
    Designer Development

    Yes, that is correct. However, SCM is no longer being released as a standalone product. You should use Oracle Designer (which includes the Repository and all SCM functionality) instead.
    - Suresh

  • BI Beans 9.0.3 production is now available!!

    We are pleased to announce that BI Beans 9.0.3 production is now available for download. Go to http://otn.oracle.com/products/bib/content.html for software, samples, tutorials and more.
    This is the first production release of BI Beans that supports Oracle 9.2 - including the new analytic capabilities available with Analytic Workspaces.
    This version of BI Beans requires JDeveloper 9.0.3.
    Enjoy!
    BI Beans PM

    Our organization is also waiting for the 9.0.3 release of BI Beans Production. Could the BI Beans PM team give us an approximate date as to the release so that we may ensure our development resources are available at that time? It is difficult to initiate a development project when we are checking OTN daily to determine if we may proceed.

  • Announcement : New SPS Patch Release (v 6.0.3) Now Available

    A newer release of Service Provisioning System (version 6.0.3) is now available for download on sunsolve
    The Release Notes for this release are available here and is a good place to start.
    {color:#0000ff}*You are strongly encouraged to go through the Release Notes AND the README instructions of all the patches thoroughly before starting your patch installations.*{color}
    The following are the key changes that were incorporated in this release.
    1) A fix in the SPS transport layer code was implemented to provide performance optimization of deployment jobs over a raw, SSH or SSL connection. Specifically, customers using an SSL connection between MS and the RA/LD nodes can observe noticeable performance improvements while deploying large payloads.
    2) A fix was also added to correct the default database encoding for customers who want to use extended ASCII character sets. This would not only facilitate clean database migration between 5.2 to 6.0 of any UTF-8 characters, but also ensure data integrity on fresh 6.0 installation. It's strongly recommended that customers take necessary steps to apply this fix on their SPS 6.0 installations.
    3) Certain GUI related      bugs were fixed and some missing functionality was added back.
    4) It is to be noted that this is a cumulative patch on top of the earlier patch release version 6.0.2. Hence all the bug fixes that were delivered with the 6.0.2 patch are also accumulated into the 6.0.3 patch
    5) Response time of GUI login validation has been improved.

    another option would be to make either the n1sps export not writing explicit end tags
    <element />
    instead of
    <element></element>
    or
    making the import / schema a bit less sensitive about whitespace within elements. The current bug, that you cannot export the xml, reformat in netBeans and then re-import is extremely annoying.

  • The February 2015 release of SQL Server Data Tools is now available for download

    We'd like to announce the availability of the latest February 2015 release of SQL Server Data Tools.
    This update is now available for Visual Studio 2012 and 2013. For Visual Studio 2012, use the SQL > Check for Updates tool inside Visual Studio. For Visual Studio 2013, check the Visual Studio update channel (Tools > Extensions and Updates > Updates)
    for this update.  Alternatively, administrative installs are available via the link below.
    Get it here:
    http://msdn.microsoft.com/en-us/data/hh297027
    What’s New?
    Support for the latest Azure SQL Database V12 features
    Improved Cross-Platform Schema Comparison
    New advanced publish options
    Fixes for customer reported issues
    For more details, see the SQL Server Data Tools team blog:
    http://blogs.msdn.com/b/ssdt/archive/2015/03/03/sql-server-data-tools-and-data-tier-application-framework-update-for-february-2015.aspx

    While we are investigating this issue, you can revert to the November release with the links below.  You will need to uninstall your current SSDT.MSI and then run the installer from these ISOs.
    Visual Studio 2012 versions:
    SSDT_11.1.41025.0_BR.iso
    SSDT_11.1.41025.0_CN.iso
    SSDT_11.1.41025.0_DE.iso
    SSDT_11.1.41025.0_EN.iso
    SSDT_11.1.41025.0_ES.iso
    SSDT_11.1.41025.0_FR.iso
    SSDT_11.1.41025.0_IT.iso
    SSDT_11.1.41025.0_JA.iso
    SSDT_11.1.41025.0_KO.iso
    SSDT_11.1.41025.0_RU.iso
    SSDT_11.1.41025.0_TW.iso
    Visual Studio 2013 versions:
    SSDT_12.0.41025.0_BR.iso
    SSDT_12.0.41025.0_CN.iso
    SSDT_12.0.41025.0_DE.iso
    SSDT_12.0.41025.0_EN.iso
    SSDT_12.0.41025.0_ES.iso
    SSDT_12.0.41025.0_FR.iso
    SSDT_12.0.41025.0_IT.iso
    SSDT_12.0.41025.0_JA.iso
    SSDT_12.0.41025.0_KO.iso
    SSDT_12.0.41025.0_RU.iso
    SSDT_12.0.41025.0_TW.iso

  • OraOLEDB 9.2.0.4.0 production release is available

    OraOLEDB 9.2.0.4.0 production release is available for download from OTN. Broken download link issue has been fixed.
    What's new in this release?
    ===========================
    New Data Types Support
    Oracle9i and later versions data types:
    - TIMESTAMP
    - TIMESTAMP WITH TIME ZONE
    - TIMESTAMP WITH LOCAL TIME ZONE
    - INTERVAL YEAR TO MONTH
    - INTERVAL DAY TO SECOND
    TIMESTAMP, TIMESTAMP WITH TIME ZONE, and TIMESTAMP WITH LOCAL TIME ZONE data types are mapped to OLE DB DBTYPE_DBTIMESTAMP; INTERVAL YEAR TO MONTH and INTERVAL DAY TO SECOND are to DBTYPE_STR.
    OLE DB DBTYPE_DBTIMESTAMP data type does not have TIME ZONE information. For data insertion into a TIMESTAMP WITH TIME ZONE or TIMESTAMP WITH LOCAL TIME ZONE, the client's time zone setting is used. For data retrieval, TIME ZONE is dropped for TIMESTAMP WITH TIME ZONE columns, but TIME ZONE is used for TIMESTAMP WITH LOCAL TIME ZONE columns.
    For TIMESTAMP, TIMESTAMP WITH TIME ZONE, and TIMESTAMP WITH LOCAL TIME ZONE, ADO consumers must specify the CursorLocation as adUseServer and use Recordset for DML operations.
    Fractional second is not supported for TIMESTAMP binding with Command objects. Note that using ALTER SESSION to change time zone information will not change the time zone information in the new and existent Recordsets. Recordsets use the client's time zone setting in Operating System's Regional Options.
    Supported INTERVAL Formats:
    - INTERVAL YEAR TO MONTH: "(sign)years-months"
    Example:
    "2-3" (2 years and 3 months)
    "+2-3" (2 years and 3 months)
    "-2-3" (negative 2 years and 3 months)
    - INTERVAL DAY TO SECOND: "(sign)days hours:minutes:seconds.fraction"
    Example:
    "7 10:20:30.123456"
    (7 days, 10 hours, 20 minutes, and 30.123456 seconds)
    "+7 10:20:30.123456"
    (7 days, 10 hours, 20 minutes, and 30.123456 seconds)
    "-7 10:20:30.123456"
    (negative 7 days, 10 hours, 20 minutes, and 30.123456 seconds)
    OraOLEDB-specific Connection String Attributes
    ==============================================
    UseSessionFormat - specifies whether to use the default NLS session formats or let OraOLEDB override some of these formats for the duration of the session.
    Valid values are 0 (FALSE) and 1 (TRUE). The default is FALSE which lets OraOLEDB override some of the default NLS session formats. If the value is TRUE, OraOLEDB uses the default NLS session formats.
    Note that this connection attribute does not appear under the OLEDB registry key.
    BUG FIXES (in 9.2.0.4.0)
    ========================
    1. -2147217887 is generated when inserting data using accessor class (Bug #3114560)
    2. Calls to OpenSchema leak memory (Bug #3038113)
    3. Fraction gets truncated for FLOAT column when decimal separator changed to comma (Bug #1633090)
    4. Returns incorrect data for LONG-RAW columns with default ChunkSize 100 bytes (Bug #3069807)
    5. Failures and access violation occur on 'SELECT CASE' queries (Bug #2910141)
    6. Memory leaks during connect/disconnect (Bug #2794171)
    7. Oracle OLE DB Provider returns DBTYPE_STR when it should return DBTYPE_WSTR (Bug #2651518)
    8. SELECT with a parameter bind of type number in WHERE clause causes ORA-1722 error (Bug #2391768)
    9. Corrupts data when using multi-threaded application (Bug #2822641)
    10. Does not return DBSTATUS_S_TRUNCATED appropriately (Bug #2743415)
    11. Memory leaks when using "SELECT DISTINCT" and aduseclient (Bug #2626329)
    12. ORA-01036 error occurs when using bind variable (Bug #2665941)
    13. 'SELECT CASE' returns ORA-923: FROM keyword not found (Bug #2457001)
    14. Wrong order of ADO output parameters crash appl/vb when one param is of Timestamp type (Bug #3158709)
    15. ALTER SESSION SET NLS_NUMERIC_CHARACTERS = ', ' truncates float after decimal (Bug #3158709)
    16. Date values cause intermittent DB_E_ERRORSOCCURRED in COM+ application (Bug #3209734)
    17. OraOLEDB crashes with 800 bind parameters and PL/SQL anonymous block (Bug #2744164)
    18. Oraoledbgmr!odbcsqltoorclsql crashes with COM+ under load (Bug #2730995)

    Is the recommended 9.2.0.4 patchset needed for the Database Server only? Is there a patchset to upgrade the 9i Client to 9.2.0.4 also?

Maybe you are looking for

  • Account Dimension not included in Appshel?

    Hi experts, just installed BPC NW. It is curious that is not included the account dimension in appshel. There are others of the same type such as P_ACCT, C_ACCT and O_ACCT. Just curious because many of the papers refer to Account dimension. Is this a

  • Not unzip the .gz file

    I am installed Solaris 8 on the sun sparc machine. i want to install the ssh on the solaris. i have download from sunfreeware.com. but i am not able to unzip the .gz package. can any boyd help me.

  • Bmp, does call ejbStore before ejbFind in weblogic?

    the message before said in weblogic 6.1 you should set include-update tag of weblogic-cmp-rdbms-jar.xml, then ejb would call ejbFind() before ejbFindXXX, but this tag is for cmp, what about bmp, in spec, bmp also should flush state before ejbFind(),

  • Adobe Reader 7: Error 500

    Hello I have a designed a PDF form using LiveCycle Designer 8. The form has a Submit button which on clicking invokes a Servlet sitting on a websphere server and then passes the data to the Servlet. The Servlet sends a TEXT/HTML response object. I am

  • Is there an option to import with custom groups in PSE 9's organizer?

    With the Organizer included with PSE7 (and earlier, as I recall), I always used the option Custom Groups (Advanced) in Create Subfolders. This allowed me to easily save imported photos into different folders and naming the files accordingly. For exam