Table analysis
Query (DQL) to find tables created recently: select * from dm_dbo.dm_sysobjects where “type” = ‘U’ order by crdate desc
Documentum for Professionals
Query (DQL) to find tables created recently: select * from dm_dbo.dm_sysobjects where “type” = ‘U’ order by crdate desc
In Documentum, job reports are typically generated and stored in specific locations depending on the type of job. You can find the reports for Documentum jobs in the following places: 1. Documentum Administrator (DA) 2. File System (Log Files) 3. API Output 4. Job-Specific Locations How to Access Reports:
Development environments often become corrupted and unusable due to the heavy use they undergo as temporary and experimental spaces. Documentum offers housekeeping jobs within the Content Server that, when properly utilized, can prevent development environments from becoming dysfunctional. There are seven essential jobs every developer should know and run regularly in their development environments. These…