Snapshot Query

Is there any way to speed up the process of getting Snap Shot Query information to match what is in the KD after a crawler has run?
It takes about 15 minutest to see a change otherwise. I cannot find any job intrinsically for SnapShot Queries.
Thanks,
V
Computers are like Old Testament gods; lots of rules and no mercy. ~Joseph Campbell

Snapshots display search results. If your query results are lagging then the first place I would look is your search job.

Similar Messages

  • Snapshot query based on local table...

    Can anyone help me determine the proper syntax for a snapshot query that will pull records based on an previously sync'ed table? In other words I want to get a subset of data into table2 based on what was just sync'ed into table1, where the table1 snapshot contained a where clause with a :parameter.
    I thought the query would look something like this:
    select * from SERVER_SCHEMA.table2
    where
    column1 In (select column1 from &WTG_SCHEMA..table1);
    but I get an error when I try to sync. table1 has a weight of 10 and table2 has a weight of 20.
    TIA,
    Scott

    use the snapshot SQL you used for the first table in the snapshot SQL for the 2nd table.
    ie.
    1st TABLE snapshot
    select * from employees e where e.salary > 1
    2nd table snapshot
    select * from departments d where d.dept_id IN (
    select distinct e.dept_id from employees e where e.salary > 1)
    OR
    select d.*
    from departments d, employees e
    where d.dept_id = e.dept_id
    and e.salary > 1

  • More than 10 cards in a Snapshot Query

    Can the 5.0 UI be changed to allow more than 10 cards to appear in a Snapshot Query? 10 is currently the largest value available in the dropdown.

    Has anyone come up with a solution to this problem? In 4.5ws it was quite easy to fix.

  • Calling a snapshot query from a portlet?

    From a portlet, I want to be able to use the EDK to get the results of a snapshot query and display these results in my own manner. Any ideas on how to do this? Looking in the nDocs, I can't seem to find any class in the Plumtree.Remote.PRC namespace to assist with this.
    Thanks in advance,
    Dan.

    First - I have to say I love the direction Plumtree is going with their products. I don't want to stuff below to be perceived as whining - just portraying our needs. The more I learn about 5.x the more impressed I am. That said...
    We'd be very interested in this as well. Part of our 4.5 WS -> 5.x upgrade analysis exposed some of the differences in publications and snapshot queries. Having a portlet interface into snapshot query properties/presentation would be really nice in addressing things the user community will see as "losses" in functionality. Some of the things our business analysts are concerned about:
    Maximum 10 items in a snapshot query: snapshot queries are a great way to surface data from a complex/distributed taxonomy. The 10 item limit make this more difficult.Multi-column display: The staff want to be able to control the # columns used to present the snapshot results.Porlet per snapshot query: The staff would like to be able to present multiple snapshot queries in a single portlet.General snapshot API: I could actually see this being pretty powerful in providing a way to leverage snapshots to provide "in context" results within a portlet. The reason I like it over a general search API is I can allow an admin to change the search attributes otuside of the code.Eric

  • Getting the Publisher Last Modified Date to show up in a snapshot query?

    Hello,
    I have been requested to create a Snapshot Query of the latest content to a Publisher 6.5 folder. I created a Publisher Crawler to output data to the Knowledge Directory (KD), then created a Snapshot Query to point at the KD folder.
    I set it to use Object Last Modifed - but it pulls the last crawl date, and then tried File Modifed - which gives the date 01/01/00 12:00 AM, Published comes up with 01/01/00 12:00AM, Publisher comes up with a blank.
    Publisher itself has two time fields - Created and Modified On. I want to display Modified On and have no luck.
    Help!?
    Thanks,
    Victor

    edit: reading your post again, i'm not sure i understand. i am probably giving you bad info.
    Are you saying you want the KD card modified dates to match the content item modified dates? Thats not really how the portal works (although lots of people want it to work that way).
    The KD card modified dates reflect the last time the card was refreshed. (Useless, I know)
    Edited by: Joel Collins on Jul 21, 2009 5:58 AM

  • How to create snapshot portlet and snapshot query using server API

    How to create snapshot portlet and snapshot query using server API
    Regards
    Dheeraj

    Hi Sebastian,
    I have used the query and it is working fine. but, How could i include the headers of the query also in to the Excel Sheet.
    RehaanKhan. M
    see the method discussed here
    http://sqlblogcasts.com/blogs/madhivanan/archive/2008/10/10/export-to-excel-with-column-names.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Snapshot Query Lost

    Dear all,
    i re-install the oracle server ,when i resoted the Data(from Dump file),
    I think it imported all the materialized views(snapshots) as table and it is not showing in User_Snapshots table.So i can not fine its query to re-create or refresh.
    We are using oracle 10g
    Regards,
    Muhammad Mohsin Zia

    what is the version of the database you are importing into ?
    What is the compatible parameter set to the new database ?.
    What was the version of the database you exported from ?
    Actually the concepts of snapshots are changed from 8i onwards.
    They are MVIEWS.
    Normally in 8.0, when you create a snapshot, it used to create 2 objects, a view and a base table.
    from 8i onwards it creates only one object which is the view as well as base table which is MVIEW.

  • How to 'speed up' snapshot query refreshes

    Is there a way to force snapshot queries to refresh? Is it tied to a job in the automation service?
    Sometimes there are little fires where i need docs to update right away and 'it'll take 15 minutes' isn't received very well...

    Is there a way to force snapshot queries to refresh? Is it tied to a job in the automation service?
    Sometimes there are little fires where i need docs to update right away and 'it'll take 15 minutes' isn't received very well...

  • Snapshot with Parameterized Query?

    How could i call snapshot in IOP using a parameterized query.
    for e.g. My MDX query is as below:
    +select  {+   
    +Parameter("Measure",Member,[Measures])+
    +}on columns,+
    non empty (CrossJoin(
    +{Fiscal.[P7.2012]},+
    +{Region.[NY]},+
    +{Division.[56]},+
    +{Commodity.[333-3333]}+
    +))+
    on rows
    +from [Margin]+
    When i try to use this query for snapshot it's giving an error.
    Is there any way to make my snapshot command parameterized so that i could get data of the only measure which is required?

    Its not straightforward.
    You have to generate the xml file dynamically import it using import isadmin command and then run the snapshot query on top of it.

  • How can create snapshot...

    hi all
    in my testing database i want to create snapshot..through sqlplus
    1.i create statpack ---- spcreate.sql file...as "sys" user
    2. then try to conn as "perfstat" but i got error
    SQL> conn perfstat/perfstat
    ERROR:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00922: missing or invalid option
    ORA-06512: at line 2
    what should i do...
    thanx
    regards
    Mohammadi

    CREATE SNAPSHOT command
    PURPOSE:
    To create a snapshot. A snapshot is a table that contains the
    results of a query of one or more tables or views, often located on
    a remote database.
    SYNTAX:
    CREATE SNAPSHOT [schema.]snapshot
    [ [PCTFREE  integer] [PCTUSED  integer]
    [INITRANS integer] [MAXTRANS integer]
    [TABLESPACE tablespace]
    [STORAGE storage_clause]
    [ USING INDEX [  PCTFREE integer | TABLESPACE tablespace
    | INITTRANS integer | MAXTRANS integer
    | STORAGE storage_clause ] ...
    | [CLUSTER cluster (column [, column]...)] ]
    [ REFRESH [FAST | COMPLETE | FORCE] [START WITH date] [NEXT date]]
    AS subquery
    where:
    schema
    is the schema to contain the snapshot. If you omit schema, Oracle
    creates the snapshot in your schema.
    snapshot
    is the name of the snapshot to be created.
    Oracle chooses names for the table, views, and index used to
    maintain the snapshot by prefixing the snapshot name. To limit
    these names to 30 bytes and allow them to contain the entire
    snapshot name, Oracle Corporation recommends that you limit your
    snapshot names to 23 bytes.
    PCTFREE
    PCTUSED
    INITRANS
    MAXTRANS
    establishes values for these parameters for the internal table
    Oracle uses to maintain the snapshot's data.
    TABLESPACE
    specifies the tablespace in which the snapshot is to be created. If
    you omit this option, Oracle creates the snapshot in the default
    tablespace of the owner of the snapshot's schema.
    STORAGE
    establishes storage characteristics for the table Oracle uses to
    maintain the snapshot's data.
    USING INDEX
    specifies the storage characteristics for the index on a simple
    snapshot. If the USING INDEX clause not specified, the index is
    create with the same tablespace and storage parameters as the
    snapshot.
    CLUSTER
    creates the snapshot as part of the specified cluster. Since a
    clustered snapshot uses the cluster's space allocation, do not use
    the PCTFREE, PCTUSED, INITRANS, or MAXTRANS parameters, the
    TABLESPACE option, or the STORAGE clause in conjunction with the
    CLUSTER option.
    REFRESH
    specifies how and when Oracle automatically refreshes the snapshot:
    FAST
    specifies a fast refresh, or a refresh using only the
    updated data stored in the snapshot log associated
    with the master table.
    COMPLETE
    specifies a complete refresh, or a refresh that re-
    executes the snapshot's query.
    FORCE
    specifies a fast refresh if one is possible or
    complete refresh if a fast refresh is not possible.
    Oracle decides whether a fast refresh is possible at
    refresh time.
    If you omit the FAST, COMPLETE, and FORCE options,
    Oracle uses FORCE by default.
    START WITH
    specifies a date expression for the first automatic
    refresh time.
    NEXT
    specifies a date expression for calculating the
    interval between automatic refreshes.
    Both the START WITH and NEXT values must evaluate to a time in the
    future. If you omit the START WITH value, Oracle determines the
    first automatic refresh time by evaluating the NEXT expression when
    you create the snapshot. If you specify a START WITH value but omit
    the NEXT value, Oracle refreshes the snapshot only once. If you
    omit both the START WITH and NEXT values or if you omit the REFRESH
    clause entirely, Oracle does not automatically refresh the snapshot.
    AS subquery
    specifies the snapshot query. When you create the snapshot, Oracle
    executes this query and places the results in the snapshot. The
    select list can contain up to 253 expressions. A snapshot query is
    subject to the same restrictions as a view query.
    PREREQUISITES:
    To create a snapshot in your own schema, you must have CREATE
    SNAPSHOT system privilege. To create a snapshot in another user's
    schema, you must have CREATE ANY SNAPSHOT system privilege.
    Before a snapshot can be created, the user SYS must run the SQL
    script DBMSSNAP.SQL on both the database to contain the snapshot and
    the database(s) containing the tables and views of the snapshot's
    query. This script creates the package SNAPSHOT which contains both
    public and private stored procedures used for refreshing the
    snapshot and purging the snapshot log. The exact name and location
    of this script may vary depending on your operating system.
    When you create a snapshot, Oracle creates a table, two views, and
    an index in the schema of the snapshot. Oracle uses these objects
    to maintain the snapshot's data. You must have the privileges
    necessary to create these objects. For information on these
    privileges, see the CREATE TABLE, CREATE VIEW, and CREATE INDEX
    commands.
    The owner of the schema containing the snapshot must have either
    space quota on the tablespace to contain the snapshot or UNLIMITED
    TABLESPACE system privilege. Also, both you (the creator) and the
    owner must also have the privileges necessary to issue the
    snapshot's query.
    To create a snapshot, you must be using Oracle with the procedural
    option. To create a snapshot on a remote table or view, you must
    also be using the distributed option.

  • Email Relaying

    I'm testing out both the snapshot query mailer and studio notification and both are throwing a 550 error. Is this something that's set in the configurations (I looked but couldn't find) or something that has to be set on the mail servers?
    INFO | jvm 1 | 2007/05/24 15:34:17 | javax.mail.SendFailedException: Sending failed;
    INFO | jvm 1 | 2007/05/24 15:34:17 | nested exception is:
    INFO | jvm 1 | 2007/05/24 15:34:17 |      class javax.mail.SendFailedException: Invalid Addresses;
    INFO | jvm 1 | 2007/05/24 15:34:17 | nested exception is:
    INFO | jvm 1 | 2007/05/24 15:34:17 |      class javax.mail.SendFailedException: 550 No relaying

    Hi. Thanks for the info. Our collaboration notification is working well, and I'm using the exact same user and mail server settings in the studio and saved search mailer configurations. Tried restarting the service with no success. The reason I'm not sure whether it's on our end or on the mail server is because I don't see a relaying option in the configs for the search mailer and studio notification, but for collab I do.

  • Portal Self Crawl

    Help Needed Crawling the Portal with a WWW crawler
    Posted: Mar 9, 2010 9:34 AM in response to: Robert Herrera Edit Reply
    I have created a portal self crawl. I did this by creating a experience defination without sso and a cralwer user with a snapshot query portlet and having direct url entry in web cralwer with starting page as the login page action with userid, password and other form elements as parameters and values. It logs in to the home page and finds the snapshot query portlet and all pages URL in the snapshot query. It starts to crawl but it seems it hits the login page instead of the actual community page.
    It loks like in a normal browser based scenario, if i log into the portal and then delete al my cookies i too get a login page if i click any sommunity page url. The cookie is jsessionid it seems. This is true for a sso disabled exp def as well.
    can you please tell me the settings required in the www content source to login to portal and turn a self crawl to crawl all portal pages and make them full text indexed with correct names. I tried severl settings and impersonating user but could not be successful.
    PS currenlty cralwer saves all pages with Login Page (1)(2)3)...... instaed of the actual page name. i guess it takes the name from the <title> tag. but since it is not able to get into the pages and hits the login page it just saves it by that name

    Hello Soni!
    Please review and follow the steps mentioned here:
    Companies and Self-Registration with Approval (SAP Library - User Management of the Application Server Java)
    https://cw.sdn.sap.com/cw/docs/DOC-110636
    Hope this helps,
    Edison

  • How do you avoid the ORA-01555 error in oracle 8i?

    please give me examples.

    i have to disagree with gopalora
    Increasing rollback segments will make large updates/inserts not to fail.
    Do frequent Logical Commits will make large updates/inserts not to fail (besides the performance issues).
    What you have is a long query failing from frequent updated table,
    In any point while the query is running, some rows get updated, making the resultset inconsistent.
    Action
    Old Snapshot >>>>>>>>>>>>>>>>>>>>>>>>>> |
    Query. ----------------------------------------------------------------x--------------------------------------------->
    Update >>>>>>>>>>>>>>>> U
    Commit >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ^
    If that's the case then this should help.
    Workaround:
    Try splitting the data you are retrieving. ( by Date for instance).
    If you are retrieving a whole year get it month by month instead.
    I hope this helps.

  • Portlet Question

    Community Admins/Managers want to have a portlet that allows them to submit content with graphics, etc. to the portal and then have that content displayed inside a portlet. For example, admins would see the content with graphics and such, click on an edit button, go to editing the content and then saving the content back without going through content server, check-in/out, approval, etc.
    Has anyone done this before (found an enhanced CONTENT portlet) that gives admins/users this ability?. Another question would be the location where content would be saved, do we use the EDK to store the content in the Knowledge Directory, in database?
    Would another approach be to allow admins to submit content via KD, then create a snapshot query to pull that content into a portlet. This means users could create the content in MS WORD for example, upload to KD and then a portlet would be created to pull the content in. Is this another approach?
    Any help would be appreciated.

    Prashant,
    Yes. A Portlet WebApp is a standard J2EE web application, with some
    associated metadata (portal and portlet XML files, skins, layouts etc.). The
    metadata is stored outside the WebApp and is synchronized to the server
    after deployment.
    Sincerely,
    Daniel Selman
    "Prashant S" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    Can anybody tell me whther i can have portlets in a normal web
    application or i'll have to create a portal web application for this.Is a
    portal web application a specialised for of a normal web application.
    Thanks in advance
    Prashant

  • Create Object dropdown menu not displaying

    Hi Guru's,
    We are facing an issue with our Oracle WCI 10gR3 portal.
    We have got several community administrator groups to which community administrators are added. These groups have activity rights like create portlets, create snapshot query, etc associated with them, which enable the different community administrators to create thier own community objects.
    This was working fine until somedays back, however we noticed that now, if we add a person to one of these community administrator groups, the CREATE OBJECT drop down menu does not appear under Administration section for the community administrators.
    Please can someone help us with this as we are facing severe flak from the community administrators.

    off the top of my head check to make sure that the group has rights on that folder. if they do not have admin rights on that admin folder they will not see the create objects dropdown...try that and post a reply.

Maybe you are looking for