Unpublished pug, hidden parameter and Oracle Support

I'm posting this, not in the hope of a solution, but in the hope that you will confirm my outrage at the stupidity of the response from Oracle Support. The following is cut and pasted from my SR.
UPDATE
=======
Hi Matthew,
This is caused by the following unpublished bug.
Bug 6818207 - SIGSEGV AT QESHIHINSERTPROWINBKT()+36 DURING SELECT GROUP BY
You should use the workaround and wait until a patch is available.
o Set "_gby_hash_aggregation_enabled" = FALSE.
o Wait until a patch is available.
Thanks,
REMOVED
27-JAN-09 11:30:01 GMT
Email Update button has been pressed: Sending email to REMOVED
27-JAN-09 16:54:03 GMT
New info : REMOVED
This is not a 'new' SQL, it has been run several times on Production and non-Production environments. Nothing
has been changed recently.
I am a bit worried about using this hidden parameter. Are there any side effects? (Like could it generate an ORA-600 if
used in conjunction with another parameter for example).
Thankyou.
28-JAN-09 11:03:47 GMT
UPDATE
=======
Hi Matthew,
Your developers should know whether this parameter should have an effect on your system or not, please try to reproduce the pro
blem on a test environment first and try to see if the parameter should stop and
whether it will affect anything else.
Oracle 10g release 10.2 Introduces a new feature called Hash Group by aggregation which allows a hash algorithm to proce
ss group by statements. This functionality can be disabled using the following d
ynamic database parameter:
SQL> alter session set "_gby_hash_aggregation_enabled" = FALSE;
Thanks,
28-JAN-09 11:03:52 GMT
Email Update button has been pressed: Sending email to REMOVED
28-JAN-09 05:26:03 : CHANGES MADE VIA MetaLink
NOT YET FORWARDED TO OUR INTERNAL SYSTEMS :
New info :
Hello REMOVED,
"Your developers should know whether this parameter should have an effect on your system or not, please try to reproduce the problem on a test environment first and try to see if the parameter should stop and whether it will affect anything else."
Quite frankly I'm shocked. The developers here didn't develop the code for the Oracle Server. The bug, as you said, is an Oracle bug, how would developers who develop a product that uses Oracle know if a bug fix sanctioned by Oracle - a hidden parameter for an unpulished bug - impacts their product?
Please ensure that this SR is dealt with by one of your seniors.
I shall be posting the details of the SR on OTN.
Was I being harsh? Should the developers of a product that uses the Oracle Server know about the impact of a hidden parameter?
Would love to hear your opinions.

Your developers should know whether this parameter should have an effect on your system or notYes they will know the side effects had they been working with Oracle as developers for last 10 years or so and have now joined your company recently (and then developed the entire application in matter of days to hit the bug).
And I don't think you are being harsh here.

Similar Messages

  • How to create link to Bug DB and Oracle Support SR

    I have been trying to connect Bug DB to apex, but got a insufficient previledge error.
    I need to connect to Bug DB and Oracle Support through my APEX application to get bug status and SR status automatically.
    I think I should create db links to Bug DB and Oracle Support SR DB first,
    but I got below error while trying to do it.
    Create Database Link Failed.
    ORA-01031: insufficient privileges
    Who can grant me the privileges, or let me know how to link to Bug DB and SR DB.
    My Workspace / Schema of APEX(apex.oraclecorp.com) are listed below.
    OARDC_JSRC / JSRC_CLJ --- For Development and Test
    NOKK_JSRC / NOKK_JSRC --- For release.
    Thanks & Regards,
    lgui

    Hi Igui,
    please don't discuss Oracle internals on the public OTN forum. We have an internal mailing list for such questions. Please see "Internal Application Express Discussion Forum" and "Contact Support" link in the "Side Specific Tasks" region on the login page. This link will also explain what to do to get database link privileges.
    About BugDB integration, please have a look at the following posting http://joelkallman.blogspot.co.uk/2010/12/bugdb-reporting-version-2.html
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • LInux and Oracle Support

    Hello:
    I'm looking to buy a laptop and have a Linux operating system installed on it. I also need to install Oracle 11g and SQL Developer.
    As far as support for Oracle is concerned, what Linux distribution works best with Oracle and is supported by Oracle? I know that Ubuntu isn't supported very well.
    Thank you for the guidance.

    Since OEL uses RHEL as a base, they are practically identical except for vendor-specific branding. Either may have updates or fixes not in the other, but they mostly track pretty well.
    You can find the purchase price of RHEL on their web site http://www.redhat.com; anything I could say would be second-hand rumor :D
    Note that although Fedora is a Red Hat project, it is not the same as RHEL and is thus not supported as an O/S by Oracle. Some people have been able to get Oracle products to work on it, but I'd not recommend that for a newbie.
    Cheers

  • Mismatch between COMPATIBLE Parameter and Oracle Version

    Hi,
    If the ORACLE version is say 11g but the compatible parameter in init.ora is say 9.2.0 or 8.1.7 what will be the effect on the database?
    Will the database behave as like 11g or of the lower version?
    If we alter the init.ora to the new version for compatible paremeter will it affect DB rebooting?
    This is an interview question and i could not answer.
    Please let me know the answers.

    If the ORACLE version is say 11g but the compatible parameter in init.ora is say 9.2.0 or 8.1.7 what will be the effect on the database?
    Will the database behave as like 11g or of the lower version?
    If we alter the init.ora to the new version for compatible paremeter will it affect DB rebooting?
    This is an interview question and i could not answer.Here, database created in 11gR2, if try to set lower compatibility it wont be allowed, Below is example.
    Check this article of TKyte.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:485421569569
    Init.ora Parameter "COMPATIBLE" Reference Note [ID 30699.1]
    SQL> show parameter compatible
    NAME                                 TYPE        VALUE
    compatible                           string      11.2.0.0.0
    SQL> alter system set compatible='10.2.0' scope=spfile;
    System altered.
    SQL> shut immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  778387456 bytes
    Fixed Size                  1374808 bytes
    Variable Size             276825512 bytes
    Database Buffers          494927872 bytes
    Redo Buffers                5259264 bytes
    ORA-00201: control file version 11.2.0.0.0 incompatible with ORACLE version
    10.2.0.0.0
    ORA-00202: control file: 'C:\ORACLE\ORADATA\ORCL\CONTROL01.CTL'
    SQL>SID3      
         Newbie
    Handle:      SID3
    Status Level:      Newbie
    Registered:      Sep 27, 2006
    Total Posts:      493
    Total Questions:      68 (56 unresolved)
    Name      Amritansu Ray
    Close the thread if answered, Keep the forum clean.
    Edited by: CKPT on Feb 15, 2012 9:54 PM

  • Java and Oracle support for Solaris 10?

    Hi
    Does anybody know when Oracle plans to support Solaris 10?
    We plan to purchase a Opteron server and would like to use Oracle.
    We also plan to use Sun Java AppServer Platform Edition. Any idea when that will support Solaris 10?
    Am I correct in assuming that Solaris x86 will run fine on an Opteron system.
    thanks in advance

    Oracle support Solaris 10 x86 but I doubt it's native 64 bits. The App. server is supported just go to Sun's site. The short answer is that Oracle and the App. server should both work but not necessarily in 64 bit mode.
    As for the Opteron system, you should check the HCL.

  • About SQL and Oracle

    Hello, I was using a MySQL database and i will soon use Oracle8. I was wandering if Oracle authorize something like mysql_result... I'm looking too for simple documentation about connecting to an Oracle database from a php file using Sql. Do u know books or sites ? Tks

    user12317666 wrote:
    Does Oracle support T-SQL ? Why would Oracle support a proprietary macro-based language implementation from a competitor?
    If it is not supported in Oracle, what is the major grammer difference between T-SQL and Oracle supported SQL ? Oracle has two languages. SQL. PL/SQL.
    PL/SQL is formal declarative procedural language with object orientation programming features. It is based on the Ada language (close relative of the Pascal language).
    SQL is fully integrated with PL/SQL. Which means that you can write and mix SQL source code with PL/SQL source code and the PL/SQL compiler will figure out which is which and where to make calls to the SQL engine for executing SQL code.
    Is there any efficient way for programmer to complete T-SQL transition to Oracle SQL ? Yes. Unfortunately not the answer that you are likely hoping for.
    Forget EVERYTHING you did with T-SQL.
    There is no real comparison between the two. And not only many differences, but some fundamental and conceptual differences too.

  • Pass an hidden parameter to the BI Publisher

    Hi guru,
    I need to pass a value (parameter) to a BI Publisher report without to show the value to the user. I tried to create an hidden parameter, and tried to pass the value but don't work. I tried to call the report in GET and POST without success.
    If the parameter is visible, it works.
    Any idea to do it with another method?
    Thanks in advance
    Alessandro Sabelli

    Hi,
    Thanks a lot for your answers.
    The link http://www.it-eye.nl/weblog/2006/06/12/passing-a-url-parameter-to-model-using-adf/ is no more reachable.
    The following EL expression work for displaying the parameter inside an outputText component :
    #{facesContext.externalContext.requestParameterMap[’yourParameter′]}
    The parameter is not sent to the business service when the button is clicked.
    Thanks,
    Seb.

  • My Oracle Support Communities for Database Installation issues

    The My Oracle Support Community which covers all support related questions on Database Installation is available here:
    https://communities.oracle.com/portal/server.pt/community/database_install/278
    The My Oracle Support Community is a vibrant forum for Oracle customers, partners, and employees to share knowledge, discover best practices, and ask questions. We encourage you to use these communities for all your support related topics.
    With over 427,000 members and 227 communities dedicated to product and industry-specific topics, the My Oracle Support Community encompasses a huge range of technologies, applications, and business processes—including 30 focused communities for Oracle Database, 6 for Enterprise Manager, 4 for Engineered Systems, and more.
    Join a community of peers with real-world experience using Oracle products, and Oracle support engineers who moderate and contribute to discussions, for unparalleled access to deep and practical expertise. With My Oracle Support Community, you’ll get access to information about Oracle technologies to help you improve your operational efficiency and reduce downtime.
    An existing support contract is required to access the My Oracle Support Community.
    If you have not used the My Oracle Support Communities before, please watch this brief (2 minute) video to help you quickly understand the benefits available to you.
    http://bcove.me/rvjqwdn5
    Edited by: rgulledg on Jul 11, 2012 12:17 PM

    Please note that an existing support contract is required to access My Oracle Support. The original text has been updated to reflect this.

  • Oracle Support - what's your opinion?

    What's everyone's opinion of the support provided by Oracle?
    I've been working with Oracle products since version 6. During the 90's the support you got from Oracle was very good but, in my opinion, over the last 10 years or so their level of customer support has been degrading year on year.
    The 'My Oracle Support' portal constantly breaks down. It's sometimes impossible to find anything you want on there. Metalink wasn't exactly flawless but it was miles beter than 'My Oracle Support'.
    If you raise a service request (SR) these days it can take ages for an analyst to pick it up. After that, the actual level of support you receive is very hit and miss depending on who you get allocated to your SR. We've got SR's that have now been open and untouched for over 16 weeks! Granted, these may be low priority, but it wasn't that long ago that Oracle Support analysts would be constantly seeking a closure to your SR. These days they don't seem to be bothered.
    What's everyone else's thoughts/experience?
    Edited by: DonnyDBA on 25-Nov-2010 07:11

    If you would ask whether Oracle currently looses customers due to their abonimal support I would have agreed right away.
    The worst thing I ever experienced was an upgrade on a specific platform broke down to a platform specific bug, and Oracle Support was unable to reproduce the problem
    because (deep breath) they didn't have an installation with Oracle on that platform.
    So our org decided to swap platform, because 'Oracle doesn't support that and that platform'
    Mind you in this org there are people who want to get rid of Oracle because it is not a Microsoft product!!!
    The biggest problem is however most analysts
    - only know how to search Metalink (the solutions they provide I can find myself)
    - can not deal with transcultural differences (to put it bluntly: many analysts treat you as a 'stupid user')
    Oracle should never have stopped local support in your own language. That worked!!!
    Sybrand Bakker
    Senior Oracle DBA

  • Announcing DataGuard My Oracle Support Community

    The My Oracle Support Community which covers all support related questions on High Availability -> DataGuard is available under: https://communities.oracle.com/portal/server.pt/community/high_availability_data_guard/302
    Have you ever visited the Community to exchange, learn, share and get answers to your support related questions? This My Oracle Support Community is a vibrant forum for Oracle customers, partners and employees to share knowledge, discover best practices and ask questions. We encourage you to use these communities for all your support related topics.
    Generally with over 427,000 members and 227 communities dedicated to product and industry-specific topics, the My Oracle Support Community encompasses a huge range of technologies, applications, and business processes—including 30 focused communities for Oracle Database, 6 for Enterprise Manager, 4 for Engineered Systems etc.
    Join a community of peers with real-world experience using Oracle products, and Oracle support engineers who moderate and contribute to discussions, for unparalleled access to deep and practical expertise. With My Oracle Support Community, you’ll get faster, real-time access to information about Oracle technologies to help you improve your operational efficiency and reduce downtime.
    An existing support contract is required for this service.
    If you have not used the My Oracle Support Communities before, please watch this brief (2 minute) video to help you quickly understand the benefits available to you.
    http://bcove.me/rvjqwdn5
    Regards,
    Carmelo Amoroso
    (Snr Manager High Availability Produts for Global Customer Support)

    to use MyOracleSupport Communities you need to be part of an organization that gives you access to the the Support with a CSI - That is correct!Got it.
    On the other side, working on this other Community will give you the opportunity to integrate the threads with all the contents available from Oracle Support.Even its good point, where we can look up into different communities.
    By the way, I would like to clarify that the Community I'm advertising here is NOT replacing this OTN forum.
    As you said, I just wanted to take the chance to advertise it in the interest of every customer who can access it.
    Hope this helps.Thank you, But you know? still i like to give some good priority to OTN, why because. People who are learning and trying to explore their knowledge and who do not have CSI, where they can contact? they are really helpless. & Support community people all have CSI activiated they can raise SR any time.
    Of course you are not asking to leave OTN, its just one of my point why i prefer OTN. but for sure will see threads from Community as well.

  • Oracle support under PHP / 8i or 9 and a RedHat 9 / Apache 1.3.X machine

    Hi,
    I have a server (currently 7.1) with apache + php
    compiled with oracle (and mcrypt, imap, gettext) support.
    In order to do so I've installed the 8i linux
    version, make a tar.gz of the libs directory and
    installed in my server.
    I runs fine accessing a remote (not mantained by me)
    oracle database.
    I am planning to switch to a newer distribution and
    was considering the RH9 but with the "old" 1.3.x apache.
    Since I do not actually use Oracle (just enable php
    scripts to do so) I am kind of lost if the combo (old
    8i libs with redhat 9) are stable enough or should I
    try a newer version, such as oracle 9.
    And in that case if is there a "developers" package/installation that enables me just to install the required libs/headers without having to actually install the whole db.
    Since the answer can be slighty OT fell free to send
    me directly.
    Thanks.

    I'm in a similar situation where i'm migrating from Win2k + PHP & want oracle support to connect to a remote server.
    I got as far as installing redhat 9 & installing the oracle client.
    I still can't get oracle to work in PHP though. doing a bit of research I dont think the redhat 9 RPM's come with oracle support compiled. I really dont want to be maintaining custom compiled php versions i'd rather just have up2date do it all. I hear you can get ODBC to work with oracle, but most of the stuff i've looked at covers doing this on windows, not linux.
    If anyone out there has manager to get PHP & oracle working on RH9, without re-compiling PHP please let me know!

  • Which widows server 2008 release and edition supports Oracle 11g R1 64 Bit

    Hi
    Trying to install the Oracle 11g R1 64bit on Windows server 2008 . Hence requesting you all , which Windows server 2008 Release and Edition support Oracle database 11g R1 64bit .
    Thank You
    Edited by: user8709943 on Nov 12, 2010 10:34 AM

    Hi,
    even 2008 also certified, totally widnows 2008/2003 R2/xp/vista , linux, ibm aix, hp Ux ...
    go to http://support.oracle.com --> certifications ---> select product "ORACLE DATABASE" ---> Release "11.x.x.x' --> select platform "ANY"
    you can check all the compatibility..
    *https://support.oracle.com/CSP/ui/flash.html#tab=CertifyHomePageV2(page=CertifyHomePageV2&id=ggfixmkw())*
    Thanks

  • Oracle Support Site is slow and unresponsive today

    Frequently getting following error on support.oracle.com today
    Does anyone else also facing similar problem
    Gateway Timeout
    The proxy server did not receive a timely response from the upstream server.
    Reference #1.bb518c4f.1383982607.364be2d2

    I have no issues accessing MOS. The forums site is independent and exclusive of MOS - they are two separate entities. Pl report MOS issues at Oracle Support Contacts Global Directory

  • Oracle Support and XMLP

    Is it only me or anyone else experiencing less than stellar responses from Oracle Support for XMLP ?
    We are on 5.6.2 + EBiz suite and I am not able to generate an eText file using APIs. According to OSS, I should be reading 5.6.1 documentation.
    Does that sound right ? I am little confused now as to why I should refer to 5.6.1 when we are using 5.6.2 core apis.

    I added a comment to the differnt post by you.
    Please try it and let me know if it works or not.
    Re: EText Outbound using API - How do I specify the XSL file?
    Shinji

  • Is Oracle Spatial, Mapbuilder and Mapviewer supports TTF(True Type Fonts)

    Hi to all,
    Is Oracle Spatial, Mapbuilder and Mapviewer Supports TTF,How to load TTF into Oracle Spatial and how to assign TTF to Point Data,
    i think Map Builder had option,but how load using map builder,
    is any Oracle script to load TTF,pl provide help.
    Regards,
    Ramakrishna.V

    You can only use ttf symbols for markers.
    in MapBuilder click on Tools menu, click on Import Truetype font.
    Use the mapbuilder that is part of the latest kit on OTN. It contains some fixes for TTF handling.

Maybe you are looking for

  • 1:N relationship in forms

    I have a master-detail block relationship in my application. When i add records, they seem to get added fine. But when i try to update child record i would like the form to create a new child record.. I want this work like 1:N relationship whenever i

  • Excise getting calculated on header level

    Dear All , When I make PO for 2 items with same vendor one with Excise and other is without excise , system calculates excise for both the items on header level . But ideally it must be for one item which is applicalbe for Excise . Please guide Detai

  • New email password reverts to old password after saved

    All of a sudden, about a week ago, my push mail stopped working on my AT&T account. I did the usual things, restarted the phone, deleted the email account and added it back, etc. but it still won't push. The strange thing is I went into my AT&T accou

  • Re-scheduling workbooks from Discoverer Admin

    Hi All, We have Discoverer integrated with Oracle Applications. When logging into Discoverer Admin as EUL owner, it is possible to re-schedule workbooks scheduled by other users by navigating to 'Tools->Manage Scheduled Workbooks...' and clicking on

  • Mark call as callback in Cisco UCCX outbound

    Hi, I am using Cisco UCCX 10.0. I configured outbound system in uccx and calls are offering to agents. Anybody please help how a call can be marked as callback in uccx. Also whether i can update the result of the call; for example: I am running a cam