Why getmultiplevalues is more efficient compared to getattributevalues?

Hi all

I know that this may be a very basic question but I need some clarification on the below:

Step 1: < assetset:setasset name = "myObj" c =' < % = ics. GetVar ("c") % > ' cid =' < % = ics. GetVar ("cid") % > ' / >

Step 2: name = "myObj" listvarname = "myList" attribute assetset:getattributevalues = "Attribute1" typename = "myFlex_A" / >

Step 3: < assetset:getmultiplevalues = "myObj" name prefix = list "myPrefix" = "myList1" > < / assetset:getmultiplevalues >

My understanding is, in step 1, we already loaded assets flex as an object called "myObj".

Since we already have a loaded object "myObj", in step 2 and 3, you will just get the values of the object. So why will there be a performance hit when we already have an article charged and just do a get on this object.

What is the difference, or how the tags used in step 2-3 stand out in behavior?

Should not and all two step 2 step 3 be even considering that we're just going to look for the values of the object responsible for step 1?

Thanks in advance,

Praveen

Hi Praveen,

asset: active base load will load all the attributes and keeps it in the object which we can retrieve using asset: get.

but

assetset:setasset

Generates an an asset the value of a single asset. Means. It will specify just flex assets you want to recover the DB. Effective data recovery will be when you use assets: getattributevalues or: getmultipleattributevalues. This tag must use query to extract DB. so using several getattribuevalue run the multiple query, so it is not recommended

Tags: Fusion Middleware

Similar Questions

  • I would like a more efficient sorting for organizing files, a similar to the options available via EXCEL. I want to sort the files from Windows 7 Desktop AND type update...

    I would like to apply a more efficient to organize the display of files, a similar to the options available via EXCEL.  I want to sort the files of desktop Windows 7 by type AND update... looks like it would be a logical way to view the files.  Currently, I can do one or the other.  Sort by modified date provides a hodgepodge of file types, sort by type will not most recently changed... organize a hodgepodge of dates.  You wonder why I felt it necessary to ask this... seems to be a simple and logical option which would already be available.  Is it?  If so, how can we do this?

    I don't know where you see all sort in excel. The file > open in excel procedure uses this same kind as provided by the Explorer (its Explorer discovers Documents)

    The view in excel is obviously filtered to Excel docs.

    You probably need to rethink your documents folders stratergy

  • Why my iPhone more than 6 freezes?

    Why my iPhone more than 6 freezes?

    Have you ever tried the General troubleshooting steps?

    1 force restart the phone now sleep and home for 10 seconds, button until the Apple logo comes back again. You won't lose data.

    2. in case that does not work, set back to factory settings, without using the last backup. Test the phone. If it works, restore the backup.

    Use iTunes to restore your device to factory settings - Support Apple iOS

    3. If the factory reset does not help, get the phone checked by Apple:

    Launch a service request

    Find an Apple authorized service provider

    Make an appointment at the Apple Store

  • How can I make my computer run more efficiently?

    Hello

    Okay, so I asked recently how I could make my computer faster. I have a Compaq Presario SR1601NX with HP ha17 monitor. It runs Windows XP Home Edition with Service Pack 3. I installed CCleaner and Defraggler on my computer. I use CCleaner at least twice a week, especially after using the internet. I also run Defraggler at least twice a month. In addition, I have Microsoft Security Essentials, that I keep up to date, as I do with Windows Firewall, automatic updates and Virus protection. I went through and remove all programs that I don't use, and I run chkdsk, find no problem. After you run CCleaner and Defraggler, my computer seems a bit faster. However, after some time, it is once more quite slow. Anyone know anything else I can do to make my computer run faster and more efficiently. I don't want to clutter up my machine with random programs. I'm also looking for things I can do for free. I prefer to buy a new computer than to invest money in my only current. It is just better to buy a new one? If so, what kind of computer should I get in? Any information will be greatly appreciated.

    Wednesday, December 25, 2013 04:25:52 + 0000, windows_user_2443 wrote:

    Hello

    Okay, so I asked recently how I could make my computer faster. I have a Compaq Presario SR1601NX with HP ha17 monitor. It runs Windows XP Home Edition with Service Pack 3. I installed CCleaner and Defraggler on my computer. I use CCleaner at least twice a week, especially after using the internet. I also run Defraggler at least twice a month. In addition, I have Microsoft Security Essentials, that I keep up to date, as I do with Windows Firewall, automatic updates and Virus protection. I went through and remove all programs that I don't use, and I run chkdsk, find no problem. After you run CCleaner and Defraggler, my computer seems a bit faster. However, after some time, it is once more quite slow. Anyone know anything else I can do to make my computer run faster and more efficiently. I don't want to clutter up my machine with random programs. I'm also looking for things I can do for free. I prefer to buy a new computer than to invest money in my only current. It is just better to buy a new one? If so, what kind of computer should I get in? Any information will be greatly appreciated.

    CCleaner is a program to eliminate the stuff that you don't need, and so
    save you disk space; It really doesn't do anything to improve
    performance. Maybe defragment the hard drive can speed things up
    some, but how effective is it is depends on how you use your computer.

    With very few exceptions, all the programs that are designed to speed up your
    computer is nothing but snake oil powder and are likely to be a problem.
    I recommend that avoid you them like the plague.

    Without a lot more details, it is very difficult to know what is causing your
    problem, but maybe you run modern software and your former
    Material XP - era is really too slow for her.
    With Windows XP support this ending coming April, purchase a new
    computer and run the latest version of Windows (Windows 8)
    probably makes the most sense. It will give you a modern material and a
    supported Windows version.

  • How to make the query more efficient

    Hi all

    I use the following query in my app that works very well. Although I'm not an expert in PL/SQL, can someone please suggest how can I make the query more efficient? Because I use the same contract for every query table. Only difference is that in the name of the condition column. Again I am showing same column comments for each request. I was wondering if I can join these 3 and do 1 single request if possible

    DECLARE
    v_CONTRACTNO varchar2(100);
    v_CHILDCONTRACTNO varchar2(100);
    v_SOURCESYSTEM varchar2(100);
    
    BEGIN
    begin
    SELECT comments
    into v_CONTRACTNO
    from user_col_comments
      where TABLE_NAME = 'CONTRACT'
    and COLUMN_NAME = 'CONTRACTNO';
    end;
    begin
    SELECT comments
    into v_CHILDCONTRACTNO
    from user_col_comments
      where TABLE_NAME = 'CONTRACT'
    and COLUMN_NAME = 'CHILDCONTRACTNO';
    end;
    begin
    SELECT comments
    into v_SOURCESYSTEM
    from user_col_comments
      where TABLE_NAME = 'CONTRACT'
    and COLUMN_NAME = 'SOURCESYSTEM';
    end;
    END;
    

    Thanks in advance...

    Concerning

    Nabila

    Hi, Nabila,

    The nabila Islam wrote:

    Hi all

    I use the following query in my app that works very well. Although I'm not an expert in PL/SQL, can someone please suggest how can I make the query more efficient? Because I use the same contract for every query table. Only difference is that in the name of the condition column. Again I am showing same column comments for each request. I was wondering if I can join these 3 and do 1 single request if possible

    1. DECLARE
    2. v_CONTRACTNO varchar2 (100);
    3. v_CHILDCONTRACTNO varchar2 (100);
    4. v_SOURCESYSTEM varchar2 (100);
    5. BEGIN
    6. Start
    7. SOME comments
    8. in v_CONTRACTNO
    9. of user_col_comments
    10. where TABLE_NAME = 'CONTRACT '.
    11. and COLUMN_NAME = 'CONTRACTNO ';
    12. end;
    13. Start
    14. SOME comments
    15. in v_CHILDCONTRACTNO
    16. of user_col_comments
    17. where TABLE_NAME = 'CONTRACT '.
    18. and COLUMN_NAME = 'CHILDCONTRACTNO ';
    19. end;
    20. Start
    21. SOME comments
    22. in v_SOURCESYSTEM
    23. of user_col_comments
    24. where TABLE_NAME = 'CONTRACT '.
    25. and COLUMN_NAME = 'SOURCESYSTEM ';
    26. end;
    27. END;

    Thanks in advance...

    Concerning

    Nabila

    Of course, you can get all 3 values in a query.  Here's one way:

    SELECT contractno, childcontractno, sourcesystem

    IN v_contractno, v_childcontractno, v_sourcesystem

    Of user_col_comments

    PIVOT (MIN (comments)

    FOR column_name IN ('CONTRACTNO' AS contractno

    'CHILDCONTRACTNO' AS childcontractno

    'SOURCESYSTEM' AS sourcesystem

    )

    )

    WHERE table_name = 'CONTRACT '.

    ;

    But I doubt that it makes things very slow.   If your PL/SQL performance is poor, I suspect that the cause is somewhere that you haven't posted.

  • Why did take more than 15 minutes and always my PDF conversion is not downloaded?

    Why did take more than 15 minutes and always my PDF conversion is not downloaded?

    Hi Karen,.

    Try to convert by using the web Interface using this URL: https://cloud.acrobat.com

    Kind regards
    Rahul

  • When I use the function "cut", the line of results more sharpness compared to the original files. For example, {A: "file.psd"-&gt; cultures 4x6inch, 300 dpi-&gt; B: "cropped file.psd} then the results are as described as a first step. What s the problem.

    When I use the function "cut", the line of results more sharpness compared to the original files. For example, {A: "file.psd"-> cultures 4x6inch, 300 dpi-> B: "cropped file.psd} then the results are as described as a first step. What s the problem. (Photoshop CC, windows7)

    I'm a Retoucher of photpfile have used the CS2 version for many years, and fuction 'Harvest' is an important and frequent tree tools myself. The result of the broke lines drive me annoying cause my feeling touch Sofete are all blown away. Please help me.

    I think you're talking about using the crop tool? If you're cropping with a size and resolution that involves interpolation of the image, the crop tool will use your preference for the Interpolation of the Image. By default, bicubic is automatic, which can easily result in a sharp file. Change your preference (in general) to bicubic and you shouldn't see any sharpening.

    I hope it works for your situation.

  • Why have we not to transpose a 2D array to index more efficiently?

    I have an array of strings 2d which is 8 columns wide and 100 k lines. To index, the work is transferred. Why?


  • Why iphone 6s more overheating while using facetime/Skype

    Product name: iphone 6s as well (Rose Gold)

    Memory: 2 GB

    Storage: 64 GB

    IOS: 9.3.1

    Bought: Only two weeks old.

    Question: while I use Skype/facetime period of time more rear heating of the Apple Logo. Its only two weeks (brand new phone).

    Please you can anyone help why its over heating while using Skype/facetime. Is there any problem at the hardware level.

    Concerning

    Vincent

    Go to settings > general > reset > reset all settings

    This will fix your problem

    Heating upward is usual if you use cellular data for a long period of time

  • Why it is more possible to cutomise Dell computers?

    Over the years, I bought 7 different computers from Dell, and the reasons for the man to have chosen Dell were:

    1. the fact that you can create a customized version - e.g. change processor or adding memnory to get exactly the required configuration.

    2 Dell seemed still more advantageous to office for money than other providers.

    I am now looking for another couple of computers and am disappointed to discover that rof neithe that above seem to be true.

    The price is still reasonable, but is better than its competitors, but the biggest problem is that ease of construction custom seems to have disappeared to be replaced by the same set of pre-configured models which can be picked up in a computer store.  Pretty much the only option that is available is the color of the case (which, with any sense, cares about the color of a computer) and to add a set of expensive devices.

    The base installation of custom build which has always been strongest selling point of Dell is spent.

    Why?

    Wow, this is very useful.  So what you're saying, is that Dell is placed in the path of the 1980s, ordering things over the phone.  They already had their online Configurator available in the end of the 1990s.  It was part of the interest of their business model.  Easy to use, no relative to the menus of the phone and hold the button once.  No dealing with a sales person who doesn't even understand the basic techniques.  I don't want to lose 30-45 minutes on the phone trying to see if someone might be able to customize something.

    I fear that the current state of their online system is probably the result of an attempt to limit the types of transactions, people can get.  What used to be coupons that have been good on any custom system is now valid on a single preconfigured machine.  So if you want a better processor or a different amount of memory, you're out of luck.  If you want to downgrade a component to save even more money, not a deal for you.

    Almost all links to "Customize" a model on their Web site now allows you to do little more than change the warranty terms or add accessories.  At least for desktop computers and laptops.  The servers seem a little more configurable.

    I miss the way things were about 6 years ago.

  • Why is it more expensive to upgrade items such as the difference in buying just the latest version (eg. £56.75 buy or £66,43 upgrade)

    Seems a bit of a no brainer to me - why would someone pay more to upgrade?

    Hello

    All depends on where and when you buy it. Sometimes, the full version is the special offer.

    There is no difference in the two products - they will modernize both a catalog is created by an earlier version. The only real difference is that the upgraded version is cheaper (when not on offer) and requires a previous serial number as well as a new.

    If you already have a version, then buy one that is the cheapest.

    Brian

  • Droid: Direct Charger AC/DC (~1.5 hrs) vs Verizon battery (3-4 hours) - why so much more?

    Hi, once again, everyone,

    Recently, I noticed that if I charge my Motorola Droid directly from a power outlet, it can take about 1.5 hours for the battery is fully charged (which is nice), but if I use the ' battery only Charging Cradle "(http://www.verizonwireless.com/b2c/store/accessories?action=accessoryDetailsByAccessoryAndPhone&acce...), the battery, instead, will often need to about 3 to 4 hours.

    Can someone please provide no indication about why there is such a disparity... and it also means that the cradle is somehow to help (in total) more energy to do its job than would the Droid just to the extent where recharge that battery is concerned?

    Please advise and thank you.

    Sincerely,

    Bram Weiser

    In short, the cradle uses a maintenance charger - what is usually better to extend the life of the battery and the charger a/c is a QUICK CHARGER.

    If I had to guess, I would say that the engineers of assume that, generally, when someone puts the phone in the dock, he will be there for a long period of time (such as during the night) so maintenance charger is best-, and that when they plug the droid with the power cord (ac or car) they seek to charge the battery as soon as possible.

    Maybe it's not the case for everyone - but I can certainly see why they have chosen to set up in this way.

    -michael

    PS as far as energy consumption goes, it depends on how long you let the Droid connected or in the dock.

    If you leave plug on the power adaptor during the night (8 hours) it will attract 1500mA for the first 1.5 hrs (or time charged) and then down to .5mA for the rest of the time.

    If left on the dock for the night (8 hours) it will draw a constant .5mA.

    Post edited by: slsmag added energy use info

  • You are looking for a more efficient rendering method. Pls help

    Hi all experts in AE,.

    I bought a project model AE & I like it a lot.

    The model has so many layers that it took 3 hours to render on my iMac.

    My problem is that after, I realized that I wanted to do some very minor adjustments like changing any other photos or videos, and make the text bigger or change fonts... etc...

    I found myself having to wait for another time of 3 hours each, I do a minor tweak. Is there a command where AE is smart enough to detect the minor difference and make this part and join with the previous version? I mean, is AE has the opportunity to compare the difference and make the fastest rendering process rather than wait for 3 hours?

    Thank you

    See you soon

    Laughing out loud

    There is an exception to my 'no' which is not relevant to what you asked, but may be useful later:

    If you make and export of sequences of images instead of video files, then you can easily made just a specific set of frames - for example, 0-99, if your changes are only in the first 100 images of a film of 10,000 images.

    Rendering takes a long time in any post-production software. Get used to it. If you are not sure a change, render and export a test sequence low resolution or just make and export the segment you are interested in. These are among the many tips to improve performance here; performance improvement is more on ingenuity that it is tweaking equipment and settings.

  • Why can't more editing in iMovie?

    I did not use iMovie in a few months, but I am at a total loss. When I start a new project, I import my video. When it it is important at the top as usual, it shows only as a small place. Not long with yellow borders where I can cut and paste and drag clips down more! What I am doing wrong? Please help before I pull all my hair haha!

    You can zoom out your clips in the case where pane using the gear and sliding Zoom icon to the right:

    This could be the reason?

    Geoff.

  • Why Firefox is more my search engine?

    Until today, when I went to refresh Firefox because of the slow and hanging up, Firefox has been my search engine and my browser. I've never seen more Google or Yahoo and was happy about that I won't use any of them. All I saw was Firefox. How is it now I see that my search engine Yahoo? I don't want to! I have Mozilla Firefox as my browser and the start page but also want as my search engine. Please advise!

    Now, the point is that you've never used Firefox or Norton. Because they are not search engine. So maybe you have been followed.
    Now, to be honest, almost every search engine keeps some of your data. However you can give a try to DuckDuckGo who may not be as much effective, but it does not track your data.
    Use in Firefox search bar will help you define DuckDuckGo search engine.

Maybe you are looking for

  • How can I control the size of the pane name displayed in the Message pane window?

    When I open a message, a full name (the raw message content) opens as a window in the upper part of the window of the Message pane. I have this display smaller window name (fit) while maintaining the ability to scroll. By dragging the edge of window

  • Satellite A210-199 - (PSAFGE) - error in BIOS

    Good day. Face the problem of laptop model Toshiba A210 - 199 (PSAFGE)When the computer laptop 2 times and hits of mail to oshybku System Configuration data updates andAlong System Configuration data read error That please?Thanks in advance I'm from

  • L540: password accepted anywhere but the login screen

    Hello! I was happily using the sensor of fingerprint on my L540 for awhile, until what a few months ago, I reinstalled Windows 7 (Professional, x 64). After setting up everything, and by installing drivers Lenovo, I noticed this problem: When I start

  • HP Envy 17 t-k000 TS: the password of BIOS HP Envy TS 17 t-k000?

    Hello, I have a HP Envy TS 17 t-k000 who has a kind request for bios password out of the blue, and I can never remember a password. When I turn it on, I get a beep and then a little blue screen saying "Enter password or power on password" and I can't

  • Microphone and Audio HP pavilion dv6466us

    Hello I use a HP pavilion dv6466us and recently put in a new hard drive HP plu from inside and put windows 7 on it.  Now my microphone internal, any microphone I plug into the microphone port, and no matter what headphones I plug into the microphone