Enterprise content management Documentum – Change password – 4 – CS – Presets & Preferences 22.07.2017 by Morgan Patou In a previous blog (see this one), I already provided the steps to change the BOF password and I mentioned that this was more or less the(…)
Enterprise content management Documentum – Change password – 3 – CS – Installation Owner 22.07.2017 by Morgan Patou In this blog, I will describe the few steps needed to change the Documentum Installation Owner’s password. As you all know, the Installation Owner is (one of) the most important password in Documentum and it is probably the first you(…)
Database Administration & Monitoring OUD 11.1.2.3 – What are the minimum privileges for administering connect strings in OUD? 20.07.2017 by Oracle Team By William Sescu [vc_row][vc_column width=”1/1″][vc_column_text]Security in OUD plays a very important role. Keeping your patch level up to date is just one of those topics, like explained in my recent blog. https://www.dbi-services.com/blog/oud-11-1-2-3-patch-25840309-oud-bundle-patch-11-1-2-3-170718/ Another one are privileges. You don’t need(…)
Database Administration & Monitoring OUD 11.1.2.3 – Patch 25840309: OUD BUNDLE PATCH 11.1.2.3.170718 19.07.2017 by Oracle Team By William Sescu A new OUD bundle patch was release at the 18th of July 2017, and this gives me the opportunity to show how fast an OUD can be patched, if configured correctly. In case you have an OUD(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle Recommended DB Parameters on the Oracle Database Appliance (ODA) 18.07.2017 by Clemens Bleile When creating a DB on the ODA using # oakcli create database -db <db-name> a template is used to set a couple of DB parameters like e.g. _datafile_write_errors_crash_instance=FALSE _db_writer_coalesce_area_size=16777216 _disable_interface_checking=TRUE _ENABLE_NUMA_SUPPORT=FALSE(…)
Enterprise content management Documentum – Change password – 2 – CS – dm_bof_registry 15.07.2017 by Morgan Patou When installing a Global Registry on a Content Server, you will be asked to setup the BOF username and password. The name of this user is by default “dm_bof_registry” so even if you can change it, I will use this(…)
Enterprise content management Documentum – Change password – 1 – CS – AEK and Lockbox 15.07.2017 by Morgan Patou This blog is the first one of a series that I will publish in the next few days/weeks regarding how you can change some passwords in Documentum. In these blogs, I will talk about a lot of accounts like the(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 16 – DDL triggers 14.07.2017 by Daniel Westermann A question I received recently from a customer: Oracle gives you the possibility to create DDL triggers. DDL triggers fire (as the name implies) when DDL events occur. Can we do that in PostgreSQL? Yes, this feature(…)
Database Administration & Monitoring What are typed tables in PostgreSQL? 13.07.2017 by Daniel Westermann While reading the PostgreSQL documentation for "CREATE TABLE" I came across this: "OF type_name: Creates a typed table, which takes its structure from the specified composite type (name optionally schema-qualified). A typed table is tied to its(…)
Database Administration & Monitoring Did you ever wonder what PostgreSQL is executing in the background when you use the psql shortcuts? 13.07.2017 by Daniel Westermann When you work with PostgreSQL you are probably using psql and when you use psql you are probably using one or more of the shortcuts psql is providing. These shortcuts provide a quick and convenient way to(…)