{"id":1509,"date":"2010-04-12T10:05:13","date_gmt":"2010-04-12T15:05:13","guid":{"rendered":"http:\/\/jianmingli.com\/wp\/?p=1509"},"modified":"2010-04-12T16:43:58","modified_gmt":"2010-04-12T21:43:58","slug":"install-oracle-data-integrator-101350-for-windows","status":"publish","type":"post","link":"https:\/\/jianmingli.com\/wp\/?p=1509","title":{"rendered":"Install Oracle Data Integrator 10.1.3.5.0 for Windows"},"content":{"rendered":"<span id=\"Install_ODI\"><h2>Install ODI<\/h2><\/span>\n<p>* Download <a href=\"http:\/\/download.oracle.com\/otn\/nt\/ias\/101350\/CD_10.1.3.5.0_WINDOWS.zip\">CD_10.1.3.5.0_WINDOWS.zip<\/a> from OTN.<br \/>\n* Unzip into a temp directory.<br \/>\n* Change to unzipped directory. Open index.htm and follow &#8220;Installation Guide&#8221; to install ODI.<\/p>\n<span id=\"Create_Master_Repository\"><h2>Create Master Repository<\/h2><\/span>\n<span id=\"Create_an_Oracle_User_to_Host_Master_Repository\"><h3>Create an Oracle User to Host Master Repository<\/h3><\/span>\n<pre>\r\ncreate user snpm identified by snpm;\r\ngrant connect, resource to snpm;\r\n<\/pre>\n<span id=\"Create_Master_Repository_1\"><h3>Create Master Repository<\/h3><\/span>\n<p>* Open &#8220;Master Repository Creation&#8221; Wizard from &#8220;Repository Management&#8221; folder.<br \/>\n* I used the following values:<\/p>\n<pre>Driver: oracle.jdbc.driver.OracleDriver\r\nURL: jdbc:oracle:thin:@localhost:1521:orcl\r\nUser: snpm\r\nPass: snpm\r\nid: 0\r\nTechnology: Oracle<\/pre>\n<p>* Click &#8220;Test Connection&#8221; button to test the connection. It should return &#8220;Successful Connection&#8221;.<br \/>\n* Click &#8220;OK&#8221; button to create the Master Repository.<\/p>\n<span id=\"Create_Work_Repository\"><h2>Create Work Repository<\/h2><\/span>\n<span id=\"Create_an_Oracle_User_to_Host_Work_Repository\"><h3>Create an Oracle User to Host Work Repository<\/h3><\/span>\n<pre>\r\ncreate user snpw identified by snpw;\r\ngrant connect, resource to snpw;\r\n<\/pre>\n<span id=\"Create_Work_Repository_1\"><h3>Create Work Repository<\/h3><\/span>\n<p>* Login Topology Manager<br \/>\n* Go to Repositories -> Work Repositories<br \/>\n* Right click &#8216;Work Repositories&#8217; and select &#8216;Insert Work Repository&#8217;<\/p>\n<pre>\r\nName: WorkRepositoryOne\r\nTechnology: Oracle\r\nUser: snpw\r\nPassword: snpw\r\nJDBC Driver: oracle.jdbc.driver.OracleDriver\r\nJDBC url: jdbc:oracle:thin:@localhost:1521:orcl\r\n<\/pre>\n<p>* Click &#8216;Test&#8217; button twice. Should receive &#8216;Successful Connection&#8217;.<br \/>\n* Click &#8216;OK&#8217;.<\/p>\n<pre>\r\nID: 1\r\nType: Development\r\nName: WORKREPOSITORYONE\r\n<\/pre>\n<span id=\"Default_Logins\"><h2>Default Logins<\/h2><\/span>\n<span id=\"Topology_Manager\"><h3>Topology Manager<\/h3><\/span>\n<p>SUPERVISOR\/SUNOPSIS<\/p>\n<span id=\"Install_Patch_9377717\"><h2>Install Patch 9377717<\/h3><\/span>\n<p>* Patch 9377717 is needed for Oracle GoldenGate support.<br \/>\n* Download p9377717_101360_Generic.zip from support.oracle.<br \/>\n* Unzip to a temp directory.<br \/>\n* Go to the unzipped directory and double click &#8216;readme.html&#8217; for upgrade instruction. <\/p>\n<span id=\"Upgrade_Summary\"><h3>Upgrade Summary<\/h3><\/span>\n<p>* Backup original &#8216;oracledi&#8217; directory.<br \/>\n* Backup master and work repositories.<br \/>\n* Remove original &#8216;oracledi\\lib\\scripts&#8217; directory.<br \/>\n* Copy the content of unzipped &#8216;oracledi&#8217; folder to the installed &#8216;oracledi&#8217; folder overwriting existing files.<br \/>\n* Run &#8216;bin\/jython.bat&#8217; if needed.<br \/>\n* Upgrade master repository.<br \/>\n&#8211; Start &#8216;Master Repository Upgrade&#8217; wizard from the &#8220;Repository Management&#8221; folder.<br \/>\n&#8211; Specify master repository connection parameter values. For example:<\/p>\n<pre>Driver: oracle.jdbc.driver.OracleDriver\r\nURL: jdbc:oracle:thin:@localhost:1521:orcl\r\nUser: snpm\r\nPass: snpm\r\nid: 0\r\nTechnology: Oracle<\/pre>\n<p>&#8211; Click &#8220;Test Connection&#8221; button to test the connection. It should return &#8220;Successful Connection&#8221;.<br \/>\n&#8211; Click &#8220;OK&#8221; button to create the Master Repository.<br \/>\n* Upgrade work repositories.<br \/>\n&#8211; Login Topology Manager.<br \/>\n&#8211; Right click work repository to be upgraded and click &#8216;Upgrade&#8217;.<br \/>\n* Check ODI version from either Designer or Topology Manager (Help -> About Oracle Data Integrator).<\/p>\n<span id=\"Install_Patch_9449058\"><h2>Install Patch 9449058<\/h3><\/span>\n<p>* Together with patch 9377717, patch 9449058 is needed for Oracle GoldenGate support.<br \/>\n* Download p9449058_101360_Generic.zip from support.oracle.<br \/>\n* Unzip to a temp directory.<br \/>\n* Go to the unzipped directory and double click &#8216;readme.htm&#8217; for upgrade instruction. <\/p>\n<span id=\"Upgrade_Summary_1\"><h3>Upgrade Summary<\/h3><\/span>\n<p>* Backup original &#8216;oracledi&#8217; directory.<br \/>\n* Copy the content of unzipped &#8216;oracledi&#8217; folder to the installed &#8216;oracledi&#8217; folder overwriting existing files.<\/p>\n<span id=\"References\"><h2>References<\/h2><\/span>\n<p>* Installation Guide that comes with ODI download.<br \/>\n* <a href=\"http:\/\/download.oracle.com\/docs\/cd\/E15985_01\/doc.10136\/reference\/DIKMR.pdf\">http:\/\/download.oracle.com\/docs\/cd\/E15985_01\/doc.10136\/reference\/DIKMR.pdf<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install ODI * Download CD_10.1.3.5.0_WINDOWS.zip from OTN. * Unzip into a temp directory. * Change to unzipped directory. Open index.htm and follow &#8220;Installation Guide&#8221; to install ODI. Create Master Repository Create an Oracle User to Host Master Repository create user &hellip; <a href=\"https:\/\/jianmingli.com\/wp\/?p=1509\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[35],"tags":[],"class_list":["post-1509","post","type-post","status-publish","format-standard","hentry","category-oracle"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8cRUO-ol","_links":{"self":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1509"}],"version-history":[{"count":6,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1509\/revisions"}],"predecessor-version":[{"id":1518,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1509\/revisions\/1518"}],"wp:attachment":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}