<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Manual installation on RIA Docs</title>
    <link>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/</link>
    <description>Recent content in Manual installation on RIA Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Installation overview</title>
      <link>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/installation-overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/installation-overview/</guid>
      <description>&lt;h2 id=&#34;installation-overview&#34;&gt;Installation overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#installation-overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;To install DIH manually, complete the following general tasks. If you wish to install using a script, see &lt;a href=&#34;https://docs.riaproducts.com/dih/3.x.x/install/dih-installer-script/install-using-dih-installer/&#34;&gt;Install using a dih-installer&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/installation-overview/#unzip-ria-dih-versionzip&#34;&gt;Unzip &lt;code&gt;ria-dih-&amp;lt;version&amp;gt;.zip&lt;/code&gt;&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/installation-overview/#make-the-shell-scripts-executable&#34;&gt;Make the shell scripts executable&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Optional&lt;/em&gt;. &lt;a href=&#34;https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/create-database-schema/&#34;&gt;Create the database schema&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/grant-database-permissions/&#34;&gt;Grant database permissions&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Configure DIH tool.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Optional&lt;/em&gt;. Set up email server for notifications.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;unzip-ria-dih-versionzip&#34;&gt;Unzip ria-dih-&amp;lt;version&amp;gt;.zip&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#unzip-ria-dih-versionzip&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;The zip file contains individual directories and must be unzipped to a new empty directory. The recommended directory name is &lt;code&gt;ria-dih&lt;/code&gt;, but you can name it anything.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create database schema</title>
      <link>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/create-database-schema/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/create-database-schema/</guid>
      <description>&lt;style&gt;&#xA;    .alert {&#xA;        --bs-alert-bg: transparent;&#xA;        --bs-alert-padding-x: 1rem;&#xA;        --bs-alert-padding-y: 1rem;&#xA;        --bs-alert-margin-bottom: 1rem;&#xA;        --bs-alert-color: inherit;&#xA;        --bs-alert-border-color: transparent;&#xA;        --bs-alert-border:  var(--bs-alert-border-color);&#xA;        --bs-alert-link-color: inherit;&#xA;        position: relative;&#xA;        padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);&#xA;        margin-bottom: var(--bs-alert-margin-bottom);&#xA;        color: var(--bs-alert-color);&#xA;        font-weight: 400;&#xA;        background-color: var(--bs-alert-bg);&#xA;        border-left:4px var(--bs-alert-border) solid; &#xA;     }&#xA;    .alert-error {&#xA;        --bs-alert-color: black;&#xA;        --bs-alert-bg:  #FEF0F0;&#xA;        --bs-alert-border:#F15A5A;&#xA;      }&#xA;      .alert-warning {&#xA;        --bs-alert-color: black;&#xA;        --bs-alert-bg:  #FFF9EE;&#xA;        --bs-alert-border:#FF960A;&#xA;&#xA;      }&#xA;      .alert-success{&#xA;        --bs-alert-color:black;&#xA;        --bs-alert-bg:  #f2fff8;&#xA;        --bs-alert-border:#91eabf;&#xA;        }&#xA;        .alert-info{&#xA;            --bs-alert-color:black;&#xA;            --bs-alert-bg:  #E6F3FF;&#xA;            --bs-alert-border:#2685DA;&#xA;        }&#xA;        .alert i.fa-check-circle {&#xA;            color: #91eabf;  &#xA;        }&#xA;    &#xA;        .alert i.fa-info-circle {&#xA;            color: #2685DA;  &#xA;        }&#xA;    &#xA;        .alert i.fa-times-circle {&#xA;            color: #F15A5A;  &#xA;        }&#xA;        .alert i.fa-exclamation-triangle{&#xA;            color:#FF960A;&#xA;        }&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;alert alert-info&#34; role=&#34;alert&#34;&gt;&#xA;    &#xA;    &#xA;    &#xA;             &#xA;        &#xA;    &lt;i class=&#34;fa fa-info-circle&#34;&gt;&lt;/i&gt;  &#xA;    &lt;span &gt;You can skip this step if you plan to use an existing schema for the DIH database objects, such as the &lt;code&gt;STGADM&lt;/code&gt; schema for data conversion.&lt;/span&gt; &#xA;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Below are example statements to create a new schema for DIH. The recommended name for this new schema is &lt;code&gt;DIHADM&lt;/code&gt;, but you can choose any name you prefer.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Grant database permissions</title>
      <link>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/grant-database-permissions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/grant-database-permissions/</guid>
      <description>&lt;p&gt;Perform the following to grant the appropriate permissions to the DIH schema.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dbms-scheduler&#34;&gt;DBMS scheduler&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#dbms-scheduler&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;DIH must be able to create, update, and delete jobs, chains, and programs within the staging schema of the Oracle Database Scheduler. You need to ensure to grant the necessary permissions to the DIH tool.&lt;/p&gt;&#xA;&lt;p&gt;To implement this, use the provided example statements, which should be executed as the &lt;code&gt;SYSDBA&lt;/code&gt; user. When running the statements, remember to replace &lt;code&gt;&amp;amp;1&lt;/code&gt; with the name of the schema designated for the DIH database objects. In a conversion scenario, this is typically &lt;code&gt;STGADM&lt;/code&gt;, although &lt;code&gt;DIHADM&lt;/code&gt; or another chosen name may be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create email server for notifications</title>
      <link>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/email-server-for-notifications/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/3.x.x/install/manual-installation/email-server-for-notifications/</guid>
      <description>&lt;style&gt;&#xA;    .alert {&#xA;        --bs-alert-bg: transparent;&#xA;        --bs-alert-padding-x: 1rem;&#xA;        --bs-alert-padding-y: 1rem;&#xA;        --bs-alert-margin-bottom: 1rem;&#xA;        --bs-alert-color: inherit;&#xA;        --bs-alert-border-color: transparent;&#xA;        --bs-alert-border:  var(--bs-alert-border-color);&#xA;        --bs-alert-link-color: inherit;&#xA;        position: relative;&#xA;        padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);&#xA;        margin-bottom: var(--bs-alert-margin-bottom);&#xA;        color: var(--bs-alert-color);&#xA;        font-weight: 400;&#xA;        background-color: var(--bs-alert-bg);&#xA;        border-left:4px var(--bs-alert-border) solid; &#xA;     }&#xA;    .alert-error {&#xA;        --bs-alert-color: black;&#xA;        --bs-alert-bg:  #FEF0F0;&#xA;        --bs-alert-border:#F15A5A;&#xA;      }&#xA;      .alert-warning {&#xA;        --bs-alert-color: black;&#xA;        --bs-alert-bg:  #FFF9EE;&#xA;        --bs-alert-border:#FF960A;&#xA;&#xA;      }&#xA;      .alert-success{&#xA;        --bs-alert-color:black;&#xA;        --bs-alert-bg:  #f2fff8;&#xA;        --bs-alert-border:#91eabf;&#xA;        }&#xA;        .alert-info{&#xA;            --bs-alert-color:black;&#xA;            --bs-alert-bg:  #E6F3FF;&#xA;            --bs-alert-border:#2685DA;&#xA;        }&#xA;        .alert i.fa-check-circle {&#xA;            color: #91eabf;  &#xA;        }&#xA;    &#xA;        .alert i.fa-info-circle {&#xA;            color: #2685DA;  &#xA;        }&#xA;    &#xA;        .alert i.fa-times-circle {&#xA;            color: #F15A5A;  &#xA;        }&#xA;        .alert i.fa-exclamation-triangle{&#xA;            color:#FF960A;&#xA;        }&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;alert alert-info&#34; role=&#34;alert&#34;&gt;&#xA;    &#xA;    &#xA;    &#xA;             &#xA;        &#xA;    &lt;i class=&#34;fa fa-info-circle&#34;&gt;&lt;/i&gt;  &#xA;    &lt;span &gt;If email notifications are not necessary, you can skip this step.&lt;/span&gt; &#xA;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;To receive notifications about conversion run completions, errors, and other events, the email server needs to be configured in the DBMS scheduler.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
