What would be performance implication if

What would be performance implication if the user has assigned a permanant tablespace instead of temporary tablespace.
Any suggestion will be so greatful.
Thanks

Hi,
What version of Oracle did you make this test ?
SQL> create user scott identified by tiger default tablespace TEMP;
create user scott identified by tiger default tablespace TEMP
ERROR at line 1:
ORA-12910: cannot specify temporary tablespace as default tablespaceCheers

Similar Messages

  • What are the performance implications moving apps using cloud drive to Azure File Services?

    I run a number of cloud services with 5 or more nodes in using cloud drives. Cloud drive is scheduled to be deprecated in 2015. So I am thinking of replacing the cloud drive with Azure Files service.
    For each cloud service I am using one storage account to create all the the VHD/cloud drives. Some people at the time when cloud drive first appeared, told me that to get better performance, I should create only one VHD/Cloud Drive
    under only one storage account. For example, if I have five instances under a worker role then I should create 5 storage accounts and create one VHD/Cloud Drive under each storage account to be used by each node. I didn't follow that route because I was satisfied
    with the performance of the apps under cloud services having all VHD/Cloud Drives under one storage account.
    My question is, if I replace cloud drive with Azure file services, will my apps perform well having all shares under one storage account or create one storage account for each share?
    Thanks,
    @nazik_huq

    Thanks Obama for replying.
    Here is the comment from @jaiharidas of MSFT if anyone's interested:
    @Naziq, It is better to have multiple shares under single storage account and there is no perf implications. However, please ensure that your ingress/egress and request/sec is within
    the limits of a single storage account (seemsdn.microsoft.com/.../dn249410.aspx)
    and use multiple storage accounts if you need to scale beyond the limits.
    See the original comment  on Azure Storage Team here: http://ow.ly/ChPNf 
    @nazik_huq

  • My organization is looking to invest ipads for the employees to perform everyday tasks. just wondering what would apples recommendation be for as far as apps and method of distribution would be?

    my organization is looking to invest ipads for the employees to perform everyday tasks. just wondering what would apples recommendation be for as far as apps and method of distribution would be?

    Use VPP.  Select an MDM.  Read the google doc below.
    IT Resources -- ios & OS X -- This is a fantastic web page.  I like the education site over the business site.
    View documentation, video tutorials, and web pages to help IT professionals develop and deploy education solutions.
    http://www.apple.com/education/resources/information-technology.html
       business site is:
       http://www.apple.com/lae/ipad/business/resources/
    Excellent guide. See announcment post -- https://discussions.apple.com/thread/4256735?tstart=0
    https://docs.google.com/document/d/1SMBgyzONxcx6_FswgkW9XYLpA4oCt_2y1uw9ceMZ9F4/ edit?pli=1
    good tips for initial deployment:
    https://discussions.apple.com/message/18942350#18942350
    https://discussions.apple.com/thread/3804209?tstart=0
    Educational institutions in the USA can use the App Store Volume Purchase Program (VPP) to buy Apps.
    https://support.assistiveware.com/index.php?pg=kb.page&id=54
    There are three ownership models:
        *     Personal
        *     Institution
        *     Layered. combines personal & institution.
    Watch this apple video on layered ownership.  It education based, but that's OK.
    http://www.apple.com/education/resources/videos/#ios-layered-ownership
    More ways to transfer files and access Word documents:
    https://discussions.apple.com/thread/4044866?tstart=0
    All of the "Office" document editing applications on the iPad have limitations.  Best try them out to see if they meet your needs.
    iWork by Apple
        * Keynote
        * Numbers
        * Pages
    DocsToGo
    • VIEW/EDIT/CREATE Word & Excel files(Office 2007/2008/2010)
    • VIEW PowerPoint, PDF, iWork, Text, .RTF, and more!
    • Send & receive attached supported documents using the built-in Mail app
    • FREE desktop application with your purchase! Compatible on Win & Mac allows you 2-way file sync with a WIFI connection.
    • Open & Edit files within DocsToGo from any 3rd party app that supports the “Open In” feature
    • Supports iTunes File Sharing via USB cable for manually moving files
    https://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8
    Office² HD
    "Office² HD, the most intuitive and straightforward office document editor available on the iPad, makes it easy to open, view, create and edit Word (DOC & DOCX), Excel (XLS & XLSX), and PowerPoint (PPT & PPTX) files right from your iPad!"
    https://itunes.apple.com/us/app/office2-hd/id364361728?mt=8
    Quickoffice Pro HD
    Create and edit ALL Microsoft® Office -- document, spreadsheet, and presentation formats, as well as view PDF files, on the go. Our advanced file manager lets you manage local files, access Google Drive or other cloud accounts, and works with your iPad email attachments so you can work anywhere, anytime - online and offline.
    https://itunes.apple.com/us/app/quickoffice-pro-hd-edit-office/id376212724?mt=8
    nsdjoey presents ways to edit office documents in this web page:
    https://discussions.apple.com/message/21953221#21953221

  • What would you replace an ATI Radeon 9800 Pro (256MB) with?

    Hi,
    I started a thread before asking whether I could replace a 256MB card with a 128MB card, even though the interface was a different shape.
    But, as I know so little about Macs and graphics card, it seems wiser to ask
    What would you replace an ATI Radeon 9800 Pro (256MB) with?
    The computer is user for photo editing and normal internet/email use.  The photo editing is done on Adobe Photoshop for professional treatment of photographs.
    The computer is a Power Mac G5 (1.6GHz) and budge is £80 / $120.
    Thanks in advance, Franc.

    Hi-
    Please check my recommendations in your other thread.
    Better options for the 9800 Pro are the Radeon 9800 XT, Geforce 6800 GT, Geforce 6800 Ultra, or if one has the money or finds a good deal, a Radeon X800 XT.
    For your budget and uses, the Geforce cards are a performance value buy.
    BTW, I have owned all of the cards, used all of the cards, and tested all of the cards.
    Graphics Cards- ATI and Nvidia
    See my testing pages starting here:
    Page 1: Open GL

  • What are the performance tradeoffs when using more than one EntityStore?

    Hi,
    I have different accounts where each account has the same set of Entity classes. I don't know yet wheter to have one EntityStore for each account or have one EntityStore for all accounts together and do a lot of 'joining' when retrieving Entities.
    This is a very similar use case as with the FAQ http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html#37 . The only difference is that I want to use DTP.
    It would be great if you could answer me the following questions:
    1.) Do basicly the same answers as in the FAQ apply to EntityStores?
    2.) How expensive is an EntityStore (memory, speed - creating and releasing)?
    3.) What would you recommend? I have to do a lot of secondary-index lookups which are restricted to one account. There are about 10 Entity classes and about 1000 accounts.
    Thanks,
    Christian

    Hello,
    It would be great if you could answer me the
    following questions:
    1.) Do basicly the same answers as in the FAQ apply
    to EntityStores?Yes, they apply.
    2.) How expensive is an EntityStore (memory, speed -
    creating and releasing)?For each store, there is an underlying Database per entity class and per secondary key. And for each store there is a catalog database which is also kept in memory.
    3.) What would you recommend? I have to do a lot of
    secondary-index lookups which are restricted to one
    account. There are about 10 Entity classes and about
    1000 accounts. I recommend using a single store for best performance and resource utilization.
    Mark

  • What would be the effect of %_RFC in a custom remote enabled FM.

    Hi,
    I have a requirement where there already exists a customized Remote enabled function module which contains the code for retreiving the production order number range based on the selection criteria(workcenter,plant)  as follows:
    CALL FUNCTION 'ZPRODORD_WORKCENTER' %_RFC
         EXPORTING
           COLLECTIVE_ORDER = COLLECTIVE_ORDER
           I_ARBPL = I_ARBPL
           I_WERKS = I_WERKS
         IMPORTING
           RETURN = RETURN
         TABLES
           ORDER_NUMBER_RANGE = ORDER_NUMBER_RANGE
           ORDER_HEADER = ORDER_HEADER
    This function is used in an INCLUDE program.Here I would like to know the significance of %_RFC.Im not able to locate the actual program where this include is used using the where used list to find  out the value which may be passed during debugging as this may be called from another server.
    Edited by: Vineela S on Oct 1, 2011 7:22 PM

    Hi Naimesh,
    Thanks for your reply.
    But here if I check the function group in which the RFC is defined im able to find the following Includes:
    *   System-defined Include-files.                                 *
      INCLUDE LZPRODORDRFCTOP.                   " Global Data
      INCLUDE LZPRODORDRFCUXX.                   " Function Modules
    *   User-defined Include-files (if necessary).                    *
    *  INCLUDE LZPRODORDRFCF...                   " Subprograms
    * INCLUDE LZPRODORDRFCO...                   " PBO-Modules
    * INCLUDE LZPRODORDRFCI...                   " PAI-Modules
    INCLUDE LZPRODORDRFCF01.
    But in not able locate the include  LZPRODORDRFCV07 which i have mentioned above.
    I would also like to know what would happen if the %_RFC is removed.Would the addition of %_RFC affect the performance of the program in any manner.
    Im not able to execute the program myself as it is linked with another server.
    Regards,
    Vineela.

  • Help me spend 20k on VDI/Virtualization/all-in-one Cluster. What would you do?

    I want to buy hardware for VDI, virtualization and general cloud-services. (hardware will be colocated.) I need some help/advice on my current setup; I already have a (semi-succesfull) IT company, I have a customer base, advertising, cashflow, connections,
    etc. Fort starters I will be using one colo location, the DC's in my country are one of the most reliable in the world. And so is the infrastructure. My DC is one of the bigger ones, and I will either go with a private rack or with 2 seperate ones shared with
    my clients. (So I will be the only one placing hardware). There are no natural disasters or things like that, and DC's going down is extremely rare, and only happens to with startups/smaller shops. The 20.000$ is purely for hardware. I already decided to go
    with the Windows Server/Hyper-V platform, because of the new technologies that make "decent" low-budget setups possible. I cannot afford a SAN so I will need to use a different storage solution that utilizes the server2012r2 capabilities. I might
    have been a little unrealistic regarding my requirements, and they are more of goals anyway. Let my try again; My main goal will be virtualization and delivering VDI. (zero-clients) Second to that I would like to be able to deliver some cloud-services (backup,
    hosting, sharing, remote-desktop, etc.) to eventually offer a all-in-one package. I understand that with my budget I will not be able to do immediately be able to offer all these things at maximum performance and reliability. However, I should be able to lay
    a solid foundation for future investments, and probably even be able to offer VDI at a small scale? Some things to take into account before sharing your advice; These services will not be offered publicly. I will start with my current customerbase and work
    up from there. Most of my customers have minimum storage requirements. So I'm okay with making concessions on the amount of storage I can offer, as long as i can easily add more storage in the future. Most clients have very small bandwidth (8-60mb download)
    that's why I want to build my architecture around the zero-client model. That way I can at-least offer everyone of my clients my services. The downside of this is of course that i am very dependent on latency, which is why I think local SSD's (combined with
    HDD's) could be my answer. I am aware about the SSD lifespan, but I will be choosing only the drives that have proven to sustain some heavy-duty punishment. (Check THIS out, Hardcore SSD edurance test, 600TB so far, and not one has failed, not even TLC based).
    If each of the consumer grade SSD's in that test can sustain over halve a petabyte of non-stop writes without breaking a sweat, (except for the TLC maybe) and probably make it to a petabyte without dying, they will serve my cause just fine. Now I've made some
    decisions so far; The E3 does not offer enough ram for future expansion, so I will be going for E5 platform. Since DP MB's are not that much more expensive then the single ones, I will probably go with dual socket. Very flexible in terms of expansion, and
    not that more expensive compared to single socket. Now the big question for me at this point is; a Can i use the DP e5 nodes for storage as well, by adding local storage in every node, and use clustering for redundancy and sharing? What are the con's versus
    dedicated storage servers? Would it be better to use separate nodes just for storage? if so, why? This would cost me allot more money, and the all-in-one option would be allot more efficient. If i'm going the all-in-one route, I will be probably be going with
    10gb/e aswell, and put each node in at least a 2u form-factor for more drives, expansion possibilities, and ease of management. I am aware that I will have a smaller number of nodes in total, but because each node serves so many purposes i still think this
    would be the best route. Especially if you consider that eventually I will need to step up to 10gb/e anyway, and in the future I can always buy more nodes for extra redundancy. And I can start with nodes that are only halve-filled, and work up from there,
    and if one of the nodes does go down, I could temporarily move the CPU, RAM, etc. to the remaining nodes to give them some more power until i fix the problem with the node that has failed. So, that is my plan as of now, feel free to criticize me on anything
    you would do different. If something in my setup is impossible, or impractical, please say so, and tell me what would be a better alternative. Many thanks for the responses so far, Regards, Cloudbuilder

    Hi ,
    It is hard for me to answer this .
    I am not family with storage , but  I think shared storage is needed if you want to build a high availability cluster .
    BGDS
    Paul 

  • What Are the Security Implications of not Completely Signing Database?

    Hello everyone,
    What are the security implications of not completely signing the database?
    From http://www.archlinux.org/pacman/ ,
    The following quote implies that the database exists merely just in case hand tweaking is necessary:
    maintains a text-based package database (more of a hierarchy), just in case some hand tweaking is necessary.
    However, considering that there are cases that pacman's local database needs to be restored, there are implications that the database is essential for pacman to function properly.
    From https://wiki.archlinux.org/index.php/Ho … l_Database :
    Restore pacman's local database
    Signs that pacman needs a local database restoration:
    - pacman -Q gives absolutely no output, and pacman -Syu erroneously reports that the system is up to date.
    - When trying to install a package using pacman -S package, and it outputs a list of already satisfied dependencies.
    - When testdb (part of pacman) reports database inconsistency.
    Most likely, pacman's database of installed software, /var/lib/pacman/local, has been corrupted or deleted. While this is a serious problem, it can be restored by following the instructions below.
    I know that all official packages (from core, extra, community, etc.) are signed so that all files should be safe, but I'm just paranoid.
    What if the database was hacked?  Will this lead to installation of harmful software?
    Sincerely,
    Cylinder57
    Last edited by Cylinder57 (2012-10-15 03:42:31)

    Cylinder57 wrote:
    From this quote:
    Allan wrote:But, the OP (also?) talks about the local package database on his computer.  That is not signed at all as there is no point.  If someone can modify that, then they can regenerate the signature, or just modify any other piece of software on your computer.
    Is it going to be easy for anyone other than the authorized user to modify the local package database?
    Allan basically answered that with the quote above already as I understand it. Someone who has access to the installation, e.g. is able chrooting your PC via USB, is not held back by any ACLs. However, modifying the local database only makes limited sense because the packages are already installed. Pacman would only recheck, if you re-install a package. The only really relevant attack vector for the package database is
    (1) installing an older package with a vulnerability,
    (2) re-placing the up-to-date package sig in the local database with the older one and
    (3) modifying the system, e.g. via pacman.conf excludes, to not update that.
    then also re-installing would not create a sig-error and you get stuck with the bogus old package.
    With a signed database this would not be possible. However, as Allan wrote earlier also with a signed database that criminal can manually install (totally leaving pacman & package cache) whatever it needs in this scenario. So, if you are -really- paranoid about that, you probably want to spend (a lot of configuring) time with something like the "aide" package.
    Cylinder57 wrote:
    And, are the following statements correct:
    If the repository databases are modified, the hacker might be able to modify the packages on the server (Considering that if someone can modify the local package database, that person can modify any other piece of software on that particular computer.)
    However, pacman won't let users from installing the modified packages (due to package signing,) unless at one person with access is bribed (at least, for an individual package.)
    I don't know the intricacies of the server infrastructure - only saw they have great names :-), but I am pretty certain your statements assume that correctly. It is pretty unlikely that someone able to modify the central repository database fails at placing a bogus package for shipping with those access rights at this time. Yet it does no harm not to post any details of such a scenario here imo. In any case: A compromised mirror would be enough for that - and easier to achieve (hacked anywhere or e.g. in a non-democratic state). Plus you also answered it yourself. The keys are key for our safety there. Which keeps me hoping that no criminal lawnmover salesmen frequent the Brisbane area.
    As you put up a thread about this, one question you can ask yourself is:
    Have you always checked on updates new signatures keys which pacman asks about? If you ever pressed "accept/enter" without checking them out-of-band (e.g. the webserver), that compromised mirror database might have just created a "legitimate" key .. user error, but another attack vector the database signing would catch.
    edit: Re-thinking the last paragraph just after posting, I now believe it would not be that easy as implied - simply because the bogus key is not trusted by one of the master keys. The pacman pgp trust model should catch that without database signing. At least it would if only the official repositories are activated, but that's a pre-requisite to the whole thread.
    Last edited by Strike0 (2012-10-20 23:01:26)

  • What would be the simplest way to view and take control over the internet?

    Hi All:
    Can some one tell me what would be the best and simplest way to connect from my laptop to another laptop through the internet?
    I have DYNdns running on the second laptop and have a host name assigned to that system for it to update the IP since the system uses different internet connections. The services that I would like to be able to have are the viewing and controlling of the system. I've read some where in this NG that if I have a copy of ARD admin. installed on that system also, it would be one way to do it... can some one verify this and please let me know if there are any specific settings I need to have on either one of the systems.
    I can connect to the second laptop while in my home network with no problem and perform all tasks. when trying to connect through the internet.. the system shows offline .
    Both systems are identical in hardware an software, Intel 2.16, 2G's RAM, OS X ver 10.5.2 all up to date and ARD 3.2
    Yes, I'm new to ARD and yes I'm searching the NG and the net. but I figure it doesn't hurt to ask since time is limited.
    All help greatly appreciated ..
    TIA
    Oscar A.

    To be able to connect to a workstation from outside it's network, the ports that ARD uses must be open on both ends of the connection. ARD uses ports 3283 and 5900 so those must be open.
    If your workstations get their addresses from an NAT device rather than being "real", the ports also need to be forwarded in the router to the workstation's internal IP address. ARD uses port 3283 for the reporting and updating function, so if your Macs are getting their IP addresses through NAT, since you can only forward a port to a single workstation, you can only get reports, push package/files to etc. for a single workstation.
    ARD uses the VNC protocol for observation and control, though, and there are a range of IP addresses for that protocol, starting with 5900. ARD uses 5900 by default, so that port would be forwarded to the first workstation. You would, I believe, need to install VNC servers on the systems (since the ARD client cannot listen on any port other than 5900 while VNC servers can be set for other ports such as 5901, 5902, etc. You would then forward 5901 to the second workstation (and on to 5902, 5903, etc.). You can then use the following information:
    Remote Desktop 2: How to specify a port number for a VNC client
    to connect.
    The only other options are: 1) to run the ARD administrator on a workstation on the network, and then take control of that system from outside, either via VNC or another copy of ARD, or 2) set up a virtual private network (VPN) so that when you connect from outside, your admin system is officially part of the local network.
    Hope this helps.

  • Performance implications of using multiple rules

    Hi:
    1.  I have a question about the performance implications of multiple rules through a rule strategy sequence.  Can you share your experience on this?
    2. Suppose that I have three rules that are accessed through a rule strategy sequence.  Would the increase in time to perform these three rules linear or some other function?
    Thanks.

    Satish,
    Depends on the rule control you are using.
    help.sap.com has given a really good example. Check this out
    http://help.sap.com/saphelp_scm41/helpdata/en/26/c2d63b18bc7e7fe10000000a114084/frameset.htm
    Let me know If you have trouble understanding or need some more help.
    Regards
    Kumar Ayyagari

  • Export to shared buffer performance Implications

    All,
    I am using the following statement in one of the programs to export an internal table
    EXPORT it_dtab TO SHARED BUFFER indx(st) ID 'ZMME'.
    I like to know what the performance implications by using this ?

    Helo,
    You could check the current memory limit set for SAP shared space @ transaction RZ11 .
    Pass the profile parameter as rsdb/obj/buffersize and check the field 'Current Value' .
    You could discuss with your Basis counterpart if there's a need to increase the shared memory space which
    is generally not favourable as performance of other sap applns can come down on doing so.
    Regards
    Dedeepya C

  • Performance implications when working in Session.Record mode

    Performance implications when working in Session.Record mode
    Hi,
    Iu2019m considering working in GuiSession.Record mode (in SAPGui API) all the time for all SAP client applications, as part of a solution aimed to detect UI changes.
    I wanted to know if working in GuiSession.Record carries significant performance implications? Other drawback? Is there any reason why working in record mode would not be advisable?
    Thanks.

    Hello again,
    After a bit of search, I found it.
    I tried Method #1, it wasn't working with a corrupt cache at all for me.
    I had to do Method #2, manual mode, I entered the registry key manually.
    Let me fix it myself
    If you cannot access the Offline
    Files tab, use this method to re-initialize the Offline Files (CSC) cache on the system by modifying the registry. Use this
    method also to re-initialize the offline files database/client-side cache on multiple systems. Add the following registry subkey: 
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache
    Key Name: FormatDatabase 
    Key Type: DWORD 
    Key Value: 1
    Note The actual value of the registry key is ignored. This registry change requires a restart. When the computer is
    restarting, the shell will re-initialize the CSC cache, and then delete the registry key if the registry entry exists. 
    Warning All cache files are deleted and unsynchronized data is lost.
    http://support.microsoft.com/kb/230738/en-us
    I want to hear back from you, tell me if it worked.
    Thanks !
    Konnan
    Understanding XP Mode, the key to success

  • I would like to buy the AirPort Extreme and I wanted to purchase a repeater or extender with that, what would that product be?

    I would like to buy the AirPort Extreme and I wanted to purchase a repeater or extender with that, what would that product be?

    The extender would be either another AirPort Extreme....if you want to match the performance of the "main" AirPort Extreme.....or....an AirPort Express.....which would not match the performance of the "main" AirPort Extreme.....but it would provide more wireless signal coverage.
    Whether you choose the AirPort Extreme or AirPort Express to extend the signal, try to plan to connect the extender back to the "main" AirPort Extreme using a permanent, wired Ethernet cable connection.
    If you must connect the main and extending devices using wireless only, then there will be a significant performance drop on the entire network due to to the limitations of extending a network wirelessly. Unfortunately, you lose about half of the potential speed on the network when you do this.

  • What would cause multiple error lines to appear using validator logic

    What would cause multiple errors to appear for a single line as shown below. I coded Regular Expression Validator with a specific matching pattern and all the patterns work fine. When I key in an invalid pattern on a row I get the following errors dislayed. Why am I getting multiple error lines instead of one. Also when the data in the field is in error the field gets cleared. How do I fix this problem?
    Error
    java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.
    - JBO-27008: Attribute set for ObjectCode in view object AccountsecuritygroupobjView2 failed
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.
    - JBO-27008: Attribute set for ObjectCode in view object AccountsecuritygroupobjView2 failed
    - JBO-ObjectCode_Rule_1: Object must be in range 8000-8999 or object must be in form of 8%, 8n%, 8nn% where n represents a number.

    Looks as though my RegEx script is not coded properly so it is causing the problem.
    This is my regex script
    8([0-9]{3})|8([0-9]{0,2}\%)
    I changed the script above to the following to slowly build the script back to get rid of these multiple errors that are appearing. When I set my regex script to the following then I just get the one error line.
    ([0-9]{4})
    I thought the regex script was working but when I key an invalid value I get 8 error lines as shown above. That should not be happening. This regex script
    8([0-9]{3})|8([0-9]{0,2}\%)
    is to perform the following logic:
    The field I am editing is 4 characters long.
    1) The first character must be an 8 and the next 3 charaters must be any character from 0-9
    OR
    2) The first character must be an 8, the next 0-2 characters must be any character from 0-9, the next non-blank character after any digits must be a wild card character of %
    Examples: any number from 8000-8999, 8%, 8n%, 8nn% where n is any number from 0-9
    Edited by: cwilbur on Sep 14, 2011 1:28 PM

  • "Intervals in Hierarchy" Any Performance Implications ???

    Hi,
    Is anyone aware of any performance implications in reports when we filter on a hierarchy which has a lot of interval nodes.
    This is what we are encountering. We have a hierarchy on Account Group in which all nodes have interval ranges. We added this hierarchy in a query.
    When we do not do any filtering on the nodes of the hierarchy (Time Independent) and let it run for the complete hierarchy, the query runs fine and retuns in about 2 minutes.
    We run this query again, keeping all things exactly the same, but do "fix filter value to axis" on a node of the hierarchy. When we do this, query runs for about 45 minutes...
    We have repeatedly seen this behavior with different nodes of the hierarchy. I have not tested with a hierarchy that doesn't have hierarchy nodes...(currently working on that)
    I looked in OSS notes, didn't find anything useful, but, I might have missed something...
    Please post your comments if you have seen any behavior like this.
    Thanks alot
    Gova

    Roberto,
    Thanks for the reply. Checked out the note, doesn't seem to be addressing this issue...here are more details about the hierarchy and how we are using this in the query. May be you can smell a clue there...
    The infoobject (on which the hierarchy is built) is a NAV attribute in the query. (NAV attributes slow down the processing, but its slow only when there is an active filter.) Since this hierarchy contains ranges, it has to access additional "J Table". Another table to access, Another reason to slow it down. But again not sure why only when the filter is present.
    Could that be because of the way BW formulates the select statment? Is there a way we can mess(!) around with this? Will check to see what ST05 trace reveals, but not sure if that helps with anything.
    Thanks
    Gova

Maybe you are looking for

  • IPod Playlists & Ratings ~ Restore How  To iTunes?

    Hi, I have a 40GB iPod Photo which I am sad to say is now completely full, and can no longer hold all of my iTunes tracks. Unfortunately, I had to do a fresh install & Erase of my G5 iMac and therefore lost my playlists and ratings. I did back them u

  • How to trigger a workflow using generic object services?

    Hi Experts, Let me know on how to trigger a workflow using generic object services. My requirement is to trigger the FI document reversal document using Object services. Any info or docs relevant to this, please share with me.. Thanks, Dinesh.

  • Connecting two wired computers to Airport

    I have an eMac that has been connected to my Airport Extreme by a wire (I THINK because it doesn't have an Airport card?) and we also have an iMac that has a wireless connection to the same Airport. Now we're adding a third computer to the mix --- an

  • I just got a macbook air

    I am so lost,,, i went from regular computer laptop to this, what are the command buttons for?  Where can i find what all keys do with the FN button? OP is 10.9.2  dont see it listed.

  • IPod Video Volume Bug

    Hello everybody I have a problem with the volume for music videos. if I play them and move the volume up to maximum then the volume is much lower, if I do the same with audio files. funny is, when is choose maximum volume and stop the video and play