WebCenter

Oracle WebCenter related articles and resources

business corporate protection safety security concept

Configuring WebCenter Content Dynamic Converter – Quick Overview

This post describes how to setup WebCenter Content Dynamic Converter in 5 minutes. Dynamic Converter allows users to check-in MS Word (and a range of other file formats) in to Content Server and view the same in HTML format. All images in the MS-Word document are automatically checked-in to Content Server also. The conversion from […]

Configuring WebCenter Content Dynamic Converter – Quick Overview Read More »

business corporate protection safety security concept

Total number of documents/content in your WebCenter Content/UCM

Often business would like to know the total number of documents in Oracle WebCenter Content (UCM). The following SQL queries against the OCS database can be used to determine this. Including revisions: SELECT COUNT(*) FROM DOCMETA; Only documents: SELECT COUNT(*) FROM REVISIONS WHERE DREVRANK = 0; –DREVRANK=0 indicates latest revision Both DOCMETA and REVISIONS are

Total number of documents/content in your WebCenter Content/UCM Read More »

business corporate protection safety security concept

Oracle SES Startup Issue

This is with regards to startup issues with Oracle Secure Enterprise Search version 10.1.8.4.0 Issue: When issuing searchctl stopall command there is a prompt to enter password. Upon entering the password, an error is reported that the id/password is not valid. Though the same password was allowing successful login to the SES Admin console. Resolution:

Oracle SES Startup Issue Read More »

Scroll to Top