How to disable update for "WC_NAVIGATION_ACTIVITY "

hi Experts,
My customer is suffering from wc server(wls) is in warning status which is caused by "PORTAL has long session runing more than 300 secs", the sql caused long session is "UPDATE WC_NAVIGATION_ACTIVITY SET EXT_ATTR1 = :1 , EXT_ATTR2 = :2  WHERE (USER_ID = :3 )", my customer wondered what this table(WC_NAVIGATION_ACTIVITY ) is for and is it possible to disable update it?
Best regards

Hi,
It looks like your customer is using WebCenter Spaces, this table stores the navigation history of every user. Please check that the user for your Datasource has the correct privileges to update that table.
"WC_NAVIGATION_ACTIVITY"
   ( "ID" VARCHAR2(200 BYTE) NOT NULL ENABLE,
  "CONTEXT" VARCHAR2(200 BYTE),
  "USER_ID" VARCHAR2(200 BYTE) NOT NULL ENABLE,
  "PAGE_URL" VARCHAR2(4000 BYTE) NOT NULL ENABLE,
  "LABEL" VARCHAR2(200 BYTE),
  "ICON_URI" VARCHAR2(4000 BYTE),
  "LAST_ACCESSED_TIME" TIMESTAMP (6),
  "EXT_ATTR1" VARCHAR2(4000 BYTE),
  "EXT_ATTR2" NUMBER,
  "VERSION" NUMBER,
  "APPLICATION_ID" VARCHAR2(63 BYTE),
  "ENTERPRISE_ID" NUMBER DEFAULT 1 NOT NULL ENABLE"

Similar Messages

  • How to disable Updates for adobe bridge in photoshopCS6

    I was able to grey out the adobe photoshop updates in help menu. using the preferences file under
    "C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0\
    But the adobe bridge which is present with in photoshop, "Help"->"update" option is not greyed out and thows error "unable to update, you do not have internet connection or you are not an system administrator". Same is the case with AAMEE configuration.
    But if I delete this preference file, then I can launch it. Here my requirement is to grey our the update option both in photoshop and bridge as this will be deployed enterprise wide. Help me out how I can do this?
    "<?xml version="1.0" encoding="UTF-8" ?><Preferences><Suppressed>1</Suppressed></Preferences>
    OS: windows 7

    Hi Venkat,
    See if this helps (as taken from Adobe helpx http://helpx.adobe.com/creative-suite/kb/disable-update-manager-administrators-cs3.html. Looks like CS3 & CS4, I know. But worth giving a shot:
      On Windows XP or Windows Vista   
          Using Regedit.exe, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe  
          Create a new key in this folder named "Updater"  
          Create a new DWORD value within this key named "Enterprise with a value of "1"
    Also, try one or both of these:
    HKLM\Software\Adobe\Updater - Create a DWORD named 'Enterprise' with value '1'.
    HKCU\Software\Adobe\Updater - Create a DWORD named 'Enterprise' with value '1'.
    HKLM - HKEY_LOCAL_MACHINE
    HKCU - HKEY_CURRENT_USER
    (I'm sure you're aware of this, but for other users who visit this thread for similar issue - this will help!)
    Let us know how it goes.
    -ST

  • How to disable updates for terminal services.

    We have installed firefox on our terminal servers. but currently it is set for auto updates. We need to disable auto updates on a server level so that we have consitancy of version across the board. The solutions I've searched via Google all are solutions for Firefox 2.x but now version 9.0 is out the same methodolgy doesn't apply.

    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.
    Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    lockPref("app.update.enabled", false);

  • How to disable iMessage for a single contact?

    Hello apple communites, I have a simple and hopefully simple to answer question..
    I am curious as to how to disable iMessaging for a single contact.  My sister when she got her phone number originally had an iPhone, she has since gotten an android and kept the same phone number.  However I am running into issues with text messages to her, my phone still thinks she has an iPhone and continues to send every text as an iMessage, resulting in a failed message.  I can easily hit the "send again as a text message" option and the message/picture sends as normal.  I however find this a bit fustrating, and have tried everything I can think of to attempt to disable this.  However all the online tutorials I can find regarding disabling iMessage turns the feature off completly, I don't wish to do that. 
    I have attempted to completely delete, (including all existing all texts and call history), and then re-add the contact, but that does not work either, my iPhone still attempts to send messages to my sister as an iMessge. Any help, if any, would be appreciated. Thanks in advance.

    Your sister needs to disable iMessage on her iPhone if the iPhone is still available if she hasn't already done so.
    If she has, does she have iMessage enabled with the same Apple ID on another iOS device or on a Mac as was used to activate iMessage on her iPhone?

  • How to disable click for open a app mobile? i have picture.

    how to disable click for open a app mobile?
    How i do?
    why adobe captivate need to click for open app.
    i need to open auto.
    thank you

    Swiping down from the midle of the screen will open the search window on its upper section.

  • How to disable debugger for sapscript forms.

    How to disable debugger for sapscript forms.
    Once activated in se71-Utilities-Activate debugger I do not know how to disable it

    Thank you Rich
    I assigned you points for good answer on my preavious mail)
    . Actually my real problem is a transported the SAP script form “znalepke2” , printer definition ”nale”
    and device type “zststartsp” of a thermal printer.
    On original system (ak1) the printout is ok but on target system(ak2)
    not.
    Lateron I transported also :
    R3TR SCPD 1403(as the device type uses this character set)
    R3TR TABU TSP08 (All entries)
    R3TR TABU TSP1D(All entries)
    R3TR TABU TSP1T(All entries)
    I used also report  RSTXSCRP to traport form and device types. L
    Lately I discovered that when I performe printout preview I get also eronneous printout If I ssue an printout preview in language "EN" on system "ak1"(only on system ak1 and form preview in "SL" is oK. What steps you suggest me to solve the prolem
    Thank you in advance

  • How to disable cache for a particular Report in obiee 10g?

    HI
    My name is Rani .Learning obiee10g ifaced 1 interview in that they asked me like how u disable cache for a particular report?

    In the advanced tab of the report, under prefix you need to mention:
    SET VARIABLE DISABLE_CACHE_HIT=1;
    Refer below link
    http://tipsonobiee.blogspot.com/2009/06/step-by-step-to-bypass-all-caches.html
    Thanks

  • How to disable IPv6 for loopback adapter (lo0)

    I was wondering if anyone knows how to disable IPv6 for the loopback (lo0) adpater. I know how to do it for other adapters using the Network preferences pane, but lo0 doesn't appear there...
    Thanks,
    - alan

    I need to temporary disable ipv6 address of lo0 (which by the way is not 127.0.0.1 but ::1) for testing development purpose..

  • How to disable iMessage for certain contacts

    I was wondering how to disable iMessage for certain contacts!

    Try deleting the phone number from the persons contact and then re-entering it as a new number.
    You don't have to delete the entire contact.
    Worked for me.

  • How to disable iMessage for an old Apple ID which is only used for AppStore?

    How to disable iMessage for an old Apple ID which is only used for AppStore?
    I used my old Apple ID for iMessage and AppStore Apps. Now I'm using my iCloud Account (second Apple ID) on my Mac as iCloud and iMessage Account.
    New Apple ID - iCloud & iMessage (**** thing that I can't use my okd Apple ID for iMessage and another for iCloud) on new Mac
    Old Apple ID - AppStore, iMessage days ago
    So now how to disable the iMessage function for my old Apple ID which isn't used anymore?
    Thank you!

    Yeah the problem is that I want to be reachable by:
    *new apple id
    *mobile number
    Earlier:
    *old apple id
    *mobile number
    Problem - if I set in Settings => Messages => Receive at:
    *new apple id
    *mobile number
    Others still can see my old apple id as "iMessage" although it isn't used a iMessage anymore. So how to disbale iMessage function for that?

  • Grid Control how to disable alert for Tablespace UNDO is 99 percent  full

    I am new to Grid control and want to know how to disable alert for UNDO tablespace full.
    Target Name=xxxx
    Target type=Database Instance
    Host=xxx
    Occurred At=Dec 24, 2010 1:21:00 AM EST
    Message=Tablespace UNDOTBS1 is 99 percent full
    Metric=Tablespace Space Used (%)
    Metric value=99
    Tablespace Name=UNDOTBS1
    Severity=Critical
    Acknowledged=No
    Notification Rule Name=Database E-Mail Notifications
    Notification Rule Owner=SYSMAN

    You should post in the grid control foruma.
    But just go to databases, select your database, metric and policy settings, find the tablespace metric, edit and exclude the undo tablespace.

  • How to disable checking for updates for Shockwave plug-in?

    SOS: how can I disable checking for updates (and reporting
    that there is one) for a Shockwave object on a web page?
    I have a client with an older Shockwave version, and it's a
    royal pain for each user to be told there's a newer veriosn and do
    you want to download...
    Any help gratefully received.

    I have zero experience of macs.
    Can't you install Silverlight and the plugin for all users rather than a specific one?
    I would guess/hope/expect there'd then be one plist file for everyone? 
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

  • How to disable updates and hide set as default browser option in firefox 31.0 for many users,like changing the setttings in any file

    Hi,
    I am trying to disable updates, set as default browser option and import settings from other browers permanently for many users for firefox 31.0.
    can you please help me with that. I know settings are going to prefs.js file in user profile. How can make this permanent for many users.

    Hi gaurav3012,
    Permanent change would be locking preferences: [http://kb.mozillazine.org/Locking_preferences]
    However importing many users profiles to different computers may require a new profile for each user.
    Currently there is an option to import bookmarks from other browsers, but not preferences.
    Update preferences can be read about here: [[Configuration Options for Updates]]
    Firefox ESR is also another version of Firefox that is meant for Enterprise environments [https://www.mozilla.org/en-US/firefox/organizations/] that mostly has their support on their mailing list.

  • How to disable update notifications for Power Query?

    Is there a way to disable the notification of available updates for Power Query? Command line switch on install, anything?
    Thanks!

    it was included in the Power Query version released in September 2014. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft Power Query for Excel DisableUpdateNotification dword 1 will disable the update notification.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or MVPs.
    Twitter:
    @alexverboon | Blog: Anything About IT

  • How to disable updates on Mac Clients

    Hi
    I am working in school. It is bit of hassel when students are working on something and updates pop up every 5 minutes.
    I want to know how can i disable updates on all machines using remote desktop for all the application? (e.g Office 2008, Adobe photoshop, ilife.)
    Thanks
    Arpit

    That has little to do with Windows and Apple Software Update, but would fit into Using Mac OS X Leopard.
    http://discussions.apple.com/category.jspa?categoryID=235
    Don't give students full administrative accounts to begin with.
    Not sure how or if to go in and if Apple Remote Desktop, or if you need to push a new system image...

Maybe you are looking for

  • New Photos Library Not Showing up in Media Browser

    Hi, all-- I have the new Photos Library app, but I cannot select photos from it in other apps (like Twitter) because it doesn't show up the Media Browser that appears in the sidebar. The Photos Library is stored in my Pictures folder, and although I

  • Computer recognizes iPod touch 4G as iPhone and says cannot be used!

    It's been recently that I updated my iPod Touch to iOS 5.0.1. It updated without any problems but now As soon as I open iTunes, it just displays a message that this iPhone cannot be used. I have updated all my drivers as directed by Apple Online Supp

  • Copy-paste trouble

    I can copy and paste slides and other objects in CP, but my teammmate cannot. I use CP 7.0.0.118. He uses CP 6.0.1.240. Why can he not copy and paste? How can we restore this functionality for him? I have not discovered any relevant control in the CP

  • Iphoto/icloud/library question

    I am confused about the iphoto features. I thought when I clicked on the photo tab in the library section on the left that was showing me pictures that were saved to the hard drive. But I do see that it says photo stream. What is the difference in th

  • How to repair disk

    When I run "Verify disk" after starting up with installation DVD I receive message "Disk needs to be repaired - invalid volume file count and invalid directory count - use 'Repair Disk'. Problem is the 'Repair Disk' button isn't highlighted. Any idea