{"id":10389,"date":"2017-07-29T09:48:08","date_gmt":"2017-07-29T07:48:08","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/"},"modified":"2017-07-29T09:48:08","modified_gmt":"2017-07-29T07:48:08","slug":"documentum-change-password-7-db-schema-owner","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/","title":{"rendered":"Documentum &#8211; Change password &#8211; 7 &#8211; DB &#8211; Schema Owner"},"content":{"rendered":"<p>In this serie, I completed the passwords I wanted to talk about on the Content Server. Therefore in this blog, I will talk about the only Database Account that is relevant for Documentum: the Database Schema Owner. Since there are a few steps to be done on the Content Server, I&#8217;m just doing everything from there&#8230; In this blog, I will assume there is one Global Registry (GR_DOCBASE) and one normal Repository (DocBase1). Each docbase has a different Database Schema Owner of course but both Schemas are on the same Database and therefore the same SID will be used.<\/p>\n<p>&nbsp;<\/p>\n<p>In High Availability setups, you will have to execute the steps below for all Content Servers. Of course, when it comes to changing the password inside the DB, this needs to be done only once since the Database Schema Owner is shared between the different Content Servers of the HA setup.<\/p>\n<p>&nbsp;<\/p>\n<p>In this blog, I&#8217;m using a CS 7.2. Please note that in CS 7.2, there is a property inside the dfc.properties of the Content Server ($DOCUMENTUM_SHARED\/config\/dfc.properties) that defines the crypto repository (dfc.crypto.repository). The repository that is used for this property is the one that Documentum will use for encryption\/decryption of passwords and therefore I will use this one below to encrypt the password. By default, the Repository used for this property is the last one created&#8230; I tend to use the Global Registry instead, but it&#8217;s really up to you.<\/p>\n<p>&nbsp;<\/p>\n<p>As said before, I&#8217;m considering two different repositories and therefore two different accounts and two different passwords. So, let&#8217;s start with encrypting these two passwords:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1; highlight: [7,8,9,10,26,28]\">[dmadmin@content_server_01 ~]$ read -s -p \"Please enter the NEW GR_DOCBASE Schema Owner's password: \" new_gr_pw; echo\nPlease enter the NEW GR_DOCBASE Schema Owner's password:\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ read -s -p \"Please enter the NEW DocBase1 Schema Owner's password: \" new_doc1_pw; echo\nPlease enter the NEW DocBase1 Schema Owner's password:\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ iapi `cat $DOCUMENTUM_SHARED\/config\/dfc.properties | grep crypto | tail -1 | sed 's\/.*=\/\/'` -Udmadmin -Pxxx &lt;&lt; EOF\n&gt; encrypttext,c,${new_gr_pw}\n&gt; encrypttext,c,${new_doc1_pw}\n&gt; EOF\n\n\n    EMC Documentum iapi - Interactive API interface\n    (c) Copyright EMC Corp., 1992 - 2015\n    All rights reserved.\n    Client Library Release 7.2.0150.0154\n\n\nConnecting to Server using docbase GR_DOCBASE\n[DM_SESSION_I_SESSION_START]info:  \"Session 010f12345605ae7b started for user dmadmin.\"\n\n\nConnected to Documentum Server running Release 7.2.0160.0297  Linux64.Oracle\nSession id is s0\nAPI&gt; ...\nDM_ENCR_TEXT_V2=AAAAEH7UNwFub2ubf92h+21\/rc8HEc3rd1C82hc52c8bz2cFl1cQ721zex2nxWDEegwqgdotwncZVVqgZlDLmfflWK6+f8AGf0dSRzi5rr3h3::GR_DOCBASE\nAPI&gt; ...\nDM_ENCR_TEXT_V2=AAAAEGBQ6Zy7FxQ10idQdFj+Gn20nFlif02ieMx+AGBHLz+vQfmGu2GAiv8KeIN2PhPOf1oiF9u2fP98zEFhhuBAmxY+d5AoBCGNf61ZRavpa::GR_DOCBASE\nAPI&gt; Bye\n[dmadmin@content_server_01 ~]$<\/pre>\n<p>&nbsp;<\/p>\n<p>If you have more repositories, you will have to encrypt those too, if you want to change them of course. Once the new password has been encrypted, we can change it on the Database. To avoid any issues and error messages, let&#8217;s first stop Documentum (the docbases at the very least) and then printing the Database Connection information:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1; highlight: [7,8]\">[dmadmin@content_server_01 ~]$ service documentum stop\n  ** JMS stopped\n  ** DocBase1 stopped\n  ** GR_DOCBASE stopped\n  ** Docbroker stopped\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ cat $ORACLE_HOME\/network\/admin\/tnsnames.ora\n&lt;sid&gt; =\n    (DESCRIPTION =\n        (ADDRESS_LIST =\n            (ADDRESS = (PROTOCOL = TCP)(HOST = &lt;database_hostname&gt;)(PORT = &lt;database_port&gt;))\n        )\n        (CONNECT_DATA =\n            (SERVICE_NAME = &lt;service_name&gt;)\n        )\n    )\n[dmadmin@content_server_01 ~]$<\/pre>\n<p>&nbsp;<\/p>\n<p>Once you know what the SID is, you can now login to the database to change the password so I will do that for both repositories. This could also be scripted to retrieve the list of docbases, create new passwords for them, encrypt them all automatically and then connect to each database using different SQL scripts to change the passwords, however I will use here manual steps:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1; highlight: [8,19,21,23,38,49,51,53]\">[dmadmin@content_server_01 ~]$ sqlplus GR_DOCBASE@&lt;sid&gt;\n\nSQL*Plus: Release 12.1.0.2.0 Production on Sat Jul 22 15:05:08 2017\n\nCopyright (c) 1982, 2014, Oracle.  All rights reserved.\n\nEnter password:\n    --&gt;&gt; Enter here the OLD GR_DOCBASE Schema Owner's password\nLast Successful login time: Sat Jul 22 2017 15:04:18 +00:00\n\nConnected to:\nOracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production\nWith the Partitioning, OLAP, Advanced Analytics, Real Application Testing\nand Unified Auditing options\n\nSQL&gt; PASSWORD\nChanging password for GR_DOCBASE\nOld password:\n    --&gt;&gt; Enter here the OLD GR_DOCBASE Schema Owner's password\nNew password:\n    --&gt;&gt; Enter here the NEW GR_DOCBASE Schema Owner's password\nRetype new password:\n    --&gt;&gt; Re-enter here the NEW GR_DOCBASE Schema Owner's password\nPassword changed\n\nSQL&gt; quit\nDisconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production\nWith the Partitioning, OLAP, Advanced Analytics, Real Application Testing\nand Unified Auditing options\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ sqlplus DocBase1@&lt;sid&gt;\n\nSQL*Plus: Release 12.1.0.2.0 Production on Sat Jul 22 15:08:20 2017\n\nCopyright (c) 1982, 2014, Oracle.  All rights reserved.\n\nEnter password:\n    --&gt;&gt; Enter here the OLD DocBase1 Schema Owner's password\nLast Successful login time: Sat Jul 22 2017 15:07:10 +00:00\n\nConnected to:\nOracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production\nWith the Partitioning, OLAP, Advanced Analytics, Real Application Testing\nand Unified Auditing options\n\nSQL&gt; PASSWORD\nChanging password for DocBase1\nOld password:\n    --&gt;&gt; Enter here the OLD DocBase1 Schema Owner's password\nNew password:\n    --&gt;&gt; Enter here the NEW DocBase1 Schema Owner's password\nRetype new password:\n    --&gt;&gt; Re-enter here the NEW DocBase1 Schema Owner's password\nPassword changed\n\nSQL&gt; quit\nDisconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production\nWith the Partitioning, OLAP, Advanced Analytics, Real Application Testing\nand Unified Auditing options\n[dmadmin@content_server_01 ~]$<\/pre>\n<p>&nbsp;<\/p>\n<p>At this point, the passwords have been changed in the database and we encrypted them properly. The next step is therefore to update the password files for each repository with the encrypted password so that the repositories can start again:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1; highlight: [4,5,7,8,13,14,17,18,20,21]\">[dmadmin@content_server_01 ~]$ cd $DOCUMENTUM\/dba\/config\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ for i in `ls -d *`; do echo \"  ** dbpasswd.txt for ${i} **\"; cat .\/${i}\/dbpasswd.txt; echo; done\n  ** dbpasswd.txt for GR_DOCBASE **\nDM_ENCR_TEXT_V2=AAAAEH7UNwFgncubfd1C82hc5l1cwqgdotwQ7212c8bz2cFZVVqgZub2zex8bz2cFWK92h+21EelDLmffl2\/rc82c8bz2cFf0dSRazi5rr3h3::GR_DOCBASE\n\n  ** dbpasswd.txt for DocBase1 **\nDM_ENCR_TEXT_V2=AAAAQ10idQdFj+Gn2EGBPZy7e0niF9uQfAGBHLz+vv8KQ62fP98zE+02iFhhuBAmxY+FFxeMxIN2Phl1od5AoBCGNf61ZRifmGu2GAiOfavpa::GR_DOCBASE\n\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ for i in `ls -d *`; do cp .\/${i}\/dbpasswd.txt .\/${i}\/dbpasswd.txt_bck_$(date +\"%Y%m%d-%H%M%S\"); done\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ echo \"DM_ENCR_TEXT_V2=AAAAEH7UNwFub2ubf92h+21\/rc8HEc3rd1C82hc52c8bz2cFl1cQ721zex2nxWDEegwqgdotwncZVVqgZlDLmfflWK6+f8AGf0dSRzi5rr3h3::GR_DOCBASE\" &gt; .\/GR_DOCBASE\/dbpasswd.txt\n[dmadmin@content_server_01 ~]$ echo \"DM_ENCR_TEXT_V2=AAAAEGBQ6Zy7FxQ10idQdFj+Gn20nFlif02ieMx+AGBHLz+vQfmGu2GAiv8KeIN2PhPOf1oiF9u2fP98zEFhhuBAmxY+d5AoBCGNf61ZRavpa::GR_DOCBASE\" &gt; .\/DocBase1\/dbpasswd.txt\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ for i in `ls -d *`; do echo \"  ** dbpasswd.txt for ${i} **\"; cat .\/${i}\/dbpasswd.txt; echo; done\n  ** dbpasswd.txt for GR_DOCBASE **\nDM_ENCR_TEXT_V2=AAAAEH7UNwFub2ubf92h+21\/rc8HEc3rd1C82hc52c8bz2cFl1cQ721zex2nxWDEegwqgdotwncZVVqgZlDLmfflWK6+f8AGf0dSRzi5rr3h3::GR_DOCBASE\n\n  ** dbpasswd.txt for DocBase1 **\nDM_ENCR_TEXT_V2=AAAAEGBQ6Zy7FxQ10idQdFj+Gn20nFlif02ieMx+AGBHLz+vQfmGu2GAiv8KeIN2PhPOf1oiF9u2fP98zEFhhuBAmxY+d5AoBCGNf61ZRavpa::GR_DOCBASE\n\n[dmadmin@content_server_01 ~]$<\/pre>\n<p>&nbsp;<\/p>\n<p>Once the dbpasswd.txt files have been updated with the new encrypted password that has been generated at the beginning of this blog, then we can restart Documentum and verify that the docbases are up&amp;running. If they are, then the password has been changed properly!<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1; highlight: [14]\">[dmadmin@content_server_01 ~]$ service documentum start\n  ** Docbroker started\n  ** GR_DOCBASE started\n  ** DocBase1 started\n  ** JMS started\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ ps -ef | grep \"documentum.*docbase_name\"\n...\n[dmadmin@content_server_01 ~]$\n[dmadmin@content_server_01 ~]$ grep -C3 \"DM_DOCBROKER_I_PROJECTING\" $DOCUMENTUM\/dba\/log\/GR_DOCBASE.log\n2017-07-22T15:28:40.657360      9690[9690]      0000000000000000        [DM_SERVER_I_START]info:  \"Sending Initial Docbroker check-point \"\n\n2017-07-22T15:28:40.671878      9690[9690]      0000000000000000        [DM_MQ_I_DAEMON_START]info:  \"Message queue daemon (pid : 9870, session 010f123456000456) is started sucessfully.\"\n2017-07-22T15:28:40.913699      9869[9869]      010f123456000003        [DM_DOCBROKER_I_PROJECTING]info:  \"Sending information to Docbroker located on host (content_server_01) with port (1490).  Information: (Config(GR_DOCBASE), Proximity(1), Status(Open), Dormancy Status(Active)).\"\nTue Jul 22 15:29:38 2017 [INFORMATION] [AGENTEXEC 10309] Detected during program initialization: Version: 7.2.0160.0297  Linux64\nTue Jul 22 15:29:44 2017 [INFORMATION] [AGENTEXEC 10309] Detected during program initialization: Agent Exec connected to server GR_DOCBASE:  [DM_SESSION_I_SESSION_START]info:  \"Session 010f123456056d00 started for user dmadmin.\"\n\n[dmadmin@content_server_01 ~]$<\/pre>\n<p>&nbsp;<\/p>\n<p>When the docbase has been registered to the Docbroker, you are sure that it was able to contact and log in to the database so that the new password is now used properly. To be sure that everything in Documentum is working properly however, I would still check the complete log file&#8230;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this serie, I completed the passwords I wanted to talk about on the Content Server. Therefore in this blog, I will talk about the only Database Account that is relevant for Documentum: the Database Schema Owner. Since there are a few steps to be done on the Content Server, I&#8217;m just doing everything from [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[525],"tags":[1135,129,96,1148],"type_dbi":[],"class_list":["post-10389","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-change-password","tag-documentum","tag-oracle","tag-schema-owner"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum - Change password - 7 - DB - Schema Owner - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Change password - 7 - DB - Schema Owner\" \/>\n<meta property=\"og:description\" content=\"In this serie, I completed the passwords I wanted to talk about on the Content Server. Therefore in this blog, I will talk about the only Database Account that is relevant for Documentum: the Database Schema Owner. Since there are a few steps to be done on the Content Server, I&#8217;m just doing everything from [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-29T07:48:08+00:00\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum &#8211; Change password &#8211; 7 &#8211; DB &#8211; Schema Owner\",\"datePublished\":\"2017-07-29T07:48:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/\"},\"wordCount\":561,\"commentCount\":0,\"keywords\":[\"Change Password\",\"Documentum\",\"Oracle\",\"Schema Owner\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/\",\"name\":\"Documentum - Change password - 7 - DB - Schema Owner - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2017-07-29T07:48:08+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-change-password-7-db-schema-owner\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Change password &#8211; 7 &#8211; DB &#8211; Schema Owner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\\\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\\\/\\\/blog.dbi-services.com\\\/author\\\/morgan-patou\\\/\",\"https:\\\/\\\/x.com\\\/MorganPatou\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/morgan-patou\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - Change password - 7 - DB - Schema Owner - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Change password - 7 - DB - Schema Owner","og_description":"In this serie, I completed the passwords I wanted to talk about on the Content Server. Therefore in this blog, I will talk about the only Database Account that is relevant for Documentum: the Database Schema Owner. Since there are a few steps to be done on the Content Server, I&#8217;m just doing everything from [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/","og_site_name":"dbi Blog","article_published_time":"2017-07-29T07:48:08+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum &#8211; Change password &#8211; 7 &#8211; DB &#8211; Schema Owner","datePublished":"2017-07-29T07:48:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/"},"wordCount":561,"commentCount":0,"keywords":["Change Password","Documentum","Oracle","Schema Owner"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/","name":"Documentum - Change password - 7 - DB - Schema Owner - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-07-29T07:48:08+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-change-password-7-db-schema-owner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Change password &#8211; 7 &#8211; DB &#8211; Schema Owner"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10389","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10389"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10389\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10389"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10389"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10389"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}