{"id":73113,"date":"2016-04-26T15:53:15","date_gmt":"2016-04-26T15:53:15","guid":{"rendered":"https:\/\/www.red-gate.com\/simple-talk\/uncategorized\/siebel-crm-part-12-upgrading-a-non-development-database\/"},"modified":"2021-07-14T13:07:04","modified_gmt":"2021-07-14T13:07:04","slug":"siebel-crm-part-12-upgrading-a-non-development-database","status":"publish","type":"post","link":"https:\/\/www.red-gate.com\/simple-talk\/databases\/oracle-databases\/siebel-crm-part-12-upgrading-a-non-development-database\/","title":{"rendered":"Siebel CRM Part 12: Upgrading a Non-Development Database"},"content":{"rendered":"<p>In the last two articles we covered the process of upgrading a development database. The steps involved were as follows:<\/p>\n<ol>\n<li>Upgrade the Development Database.<\/li>\n<li>Run the incremental merge.<\/li>\n<li>Resolve the conflicts.<\/li>\n<li>Run the post-merge utilities.<\/li>\n<li>Update the physical database with the custom objects.<\/li>\n<\/ol>\n<p>The steps above are only required to upgrade a development database. This article covers the upgrade process for non-development databases which will involve the Test, User Acceptance Testing and Production instances. The primary difference between the two upgrade methodologies is that for non-development instances, it is a single step upgrade as opposed to the multiple steps performed for the development instance.<\/p>\n<h2>Pre-Upgrade Tasks<\/h2>\n<p>There are a lot of steps which need to be completed before the actual upgrade is started. Most of these have been covered in previous articles, however the salient points are highlighted here again.<\/p>\n<h3>Server Shutdown<\/h3>\n<p>Before starting the upgrade, we need to make sure that the entire enterprise is shut down and all the services are disabled.<\/p>\n<ol>\n<li>Shut down all Siebel server services.<\/li>\n<li>Disable the Siebel Services (This is done because the installer restarts these services after the upgrade. We do not want this to happen.).<\/li>\n<li>Shut down the Siebel Gateway Server Service.<\/li>\n<li>Disable the Gateway Server Service.<\/li>\n<li>Shut down the World Wide Web Publishing service and the IIS Admin services on the webservers.<\/li>\n<li><strong>These services must not be started till all the activities are completed<\/strong>.<\/li>\n<\/ol>\n<h3>Application Server Upgrade for Siebel 8.1.1.X Customers<\/h3>\n<p>The 9<sup>th<\/sup> article in the series (<a href=\"https:\/\/allthingsoracle.com\/siebel-crm-part-9-upgrading-the-application-servers-for-8-1-1-x-deployments\/\">Upgrading Siebel application Servers for Siebel 8.1.1.X users<\/a>) covered the upgrade process for the application servers. These steps must be performed before the upgrade is started.<\/p>\n<h3>Database Tasks<\/h3>\n<p>The following tasks need to be performed before any further changes are made.<\/p>\n<ol>\n<li><strong>Take a full database backup for the instance being upgraded.<\/strong><\/li>\n<li>Ensure that the NLS sort parameter is set to Binary.<\/li>\n<li>Pctincrease on the tablespace should be high to avoid too many extents.<\/li>\n<li>Pctfree must be 30 or higher on the large tables. Typically tables like S_CONTACT, S_EVT_ACT, etc.<\/li>\n<li>DB_CACHE_SIZE: Set this parameter to a minimum of 394264576, higher would be better.<\/li>\n<li>SORT_AREA_SIZE: Set this parameter to a minimum of 1524288. Higher would be better.<\/li>\n<li>UNDO_MANAGEMENT should be set to auto.<\/li>\n<li>The following needs to be performed for the ODBC connection on the Windows server from which the upgrade is being run. If we take the Amazon setup, this would be the server named <strong>Siebel Web_Gateway_Server<\/strong> which has the Database Configuration utilities installed on it.\n<ol>\n<li>Start the registry editor (regedit).<\/li>\n<li>Navigate to the following location:\n<p><code>HKEY_LOCAL_MACHINE\\Software\\Systemwow64\\ODBC\\ODBC.INI\\ODBC_Name<\/code> (<strong>Please refer to the installation instructions for Siebel Tools where this is created)<\/strong> where the ODBC_Name is the ODBC name for the Oracle Database.<\/li>\n<li>In the data display pane, verify that the following entries are present:<br \/>\n\t\t<span style=\"text-decoration:underline\"><strong>Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data<\/strong><\/span><br \/>\n\t\t<strong>ColumnsAsChar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REG_SZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1<\/strong><br \/>\n\t\t<strong>ColumnSizeAsCharacter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REG_SZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1<\/strong><\/li>\n<li>If these entries are not present, then right-click in the data display pane, and choose <strong>New<\/strong>, and then <strong>String Value <\/strong>to add them.<\/li>\n<li>Step off the ODBC_Name and return to it. Verify that the two new entries are present and correct.<\/li>\n<li>Close the Registry Editor and reboot.<\/li>\n<\/ol>\n<\/ol>\n<h3><a id=\"post-6741-_Toc435519965\"><\/a>Backup of S_LST_OF_VAL, S_SRM_ACTION, S_SRM_ACT_PARAM_S_SRM_REQUEST<\/h3>\n<p>It is recommended that the following tables be backed up so that none of the transactional data is lost during the upgrade. The S_LST_OF_VAL table is extremely important and <strong>must<\/strong> be backed up. These tables are purged and recreated during the upgrade process and custom values are de-activated. To back up these tables the following steps can be used:<\/p>\n<ol>\n<li>From the Windows command prompt, navigate to <code>&lt;siebsrvr&gt;\\bin<\/code> directory.<\/li>\n<li>From this directory, execute the following command to run Siebel DATAEXP utility (replacing $tokens with actual values that represent the environment):<br \/><code>dataexp \/u SADMIN \/p $Password \/c \"$ODBCDataSource\" \/d SIEBEL \/f$DataFileToExport.dat \/l $LogFile.log<\/code><\/li>\n<li>When prompted Type S_LST_OF_VAL, and hit <strong>Enter<\/strong>.<\/li>\n<li>The export is complete when the utility prompts you for a table name again.<\/li>\n<li>Repeat steps 2 to 5 for S_SRM_ACTION, S_SRM_ACT_PARAM and S_SRM_REQUEST.<\/li>\n<li>Close the command window, and check the log file for errors, and verify that the data files were created.<\/li>\n<\/ol>\n<h3><a id=\"post-6741-_Toc435519966\"><\/a>Additional Recommended Tasks<\/h3>\n<p>The following additional tasks are recommended:<\/p>\n<ol>\n<li>Take a backup of all the runtime events. The upgrade process introduces a lot of new runtime events which cause a tremendous load on the server once it is up and running. The new runtime events will need to be deactivated if not required.<\/li>\n<li>Deactivate all workflow processes. This ensures that runtime event actions associated with old workflows are cleaned up properly.<\/li>\n<li>Verify that all tasks with the status of QUEUED are removed from S_SRM_REQUEST. The upgrade process does not clear these.<\/li>\n<\/ol>\n<h2>Upgrade Prerequisites<\/h2>\n<p>Once the tasks above are complete, we can start the tasks which are mandatory before we start the database upgrade.<\/p>\n<h3>Regenerating the Schema.ddl and Custrep.dat Files<\/h3>\n<p>The development upgrade creates two files called custrep.dat and schema.ddl. These will change as the errors in the repositories are fixed post the development instance upgrade. The files will need to be regenerated before we start the Non Development upgrade.<\/p>\n<h4><a id=\"post-6741-_Toc435519987\"><\/a><em>Regenerate Schema.ddl<\/em><\/h4>\n<ol>\n<li>On the Siebel Server (Development) where the Siebel Database Configuration utilities are installed (<strong>Siebel Web_Gateway_Server in our sandbox)<\/strong>, open a command prompt and navigate to the <code>&lt;Siebsrvr&gt;\\BIN<\/code> folder.<\/li>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-274.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-274.png\" alt=\"\" \/><\/a><\/p>\n<li>Execute the following command:<br \/>\n<code>ddldict \/u SADMIN\/p &lt;SADMIN_PASSWORD&gt;\/c &lt;ODBC_CONNECTION&gt; \/d SIEBEL \/f D:\\Siebel\\15.0.0.0.0\\ses\\dbsrvr\\ORACLE\\schema.ddl \/e y \/a y \/l SiebelLogDir\\sch_dict.log \/n<\/code><br \/>\n<code>\"Siebel Repository\" \/t dcir<\/code><\/li>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-275.png\"><img decoding=\"async\" style=\"max-width:100%; display:block;\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-275.png\" alt=\"\" \/><\/a><\/p>\n<li>This will create the Schema.ddl file which holds the table structure.<\/li>\n<\/ol>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-276.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-276.png\" alt=\"\" \/><\/a><\/p>\n<h4><a id=\"post-6741-_Toc435519988\"><\/a><em>Regenerate Custrep.dat<\/em><\/h4>\n<ol>\n<li>On the Siebel Server (Development) where the Siebel Database Configuration utilities are installed (<strong>Siebel Web_Gateway_Server in our sandbox)<\/strong>, open a command prompt and navigate to the <code>&lt;Siebsrvr&gt;\\BIN<\/code> folder.<\/li>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-277.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-277.png\" alt=\"\" \/><\/a><\/p>\n<li>Execute the following command:<br \/>\n\t<code>repimexp.exe \/A E \/G ALL \/u SADMIN \/p &lt;SADMIN_PASSWORD&gt;\/C &lt;ODBC_NAME&gt; \/D SIEBEL \/R \"Siebel Repository\" \/F \"D:\\Siebel\\8.1.1.14.0\\ses\\dbsrvr\\oracle\\custrep.dat\"<\/code><\/li>\n<\/ol>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-278.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-278.png\" alt=\"\" \/><\/a><\/p>\n<p>This will export the new customized repository file.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-279.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-279.png\" alt=\"\" \/><\/a><\/p>\n<h4><a id=\"post-6741-_Toc435519989\"><\/a><em>Copy the Files Created<\/em><\/h4>\n<ol>\n<li>Navigate to <code>D:\\Siebel\\15.0.0.0.0\\ses\\dbsrvr\\ORACLE<\/code>.<\/li>\n<li>The two files which were created in the previous steps must be copied to the instance which is being upgraded, on the server which has the database configuration utilities installed.<\/li>\n<li>Please keep in mind that the instance where these files are being copied to must have already been upgraded.<\/li>\n<\/ol>\n<h3><a id=\"post-6741-_Toc435519967\"><\/a>Siebel Tools Tasks<\/h3>\n<p>The following tasks need to be done before starting the upgrade.<\/p>\n<ol>\n<li>Connect to the server using Siebel tools<strong> (please ensure that the Siebel tools version is the same version as the version being upgraded from).<\/strong><\/li>\n<li>Open &#8220;Repository&#8221; in the object explorer.<\/li>\n<p>\t<a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-280.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-280.png\" alt=\"\" \/><\/a><\/p>\n<li><strong>Ensure that there is only one repository in the database (Siebel Repository). All other repositories must be deleted. The upgrade will fail if there are multiple repositories.<\/strong><\/li>\n<p>\t<a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-281.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-281.png\" alt=\"\" \/><\/a><\/p>\n<li><strong>Rename the &#8220;Siebel Repository to &#8220;Prior Customer Repository&#8221;.<\/strong><\/li>\n<p>\t<a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-282.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-282.png\" alt=\"\" \/><\/a><\/p>\n<li>Close and log off from tools.<\/li>\n<\/ol>\n<p>This completes the tasks required for the upgrade and we can now start the Database upgrade.<\/p>\n<h2>Database Upgrade to Siebel 15 (Non-Development Database Only)<\/h2>\n<p>Before we start our development database we need to keep the following values handy as they are asked for during the upgrade process.<\/p>\n<ol>\n<li>The SADMIN Password.<\/li>\n<li>The SIEBEL Password.<\/li>\n<li>The Index Space name (SBL_INDX in our sandbox environment)<\/li>\n<li>The Tablespace name (SBL_DAT in our sandbox environment)<\/li>\n<li>The ODBC Name (DEVENT81_DSN in our sandbox environment).<\/li>\n<li>The Siebel Version being upgraded from. For example SIA (Siebel Industry Applications) Version 8.0. (For the purpose of this article, we assume it is SIA).<\/li>\n<\/ol>\n<p>Navigate to the Siebel Enterprise Server program folder and Click on <strong>Database Server Configuration<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-283.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-283.png\" alt=\"\" \/><\/a><\/p>\n<p>The following wizard opens up:<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-284.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-284.png\" alt=\"\" \/><\/a><\/p>\n<p>The installation directories are already filled in, please verify the values and click on <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-285.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-285.png\" alt=\"\" \/><\/a><\/p>\n<p>Choose the correct Database platform (Oracle in our case) and click on <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-286.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-286.png\" alt=\"\" \/><\/a><\/p>\n<p>Choose &#8220;Upgrade Database&#8221; on the Siebel Database operation window and click <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-287.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-287.png\" alt=\"\" \/><\/a><\/p>\n<p>Choose Production for the Environment Type and click on <strong>Next<\/strong>. Please bear in mind that &#8220;Production&#8221; is chosen for any non-development database.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-288.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-288.png\" alt=\"\" \/><\/a><\/p>\n<p>Choose &#8220;Upgrade Siebel Database Schema (upgrep + upgphys)&#8221; and click on <strong>Next<\/strong>. <strong>(<em>Please note that<\/em> for non-development upgrades the processes are combined and not separate like for the development upgrade.) <\/strong> The option &#8220;Prepare for Production Upgrade&#8221; is used <strong>only<\/strong> for Siebel 7.5.3 users and does not need to be used for any other versions.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-289.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-289.png\" alt=\"\" \/><\/a><\/p>\n<p>Select &#8220;Siebel Industry Application&#8221; and click on <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-290.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-290.png\" alt=\"\" \/><\/a><\/p>\n<p>Choose the correct SIA version and click on <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-291.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-291.png\" alt=\"\" \/><\/a><\/p>\n<p>Choose the correct Encoding (UNICODE, in the case of our sandbox) and click on <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-292.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-292.png\" alt=\"\" \/><\/a><\/p>\n<p>Put in the correct ODBC name at the prompt and click on <strong>Next.<\/strong><\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-293.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-293.png\" alt=\"\" \/><\/a><\/p>\n<p>Put in the SADMIN username and passwords in the Database User Name authentication screen. Click on <strong>Next<\/strong> once done.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-294.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-294.png\" alt=\"\" \/><\/a><\/p>\n<p>Put in the SIEBEL username and passwords in the Database Table Owner authentication screen. Click on <strong>Next<\/strong> once done.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-295.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-295.png\" alt=\"\" \/><\/a><\/p>\n<p>Enter the Index Table Space name (SBL_INDX in our sandbox) and the Table space name (SBL_DAT) in our sandbox and click on <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-296.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-296.png\" alt=\"\" \/><\/a><\/p>\n<p>Choose the correct Database Server Operating system (Windows in the case of our sandbox) and click on <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-297.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-297.png\" alt=\"\" \/><\/a><\/p>\n<p>Irrespective of whether parallel indexing is enabled or not, choose the parallel indexing option. This will cut down the upgrade time from 1 hour per major index to around 10 minutes. Click <strong>Next<\/strong> once done.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-298.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-298.png\" alt=\"\" \/><\/a><\/p>\n<p>Leave the role as SSE_ROLE and click <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-299.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-299.png\" alt=\"\" \/><\/a><\/p>\n<p>Accept the default for the log output directory and click on <strong>Next<\/strong>. Please make a note of the output directory. This is an extremely important folder for 2 reasons:<\/p>\n<ol>\n<li>If the upgrade fails, this is the folder which holds the upgrade wizard log files. The log files will tell you at what step the upgrade failed so that the errors can be fixed and the upgrade restarted.<\/li>\n<li>The folder also contains the state of the upgrade. When we restart the wizard, the state files are read and the wizard will start from where it left off rather than from the start.<\/li>\n<\/ol>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-300.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-300.png\" alt=\"\" \/><\/a><\/p>\n<p>Click on apply changes now and click <strong>Next<\/strong>.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-301.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-301.png\" alt=\"\" \/><\/a><\/p>\n<p>Check the summary and click on <strong>Next <\/strong>to start the upgrade.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-302.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-302.png\" alt=\"\" \/><\/a><\/p>\n<p>Click on <strong>OK<\/strong> for the upgrade wizard.<\/p>\n<p>This starts the database upgrade. On average the non-development database upgrade takes approximately 5-9 hours to complete. This is obviously based on the hardware in play and the performance of the database itself.<\/p>\n<h2>Verifying the Upgrade Process<\/h2>\n<p>Once the database upgrade completes, Siebel provides a set of tools to verify the database upgrade. Open a command prompt and follow the steps mentioned below:<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-303.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-303.png\" alt=\"\" \/><\/a><\/p>\n<p>Navigate to the Siebel folder &#8220;D:\\Siebel\\15.0.0.0.0\\ses\\siebsrvr\\bin&#8221; and execute &#8220;logparse \/s D:\\Siebel\\15.0.0.0.0\\ses \/g ENU \/r upgrep_dev_80 \/l logparse.log&#8221;.<\/p>\n<p>The utility goes through all the log files and generates a Summary folder and a summary.html file in the &lt;SIEBESRVR&gt;\\log\\upgrep_dev_80 folder.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-304.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-304.png\" alt=\"\" \/><\/a><\/p>\n<p>Open the summary.html file to verify that the upgrade has been successful.<\/p>\n<p><a href=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-305.png\"><img decoding=\"async\" style=\"max-width:100%\" src=\"https:\/\/www.red-gate.com\/simple-talk\/wp-content\/uploads\/oracle\/2016\/04\/word-image-305.png\" alt=\"\" \/><\/a><\/p>\n<p>This completes the article on the upgrade of the non-development database. This article also concludes the series on the Siebel upgrade.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the last two articles we covered the process of upgrading a development database. The steps involved were as follows: Upgrade the Development Database. Run the incremental merge. Resolve the conflicts. Run the post-merge utilities. Update the physical database with the custom objects. The steps above are only required to upgrade a development database. This article covers the upgrade process&hellip;<\/p>\n","protected":false},"author":105470,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[143533],"tags":[48498],"coauthors":[],"class_list":["post-73113","post","type-post","status-publish","format-standard","hentry","category-oracle-databases","tag-siebel-crm"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/posts\/73113","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/users\/105470"}],"replies":[{"embeddable":true,"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/comments?post=73113"}],"version-history":[{"count":1,"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/posts\/73113\/revisions"}],"predecessor-version":[{"id":91610,"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/posts\/73113\/revisions\/91610"}],"wp:attachment":[{"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/media?parent=73113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/categories?post=73113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/tags?post=73113"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.red-gate.com\/simple-talk\/wp-json\/wp\/v2\/coauthors?post=73113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}