{"id":848,"date":"2008-09-23T18:30:12","date_gmt":"2008-09-23T22:30:12","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/"},"modified":"2008-09-23T18:41:49","modified_gmt":"2008-09-23T22:41:49","slug":"oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/","title":{"rendered":"Oracle UCM Content Server Installation on Linux : Step by Step Doc &#8211; Part I"},"content":{"rendered":"<p>After overview of Oracle Universal Content Management (UCM from Stellent) <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/05\/09\/oracle-content-server-ucm-installation-overview\/\">here<\/a>, today&#8217;s\u00a0post covers Installation of <strong>Oracle Content Server<\/strong> (Repository for <strong>UCM<\/strong> &#8211; Web Content Management, Document Management, Record Management &#8230;.). Content Server is key component of UCM\u00a0which contains repository of UCM (solution from <strong>Stellent<\/strong>).<\/p>\n<p>\u00a0.<\/p>\n<p><strong><u>Assumptions with Content Server (repository for UCM) Installation<\/u><\/strong><\/p>\n<p><strong>1. Database <\/strong>:\u00a0We are using <strong>Oracle <\/strong>10.2.0.1 as database for Content Server, other supported databases are MS-<strong>SQL<\/strong>, IBM <strong>DB2<\/strong>, <strong>Sybase<\/strong>&#8230;\u00a0<\/p>\n<p><strong>2. Web Server<\/strong> : We are using <strong>Oracle HTTP Server<\/strong> (powered by Apache) as Web Server, other supported web servers are <strong>Sun One Server<\/strong>, <strong>IBM<\/strong> HTTP Server, stand alone <strong>Apache<\/strong>&#8230;\u00a0\u00a0<\/p>\n<p><strong>3.<\/strong> <strong>JDK<\/strong> : Content Server comes with its own JDK but installation gives you option to\u00a0use existing\u00a0JDK\u00a0(Java Development Kit) on server.<\/p>\n<p>.<\/p>\n<p><strong><u>Database Preparation<br \/>\n<\/u><br \/>\n1. <\/strong>Install Oracle 10.2.0.1 database on Linux , check <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2007\/06\/13\/oracle-soa-suite-installation-part-i-database-installation\/\">here<\/a>\u00a0 or <a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/B19306_01\/install.102\/b15660\/install_overview.htm#sthref13\">here<\/a><br \/>\n<strong><br \/>\n2.\u00a0<\/strong>Create tablespace for <strong>content server<\/strong> data<br \/>\nSQL&gt; create tablespace content_system datafile &#8216;\/datafile_location\/content_system01.dbf&#8217; size 300M;<\/p>\n<p><strong>3.<\/strong> Create <strong>temporary tablespace<\/strong> for content server data<br \/>\nSQL&gt; create temporary tablespace content_temp tempfile &#8216;\/datafile_location\/content_temp.dbf&#8217; size 100M;<\/p>\n<p><strong>4.<\/strong> Create database user like <strong>db_admin<\/strong><br \/>\nSQL&gt; create user db_admin identified by db_admin temporary tablespace content_temp default tablespace content_system;<\/p>\n<p><strong>5.<\/strong> Create <strong>role<\/strong> like<br \/>\nSQL&gt; CREATE ROLE stellent_role;<br \/>\nSQL&gt; GRANT CREATE SESSION TO stellent_role;<br \/>\nSQL&gt; GRANT CREATE TABLE TO stellent_role;<br \/>\nSQL&gt; GRANT CREATE TYPE TO stellent_role;<br \/>\nSQL&gt; GRANT CREATE PROCEDURE TO stellent_role;<br \/>\nSQL&gt; GRANT CTXAPP TO stellent_role;<\/p>\n<p><strong>6.<\/strong>Grant role and unlimited tablespace to <strong>content db<\/strong> user<br \/>\nSQL&gt; GRANT stellent_role to db_admin;<br \/>\nSQL&gt; GRANT UNLIMITED TABLESPACE TO db_admin;<\/p>\n<p>.<br \/>\n<strong><u>Web Server Preparation<\/u><\/strong> \u00a0<\/p>\n<p>Install Web Server, I installed <strong>Oracle HTTP Server<\/strong> (10.1.3.1.0) from Oracle Application Server 10g R3 CD (10.1.3..).<\/p>\n<p><font color=\"#ff0000\">Oracle HTTP Server\u00a0shipped with Oracle Application Server Media 10.1.3.1\u00a0\u00a0is\u00a0built on Apache 1.3.X version. Web Server\u00a0for Content Server should be on Apache 2.X or higher.<br \/>\nOracle <strong>Application Server 10.1.3.1 companion<\/strong> CD comes with HTTP Server 2.0<\/font>.<\/p>\n<p>\u00a0\u00a0<br \/>\n.<\/p>\n<p><strong><u>Key Inputs during Content Server Installation\u00a0<br \/>\n<\/u><\/strong><br \/>\n<strong>A. \u00a0Native File Repository (vault) <\/strong>: is file repository where all checked-in files are stored in their native format (format in which they were created like word,gif..). Default location is directory <strong>vault<\/strong> inside Content Server base install directory.<\/p>\n<p><strong>B. Web Viewable file repository<\/strong> (<strong>weblayout<\/strong>) : is file repository where all checked-in files are stored in <strong>web-viewable format<\/strong> (e.g. PDF). Default location is directory <strong>weblayout<\/strong> inside Content Server base install directory.<\/p>\n<p><strong>C.<\/strong> <strong>Master Server or Proxied Server<\/strong> : In order to scale up (large client base) content Server deployment, you could install multiple content server; one as <strong>master<\/strong> and other ones as <strong>proxied server<\/strong>(<strong>s<\/strong>) each with their own <strong>Content Server Instances<\/strong>,<strong> Web Viewable file repository<\/strong>, <strong>Native File Repository<\/strong>, but <strong>share<\/strong> main <strong>communication interface<\/strong> and <strong>page delivery engine<\/strong> with master server.<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG\" \/><\/a><\/p>\n<p><strong>D. Installation Log<\/strong> : Finally in case of any issues, Check Installation logs at $CONTENT_SERVER_BASE_INSTALL_DIR\/ <strong>install<\/strong>\/ <strong>log.txt<\/strong><br \/>\n\u00a0<\/p>\n<p>.<\/p>\n<p><strong><u>Oracle Content Server (repository &amp; Core Services for UCM) Installation<\/u><\/strong><\/p>\n<p><strong>1.<\/strong> Start Installation by running <strong>setup.sh<\/strong> from directory as per your operating system.<\/p>\n<p>Provide <strong>Locale<\/strong>, <strong>Installation Type<\/strong>, <strong>Core Folder<\/strong> location.\u00a0<br \/>\n<a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_1.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_1.jpg\" \/><\/a><\/p>\n<p><strong>2.<\/strong> Select <strong>JVM<\/strong>,<strong> Vault<\/strong>,<strong> Web Viewable <\/strong>file repository,<strong> Master Server<\/strong>,<strong> Admin Server<\/strong> as shown below<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_2.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_2.jpg\" \/><\/a><\/p>\n<p><strong>3.<\/strong> Select <strong>time zone<\/strong>, <strong>content server port<\/strong>, <strong>Admin port<\/strong>, <strong>security filter<\/strong>, <strong>URL Prefix<\/strong> as shown below<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_3.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_3.jpg\" \/><\/a><\/p>\n<p><strong>4. <\/strong>Select<strong> Web Server Address, Instance Name, Web Server Type <\/strong>and<strong> Database Server type<\/strong><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_4.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_4.jpg\" \/><\/a><\/p>\n<p><strong>5.<\/strong>\u00a0Select <strong>Database Server<\/strong>,\u00a0<strong>DB Port<\/strong>, <strong>DB User<\/strong>, <strong>DB Password<\/strong> and Content Server <strong>additional components<\/strong> to install<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_4.jpg\"><\/a><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_5.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_5.jpg\" \/><\/a><\/p>\n<p><strong>6. <\/strong><font color=\"#ff0000\">If there are no issues you should see <strong>option 1 Proceed<\/strong> as highlighted, In my case it was <strong>option 2 Change Configuration<\/strong> (means some issue).<\/font> &#8220;<strong>stellentrole.sql<\/strong>&#8221; missing, on careful inspection I realized\u00a0I was using wrong database user (system), I should have used db_admin (created above)<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_61.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_61.jpg\" \/><\/a><\/p>\n<p><strong>7. <\/strong>Rerun configuration and fix issues\u00a0<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_7.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_7.jpg\" \/><\/a><\/p>\n<p><strong>8.<\/strong> You should see &#8220;1. Proceed&#8221; , press enter for installation at this stage<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_81.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_81.jpg\" \/><\/a><\/p>\n<p><strong>9. <\/strong>Finally\u00a0output should look like<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_9.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_9.jpg\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong><u>References<\/u><\/strong><\/p>\n<ul>\n<li><a target=\"_blank\" href=\"http:\/\/download-west.oracle.com\/docs\/cd\/E10316_01\/cs\/cs_doc_10\/documentation\/integrator\/install_cserver_unix_10en.pdf\">Content Server Installation Guide from Oracle<\/a><\/li>\n<\/ul>\n<p><font color=\"#ff0000\"><strong>How to access Content Server from browser<\/strong>, post install steps , <strong>issues during Web Server configuration <\/strong>or Installation of UCM&#8217;s Application Modules (Web Content Management, Document Management or Records Management) coming next &#8230;.<\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>After overview of Oracle Universal Content Management (UCM from Stellent) here, today&#8217;s\u00a0post covers Installation of Oracle Content Server (Repository for [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[203],"tags":[],"class_list":["post-848","post","type-post","status-publish","format-standard","hentry","category-ucm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle UCM Content Server Installation on Linux : Step by Step Doc - Part I -<\/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:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle UCM Content Server Installation on Linux : Step by Step Doc - Part I -\" \/>\n<meta property=\"og:description\" content=\"After overview of Oracle Universal Content Management (UCM from Stellent) here, today&#8217;s\u00a0post covers Installation of Oracle Content Server (Repository for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-09-23T22:30:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-09-23T22:41:49+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/\",\"name\":\"Oracle UCM Content Server Installation on Linux : Step by Step Doc - Part I -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG\",\"datePublished\":\"2008-09-23T22:30:12+00:00\",\"dateModified\":\"2008-09-23T22:41:49+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle UCM Content Server Installation on Linux : Step by Step Doc &#8211; Part I\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle UCM Content Server Installation on Linux : Step by Step Doc - Part I -","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:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/","og_locale":"en_US","og_type":"article","og_title":"Oracle UCM Content Server Installation on Linux : Step by Step Doc - Part I -","og_description":"After overview of Oracle Universal Content Management (UCM from Stellent) here, today&#8217;s\u00a0post covers Installation of Oracle Content Server (Repository for [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/","article_published_time":"2008-09-23T22:30:12+00:00","article_modified_time":"2008-09-23T22:41:49+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/","name":"Oracle UCM Content Server Installation on Linux : Step by Step Doc - Part I -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG","datePublished":"2008-09-23T22:30:12+00:00","dateModified":"2008-09-23T22:41:49+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/ucm_master_proxy.JPG"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/23\/oracle-ucm-content-server-installation-on-linux-step-by-step-doc-part-i\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Oracle UCM Content Server Installation on Linux : Step by Step Doc &#8211; Part I"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=848"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/848\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=848"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=848"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}