Searching a revision using CMIS query in Oracle UCM 11g

Hi,
I have 4 revisions of a content ,4th revision being the latest one ,Is there a way where in I can search the earlier revision of a content i.e. 2,3 or 1st revisions based on a combination of metadata using CMIS query...

Take a look at this thread: Search across all revisions of a content

Similar Messages

  • Can execut a query in Oracle UCM to get View_Values instead of using GET_SC

    Dear All,
    i have a question that i had google it and didn't find anything helpful.
    i want to ask if i can execut a query in Oracle UCM to get View_Values instead of using GET_SCHEMA_VIEW_VLAUES service ?
    ie: asuume that we have a Table name called Employees (having empId, empName) and have a view named as Table name; Employees.
    instead of use the GET_SCHEMA_VIEW_VLAUES service to get the data of Employees, can i write a query, ex: select from Employees*_ to get the data.
    note: i have a connection parameter to connect to oracle UCM database
    any suggestions.
    Regards

    Yes, you can execute the query and store results into a result set (available also in iDocScript).
    There are two sample components that you could use as a starting point - see here http://www.oracle.com/technetwork/middleware/webcenter/content/howtocomponentsbundle-132171.zip or here for 11g http://bexhuff.com/2011/03/howto-component-samples-for-oracle-ucm-11g
    Take a look at DataAccess and DatabaseProvider from the sample stack.

  • How Indexing function in Oracle UCM 11g

    Hello All,
    I am using Oracle UCM 11g on Windows platform.
    I wanted to know as how the indexing in Oracle UCM Funtions? Here are few more questions related to this.
    1. If multiple language characters are added in document and if document is indexed, then
    how the data (tokens) will be stored in Database?
    2. How the search will function

    Hi
    1. If multiple language characters are added in document and if document is indexed, then
    a. how the data (tokens) will be stored in Database?
    This is stored in the DB tables IdcColl1 or IdcColl2 ( if DB FullText is search indexer engine) and table would be IdcText1 or IdcText2(if OracleTextSearch indexer is used) . It is these tables that store the entire data from the contents and they are referred to / queried when a FT search is invoked from UCM .
    b. how indexing will be done?
    Indexer would extract all the data from the contents in case of FT indexer mechanism and would store them in the DB tables mentioned above . It is stored in BLOB columns where in the extraction process would do an insert for every content item that is being processed when Collection Rebuild Cycle / Automatic Update cycle is started .
    2. What is settings to be done in Oracle and search engine for this?
    For DB the relevant UCM scripts need to be executed so that the correct role are created and the packages are created.
    3. What will be extra settings need to be done in case if the OS changes for example Linux.
    The relevant libraries need to be checked to make sure that indexer can access them since there are lots of dependent libraries for the indexer process which is invoked by the TextExport process and these libraries vary for different OS . As part of the indexer process to be running fine all that needs to be done is to install/enable the OS specific versions of ContentAccess component on UCM .
    Hope this gives an understanding on the Indexing part of UCM .
    Thanks
    Srinath

  • Oracle UCM 11g Config with DB

    Hi,
    I have configured Oracle UCM 11g in oracle sql developer, but am not able to see the tables related to Oracle UCM..(ex: Revisions, Docmeta).
    Any documentation on this or any one faced this kind of issue.
    Thanks...

    I'd suggest you to follow the Installation guide - see Oracle® Fusion Middleware Installing and Configuring Oracle WebCenter Content 11g Release 1 (11.1.1) - Contents
    In a nutshell, tables (and everything else in the data model) are created by a utility called RCU. This is one pre-req to run the installation. Another issue could be that you have done installation, but you don't use the correct db user (scheme owner) to connect. The correct user for an installed instance can be obtain from the Weblogic admin console.

  • Autonomy Oracle UCM connector to access Oracle UCM 11g

    Hi,
    How do I setup Oracle UCM 11g instance so that we can test the Autonomy Oracle UCM connector? Are there any specific configurations or do we need to install anything to make Autonomy Oracle UCM connector to access Oracle UCM 11g. Any help is appreciated.
    Thanks

    Autonomy sells a connector that will index items in Oracle UCM into the IDOL Server. You'll have to check with Autonomy on the versions supported and the cost. With this, you could get UCM information into IDOL just the same as you are doing with HTTPFetch and FileSystemFetch.
    As for connecting UCM into the WLP Virtual Content Repository, there is not yet anything provided out of the box. However, you can implement your own CM SPI to provide this or you can wait for the product to provide it. It is my understanding that there will be a VCR integration via the CM SPI coming soon.
    Finally, BEACMRepoFetch is basically a pre-configured and privately used instance of FileSystemFetch. This is used by the BEA Content Repository to populate the IDOL Server index for full text searches coming through the VCR full text search API.

  • Oracle UCM 11G missing Web Form Editor

    Hello All,
    Oracle 10G UCM provided a WebForm Editor. After installation of newer version Oracle UCM 11G we found the feature is missing.
    Is there a substitute provided by Oracle in 11G version for the same?
    We need to provide functionality to end users where they could go and create some forms on their own. We were thinking to use Web-Form Editor for the same, but to our surprise we found the feature is missing.
    Can anyone suggest if we are missing something. Any help is appreciated.
    Thanks.

    Kent,
    You're correct that the general UCM docs don't include that detail, but the FormEditor component readme.txt does include that info. I didn't open the readme.doc, but the readme says that there's more info in there.
    From the component readme:
    <snip>
    Updated 2010-02-16
    The HTML editor UI is now only enabled if the configuration parameter HasWebFormEditorUI is set
    to true. See BUG 9218712
    </snip>
    Thanks,
    -ryan
    Ryan Sullivan | ECMconsultant
    http://www.ecmconsultant.net/
    Edited by: Ryan Sullivan on May 5, 2011 12:25 PM

  • Oracle UCM 11g Vs Oracle UCM10g

    Hi,
    I want to know the difference between Oracle UCM11g and Oracle UCM10g.
    1. Whats the primary benefit for the client for chosing Oracle UCM 11g than Oracle UCM 10g.
    2. Whats are all the changes added in UCM11g from customization perspective.
    - Is Component Architecture is followed in UCM 11g
    - Is IdocScript/Resource ,Template,Service,Service Handler,Filter are still exist and customization is possible through them?
    Thanks & Regards,
    Karai
    +971 55 841 6091
    Edited by: user3491234 on Jan 4, 2011 10:56 PM

    biggest differences
    1. You need WebLogic for 11g. 11g UCM runs as a java application inside of WLS.
    2. WLS handles all security. UCM no longer controls security. There are NO local users (except for running the stand alone apps) anymore. All users are outside in a AD or LDAP store of some kind.
    Ramifications:
    1. For large enterprise systems the clustering and management available for WLS make a system extremely scalable.
    2. Any beneficial properties of WLS now apply to UCM (there are many but I am not a WLS expert)
    3. if UCM is all you need and you are not planning a clustered system and your hardware is not the most current.... then maybe 10 g is a better choice. Maybe.
    4. Customization for the CS is unchanged, but things like security being different will break some customizations. As with any upgrade some includes and some resources change and thus break an existing component. Test custom components fully.

  • How to use this query in oracle?

    Hi sir,
    i am using one query in sql that is
    declare @date date='2012-10-25', @date1 varchar(5)
    set @date1 = DATEPART(W, @date)
    print @date1
    in that its returning value 5 means 25 oct day is thursday so it's checking and counting from sunday in that week so the result is coming 5.
    and storing in @date1
    the same result i want it in oracle.
    thanks

    To_char(date,'D') conversion depends on setting of nls_territory.
    So in AMERICA the week starts on sunday and in GERMANY it starts on monday.
    Of cause, the solution of ranit B will work with proper setting of nls_territory.
    You can check the setting of nls_parameters with
    select * from v$nls_parameters;Alternatively here is a solution that is independent of nls_territory with starting day sunday:
    SELECT 1+ mod(1 + TRUNC (to_date('2012-10-25','YYYY-MM-DD')) - TRUNC (to_date('2012-10-25','YYYY-MM-DD'), 'IW'),7)  AS d
    FROM    dual;
    D
    5If you want a nls_territory independent solution with starting day monday you can use:
    SELECT 1+ mod(TRUNC (to_date('2012-10-25','YYYY-MM-DD')) - TRUNC (to_date('2012-10-25','YYYY-MM-DD'), 'IW'),7)  AS d
    FROM    dual;
    D
    4Edited by: hm on 04.10.2012 22:26

  • How to use Java Beans in Oracle Forms 11g at 64 bit windows7

    Hello Experts,
                  I am using Oracle forms 11.1.2.2.0 with weblogic 10.3.6 generic at windows 7 64 bit.
    My java version is jdk1.7.0_51.
    Now I have a htmlbutton.jar (which is for bean item in oracle form and this jar file works well for oracle forms 11g 32 bit windows 7 environment).
    I have takken steps:
    1:-Put jar file in home\java folder.
    2:-add this jar file into archive in formsweb.cfg.
    3:-Add this this jar file(which is in my home- java folder) in form_class path in registry.
    Now when I try to locate this jar file in my oracle form.There is no such jar file.what are the steps to use this jar file in oracle forms bean item.
    Please told me what is wrong here.
    thank you
    regards
    aaditya.

    It is unclear where you are having a problem.  Is your issue at runtime (when the form runs in the browser) or when working in the Builder on the form?
    Also be aware that you will need to sign your jar and include some new manifest entries.  Refer to the Java 7u51 documentation and blogs that discuss the changes.
    https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html

  • Configuring textpds.conf file for running Text Query in Oracle Reports 11g

    I'm trying to add a custom option in textpds situated in ORACLE_HOME\reports\conf folder by the given fileFormat:
    <fileFormat name = "ProductCSV" comment = "#" delimiter ="" type = "fixed">
    <columnInfo>
    <cloumn name = "S.No." type = "number" startpos = "1" width = "13"/>
    <column name = "Fruits" type = "string" startpos = "14" width ="10"/>
    </columnInfo>
    </fileFormat>
    before end tag of textPDS.
    but it is not getting reflected on my report wizard. I tried to remove all the existing fileFormats still no changes occur.
    Can anyone help me in my problem ?
    Note: I have restarted the reporting tool once the modification is done.

    For the more clarification, I have used JDBC Query as Data source type and Database connected via ODBC Driver in System DSN. The Driver selected from the drop-downs are jdbc-odbc.
    Kindly explain the mistake I m doing.

  • How To use JFree chart in Oracle Forms 11g ?

    Hi all
    I had a graph in oracle forms6i I would like to convert them to 11g forms as graph builder is not supported by oracle forms 11g while goggling came to knew that there is Jfree chart through which we can develop the same as 6i graph..but unable to find any demo or Document Can any one help me regarding this please..?
    thanks in advance

    Hello,
    Oracle has the FormsGraph Bean, that you can take from the forms10g or forms11g demo pack (see the Forms home page on OTN).
    Francois

  • What file types are included PDFExportConverter for Oracle UCM 11g (PS3)

    For UCM 11g PS3 or later, (WebCenter Content if you prefer), I am trying to find out the list of file types supported for conversion to PDF, and which are out of the box, and which need a 3rd party download.
    Is there any documentation that lists supported file types, and how to get any 3rd party converters?
    This is very urgent as the customer needs to put in their budget and include any costs associated with 3rd party converters.
    Thanks

    Hi
    I believe this should be good enough to have the details :
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e10800/e96_conversion_formats.htm#sthref480
    Thanks
    Srinath

  • Workflow ByPass Approve - Oracle UCM 11g

    I need to enable the option *"ByPass Approve Link"* for steps action in a Criteria Workflow.
    In Oracle UCM Documentation (__http://docs.oracle.com/cd/E21764_01/doc.1111/e10978/c05_workflows.htm#CIHFBGEJ__) said the link appears in Workflow Actions as default for users who has Read permission, but doesnt it.
    Please, if someone knows how to enable this link. Its urgent.
    Thanks

    Hi,
    Look the
    *<@dynamichtml setup_workflow_action_popups@>* and ifClause
    Martin

  • How to use open query in oracle select statement

    hi i have a requirement like this. I need to use the output of a procedure ( pl/sql table ) in developing a report
    like  (  SELECT * FROM <procedure name >)
    please help me.

    You can do it by using classic report but I can't tell you without knowing complete detail. If possible can you post your procedure query which you want to use to create report.
    Thanks
    Lakshmi

  • CREATING A SEARCH IN JAVA USING MYSQL QUERY

    How do i create a seach in java using mysql queries. The search need to be like a good type one, whereby a category is typed and the results obtained via the search system using jtable.
    Thank you.

    Read the tutorial on [url http://java.sun.com/docs/books/tutorial/]JDBC Database Access.
    Read the tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/table.html]How to Use Tables.
    Put the two together and you come up with something like [url http://forum.java.sun.com/thread.jsp?forum=57&thread=497641]this.

Maybe you are looking for