Grouping Sets with Version 1.1

Has anyone tried to do a query using grouping sets in version 1.1? Everytime I try I get:
Error report:
SQL Error: ORA-00604: error occurred at recursive SQL level 1
ORA-01000: maximum open cursors exceeded
00604. 00000 - "error occurred at recursive SQL level %s"
*Cause:    An error occurred while processing a recursive SQL statement
(a statement applying to internal dictionary tables).
*Action:   If the situation described in the next error on the stack
can be corrected, do so; otherwise contact Oracle Support.

I can't imagine why SQL Developer would use more cursors than other tools as it is essentially just sending the sql statement to the database using jdbc. There were some problems with cursor leaks in earlier versions but I believe those were fixed.
Try this query from another session. It shows current and accumulated cursors. Run it when you start sqldeveloper, and before and after running the query.
select sid, name,value
from v$sesstat sess
inner join v$statname stat
  on sess.statistic#=stat.statistic#
where sess.sid=<your session sid>
and name like 'opened%';

Similar Messages

  • Is this a bug with grouping sets?

    Version is Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    SQL> with data as
      2  (select rownum r, 'X' x, 1 n from dual connect by rownum <= 10)
      3  select x
      4       , sum(n) s
      5       , (select sum(1) from dual where dummy = x) t
      6  from data
      7  group by grouping sets (x, ())
      8  /
    X          S          T
    X         10          1
              10
    SQL>  Shouldn't the superaggregate row have a 1 in the T column?

    Here's your QUERY with the addition of the GROUPING() function:
    SQL> WITH data AS
      2  (
      3     SELECT rownum r
      4          , 'X'    x
      5          , 1      n
      6     FROM   dual
      7     CONNECT BY rownum <= 10
      8  )
      9  SELECT GROUPING(x)
    10       , x
    11       , sum(n) s
    12       , (SELECT sum(1) FROM dual WHERE dummy = x) t
    13  FROM   data
    14  GROUP BY GROUPING SETS (x, ())
    15  ;
    GROUPING(X) X          S          T
              0 X         10          1
              1           10In this case the value for X is null because it's a subtotal row. If you look at the execution plan for this statement:
    PLAN_TABLE_OUTPUT
    SQL_ID  gumphwvgumqc4, child number 0
    WITH data AS (  SELECT rownum r       , 'X'    x       , 1      n  FROM
      dual  CONNECT BY rownum <= 10 ) SELECT /*+gather_plan_statistics*/ x
        , sum(n) s      , (SELECT sum(1) FROM dual WHERE dummy = x) t FROM
    data GROUP BY GROUPING SETS (x, ())
    Plan hash value: 1718326399
    | Id  | Operation                       | Name | Starts | E-Rows | A-Rows |   A-Time   | Buffers |  OMem |  1Mem | Used-Mem |
    |   0 | SELECT STATEMENT                |      |      1 |        |      2 |00:00:00.01 |       0 |    |  |          |
    |   1 |  SORT AGGREGATE                 |      |      2 |      1 |      2 |00:00:00.01 |       4 |    |  |          |
    |*  2 |   TABLE ACCESS FULL             | DUAL |      2 |      1 |      1 |00:00:00.01 |       4 |    |  |          |
    |   3 |  SORT GROUP BY ROLLUP           |      |      1 |      1 |      2 |00:00:00.01 |       0 |  2048 |  2048 | 2048  (0)|
    |   4 |   VIEW                          |      |      1 |      1 |     10 |00:00:00.01 |       0 |    |  |          |
    |   5 |    COUNT                        |      |      1 |        |     10 |00:00:00.01 |       0 |    |  |          |
    |   6 |     CONNECT BY WITHOUT FILTERING|      |      1 |        |     10 |00:00:00.01 |       0 |    |  |          |
    |   7 |      FAST DUAL                  |      |      1 |      1 |      1 |00:00:00.01 |       0 |    |  |          |
    Predicate Information (identified by operation id):
       2 - filter("DUMMY"=:B1)The value for X is being bound to the subquery. If X is null this won't return any rows (I'm sure you knew that :) ). I would say this is expected albeit confusing behavior. You get the same results if you use CUBE or ROLLUP as well.

  • Isse with using Grouping Sets in SQL Server 2008 R2

    Hi,
    I created a query in SQL Server 2012 using grouping sets that works fine.  When I try to use the same query in SQL Server 2008 I get an error ("Inccorrect syntax near SETS").
    I researched using grouping sets in 2008 and didn't see any issue with my query.  What is different in grouping sets 2008 vs 2012?
    SELECT tl.ClientRegionCd as [Client Region Code] , tl.ClientRegionDesc as [Region Name], count(tl.CompleteICN) as [Trauma Letters Sent]
    from TORT_Trauma_Letters tl
    Where CONVERT(VARCHAR(26), tl.SecondNoticeSent, 23) between '2014-06-12' and '2014-06-12'
    GROUP BY GROUPING SETS((tl.ClientRegionCd, tl.ClientRegionDesc), ())
    Stacie

    Check this blog post as how to deal with date ranges
    http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/16/bad-habits-to-kick-mishandling-date-range-queries.aspx
    For your result you can simply achieve your result with UNION ALL, e.g.
    select Client, Region, Letters
    from myTable 
    UNION ALL
    select NULL, NULL, SUM(letters) as Letters
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • Photoshop Elements 13 (Mac) Organizer - Can't save file with version sets.

    I have spent many hours now trying to get Elements Organizer to save Version Sets when I've edited a photo. I've tried more or less every little thing you can find online without any luck. But just moments ago I found that if I move the file to my desktop everything works just fine. I then tried to edit files in a few other folders (also imported to my Organizer) and found that when ever the folder was named to something with a nordic letter in it (å, ä, ö) then I couldn't save my file with version sets (option greyed out) but if I moved that same file to another folder, well then everything worked as it's suposed to.
    I'm using the trial version of PSE 13 for Mac (Yosemite) and the full version is ordered and on it's way. But if this problem can't be fixed, I need to return that order and buy some other photo editing program.
    Can anyone help me with this problem? Is there perhaps a solution to this?
    Please, any help is much appreciated!

    I'm using the English version (as more or less always - Swedish is rarely an option). The thing is that I have never encountered this problem before in any other software I've been using, and certainly not in Aperture that I've been using up until now.
    I name my photo folders with a date and a few words, for ex. "2014-12-31 New Years in Stockholm" (but I normally write in Swedish). I use this method so that my folder that contains the original photos will be easy to find in even without any other software than Finder (or Windows Explorer if I connect my external drive to a Windows machine). I could change the name of all of my folders, or at least all of the folders with a name containing one or more of the letters Å, Ä or Ö to "force" PSE to work as it should, but why? This really shouldn't be a problem.
    I was hoping that their was a simple option or something like that that could fix this issue, but I guess not.
    If this problem lies in the software itself I will have to return it and look elsewhere (but where? Lightroom is certainly not an option if Adobe can't handle "normal" letters and Aperture is discontinued in a few months).
    Thank you for your reply!

  • Set "peoples or groups" field with current user "login name" in sharepoint list form using javascript

    hi friends
    i am trying to set peoples or groups field in sharepoint  list form with current user login name
    here my code
    <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.js"></script>
    <script type="text/javascript">
    $(document).ready(function NewItemView () {
    var currentUser;
        if (SP.ClientContext != null) {
          SP.SOD.executeOrDelayUntilScriptLoaded(getCurrentUser, 'SP.js');
        else {
          SP.SOD.executeFunc('sp.js', null, getCurrentUser);
        function getCurrentUser() {
          var context = new SP.ClientContext.get_current();
          var web = context.get_web();
          currentUser = web.get_currentUser();
          context.load(currentUser);
          context.executeQueryAsync(onSuccessMethod, onRequestFail);
        function onSuccessMethod(sender, args) {
          var account = currentUser.get_loginName();
          var accountEmail = currentUser.get_email();
          var currentUserAccount = account.substring(account.indexOf("|") + 1);
        SetAndResolvePeoplePicker("requester",account);
    // This function runs if the executeQueryAsync call fails.
        function onRequestFail(sender, args) {
          alert('request failed' + args.get_message() + '\n' + args.get_stackTrace());
     function SetAndResolvePeoplePicker(fieldName, userAccountName) {
       var controlName = fieldName;
        var peoplePickerDiv = $("[id$='ClientPeoplePicker'][title='" + controlName + "']");
        var peoplePickerEditor = peoplePickerDiv.find("[title='" + controlName + "']");
        var spPeoplePicker = SPClientPeoplePicker.SPClientPeoplePickerDict[peoplePickerDiv[0].id];
        peoplePickerEditor.val(userAccountName);
        spPeoplePicker.AddUnresolvedUserFromEditor(true);
    </script>
    but it is not working
    please help me

    Hi,
    According to your post, my understanding is that you wanted to set "peoples or groups" field with current user "login name" in SharePoint list form using JavaScript.
    To set "peoples or groups" field with current user "login name”,  you can use the below code:
    <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.js"></script>
    <script type="text/javascript">
    function SetPickerValue(pickerid, key, dispval) {
    var xml = '<Entities Append="False" Error="" Separator=";" MaxHeight="3">';
    xml = xml + PreparePickerEntityXml(key, dispval);
    xml = xml + '</Entities>';
    EntityEditorCallback(xml, pickerid, true);
    function PreparePickerEntityXml(key, dispval) {
    return '<Entity Key="' + key + '" DisplayText="' + dispval + '" IsResolved="True" Description="' + key + '"><MultipleMatches /></Entity>';
    function GetCurrentUserAndInsertIntoUserField() {
    var context = new SP.ClientContext.get_current();
    var web = context.get_web();
    this._currentUser = web.get_currentUser();
    context.load(this._currentUser);
    context.executeQueryAsync(Function.createDelegate(this, this.onSuccess),
    Function.createDelegate(this, this.onFailure));
    function onSuccess(sender, args) {
    SetPickerValue('ctl00_m_g_99f3303a_dffa_4436_8bfa_3511d9ffddc0_ctl00_ctl05_ctl01_ctl00_ctl00_ctl04_ctl00_ctl00_UserField', this._currentUser.get_loginName(),
    this._currentUser.get_title());
    function onFaiure(sender, args) {
    alert(args.get_message() + ' ' + args.get_stackTrace());
    ExecuteOrDelayUntilScriptLoaded(GetCurrentUserAndInsertIntoUserField, "sp.js");
    </script>
    More information:
    http://alexeybbb.blogspot.com/2012/10/sharepoint-set-peoplepicker-via-js.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Problem with version sets in Elements 12

    I have just started using elelments 12.  I have been having problems with inconsistency in forming version sets.  Some sets forms as expected.  However, quite often after editing, when returning to Organizer the edited picture is not in a version set with the original and in fact is not even visible.  I can get to the edited version only through the "Open" tab in the Editor.  I have check the appropriate "Save in version set" in the save menu. Suggestions? 

    Seems you have the same problem :
    http://forums.adobe.com/thread/1309160?start=0&tstart=0
    The source of the problem is not clearly found today. It seems that happens on previously converted catalogs.
    A workaround seems to have been found : killing the autoanalyzer.exe process in the task manager.

  • Save in Version set with original

    Brand new to Elements, and I am using Elements 9.   When I have an image open, jpeg, opened in the editor, I would like to check th =e ox saying Save in Version Set with Original, but it doesn't allow me too in the Saving options.  Can anyone tell me why and how I can fix it so I can ?  Thanks in advance !

    Browse and read to know more about the setting. It is almost similar to PSE9.
    http://help.adobe.com/en_US/PhotoshopElements/8.0/Win/Using/WSae2ea3b149d0c3591ae939f10386 0b3d59-7f2e_WIN.html.
    -garry

  • Analytical Services failed to get user's parent group tree with Error

    Hi,
    We have a frequent errror during our weekly batch for an application.
    The context:
    - Essbase Administration Services we are using is version is 9.3.1.
    - 8 applications are calculated during the week-end. The scripts executed are exactly the same for the 8 applications.
    - For example let's say that 5 scripts are launched during the night in the batch for each application (script 1, script 2 ... script 5)
    - App1 and App2 are launched alone and before the 6 others applications as these applications database are 3 x bigger (App1 is calculated alone, then app2 is calculated alone, then app3 to app8 scripts are launched in the same time).
    The issue :
    - We don't see any issue for app3 to app8, the calculation are executed without any problem from script1 to script5.
    - But we have an error in App1 and App2 log when the bath execute script 4 and we see the following error in the server log **
    "Analytical Services failed to get user's parent group tree with Error".
    (** : we don't see any log for script 4 in the application log - it's like the server bypass script 4 to go directly from script 3 to script 5 )
    Nothing special is done in script 4 but just an aggregation of the Year dimension (using a @SUM(@RELATIVE(Year,0)) calculation.
    I think that there is may be a synchronization error with Shared Services but what is strange is that it's always for the same script 4 and the batch is launched at different time every week-end.
    Can the issue be linked to the size of the database of applications (8 Gb) and difficulties for the processor to executes aggregation in a large database volume ?

    Hi,
    According to your description, my understanding is that the error occurred when sending an email to the user in workflow.
    Did you delete the existing Connections before setting NetBiosDomainNamesEnabled?
    If not, I recommend to delete and recreate your AD connections, then set NetBiosDomainNamesEnabled to true.
    Or you can delete the original User Profile Service Application and create a new one, then set the NetBiosDomainNamesEnabled to true and start the User Profile Service Application
     synchronization.
    More reference:
    http://social.technet.microsoft.com/wiki/contents/articles/18060.sharepoint-20xx-what-if-the-domain-netbios-name-is-different-than-the-fqdn-of-the-domain-with-user-profile.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • ASM 11.1.0.7.0 and RDBMS client with version (10.2.0.4)

    Hi all,
    we are trying to expand the space in our ASM. Using a RAC system with two instances.
    - ASM Version is 11.1.0.7.0
    - RDBMS client with version (10.2.0.4)
    Ad the time the ASM is rebalancing the database instances are going down.
    - The alert logs from ASM
    SQL> ALTER DISKGROUP ORADATA ADD DISK '/dev/mapper/1HITACHI_D60062610068-part1' SIZE 51199 M REBALANCE POWER 2
    WARNING: Deprecated privilege SYSDBA for command 'ALTER DISKGROUP ADD/DROP/REBALANCE'
    NOTE: Assigning number (2,2) to disk (/dev/mapper/1HITACHI_D60062610068-part1)
    NOTE: requesting all-instance membership refresh for group=2
    NOTE: initializing header on grp 2 disk ORADATA_0002
    NOTE: cache opening disk 2 of grp 2: ORADATA_0002 path:/dev/mapper/1HITACHI_D60062610068-part1
    NOTE: requesting all-instance disk validation for group=2
    Tue Oct 13 15:12:42 2009
    NOTE: disk validation pending for group 2/0x44480376 (ORADATA)
    Tue Oct 13 15:12:45 2009
    Tue Oct 13 15:12:45 2009
    WARNING: RDBMS client (SID1:SID,ÿ) with version (10.2.0.4.0) is not compatible with a pending operation
    NOTE: ASM client SID1:SID died unexpectedly.
    Alert Logs from DB Instance
    ORA-15064: error in comunication with ASM-Instance..
    Shutting down instance
    My question: Does anyone know if we face a bug ore some configuration issues ?
    THX ! Woo

    Hy Moo,
    My question: Does anyone know if we face a bug ore some configuration issues ?It seems to be some kind of problem in the disk group configuration. You can verify it querying compatibility and database_compatibility fields from v$asm_diskgroup view.
    As You should know, there are ASM new features that requires COMPATIBLE.ASM and COMPATIBLE.RDBMS attributes of the ASM diskgroup be set to at least Oracle 11.1. ( Fast Disk Resync is one example of it), maybe You are facing a configuration issue, not hitting a bug.
    Hope it helps,
    Cerreia

  • Case #0182844369 : faults with version 5.5 but who do I talk to?

    Hiya
    I have had extensive help from your support - but they still have not found the reason for the problem.
    See the case notes at the bottom of the page
    But I have inadvertantly found the reason the line breaks are being altered by Dreamweaver. See this resoponse from support working on Kaleidoscope:
    Hi Colin,
    Sorry for the confusion. When I said "editor", I meant the program that you're using to edit the files (BBEdit, TextEdit, etc.).
    I've played around with the sample files and it looks like there's actually two problems. The first is the extra line breaks, as I mentioned before. I took a screenshot in TextEdit, so you could see a side-by-side (see screenshot-linebreak.png). As you can see, cw-product.php on the left has an extra blank line between every line, where cw-product-copy.php does not.
    Switching over to TextWrangler, I removed the extra lines (do a grep Find/Replace All for ^\r) then saved the file. When I compared them in Kaleidoscope I got the same result as in your screenshot showing the entire file as different.
    So I checked the files again in TextWrangler and found that it did a funny thing; it saved the document with "Windows (CRLF)" linefeeds, not "Classic Mac (CR)". Although these are hidden characters, Kaleidoscope sees them as different, so it ends up highlighting the entire file as one large diff set. I suspect whatever file editor you are using may have done the same thing.
    I re-saved the file, making sure to set the linefeed property to Classic Mac (CR) and ran a new comparison. This time Kaleidoscope showed the single line change. (My modified files are attached.)
    If you don't already have TextWrangler, I'd recommend grabbing a copy (it's free) to help with troubleshooting. I'm not sure that I would have been able to identify the linefeed type without it.
    I hope that clears up the mystery for you. Let me know if there's anything else I can help you with.
    Regards
    Jack
    Team Kaleidoscope
    kaleidoscopeapp.com
    @kaleidoscopeapp
    Case #0182844369
    Updated
    Friday, February 3, 2012 5:16:20 AM PST
    Opened
    Thursday, December 8, 2011 8:54:04 AM PST
    Status
    Closed
    Product
    Adobe Design Premium CS5.5
    Support contract
    Adobe Support Program
    Subject
    FTP Connectivity Issue
    NOTES & RESPONSES
    Notes from Customer
    Thursday, February 2, 2012 12:55:31 AM PST
    This morning I have now found that 5.5 is back to it's original problem.
    When I uploaded an edited PHP file using 5.5 NOTHING appears in the browser at all.
    When I upload EXACTLY the same file in 5.0 the file displays perfectly in the browser.
    The FTP problem is STILL there. I can't use 5.5.
    Sorry. Problem not solved : (
    Notes from Customer
    Thursday, February 2, 2012 12:53:13 AM PST
    I have found that when we rebuilt the SITE for Maison, I had accidentally put the ROOT DIRECTORY AS / instead of /web/ so in fact we
    were not putting them to the website at all.
    So the reason the file worked is because it was using the one previously uploaded from version 5 and NOT 5.5.
    I have been trying to upload another file and found that the revisions weren't appearing in the browser.
    I looked at the server using Fetch (see screen shot below). Which displayed the problem.
    So I am afraid the problem is NOT SOLVED.
    Please keep the case open. Sorry!
    Notes from Customer
    Thursday, January 19, 2012 1:42:46 PM PST
    Hi again,
    I have now installed ONLY a brand new download of DW 5.5 on my brand new MacBookAir.
    As before I have tried uploading the file from Dreamweaver...
    http://www.maisonhomeinteriors.com/ stores5-5.php
    When the file is uploaded with Dreamweaver the button does NOTHING.
    But when the IDENTICAL FILE is uploaded with FETCH the button works to display a hidden DIV.
    So sadly the problem is NOT resolved still.
    Notes from Customer
    Wednesday, January 18, 2012 8:29:26 AM PST
    Hiya,
    I have been trying to connect to this website ALL DAY. Each time getting error messages or pages not found.
    I have tried to phone you. The first time I was cut off, the second time kept me hanging on so long I gave up.
    Can you give me a direct phone or email address please?
    Anyway, Attached is the error I received when I first used DW 5.5 after installing on my new MacPro. I have now also bought a new ma
    c book air, I had exactly the same error shown there.
    To fix the problem on the MacPro I looked up the older version 5 and copied the file to version 5.5. Perhaps this is what has caused
    the problem?
    Notes from Customer
    Monday, January 9, 2012 6:27:50 AM PST
    Hi Ritesh,
    I am not sure where you have left the voicemail but as before I have no missed calls. Are you sure you are calling the correct numbe
    r? +44 7720 297795.
    As I said in my previous reply the list of suggestions didn't make any difference. Dreamweaver 5.5 is STILL unreliable.
    The problem seems to be in the FTP as I have uploaded the file through FETCH and it did NOT have any problems. I find it hard to ima
    gine other people have not had the same problem!
    I hope you can find a solution soon as it would appear I have wasted about £300 for nothing as I am still using the old version!
    Notes to Customer
    Monday, January 9, 2012 5:31:15 AM PST
    Hi Colin ,
    My name is Ritesh & calling from Adobe Technical Support. This
    call is in regards to your to case number 182844369. We tried contacting
    to you however not able reach you somehow so left a voice mail. However,
    if the issue still persists, please feel free to call us back at 1-
    800-833-6687 or 02073650735. We are open from Monday to Friday at 9 AM
    to 5 PMT BST as you can reopen the case within 14 days for further
    assistance.
    Thank you for doing business with Adobe and have a nice day
    Regards,
    Ritesh
    Adobe Support
    Notes from Customer
    Sunday, January 1, 2012 5:05:10 AM PST
    Hiya,
    Well I have tried everything you suggest and I am afraid it has made no difference.
    Whichever file gets uploaded using version 5.5 does not work.
    Interestingly I have uploaded the SAME two files using FETCH instead and both of them WORK.
    So as you say the problem is something to do with FTP not working properly in 5.5...
    To answer your specific questions... My ANSWERS IN CAPS AFTER YOUR QUERIES...
    3) Since when you have this issue? has it ever worked right after the first installation.
    EVER SINCE I INSTALLED 5.5 VERSION 5 WORKS FINE STILL
    4) Is the issue happens in live View in Dreamweaver?
    IN VERSION 5 CLICKING LIVE VIEW DOES NOTHING.
    IN VERSION 5.5 CLICKING IT OFFERS TO UPLOAD THE FILES, BUT CLICKING THE BUTTON DOESN'T WORK
    5) Please create a local web server using any of the third party server tools and test the issue on local machine.
    I HAVE NEVER MANAGED TO DO THIS SO NOT TRYING AGAIN, IT NEVER SEEMS TO WORK FOR SOME REASON
    6) Please make sure that all the dependent files are accessible and present while he uploads the “stores.php” files. IT seems that t
    his issue is somewhere related to the JavaScript files incorrect path.
    NOT SURE I AGREE. I THINK THERE IS A FAULT IN THE FTP UPLOAD WITH VERSION 5.5
    I hope this all helps!
    Thanks for your support!
    Happy new year!
    x
    Notes to Customer
    Thursday, December 29, 2011 4:48:03 AM PST
    Hi Colin ,
    My name is Ritesh & I am calling from Adobe Technical Support.
    This call is in regards to your to case number 182844369. We tried
    contacting to you however not able reach you somehow so left a voice
    mail.
    1) We were unable to reproduce the issue on test machine here at our
    end. We have tried it with both WIN (stores5_5_win.php) and MA
    C(stores5_5_mac.php) to upload the files using CS5.5 and have no issues viewing the page in any of the browsers.
    Please follow these steps to resolve the issue:-
    1) Please reset the preferences by deleting the files and folders listed
    below.
    • /Users/**username**/Library/Preferences/Adobe Dreamweaver CS5.5 Prefs
    /Users/**username**/Library/Preferences/com.adobe.Dreamweaver.11.5.plist
    • /Users/**username**/Library/Application Support/Adobe/Dreamweaver
    CS5.5
    • /Users/**username**/Library/Application Support/Caches/
    com.adobe.Dreamweaver.11.5
    • Macintosh /Library/Preferences/ Application Support/Adobe/Dreamweaver
    CS5.5 Prefs (if any)
    • Macintosh /Library/Preferences/com.adobe.Dreamweaver.11.5.plist
    3) Since when you have this issue? has it ever worked right after the
    first installation.
    4) Is the issue happens in live View in Dreamweaver?
    5) Please create a local web server using any of the third party server
    tools and test the issue on local machine.
    6) Please make sure that all the dependent files are accessible and
    present while he uploads the “stores.php” files. IT seems that this
    issue is somewhere related to the JavaScript files incorrect path.
    However, if the issue still persists, please feel free to call us back
    at 1- 800-833-6687 or 02073650735. We are open from Monday to Friday at
    9 AM to 5 PMT BST as you can reopen the case within 14 days for further
    assistance.
    Thank you for doing business with Adobe and have a nice day
    Regards,
    Ritesh
    Adobe Support
    Notes from Customer
    Tuesday, December 27, 2011 1:36:41 PM PST
    Hi Nimish,
    Thank you for your reply, but I really don't know wht I am meant to do with the response!
    You say:
    Please call us at 800 833 6687 ( Monday to Friday, from 0500 hrs till
    1900 hrs PST.)
    What is the code for where you are? If I dial this number all I get is number unobtainable.
    PLEASE CALL ME +44 7720 297795
    This number should work world wide unlike yours, I am afraid.
    PLEASE REALISE THERE ARE PEOPLE IN THE WORLD OUTSIDE USA !!!!!
    You keep saying you have phoned me and got through to my voicemail - but why have you not left me a message?
    Frankly I don't think you have successfully contacted me at all !
    Why can't you just email me with instructions about what I am mean to do?
    Have you found a solution yet?
    I am SERIOUSLY fed up with this.
    Please endeavour to contact me properly!
    Kind regards
    Colin
    Notes from Customer
    Thursday, December 22, 2011 1:10:48 AM PST
    Hiya,
    I have heard nothing from you! what is happening?
    Why have I been left with a BRAND NEW PRODUCT that does not work.
    Where is the support?
    You say you have phoned but I have NO missed calls. I think you are phoning the wrong number. If you got through to voicemail why no
    t leave a message?
    PLEASE HELP !!!!!
    I Bought the upgrade in good faith expecting it to work, but I can't use it at all. This is hopeless!
    I have done everything you suggested but it STILL uploads creating a non-working file!
    If there is nothing you can do I would like my money back please.
    Notes to Customer
    Thursday, December 15, 2011 3:38:36 PM PST
    Hello Colin,
    Thank you for contacting Adobe Technical Support. We are responding in
    reference to your case 182844369 regarding Dreamweaver We tried
    contacting you however reached voice mail. Therefore I would like to
    inform you that asper your feedback we are again escalating the case to
    the higher level.
    Please call us at 800 833 6687 ( Monday to Friday, from 0500 hrs till
    1900 hrs PST.)
    You can also visit www.adobe.com/go/supportportal for any assistance
    regarding Adobe products. You may also visit www.forums.adobe.com as
    it’s a useful resource for self-help.
    Nimish
    Adobe
    Notes to Customer
    Thursday, December 15, 2011 10:50:35 AM PST
    Hello Colin,
    Thank you for contacting Adobe Technical Support. We are responding in
    reference to your case 182844369 regarding Launch issue with Flash Pro
    We tried contacting you however reached voice mail. Therefore I would
    like to inform you that asper your feedback we are again escalating the
    case to the higher level.
    Please call us at 800 833 6687 ( Monday to Friday, from 0500 hrs till
    1900 hrs PST.)
    You can also visit www.adobe.com/go/supportportal for any assistance
    regarding Adobe products. You may also visit www.forums.adobe.com as
    it’s a useful resource for self-help.
    Nimish
    Adobe
    Notes from Customer
    Thursday, December 15, 2011 2:49:14 AM PST
    Hiya
    Well I have tried all you suggest and the problem is still the same. The OLD version 5 uploads the file perfectly and clicking the b
    utton reveals the div:
    http://www.maisonhomeinteriors.com/stores.ph p
    When I then upload the IDENTICAL file using 5.5 clicking the button does nothing.
    To make it easier for you to see the effect I have duplicated the stores.php file so that there is one called stores5.php and one ca
    lled stores55.php.
    Each one is IDENTICAL no changes have been made. The one entitled stores5.php has been uploaded by version 5 and the one called stor
    es55 has been uploaded by version 5.5
    I hope you can see the problem!
    I have found other problems with other sites too. I simply can't trust version 5.5 !!!!
    I hope you can help further!
    Out of interest I have sent via FTP two zip files of the prefs screen shots from both versions.
    Notes to Customer
    Wednesday, December 14, 2011 11:55:11 AM PST
    Hello Colin,
    Thanks for contacting adobe..!!!
    we tried contacting you many times but reached voicemail.
    Colin, we want you to follow instructions given below :
    >> On your project please try to link <stores.php> page in place
    of <stores.html>
    >> Try to reset the preferences for both versions of Dreamweaver.
    {follow:- http://kb2.adobe.com/cps/839/cpsid_83912.html }
    >> Then try to compare preferences of both version on a New Document.(
    create a new document, go to : Edit> preferences)
    >> If there is any difference please let us know.
    If this will not help you resolving your issue, you can call us back.
    Nimish
    Adobe
    Notes from Customer
    Tuesday, December 13, 2011 2:35:41 PM PST
    I don't understand!!!
    Your message says...
    "Open - Pending Your Response"
    Response to WHAT? you haven't asked me anything. Are you asking me to do something? please be specific as to what you want me to do!
    Regards
    Notes from Customer
    Monday, December 12, 2011 11:49:40 PM PST
    Er.. but you haven't said anything!
    What are you asking for?
    What am I meant to do?

    Hi Fastdak25,
    Please go to your profile page for the forum by clicking on your name, and look at the top of the middle column where you will find an area titled "My Private Support Cases". There you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. Please keep all correspondence regarding your issue in the private support portal.

  • Performance issues with version enable partitioned tables?

    Hi all,
    Are there any known performance issues with version enable partitioned tables?
    I’ve been doing some performance testes with a large version enable partitioned table and it seems that OCB optimiser is choosing very expensive plans during merge operations.
    Tanks in advance,
    Vitor
    Example:
         Object Name     Rows     Bytes     Cost     Object Node     In/Out     PStart     PStop
    UPDATE STATEMENT Optimizer Mode=CHOOSE          1          249                    
    UPDATE     SIG.SIG_QUA_IMG_LT                                   
    NESTED LOOPS SEMI          1     266     249                    
    PARTITION RANGE ALL                                   1     9
    TABLE ACCESS FULL     SIG.SIG_QUA_IMG_LT     1     259     2               1     9
    VIEW     SYS.VW_NSO_1     1     7     247                    
    NESTED LOOPS          1     739     247                    
    NESTED LOOPS          1     677     247                    
    NESTED LOOPS          1     412     246                    
    NESTED LOOPS          1     114     244                    
    INDEX RANGE SCAN     WMSYS.MODIFIED_TABLES_PK     1     62     2                    
    INDEX RANGE SCAN     SIG.QIM_PK     1     52     243                    
    TABLE ACCESS BY GLOBAL INDEX ROWID     SIG.SIG_QUA_IMG_LT     1     298     2               ROWID     ROW L
    INDEX RANGE SCAN     SIG.SIG_QUA_IMG_PKI$     1          1                    
    INDEX RANGE SCAN     WMSYS.WM$NEXTVER_TABLE_NV_INDX     1     265     1                    
    INDEX UNIQUE SCAN     WMSYS.MODIFIED_TABLES_PK     1     62                         
    /* Formatted on 2004/04/19 18:57 (Formatter Plus v4.8.0) */                                        
    UPDATE /*+ USE_NL(Z1) ROWID(Z1) */sig.sig_qua_img_lt z1                                        
    SET z1.nextver =                                        
    SYS.ltutil.subsversion                                        
    (z1.nextver,                                        
    SYS.ltutil.getcontainedverinrange (z1.nextver,                                        
    'SIG.SIG_QUA_IMG',                                        
    'NpCyPCX3dkOAHSuBMjGioQ==',                                        
    4574,                                        
    4575                                        
    4574                                        
    WHERE z1.ROWID IN (
    (SELECT /*+ ORDERED USE_NL(T1) USE_NL(T2) USE_NL(J2) USE_NL(J3)
    INDEX(T1 QIM_PK) INDEX(T2 SIG_QUA_IMG_PKI$)
    INDEX(J2 WM$NEXTVER_TABLE_NV_INDX) INDEX(J3 MODIFIED_TABLES_PK) */
    t2.ROWID
    FROM (SELECT /*+ INDEX(WM$MODIFIED_TABLES MODIFIED_TABLES_PK) */
    UNIQUE VERSION
    FROM wmsys.wm$modified_tables
    WHERE table_name = 'SIG.SIG_QUA_IMG'
    AND workspace = 'NpCyPCX3dkOAHSuBMjGioQ=='
    AND VERSION > 4574
    AND VERSION <= 4575) j1,
    sig.sig_qua_img_lt t1,
    sig.sig_qua_img_lt t2,
    wmsys.wm$nextver_table j2,
    (SELECT /*+ INDEX(WM$MODIFIED_TABLES MODIFIED_TABLES_PK) */
    UNIQUE VERSION
    FROM wmsys.wm$modified_tables
    WHERE table_name = 'SIG.SIG_QUA_IMG'
    AND workspace = 'NpCyPCX3dkOAHSuBMjGioQ=='
    AND VERSION > 4574
    AND VERSION <= 4575) j3
    WHERE t1.VERSION = j1.VERSION
    AND t1.ima_id = t2.ima_id
    AND t1.qim_inf_esq_x_tile = t2.qim_inf_esq_x_tile
    AND t1.qim_inf_esq_y_tile = t2.qim_inf_esq_y_tile
    AND t2.nextver != '-1'
    AND t2.nextver = j2.next_vers
    AND j2.VERSION = j3.VERSION))

    Hello Vitor,
    There are currently no known issues with version enabled tables that are partitioned. The merge operation may need to access all of the partitions of a table depending on the data that needs to be moved/copied from the child to the parent. This is the reason for the 'Partition Range All' step in the plan that you provided. The majority of the remaining steps are due to the hints that have been added, since this plan has provided the best performance for us in the past for this particular statement. If this is not the case for you, and you feel that another plan would yield better performance, then please let me know and I will take a look at it.
    One suggestion would be to make sure that the table was been recently analyzed so that the optimizer has the most current data about the table.
    Performance issues are very hard to fix without a reproducible test case, so it may be advisable to file a TAR if you continue to have significant performance issues with the mergeWorkspace operation.
    Thank You,
    Ben

  • Acrobat 9 Professional: changing the default save setting as version 5 and later

    The situation:  We are using Acrobat 9 Professional.  We have PDF files with version that was save as 5.0 or later.  (We need to save it as 5.0 because it allows our PDF publications to be shown on mobile devices that don't support newer versions). 
    The problem: 
    Sometimes we need to go back to our PDF to change the front cover.  However after clicking on save, Acrobat 9 reverts it to the latest version making our publications unreadable for mobile devices.
    Options we have considered: 
    Using the save as optimized feature.  This is not convenient since the file is about 2000 pages and using that feature will require it to rastersize and flattend the image on every page.  It takes too long. 
    I am currently, planning to go back to Acrobat 8 Professional, but user would like to keep both version.
    The question:  Is there another way to set Acrobat 9 to save PDF as the original version it was created (that at least doesn't take that much time)?
    Thank you in advance!

    I mark this as an assumed answer by mistake.  Still looking for an answer.  I do not wish to install two versions of Acrobat.  (This will be my last resort, if I don't have any other options)  I try it also with Acrobat X professional and it seems that it automatically saves it to a newer version.  So any assistance is greatly appreciated.

  • XML Data Set with Spry Slides - Please Help

    Hi, I'm trying to combine XML Data Set with sliding tabs.
    I've created two keys responsible for sliding the tabs:
    <a id="previous" href="#"
    onclick="sp1.showPreviousPanel();">Previous</a>
    <a id="next" href="#"
    onclick="sp1.showNextPanel();">Next</a>
    Then XML Data Set is used to populate the tabs, but only a
    single tab remains visible, and a "Next/Previous" buttons are used
    to move to the next tab. And this is where the problem arises.
    The problem is that, every time I refreash the gallery or
    load it for the first time, I have to press TWICE the "Next" button
    to move to the next image. After that, its all fine, and slides
    well. It's only the FIRST time when loaded.
    Please help.
    Here's the full code:
    <div id="images_gal" >
    ///////////////////////////////////////// The menu - the
    culprit///////////////////////////////////////////
    <div id="menu_next">
    <a id="previous" href="#"
    onclick="sp1.showPreviousPanel();">Previous</a>
    <a id="next" href="#"
    onclick="sp1.showNextPanel();">Next</a>
    </div>
    //////////////////////////////////////// The Sliding Panels
    Gallery ////////////////////////////////////////////////////
    <div id="example2" class="SlidingPanels" tabindex="0" >
    <div class="SlidingPanelsContentGroup"
    spry:region="dsSpecials">
    <div spry:repeat="dsSpecials" id="{first}"
    class="SlidingPanelsContent{second}"><div class="top_gal"
    ></div><div class="main_gal"><img
    src="images/Galery/{third}" alt="Digital_Signage" width="600"
    height="304" />
    <p class="screen_gal"><a href="#"
    onclick="MM_openBrWindow('film1.html','Coloris','width=340,height=260,
    top=250, left=250')">CLICK TO VIEW</a></p>
    </div><div
    class="bottom_gal"></div></div>
    </div>
    </div>

    Anyone has any idea why I need a DOUBLE Click to start moving
    the sliding panels?
    I've just completed two tutorials by Don Booth.
    1/Building a Spry Sliding Panels widget
    2/Building a photo album with the Spry framework
    But what I try to COMBINE them - display the photos in
    sliding panels, I also need to DOUBLE click the "next" buton before
    it starts scrolling.
    Why is that Double Click needed? Help Please.
    Here's my code for the combined version:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    a {
    position:relative;
    left:23px;
    top:127px;
    z-index:10000;
    color: #FF0000;
    </style>
    <script type="text/javascript"
    src="photo_album_samples/includes/xpath.js"></script>
    <script type="text/javascript"
    src="photo_album_samples/includes/sprydata.js"></script>
    <script type="text/javascript"
    src="Spry/SprySlidingPanels.js"></script>
    <link type="text/css" rel="stylesheet"
    href="Spry/SprySlidingPanels.css">
    </head>
    <body>
    <div >
    <a href="#" onclick="sp1.showPreviousPanel();">Previous
    Panel</a>
    <a href="#" onclick="sp1.showNextPanel();" >Next
    Panel</a>
    </div>
    <div id="panelwidget" class="SlidingPanels" >
    <div class="SlidingPanelsContentGroup"
    spry:region="dsGallery" >
    <div spry:repeat="dsGallery" class="SlidingPanelsContent"
    id="p1"><img
    src="photo_album_samples/thumbnails/{@thumbpath}"/></div>
    </div>
    </div>
    <script type="text/javascript">
    var dsGallery = new
    Spry.Data.XMLDataSet("photo_album_samples/photos.xml",
    "gallery/photos/photo");
    </script>
    <script type="text/javascript">
    var sp1 = new Spry.Widget.SlidingPanels("panelwidget");
    </script>
    </body>
    </html>

  • Solution for printing of Purchasing Documents in SAP with version managemen

    Hi experts,
    We found that the standard solution does not meet the following requirements for purchasing document
    1)     The print for the latest version of the document does not contain items unaffected by change. It  requires printing of whole document with all items, but with version number and highlighted changes.
    2)     The standard solution cannot highlight some of the changes which are not captured by version management like text changes, target value and Contact (Purchasing Group) in header, text changes at item level, etc.
    3)     The standard solution can be used to reprint the whole PO without version management but that cannot highlight the changes specific to the version for which it is printed.
    If any solution which can meet the requirements specified above, please let us know <removed by moderator>.
    Thanks in advance.
    Edited by: Thomas Zloch on Mar 30, 2011 9:39 AM

    Ok.
    I have already done with SPRO configuration.
    MM->Purchasing->Version management->
    It has implemented ECC 6.0. The version management has been activated for Purchasing documents. The standard printing solution for printing of these documents (PO, Outline Agreements and RFQ) print these documents with changes made in the latest version. Any item which is not changed in the latest version does not get printed.

  • Can't use certificati, with version 4, it not run

    for use an bank account, I use an security certificate, but with version 4 don't run, I can't send the certificate, I think that I can send with an normal Email, with an allegato

    I have the same problem.
    I have my sons touch and my iphone. Neither can connect either way since the update to V4.3. It just rings on the outgoing device until it says "Call Failed"
    Both devices have facetime activated
    Skype VC works fine so I know its not the devices or the connection.
    Another new one is in setting up "find me" on the touch it seems to think we are at our old address in I have spoke to my broadband provider and they have the correct postal address and they issue a dynamic IP address.

Maybe you are looking for

  • Purchased movie sync-back to iTunes causes Freeze

    iTunes consistently freezes while transferring a purchased movie from the Apple TV to the iTunes Library during a sync. iTunes always freezes at the same point in the transfer, and is 100% repeatable. In fact, I have not been able to to use iTunes si

  • Getting Error message ""This set top box does not match the account settings"

    Just ordered a new wireless receiver for the bedroom. Installed it and now getting the following error "This set top box does not match the account settings". Service was suppose to be enabled on Monday the 4th, but I recieved the hardware early and

  • Site Replication

    I have a SharePoint 2010 production farm with a web application 'A' that I would like to replicate twice in a development farm. The restore and PowerShell Mount went fine for the first development site then I used the following PowerShell to mount th

  • Using sapshcut without SAPLogon System Dialog

    Hello, we're using sapshcut.exe in our Terminal Server enviroment. But when I start a session with sapshcut the SAPLogon with the system selection dialog is opening in the background. Is it possible to suppress this behaviour? I have to mention that

  • I get an error when trying to turn on home sharing

    Home Sharing could not be activated because an error occurred (5599).