Caching the result of OSB: expiration

Hello

Anyone know if it is possible to replace the TTL value (defined at design time) of the result while deploying caching (using the example or WLST customization file?).

Kind regards

Mathieu

or you can create a script ant with xmltask to find/replace the expression directly in your business service file.

We also use it to add sla during deployment

Tags: Fusion Middleware

Similar Questions

  • Model for caching the results of database queries?

    I am interested in the caching of certain common and slow query results in a cache consistency and would like some suggestions on models of 'good '.

    In this case you would use a cache next to the model to the data stored in the cache/database where all updates are written to the cache and the database using a XA transaction (we need to do it this way because there are certain requirements of coherence that are difficult to check (at least with correct performance) by using only the cache). We intend to use a "near cache" with a rear limited size.

    We plan to invalidate the "saved query result cache" as part of each transaction update (we have a few simple rules which determine what query results that must be discarded for each change).

    The part that is a bit tricky is to make sure that no application is perhaps underway while an update of the data related to the query is also underway where the invalidation might be carried out until the result of the query is inserted in result cache... I am not concerned about order of exact time between queries and updates that are ongoing at the same time, but must be 100% sure that no "outdated" information remains (or can be inserted!) in the cache after the update was signed...

    It is not enough to rely on the expiration of the time based on the result cache (I would have to set the time so short that the cache would not give a lot of improvement)

    I think something like the following:

    When you perform a query (which can already caching):

    1. do a dirty read against the result cache to determine if a query with the specified result already exists here - if so use it!
    2. If it is not found lock, a key with the specified parameter, and when the lock is obtained to check once more that there is still no value, if there now to unlock and use it!
    3. If there is still no value run the database query, save the result in the cache, unlock and use the result


    When you make a change using a XA transaction:
    Remove records from query results in the cache corresponding to the changes - this can be done without first checking if there is really no result for the parameter or not.
    I guess the stage of preparation of the transaction will lock the deleted records in the cache of query result preventing the invalidations and simultaneous updates...

    Everyone sees a few windows of vulnerability here? For example, it is possible that the cache owned by the XA transaction lock is released before the update of the database has finished (thus a request could be carried out against the old data and be stored in the cache after the invalidation have been performed) or what exactly the kind of problems that the XA protocol designed to prevent?

    An alternative I've been thinking about how to run the database query / caching the result would be to leave a store class hides (for query result cache) execute queries when no entries exist in the cache, but I don't know how I would change the locking protocol to make it work - can I still lock a cache by this type or component entry , or which would result in a block?

    Suggestions, thoughts etc. are much appreciated!

    Best regards
    Magnus

    Hi Magnus,

    Everyone sees a few windows of vulnerability here? For example, it is possible that the cache owned by the XA transaction lock is released before the update of the database has finished (thus a request could be carried out against the old data and be stored in the cache after the invalidation have been performed) or what exactly the kind of problems that the XA protocol designed to prevent?

    If the query is executed as you described and your application can take the same lock of keys to query before you update the data and only released the lock, once the transaction is complete, you can be assured that a query based on outdated information will not be cached after the transaction. If you want to be sure that no stale query results will be returned, remove the result cached outside of the transaction just before the validation of the transaction.

    An alternative I've been thinking about how to run the database query / caching the result would be to leave a store class hides (for query result cache) execute queries when no entries exist in the cache, but I don't know how I would change the locking protocol to make it work - can I still lock a cache by this type or component entry , or which would result in a block?

    I think that you can implement a class of dumps for query result cache that can be used to provide the appropriate locking device. If implemented correctly, I don't think that there is a risk of blocking.

    Kind regards

    Harv

  • Fix the activation parameters for caching the results of the customer? No performance gain

    I gathered and made every detail I could search. I use Oracle EE 11.2 g 32-bit on Windows 7 64 bit

    But despite I activate client caching result, I see no difference response API despite I have remote, connect to the server on LAN 1Gbit network

    I see > difference 1 sec only when you enable caching of server (2nd opening files 300% faster 57 dry-> 18 s) and 32 MB are cached for the opening.
    I don't know how to see the client_result_cache except the network traffic, detours, IO
    MEASURES_
    * 1.* I activated the parameter setting Statement Caching on the client and dbhome and set it equal to my ora.ini file OPEN_CURSORS (300) the registry as possible. And rebooted the system, of course.
    ---------
    HKEY_LOCAL_MACHINE > SOFTWARE > Wow6432Node > ORACLE > KEY_OraClient11g_home1 > OLED > StmtCacheSize
    HKEY_LOCAL_MACHINE > SOFTWARE > Wow6432Node > ORACLE > KEY_OraDb11g_home1 > OLED > StmtCacheSize
    -There is no standard oracle registry dir - probably cause its 64 bit +.
    -* 2 I have Super-activated all relevant SYSTEM parameters. 3 X the size necessary to be cached, FORCED cach, 100% of the result, 600000ms lag(10min)
    -------
    client_result_cache_lag... large integer 600000
    client_result_cache_size... great integer.100M
    ...
    db_cache_advice... chain... WE
    db_cache_size... large integer 0
    ...
    ... full object_cache_max_size_percent... 10
    ... full object_cache_optimal_size... 102400
    ... full result_cache_max_result... 100
    result_cache_max_size... big integer.100M-this is for caching wright + server
    result_cache_mode... chain... FORCE
    ... full result_cache_remote_expiration... 30
    session_cached_cursors... around... 50
    -Is everything OK? Why not better time response then?
    The LAN 1Gbit 1 customer is perhaps too fast anyway, and I should try via internet or something?

    Hope that you have an idea, I can't search to find or think of something.

    As said by John, SQL * Plus does not implement caching the result to the client. You write an application for OIC (or another application that knows the OIC calls appropriate to make) that implements the setting cache the result of the customer.

    Your test is behaving as expected.

    Justin

  • caching the results of database in one of your software applications?

    Have you had results of database cache in one of your software applications? What are the advantages and the pitfalls developers must be informed when caching the results of database.

    Please answer...


    ... thnks.

    We have cached the results of database cache on the client side, partially (in tables and files on OS as well). But this caching is limited to data purely STATIC (which is no change under any circumstances).

    Our application depends on a lot of static data and we managed to reduce 10% of band with this implementation network bandwidth.

    We tried to use the cache for the not-so-static data client-side but had a lot of problems associated with updating the same thing if we came back this change.

    On a side note, it reminds me of the cache of the client available in Oracle 11 g result.

    http://download.Oracle.com/docs/CD/B28359_01/server.111/B28279/Chapter1.htm#FEATURENO06989

    See if it helps you.

  • Optimization of a script with caching the results of Get - VM

    Hi, the project I have been work on front, but another question.

    I create a menu driven interface to run common commands against multiple machines. The script reads the names of machine from a text file using Get-Contentand then use Get-VM to get the objects on which it operates.

    As the Get-VM cmdlet takes a long time to run, I'm looking for a way to "hide" these objects if they have already been retrieved, rather than have them each time.

    So, you need:

    Check if the objects have already been retrieved; If it is not she should get the objects of the VM, cache, and then continue with its operation. It should also check that the entry in the text file has not changed since the cache was created.

    I have attached the CURRENT script if you want a look.  Other suggestions to improve this last would be welcome.

    You can use the last write date of the input file to check if it has been modified.

    For this time you can use

    $strLastWriteTime = (Get-Item $strVMList).LastWriteTime
    

    Computer virtual objects can be stored in a table.

    Only read the VM objects even if you connect to another server in VC or TXT file has been changed.

    $arrVMList =Get-Content $strVMList
    $arrVMobj = Get-VM $arrVMList
    

    I tried to apply this in your script.

    I used a few global variables to store the required information.

    Take a look.

  • Browser is caching the result of HTTPRequest: S

    I have an XML external, filled with images.
    Today, I added 2 new images but my watch the old web,
    Looks like browser displaying old data due to caching.

    How to solve?

    If the xml is an asset to your home directory of the Flex project structure and exported, you should try the project under the Project menu of cleaning. If he is sitting, waiting on the server, which is obvious (broswer cache) is a double control value.,.

  • cache invalid result

    Hello

    Version Linux Oracle 11.2.0.1

    I understand the invalidation of the cache (RC) thatt result is at the level of the table.

    I did a simple test:
    create table customer (custno number, custname varchar2(30));
    
    Table created.
    
    
    insert into customer (custno,custname) values (1,'Customer_1');
    
    insert INTO CUSTOMER (custno,custname) values (2,'Customer_X');
    
    select * from customer;
    
    
        CUSTNO CUSTNAME
    
    ---------- ------------------------------
    
             1 Customer_1
    
             2 Customer_X
    
    commit;
    
    Commit complete.
    Now I invoke the result cache
    select /*+ RESULT_CACHE */ * FROM customer where custno=1;
     
    
    Execution Plan
    
    ----------------------------------------------------------
    
    Plan hash value: 2844954298
    
      
    
    -------------------------------------------------------------------------------------------------
    
    | Id  | Operation          | Name                       | Rows  | Bytes | Cost (%CPU)| Time     |
    
    -------------------------------------------------------------------------------------------------
    
    |   0 | SELECT STATEMENT   |                            |     1 |    30 |     3   (0)| 00:00:01 |
    
    |   1 |  RESULT CACHE      | ggb2vz6jcvcn5ajzqh406j3n85 |       |       |            |          |
    
    |*  2 |   TABLE ACCESS FULL| CUSTOMER                   |     1 |    30 |     3   (0)| 00:00:01 |
    
    -------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    
    ---------------------------------------------------
    
      
    
       2 - filter("CUSTNO"=1)
    
      
    
    Result Cache Information (identified by operation id):
    
    ------------------------------------------------------
    
      
    
       1 - column-count=2; dependencies=(SCRATCHPAD.CUSTOMER); name="select /*+ RESULT_CACHE */ * FROM customer where custno=1"
    Invoke the RC for the second query line
     
    select /*+ RESULT_CACHE */ * FROM customer where custno=2;
     
    
    Execution Plan
    
    ----------------------------------------------------------
    
    Plan hash value: 2844954298
    
      
    
    -------------------------------------------------------------------------------------------------
    
    | Id  | Operation          | Name                       | Rows  | Bytes | Cost (%CPU)| Time     |
    
    -------------------------------------------------------------------------------------------------
    
    |   0 | SELECT STATEMENT   |                            |     1 |    30 |     3   (0)| 00:00:01 |
    
    |   1 |  RESULT CACHE      | fc8t6svvz6whh0gc8vcaxrh668 |       |       |            |          |
    
    |*  2 |   TABLE ACCESS FULL| CUSTOMER                   |     1 |    30 |     3   (0)| 00:00:01 |
    
    -------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    
    ---------------------------------------------------
    
      
    
       2 - filter("CUSTNO"=2)
    
      
    
    Result Cache Information (identified by operation id):
    
    ------------------------------------------------------
    
      
    
       1 - column-count=2; dependencies=(SCRATCHPAD.CUSTOMER); name="select /*+ RESULT_CACHE */ * FROM customer where custno=2"
    OK, they are stored in separate result cache

    Now update the second row of this table in another session
    update customer set custname ='Customer_2' where custno=2;
    
    1 row updated.
    
    commit;
    
    Commit complete.
    Now ask custno = 2 from the first session
     
    select /*+ RESULT_CACHE */ * FROM customer where custno=2;
     
    
    Execution Plan
    
    ----------------------------------------------------------
    
    Plan hash value: 2844954298
    
      
    
    -------------------------------------------------------------------------------------------------
    
    | Id  | Operation          | Name                       | Rows  | Bytes | Cost (%CPU)| Time     |
    
    -------------------------------------------------------------------------------------------------
    
    |   0 | SELECT STATEMENT   |                            |     1 |    30 |     3   (0)| 00:00:01 |
    
    |   1 |  RESULT CACHE      | fc8t6svvz6whh0gc8vcaxrh668 |       |       |            |          |
    
    |*  2 |   TABLE ACCESS FULL| CUSTOMER                   |     1 |    30 |     3   (0)| 00:00:01 |
    
    -------------------------------------------------------------------------------------------------
    
      
    
    Predicate Information (identified by operation id):
    
    ---------------------------------------------------
    
      
    
       2 - filter("CUSTNO"=2)
    
      
    
    Result Cache Information (identified by operation id):
    
    ------------------------------------------------------
    
      
    
       1 - column-count=2; dependencies=(SCRATCHPAD.CUSTOMER); name="select /*+ RESULT_CACHE */ * FROM customer where custno=2"
    The same reference of result cache is still there. While this average that hiding is NOT overturned despite the updated row or I am doing something wrong here?

    Thank you

    Published by: 902986 on February 12, 2012 13:26

    Cache the result id is a hash value for the query that Oracle later lets you know if a query generates a result set that is already in the cache.

    When you updated the table the cached result has been marked invalid. Then, you run the same query for record 2 and Oracle has created a hash value for the query and the hash value is identical to the first, because the query is the same; in other words, the query itself axe to the same value. But the contents of the cache of results for this query have changed and replace the old content invalid.

    If you query the result the cache value you will get the new value that not since the old result set for your second query is not there anymore.

  • Update statement can be used depending on the result cache?

    Hi all

    I stumbled on an interesting question. UPDATE statement is used in the following function, even if the feature is created RESULT_CACHE. It seems illogical. I was wondering, is it possible?

    If so, why RESULT_CACHE is used?  Because it means "do not execute the function, look for the result of the hash table and return the results to the user ' if the UPDATE statement, so doesn't mean it should run for each call and use with RESULT_CACHE and UPDATE/DELETE/MERGE is illogical or wrong?

    Thanks for your help.

    FUNCTION to CREATE or REPLACE plch_get_data (FULL id_in)

    RETURN VARCHAR2

    RESULT_CACHE

    IS

    BEGIN

    Dbms_output.put_line ('run');

    UPDATE plch_data

    SET nm = UPPER (nm)

    WHERE id = id_in;

    COMMIT;

    RETURN "SUPERIOR."

    END;

    /

    Yes, it's the challenge of PL/SQL quiz - and the point of the quiz is only automatic relies on parsing by Oracle only supports arrays of account that is QUESTIONED.

    The tables that are affected by DML not a query as an update do not figure in automatic invalidation of a cache.

    I was hoping that the explanations given in the questionnaire itself would not lead to a thread - rather it would provide a pleasant and clear answer. So feel free to let me know if you think otherwise.

    As to why Oracle would let you include DML not a query inside a function of caching of result, well... I can easily accept that you shouldn't do this - in general. But I don't see that we should make it impossible. It would probably be a good candidate for an another PLW (PL/SQL warning), as in:

    "Non-requetes DML in a result caching function will not affect caching and can result in unexpected results."

  • Where is the result of the following query caching?

    I run the following query statement:
    select * from hr.employees
    Where is the result of the following query caching? Is cached in the PGA? What area of PGA?

    By definition is not "cache". The blocks of data that are read to retrieve the results of the query are retrieved in the cache (DB_CACHE_SIZE or DB_BLOCK_BUFFERS component BMG) buffers so that they are accessible on several occasions by the same users or other users. However, because the buffer cache is limited in size, buffers are released when new blocks to be read. Buffers for a full table scan (as it would be for such a request) are released very probably earlier.

    Please read the Oracle database documentation, starting with the Concepts manual for the version you are using. Starting at http://tahiti.oracle.com

    Hemant K Collette

  • iMac is slow and I would like to improve his speed/performance.  Ran ETREcheck - here are the results:

    EtreCheck version: 2.9.12 (265)

    Report generated 2016-05-01 17:52:49

    Download EtreCheck from https://etrecheck.com

    Time 08:31

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Computer is too slow

    Hardware Information:

    iMac (21.5 inch, mid 2011)

    [Data sheet] - [User Guide] - [warranty & Service]

    iMac - model: iMac12, 1

    1 2.5 GHz Intel Core i5 CPU: 4 strands

    12 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1333 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1333 MHz

    0/DIMM1 BANK

    OK 4 GB DDR3 1333 MHz

    BANK 1/DIMM1

    OK 4 GB DDR3 1333 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Video information:

    AMD Radeon HD 6750M - VRAM: 512 MB

    iMac, 1920 x 1080

    Software:

    OS X El Capitan 10.11.4 (15E65) - since the start time: about 6 days

    Disc information:

    WDC WD5000AAKS-402AA0 disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    Macintosh HD (disk 1) /: 498,91 go-go (375,32 free)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 499.25 GB Online

    OPTIARC DVD RW AD - 5690H)

    USB information:

    AudioEngine Audioengine D1

    Computer, Inc. Apple IR receiver.

    Card reader Apple

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / Library/Application Support/LogMeIn/drivers

    com.logmein.driver.LogMeInSoundDriver [no charge] (1.0.0 - 2012-07-19) [Support]

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-04-05) [Support]

    [no charge] com.sophos.nke.swi (9.4.52 - SDK 10.9 - 2016-04-05) [Support]

    / System/Library/Extensions

    [loading] com.rim.driver.BlackBerryUSBDriverInt (0.0.74 - 2016-04-05) [Support]

    [no charge] com.rim.driver.BlackBerryUSBDriverVSP (0.0.74 - 2016-04-05) [Support]

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 153 tasks Apple

    [operation] 73 tasks Apple

    [killed] 4 tasks Apple

    4 processes killed due to lack of RAM

    Launch system demons:

    [loaded] 43 tasks Apple

    [loading] 143 tasks Apple

    [operation] 93 tasks Apple

    [killed] 10 tasks Apple

    10 killed process lack of RAM

    Launch officers:

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-11-07) [Support]

    [operation] com.logmein.logmeingui.plist (02 / 02/2013) [Support]

    com.LogMeIn.logmeinguiagent.plist [no charge] (2013-04-08) [Support]

    com.LogMeIn.logmeinguiagentatlogin.plist [no charge] (2013-04-08) [Support]

    [operation] com.rim.BBAlbumArtCacher.plist (2012-04-19) [Support]

    [operation] com.rim.BBLaunchAgent.plist (2012-04-19) [Support]

    [operation] com.sophos.uiserver.plist (2015-09-26) [Support]

    [operation] net.culater.SIMBL.Agent.plist (2013-04-03) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2015-11-07) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-11-07) [Support]

    [loading] com.adobe.fpsaud.plist (2016-04-15) [Support]

    com.LogMeIn.logmeinserver.plist [no charge] (2012-07-19) [Support]

    [operation] com.memeo.Memeod.plist (2009-09-30) [Support]

    [operation] com.rim.BBDaemon.plist (2012-04-19) [Support]

    [operation] com.sophos.common.servicemanager.plist (2016-02-11) [Support]

    User launch officers:

    [failure] com.adobe.ARM. [...]. plist (2013-02-18) [Support]

    [market] com.akamai.single - user - client.plist (2015-09-23) [Support]

    [operation] com.amazon.music.plist (2015-03-07) [Support]

    com.apple.AddressBook.ScheduledSync.PHXC... plist [loading]

    [operation] ws.agile.1PasswordAgent.plist (2014-09-18) [Support]

    Items in user login:

    Hidden OpenDNS Updater Application (/ Applications/OpenDNS Updater.app)

    Nikon Message Center 2 launch application (/ Applications/Nikon/Nikon Message Center 2 software / Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app)

    Eye - Fi Helper Application (/ Applications/Eye-Fi/Eye-Fi Helper.app)

    MemeoAgent Application (/ Library/Application Support/Memeo/Memeo Backup/Agents/MemeoAgent.app)

    Other applications:

    [ongoing] 2BUA8C4S2C.com.agilebits.onepassword4 - helper

    [performance]    P72E3GC48.com.Dashlane.DashlaneAgent

    com [running]. Growl.GrowlHelperApp.96032

    com [running]. Memeo.MemeoAgent.92832

    [ongoing] com.opendns.OpenDNS_Updater.72352

    [ongoing] com.Sophos.AutoUpdate

    [ongoing] com.Sophos.Configuration

    [ongoing] com.Sophos.InterCheck

    [ongoing] com.Sophos.notification

    [ongoing] com.Sophos.scan

    [ongoing] com.Sophos.sxld

    [ongoing] fi.eye.helper.98912

    [loading] 383 tasks Apple

    [operation] 223 tasks Apple

    [killed] 11 tasks Apple

    Plug-ins Internet:

    JavaAppletPlugin: 15.0.1 - 10.11 (2012-08-14) check the version of the SDK

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    QuickTime Plugin: 7.7.3 (2016-03-25)

    AdobePDFViewerNPAPI: 15.009.20069 - SDK 10.8 (2015-09-30) [Support]

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    AdobePDFViewer: 15.009.20069 - SDK 10.8 (2015-09-30) [Support]

    CANONiMAGEGATEWAYDL: 3.1.0.2 (2009-09-08) [Support]

    EPPEX plugin: 3.0.5.0 (2009-07-29) [Support]

    Default browser: 601 - SDK 10.11 (2016-03-25)

    GarminGpsControl: 4.0.2.6 Beta - SDK 10.6 (2012-11-16) [Support]

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-04-19)

    User Plug-ins internet:

    CitrixOnlineWebDeploymentPlugin: 1.0.104 (2013-04-11) [Support]

    Dashlane: Dashlane 1.0.0 - SDK 10.7 (2014-04-11) [Support]

    Safari extensions:

    Ka-block! -David Graham & Josh Peek - http://kablock.com (2016-04-22)

    AdBlock Ultimate - Secure Download - https://adblockultimate.net/ (2016-02-07)

    Ghostery - GHOSTERY, Inc. - https://www.ghostery.com/ (2016-03-11)

    EverNote Web Clipper - Evernote Corp. - http://evernote.com (2016-02-07)

    Keeper® Password Manager & Digital Vault - Keeper Security, Inc. - https://keepersecurity.com (2016-03-11)

    DuckDuckGo - DuckDuckGo - http://duckduckgo.com (2015-07-13)

    1Password - AgileBits - https://agilebits.com/onepassword (2016-03-29)

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-04-29)

    Adblock more - Eyeo GmbH - https://adblockplus.org/ (2016-03-26)

    WOT - WOT Services Ltd. - http://www.mywot.com/ (2016-04-22)

    YoutubeWide - Pedrocc - http://www.pedrocc.com/safari (2014-10-22)

    Dashlane - Dashlane Inc. - http://www.dashlane.com (2016-02-07)

    Save on Pocket - Read It Later, Inc. - http://getpocket.com/ (2015-11-07)

    Blur - Abine, the society for the protection of personal information online. - https://www.abine.com (2016-05-01)

    TrafficLight - Bitdefender SRL - http://trafficlight.bitdefender.com/ (2016-02-07)

    3rd party preference panes:

    Akamai NetSession preferences (2015-09-23) [Support]

    Flash Player (2016-04-15) [Support]

    Growl (2006-12-30) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    13% WindowServer

    Dock of 10%

    7% launchd

    6% kernel_task

    1% Memeod

    Top of page process of memory:

    2.83 GB com.apple.WebKit.WebContent (8)

    2.08 GB Safari

    917 MB kernel_task

    467 MB softwareupdated

    406 MB iTunes

    Virtual memory information:

    310 MB free RAM

    12,00 GB used RAM (2.47 GB being cached)

    134 MB used Swap

    When you see a beachball cursor or the slowness is particularly bad, note the exact time: hour, minute, second.

    These must be run as administrator. If you have only one user account, you are the administrator.

    Run the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    The title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    Each message in the journal begins with the date and time when it was entered. Highlight date back to the time you noted above.

    Select the messages entered since then until the end of the episode, or until they begin to repeat, whichever comes first.

    Copy messages to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost all this is useless to solve any particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name, may appear in the log. Anonymize before posting.

    When you post the journal excerpt, an error message may appear on the web page: "you include content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • On a list of Fund cheque images, FF wants to save the resulting .cgi file...

    instead of display the resulting image in the web browser. If I save the .cgi script resulting, I can run and display an image of the cheque.

    Chrome displays correctly the resulting image of the cgi script is returned.

    This can happen if a certain way the GET data (? xxx = xxx) which is needs to be evaluated by the CGI script is lost.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Edit > Preferences > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Edit > Preferences > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Reinstallation of Windows 7 with OEM license with an OEM license and the manufacturer's warranty expired

    My hard drive starts to die, if I want to backup all my data and be ready in case it fails. One of the things on my list of verification is to ensure that I can reinstall Windows 7 if need be.

    I don't have in my possession a Windows reinstallation disk, so I want to create a USB bootable for windows 7. The link to the .isos DIgital River that I use to create my bootable USB key doesn't work for users with OEM licenses. Very annoying, but I can legally get a Dell reinstall drive instead. But Dell wouldn't send me reinstallation disks because my warranty with Dell expired.

    The result of this is that if your a manufacturer guarantee expired, you can no longer reinstall windows on the same computer!

    Dell says it is responsible for providing the relevant recovery media, including Windows used to do with the Digital River .isos, but who no longer work for people with Microsoft's Windows 7 OEM license. Microsoft says that it is the responsibility of Dell to provide its customers with the recovery media (disks to reinstall windows) in the first place. Personally, I'm not interested in the blame game - I just want to have access to a recovery media so I have the option of legally re - install windows 7 in the future with my OEM license.

    Can you help me with this problem? Thank you.

    Downloads Microsoft removing the Digital River and replacing them with a non-functional tool are extremely boring.

    If you can still start, update Dell backup and restore to the latest version:

    https://www.YouTube.com/watch?v=7yOz10Y8GCE

    http://www.Dell.com/support/home/drivers/DriversDetails?driverId=8HY96

    Make a USB (older than 2012 systems) recovery or recovery external hard drive (more recent than 2012 systems):

    https://www.YouTube.com/watch?v=hu6jx-QG7xE

    Boot from it to the new hard drive and use it to reinstall. Recovery media is using earlier versions may not work on the new disks.

  • Monitor the quality of my Internet service provider and document the results.

    OT: ping.

    I am trying to monitor the quality of my Internet service provider and to document the results.   I would like to create a ping file during the execution of the order would send ping results to the screen and a file.   I ran the file whenever the computer is turned on.  The batch file must run continuously until interrupted and view the results of ping on the screen without the statistics, and it looks something like:

    Reply from 173.194.115.4: bytes = 32 time = 19ms TTL = 52

    Reply from 173.194.115.4: bytes = 32 time = 17ms TTL = 52

    Reply from 173.194.115.4: bytes = 32 time = 12ms TTL = 52

    Request timed out.

    Reply from 173.194.115.4: bytes = 32 time = 25 ms TTL = 52

    Reply from 173.194.115.4: bytes = 32 time = 191ms TTL = 52

    ...

    In the file, it should write the results and look like:

    Wednesday, December 2, 2015 9:30:34.02 response from 173.194.115.4: bytes = 32 time = 19ms TTL = 52
    Wednesday, December 2, 2015 9:30:34.58 request has expired.

    ...

    The batch file should display the results of ping on the screen.

    In the file, it should write the results and look like:

    It is one or the other: write the result on the screen or write to a file.

    It seems that you forgot to ask a question. If you want to know how to do such a thing, so this batch file would do the trick. It will write the result in the desktop Ping.txt file.

    off @echo
    Set IP = 173.194.115.4
    value = Write date % echo %%d time % > ^ > '% UserProfile%\Desktop\Ping.txt '.

    : Loop
    for /F "delims =" % in (' ping-n 1% IP % ^ | findstr /i "demand response" ' "") do write %
    Timeout 5 > zero
    GoTo loop

  • We complete your itunes store request. the cnnection network has expired

    What should I do to solve this problem. said that the network connection has expired. We will complete your itunes store request

    Thank you

    iTunes is facing problems of connection to the store regularly, which are usually the result of one of two things: the version of iTunes or your network connection. I usually recommend to make sure that iTunes is on the latest version before you download anything in the store, because Apple seems to have incompatibility issues when you try to make purchases using an older version of the store. The other possibility is you use WiFi and your signal strength causes the connection to remove.

  • Service of any necessary repairs as a result of using expired ink or HP Photosmart D7260 printer

    I use Windows 7 64-bit.  I changed two inks this morning, a black and a blue.  Blue ink was very good.  Black ink error said, "Printer service for necessary repairs as a result of the use of ink expired."  I bought all the colors of the ink at Staples only a couple of months.  So, I hated to do it, but I opened another black ink and installed, and I get the same message.  Because of this message, I can't print anything, and I can't get beyond the error.

    Hey there jverzola,

    According to this article:
    http://support.HP.com/us-en/document/c01427780

    Try to remove and replace the cartridges in place until the error disappears. You can also check if there is dried ink or any debris in there that could cause a problem.

    I hope this helps!

Maybe you are looking for