In what kind of environment we prefer use AMM (Memory_target) on manual management of the memory?

Hi all

I am not able to classify what type of environment we prefer to use the AMM (memory_target) parameter to manual memory management. I've seen even on oracle 11g several customers use no memory_target parameter.

Please rank the situation in order to differentiate these.

Thank you

-RAJ

AMM does not work with HugePages.

Large and complex environments on Linux would be to use HugePages.  In addition, the DBA would prefer better controls the size of the SGA and PGA in such environments.

AMM can be used for small, medium environments with predictable usage patterns, less complex.

Hemant K Collette

Tags: Database

Similar Questions

  • No matter what kind of program that I use or what printer I print on, my PC has produced a preview before print screen every time I click on print. Anyone know how to disable this option?

    No matter what kind of program that I use or what printer I print on, my PC has produced a preview before print screen every time I click on print. Anyone know how to disable this option?

    It doesn't seem to be anything the given that this happens no matter what printer print on the printer. Any program, I use the same thing also happens.

    Hello

    Apart from the valubable solutions provided, I suggest that you post your question on the TechNet Forums as it appears, it comes to your work computer.

    Windows XP IT Pro

    Thank you.

  • What kind of filter/effect is used in this vid?

    what kind of filter/effect is used in this vid by Björk about 0.26 s https://www.YouTube.com/watch?v=M1Wwbw2gCcA

    Find edges and CC Vector Blur with settings excessively overcranked will give such a look. Additional blur before the operation to find the edges may be involved, and of course to get multiple lines of 'height' you will work in 8 bit in support of quantification.

    Mylenium

  • Satellite 1400-503: what kind of RAM should I use?

    It is pre-installed with 256 MB of RAM (I think) and I would like to enhance it with additional 256 MB in the free location. What kind of RAM I need? the preinstalled is a samsung with the inscriptions on it: Korea 0228 pc133s-333-542-81 L7A M46453254CT

    Hello

    I want to clarify that you can upgrade the memory to 1024 MB.
    As far as I know Toshiba recommend using these memory modules:
    PC133 512 MB (PA3108U - 1 M 51)
    PC133 256 MB (PA3086U - 1 M 25)
    PC133 128 MB (PA3085U - 1 M 12)

    But as you mentioned the laptop supports modules SODIMM 144 pin PC133 .
    In this case, you use modules with these properties.
    But I prefer the modules Kingston or Toshiba. You know that no names module performance is not very good.

  • What kind of code do you use to switch to a new/next screen?

    Greetings,

    I worked with CC animate and a bit of ActionScript 3.0 for about a month as part of my study IT. As part of my final project for this course animate CC, I chose to create a Visual Novel game. Basically, the idea is that you can see a screen, you click an option to 'talk' (like "move to your home" or "the city") and clicking on an option translates in the transition to a new screen (with a House/town as a background image).

    Unfortunately, I don't have to do all assignments in the past involving "screen switching", so I have no idea as to what kind of code I need to make this work. Google for it, without success. So now my question is, what kind of ActionScript 3.0 code/functions/etc. to apply to just "switch to the next screen" host in a selfmade in CC game?

    Thanks in advance,

    Sander

    I assume you are using the calendar to develop each of these individual screens. You probably use the stop(); order to keep the playhead on the frame where the first decision point, the screen of your option. You will need for each of the options create a badge and join some Actionscript to the keyframe where the point of this decision.

    Here's a good tutorial for this kind of thing: creating a site Flash (AS3 Version)

  • Hello do not know, I am in the right place - I want a document by email to clients where you can ask them what kind of other products they use and I thought it would be an idea to make them able to check a box or put the dot in a box - is this the right p

    Hi - I want to be able to send the docs where people can check say yes buy us this stuff.  We are a supply of office and stationery company, and we thought it would be an easy way for our customers to let us know what other products they use, that they are not currently buying from us.

    Hi susanna7221542,

    You can create interactive PDF forms using the Acrobat application to collect data creation and distribution of PDF in Adobe Acrobat DC forms.

    Kind regards

    Nicos

  • What kind of details/units do use command of the crib for Action 'Place '?

    I used the Listener script to make this Applescript function to place images. I placed a bunch of different images very precisely on the canvas. "I get the dimensions of the image in pixels and then I need to do some calculations based on the dimensions and use it to feed the correct" "xCoordinate" and "yCoordinate" variables in the.


    The thing is, I can not understand what on Earth these numbers refer to the. Pixels? Cannot be, if I change the numbers, the inserted graphic does not jump the same number of pixels that change my value. The title of the document in inches, but he is not jumping the correct distance of thumb. Is that picas or points or something? Is it possible for me set the Info window to show me the same coordinates that will be used to determine location of the code of the Action of eating in the same way the interpreter?


    In addition, it seems that if I change the size of the placed image, it is just in some unpredictable place. "If I place a 4"x 4"300 DPI image square with this, use exactly the same " ""xCoordinate "and" 'yCoordinate ' values and place an image from 300 dpi 2 "x 2", they do not come with everything that I can perfectly recognize in common - both images are not perfectly aligned at the top, down, left, right or Center. And different, I place the same image with the same coordinates, I swear to you that sometimes in different places if I went and did other things in between. So what's happening?


    Any help?


    Thank you


    Tom.



    on place_image(filePath, xCoordinate, yCoordinate, imageScale)

    tell application"Adobe Photoshop CS6.

    say the active document

                          do JavaScript "

    var idPlc= charIDToTypeID("------" "Plc------');

    var desc4 = new ActionDescriptor();

    var idnull = charIDToTypeID(\"null\');

    desc4.putPath( idnull, new file (\ "" & "\" & path"));

    var idFTcs = charIDToTypeID("------" "FTCS------");

    var idQCSt = charIDToTypeID("------" "QCSt------");

    var idQcsa = charIDToTypeID("------" "Qcsa------");

    desc4.putEnumerated( idFTcs, idQCSt, idQcsa );

    var idOfst = charIDToTypeID("------" "Ofst------");

    var desc5 = new ActionDescriptor();

    var idHrzn= charIDToTypeID("------" "Hrzn------");

    var idRlt= charIDToTypeID(-"#Rlt------");

    desc5.putUnitDouble( idHrzn, idRlt, "& xCoordinate &");

    var idVrtc= charIDToTypeID("------" "Vrtc------");

    var idRlt= charIDToTypeID(-"#Rlt------");

    desc5.putUnitDouble( idVrtc, idRlt, "& yCoordinate &");

    var idOfst = charIDToTypeID("------" "Ofst------");

    desc4.putObject( idOfst, idOfst, desc5);

    var idWdth = charIDToTypeID("------" "Wdth------");

    var idPrc = charIDToTypeID(-"#-Prc');

    desc4.putUnitDouble( idWdth, idPrc, "& (imageScale) &");

    var idHght = charIDToTypeID("------" "Hght------");

    var idPrc = charIDToTypeID(-"#-Prc');

    desc4.putUnitDouble( idHght, idPrc, "& (imageScale) &");

    executeAction ( idPlc, desc4, DialogModes.NO); »

                   end tell

           end tell

    end place_image

    OK, there is still much to do.

    But right now, you can add these pure javascript in your originalscript (before the end of the first say)

    var aLayer = activeDocument.activeLayer;
    var Pos = aLayer.bounds;
    Pos[0] = 10 - Pos[0];  // 10 or your own value for " & xCoordinate & "
    Pos[1] = 10 - Pos[1];  // 10 or your own value for " & yCoordinate & "
    aLayer.translate(-Pos[0],-Pos[1]);
    

    Have fun

  • What kind of fields / widgets are used in the Application Permissions screen?

    For the config page of my application, I would like to have several hidden options until needed and I wish I had that look similar to the screen of permissions for a module - IE the one with the titles of "Connections", "Interactions" and "User data", which can then be extended to supplying indented from the fields below. Y at - it a field / set of fields that have already implemented this feature, or is this a case of build myself off primitives?

    Thank you.

    Take a look at TreeField.

    There are documents in the developer's Guide and the two KB statutes that might be useful:

    How - to add a TreeField to a screen of the device
    Article number: DB-00416

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/...

    -How to use the ServiceRouting API

    (not really on TreeFeidl, but seems to be live actual work, for example, you can plug and play with)
    Article number: DB-00483

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800441/How_To _...

    I never had the opportunity to use them in anger, so sorry, no advice to give you.

  • Can someone tell me what kind of desktop / laptop, you use for AE/Pr/Ps?

    I don't know where to start more and I don't know if building a computer is the only way. I really appreciate it guys.

    look for a 4 core intel code name resemble i7-x7xxx. you will perhaps find one with 8 GB memory and improve memory and ssd disc later.

    something like this for an example. Laptop ASUS ROG GL551JW - WH71 (WX) 4th generation Intel Core i7 4720HQ (2.60 GHz) 8 GB memory 1 TB HARD drive

    You should be able to download the manual for any laptop that you look to see if it allows the upgrade of memory and hard drive.

  • I have an older model hp dx5150 mt, I want to know exactly what kind of ram I need, I got 4 slots for ram?

    I just want to know exactly what kind of ram will be my hp dx5150 desktop will manage and take, as I know its ddr and that this model will have up to 4gigs of ram, what I don't know is, is he pc2100, pc2700, pc3200, etc... etc... Please help

    Use the scan memory automated by Crucial. Just click HERE. Download and run the file. A Web page opens in your scanning system. It then displays the results to the type of ram you need and how your system supports. Looks like you can handle up to 4 GB but, run the scan. A 64-bit operating system would probably increase the limit of 4 GB. For example, you might want Windows 7 Pro x 64.

  • I'm trying to download a month of the trial of adobe muse and he asks me to open an application.  I don't know what kind of application I should open.

    I'm trying to download a month of the trial of adobe muse and he asks me to open an application.  I don't know what kind of application I should open.

    Hello

    To download the latest version of Muse, you must install the first Adobe application and install it. Use this application to download Muse,

    Get Adobe Creative Cloud desktop application & Adobe Application Manager

    If you still have questions, please let me know.

  • Material: What i7 processor and motherboard can pay me for my construction Assembly of the machine?

    I work with the PC. I am running with a first-generation i7 980 x, a processor in a motherboard that is nice, but dated from 6. I was not told that the second generation i7 half price was a processor much better for video. Nevertheless, I held five years after my investment.

    Recently, I wanted to upgrade and my neck of the bottle is in my hard drives. I have one zero RAID but it is only syncing Seqential reads 295 MB/s and writing 304. When I run the process on one screen and work first on the other, I see that whenever there is a hiccup during playback, and what hard drive not show up where my RAM and CPU are not.

    To set the soft hard drive configuration that I have; I wanted to set up a RAID 0 SSD some for awhile. But I've been holding. I'm glad I did I think because now I want to jump on the PCI. E 3.0 SSD. My current motherboard's PCI. E 2.0. It is also a neck of the bottle in my video card (MSI GeForce GTX 680 N680GTX Twin Frozr 4 Video Card - 4 GB GDDR5, PCI-Express 3.0(x16))

    So I want a new motherboard to unleash the potential of my video card, hard drive and RAM DDR4: Intel 750 series AIC 400 GB PCI-Express 3.0 x 4 MLC internal Solid State Drive (SSD) SSDPEDMW400G4X1 - Newegg.com

    Does anyone have any suggestions on a particular processor and motherboard should I consider? I've been watching this processor Processor Intel Core i7-4930 K Ivy Bridge - E 6-Core 3.4 GHz LGA 2011 130W BX80633i74930K Desktop - Newegg.com or this one I think I like better: http://www.newegg.com/Product/Product.aspx?Item=N82E16819117403

    Still no idea on a very particular motherboard. I guess one with several PCI. Slots E 3.0. I'll be in touch with ASUS to see if they have suggestions based on my desired material (which I have of him up to this day).

    Using CS6 or CC 2015? What the media, how many layers and what kind of effects, if necessary use you? (certainly talk about third-party plug-ins)

    If you are overclocking your 980 x now?

    East of 400 GB really enough workspace for all your files? (media, projects, zero/cache/swap and export)

    I know I am asking a lot of questions, but these things make a difference any on a few recommendations. Workflows and different tax brackets the PC in different ways.

    Recommendations of a general nature you could do now or more later:

    -If you have machines to slot/ports available in your current motherboard, there is no reason to wait for a new system add a PCIe SSD or 2 x 3 table SSD RAID 0 x (those can be convincing solutions still too)

    -Intel 750 1.2 to is on sale at Micro Center now for $649; I find this a really compelling case for that price - very fast, very reliable and compatible with multiple systems (M.2 solutions are more cutting edge, running more hot and seem to be less reliable in reading the user comments)

    -Not the fastest or most recent, making x 2 or x 3 (or more) RAID 0 arrays with the best drives SSD (Micron, Samsung 850 Pro, Intel 730) is a large enough to go so way too long as you have enough ports SATA; Here, too, you could do it now... a SSD RAID 0 array could still be hot fast when compared with your rotation on your old SATA ports

    -If you run CC 2015, it seems to me that Adobe has been out more our GPU if you always use the CS6. So, if you're on 2015 CC, you can upgrade to a 970 GTX or better and continue to use the GPU in a generation of new and future. BTW, I seriously doubt that your GPU is limited by PCIe 2.0, its just not that fast!

    New recommendations to build:

    -Think that Asus x 99 build (Deluxe, x 99-e WS or V Rampage)

    -Intel i7 - 5930 k or i7-5960 x (quick, easy to overclock 8 strands)

    -32 GB of RAM if only use body (64 GB so also use After Effects)

    -new GPU (GTX 970, 980, or 980-Ti)

    -If you do not upgrade to a 99 x new system (that's what I would say from a generation previous fast 6-core CPU), then Samsung 950 m2 512 GB drive can be the way you want to go

    -personally, I like the speed of the drive, but find 400GB, 512GB a little limiting

    Kind regards

    Jim

  • Can what kind of mouse I use with my Macbook Pro?

    I intend to buy a mouse for my Macbook Pro 13 "retina. Do I have that right to say that a powered bluetooth mouse can be used with my macbook? In addition, what other mouse types can I use with my macbook?

    Kind regards

    Rayan

    Pretty much any USB or BT mouse, trackball or trackpad should work just fine.

  • What software to use to open a file .igx in the Windows environment

    What software to use to open a file .igx in the Windows environment

    Hi Docsri,

    The IGX file type is primarily associated with ' iGrafx FlowCharter / iGrafx Process' by iGrafx LLC. A graphical process simulation and modeling program.

    You can use the software provided by ' iGrafx IGX to open files in Windows.

    Frequently asked questions

    http://www.iGrafx.com/products/Flowcharter/14/FAQs.html

    Evaluation software downloads

    http://www.iGrafx.com/downloads/trial.html

  • Some would explain in terms laymans terms what kind of dvd disc I should I use on my computer

    I have a Dell E520 computer, and for a while, have had problems with the dvd player.  The drive was reading but not open CD or DVD playback.  That meant when I had to use my operating system Vista disc that came with the computer I was unable to do so and had reset the computer to factory settings.  I bought a new dvd player.  This player plays and opens the disks provided with my computer and DVD movie but strangley plays no dvd + rw that I backed up discs and photos. (Brand of ASDA).

    PS I have only one hard drive and my dvd drive was DRIVE E:, now it's the I: DRIVE

    My new record is

    HL-DT-ST DVD +-RW GSA-H73N

    I have been searching the Internet, but finding contradictory views on my query that is:

    1 should. what kind of records I buy to serve as the backup files and to make a copy of a game on my computer.  I will record no videos. IE, use DVD + RW, DVD - RW, DVD + R or DVD - R?

    2. can I use DVD - R, DVD + R (as it says on my dvd - RW dvd drive)?

    THX in advance

    In fact, you could mark my correct answer while others who visit this thread will be able to find the answer quickly, and because he was in fact an answer to your question.  The button is to the bottom of the post that is already marked as a proposed answer.  It will certainly place to only be able to vote for the answer once (LOL).

    I am very happy to hear that you were able to burn the disc and that your drive works - I KNEW that it was a form of television pilot, firmware or software (I didn't know that).  It was the good work on your part, find the right files and install them properly for the operation of the car - that was YOU, not me.

    It's my pleasure to help you.  Stop back whenever you have more questions or issues, and someone here (maybe even me once again) will be happy to help you.

    Thanks for the comments - we appreciate it.

    Good luck and best wishes.

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • Update BIOS to a6514f

    Hi all! First of all let me to expresss my gratitude to any effort aimed to sat me with this embarrassing question. A Pavilion a6514f which I've upgraded to windows 7 ult 64 bit I would like to make a few timkering so I with - in particular, I would

  • Satellite P100-276 - 1 pixel vertical line

    Help, please. My Satellite P100-276 always shows a white * vertical *, screen of approximately 1/3 from the right side.Changing the resolution of the screen does not change the width of the line.Even at startup before Windows is active.A screenshot d

  • Data channel read name DAQmx without installed DAQmx

    We have data files, including a header with the names of channels in the DAQmx channel name format. Now, we want to send a Labview application to our customer by which they can open these files and just seeing the names of channels in the form of tex

  • Noise annoying when playing video or audio

    I've seen many people having the same issue, any solution yet. I use my laptop for Djing. Thing I can do because of the noise. I own a N7110 Inspiron 17R with Windows 7 home premium SP1 64-bit. Can anyone help

  • No change of effect appear in Lightroom doesn't develop vision

    I am very new to Adobe lightroom and use only the program for a few weeks. It worked very well, at the beginning, but now I can no longer make changes to the photos. When I try to change things like exposure or the temperature using the sliding bars