Oracle WebCenter介绍
- 格式:pdf
- 大小:1.56 MB
- 文档页数:32
Oracle WebCenter Sites 11g 第 1 版提供者指导教程:创建页面和管理内容Oracle WebCenter Sites 11g 是以前称为FatWire Content Server 的产品的最新和最完善版本。
WebCenter Sites 11g 在设计、功能和可用性方面有重大改进。
此版本包括许多新特性,包括支持拖放式页面创建和内容管理。
此外,管理界面外观也更新了,搜索功能改进了,并包含了一个可定制的新信息板。
WebCenter Sites 11g 版本亮点如下所述。
提供者界面新的提供者界面提供一个类似浏览器的界面来帮助同时高效管理多块内容(即资源)。
内容可在单独的选项卡中打开,而现成可用的修订跟踪则可防止并发编辑覆盖更改。
提供者界面的主要部分如下所示:图 1 —提供者界面的主要部分新外观提供者界面有一个新的现代外观,其中有易于访问的控件和更新的调色板。
同样,高级(即管理)界面也更新了,与提供者界面相辅相成。
集成的应用程序工具栏现在更易于使用,应用程序之间的切换又快又方便。
一个单击操作即可打开该工具栏,除非手动关闭,否则该工具栏始终处于打开状态。
新的页面生成功能页面生成模式和过程都进行了重新设计。
可以通过使用拖放功能并结合可停靠式搜索结果、边栏树和战略性可用工具栏来管理页面内容。
创建页面时,可将内容拖至预定义的位置。
可按资源类型限定位置,并按位置分配基于角色的用户权限。
非技术用户可以使用图形化布局和预定义参数轻松控制内容的呈现。
新的批量操作有新的功能可用于高效操作多项资源,包括批量删除、批准和创建书签。
可从搜索结果屏幕中方便地执行这些操作。
操作方法是选中多项资源,然后按一个按钮。
新的搜索功能提供者界面搜索栏现在提供了用于定位资源(例如,通过关键字)的更新功能,包括按资源类型进行搜索的便利的嵌入式控件。
新信息板现在提供了一个现成可用的可定制信息板。
其中有用于管理任务、书签和签出的小部件。
Oracle Webcenter Portal概述1.Portal是什么Oracle Portal为企业提供了一个单一的访问企业各种信息资源的入口,利用它,企业可以为员工、供给商、零售商、合作伙伴等提供个性化的信息服务,使他们能通过单一的入口,迅速找到所需的信息。
Portal具有众多的核心功能特性,将企业的应用、人员、信息与流程有机地结合起来,为信息化工作的开展提供了可行的思路和解决方案。
Oracle Portal是一个建立企业信息门户的集成环境。
通过Oracle Portal,企业员工可以很方便地将自己所需要的,来源于各种渠道的信息集成在一个统一的视图之内。
例如,在传统企业信息系统环境下,一个财务部门可能要接触这样一些信息源:企业财务软件,企业内部网站的政策、新闻、公告,各种图表、报表,互联网上的财经新闻,股票行情等等;通过Oracle Portal提供的“自助式”的服务,财务部门可以为自己部门量身定制一套财务人员的信息门户,将上述信息有效地组织在Web应用程序之中,并根据不同级别人员的职能设定相应的访问权限。
在以前,这可能需要向IT部门提交具体的需求分析,并等待好几个月才能投入使用;通过Oracle Portal提供的快速、易用的开发工具和内建功能模块,非IT人员也可以根据自己的实际业务需求,创建这样的集成化Web应用了。
2.Oracle Portal的体系结构1)Oracle Portal节点每台安装Oracle Portal示例的服务器称为一个Oracle Portal节点。
每个OraclePortal节点包含有超过200个表及视图,以及超过1000个PL/SQL包。
Oracle Portal节点之间可以相互注册,形成一个联合Portal结构。
节点的注册和治理可以很轻易地由企业的中心Portal治理。
Portal容器是存储Oracle Portal对象的地方。
它保存着Provider注册表,页面的样式定义,用户对Portlet的定制,访问权限,内容区域及页面的定义,数据驱动的组件等等。
W eb入口(portal)程序是一些在单独页面上的独立Web组件的集合。
这些可插拔的用户接口组件,被称为portlets。
它们被用来处理请求和在portlet容器中产生动态内容。
由于portlets可以从不同的数据源获得数据,因此,一个入口程序可以用一个统一的界面(这个界面的数据将来自不同的,互相割裂的数据源)为用户提供交互界面。
对于Java开发人员来说,Java Portlet规范(JPS)将会帮助他们来建立和使用portlets组件。
这个规范是基于JSR168和基于Web Services的远程Portlets(WSRP)标准的。
事实上,Oracle已经在它的Java开发工具----OracleWebCenter框架中提供了对这个标准的支持,这个开发框架可以开发JSF程序,并且在其中集成了基于ADF-based的Oracle框架。
开发人员可以在其中使用内嵌AJAX 组件和portlets来建立JSF应用程序。
Oracle最新的Oracle JDeveloper 10 IDE中WebCenter预配置版本OC4J,这个版本将提供一个JSR168标准的portlet容器,可以使用它来开发基于WSRP1.0/WSRP2.0标准的portlets。
开发人员可以在JDeveloper10中建立portlet应用程序,并可使用WebCenter框架或任何支持JSR168标准的容器来发布程序。
最后,开发人员可以使用应用程序或入口程序来通过注册一个WSRP生产者(producer)来运行WebCenter或其它入口程序中的portlet。
本文将带领读者开发一个基于JSR168和WSRP2.0规范的JSF portlet,并在WebCenter框架中来运行它。
这个portlet将使用Oracle数据源和数据表。
一、建立开发环境首先我们得安装Oracle 10g数据库(包括例子数数库),并选择建立Oracle数据库实例,ORCL,以及使用SQL*Plus或其他的SQL运行工具来执行如下的SQL以建立本例要使用的数据表:二、建立一个JSF Portlet在这部分,我们将使用Oracle数据库作为数据源建立一个JSF应用程序,然后将这个JSF程序转换为portlet。
Oracle WebCenter Content: Digital Asset ManagementOracle WebCenter Content’s digital asset managementcapability allows organizations to store, find, view, anduse digital assets and rich media quickly and easily.Content, collateral, and individual asset items can bemade available instantly in the appropriate formats foruse on Web sites, in print materials, or in other programs.Assets can be protected and controlled through rich andconfigurable access control. Oracle’s digital assetmanagement solution automates routine tasks, such asthe process of creating multiple renditions, allowing youto effectively manage and appropriately use your richmedia assets.July 2022, Version 2.1Copyright © 2022, Oracle and/or its affiliatesPublicCATALOG YOUR ASSETS FOR SECURE AND INSTANT ACCESS Global 2000 organizations are constantly seeking better ways to effectively communicate with and provide value to their employees, business partners, and consumers. Rich media and digital content are used both as consumer product and as assets in a wide range activities range of activities including advertising, sales and marketing, manufacturing, and distance learning. However, providing rich media can creates unique burdens on an organization. Some rich media solutions require high cost specialized hardware and software. Accessing large files from a central storage location creates increased network load. Lastly, providing a method for users to securely access, share, and modify digital content can be cumbersome.Oracle WebCenter Content helps you address these issues by providing easy access to find and use your rich assets quickly and easily from anywhere. With Oracle WebCenter Content you can quickly create renditions of digital content by turning large images, video, or audio files into high resolution, low resolution, resized, or thumbnail versions based upon your business needs.MANAGE RICH MEDIA FILES EFFECTIVELYOracle WebCenter Content enables automation of routine tasks and effectively manages rich media files. With secure Web-based access, employees across your organization can quickly and easily access, share, reuse, and modify digital content. Oracle WebCenter Content provides a rich set of digital asset management features, including:•Workflow, version control, security, archiving, subscriptions, content conversion, collaboration, record disposition, and Web publication assetsleveraging core capabilities of Oracle WebCenter Content•Content checkin and accessibility from anywhere with Web-based and Windows Explorer interfaces•Compression of content to decrease bandwidth demands•Automatic categorization of assets for easy searching•Quick identifying of files via automatically created thumbnail renditions•Asset selection and download in one operation•Secure content distribution easily and quickly Rich Media ManagementKey Features•Automatically createthumbnails for easy searchand retrieval of assetsConvert high-resolutionlegacy images and videosto Web-friendly format •Pinpoint specific videoscenes using storyboard. •Automatically createmultiple rendition sets formultiple uses Select assetsand download in oneoperation •Automatically formatimages to appropriate size,shape, resolution, andaspect ratioKey Benefits•Easily view and reusedigital assets•Easily search and retrieve files•Reduce storage space and decrease bandwidth usageby compressing files •Convert legacy images to Web-friendly formats •Reduce manual steps increating multiplerenditions•Control access tocorporate brand assets •Make all corporate audio and video training sessionsavailable via the WebPROVIDE A FOUNDATION FOR KEY BUSINESS APPLICATIONSOracle WebCenter Content digital asset management capability provides the underlying foundation for a variety of key business applications, such as the following:Image Management ApplicationWith Oracle’s digital asset management solution, you can easily manage popular image formats such as PSD (Photoshop document), JPEG, GIF, BMP, and TIFF files; store unlimited image renditions in one source for quick reuse of any format or size; and automatically format images to the appropriate size, shape, resolution, or aspect ratio. Multiple renditions, including thumbnails, Web versions, and print versions, are automatically created and compressed at the time of checkin for use in HTML pages or marketing collateral—saving thousands of hours of manual labor in resaving files. Video Management ApplicationOracle’s digital asset management solution allows you to work with common video formats such as MPEG, QuickTime, Windows Media, and MP3 files; pinpoint specific scenes of video using a storyboard; and view them immediately. You can store multiple renditions of video in one source for various bandwidth and size requirements and integrate resulting files with streaming servers. With Oracle’s digital asset management solution, you can easily access storyboards and closed captioned text, while administrators can configure the system to generate appropriate proxies and metadata. Product InformationOracle's digital assetmanagement capabilities are provided as part of OracleWebCenter Content whichincludes•Document management •Capture and imaging •Content publishing •Records managementalong with restricted use:-InformationRightsMgmt-BusinessProcessMgmt-SecureEnterpriseSearchRelated Products •WebCenter Capture •WebCenter FormsRecognition •Application Adapters forWebCenter •WebCenter Portal •Database•Sun Database Machine •Sun Storage ArchiveManager•WebLogic Server•Identity Management •SOA Suite•BPM Suite•JDeveloperConnect with us Call +1.800.ORACLE1 or visit . Outside North America, find your local office at: /contact./oracle /oracle Copyright © 2022, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions,whether expressed orally or implied in law, including implied warranties and conditions ofmerchantability or fitness for a particular purpose. We specifically disclaim any liability withrespect to this document, and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Thisdevice has not been authorized as required by the rules of the Federal Communications Commission. This device is not, and may not be, offered for sale or lease, or sold or leased, until authorization is obtained. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarksare used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. 0120Disclaimer: If you are unsure whether your data sheet needs a disclaimer, read the revenue recognitionpolicy. If you have further questions about your content and the disclaimer requirements, e-mail********************.。
社交网络对现实生活中的人际交往会造成什么影响?社交网络可以拉近现实生活中非熟人的关系。
不只是拉近,也是让非熟人可以通过社交网络了解自己,因为平时面对朋友,我们是可以展现自己很多方面的,但是对于非熟人来说,却可以通过社交网络了解到平时看不到的面。
同时增加一些互动。
就像我们常常发现自己的一些状态经常是没有那么紧密关系的人去回复。
而我们身边关系亲密的人本来就能洞察我们的心情变化,可以直接电话或者当面交流。
大部分是泛泛之交,但可以扩大我们的交往面。
今天我室友收到一条微信,是一个以前一起上托福班的妹纸,其实只说过几次话,后来也没有联系只是互相加了微信,然后我室友就被通知去参加婚礼了。
突降的份子钱想想也是醉了啊。
好像有点跑题,就是吐个槽。
接着说,我觉得社交网络可以很好地将和我们强链接和弱链接关系的人拉在一起呢,其中尤其重要的就是弱链接优势,它说白了就是一些关系疏远的人,但是却可以给我们提供更多异质性的信息。
如果每天都只和自己亲密的几个人接触,那么信息差异性也不会很大,价值也就越低。
我好想说的有点乱啊逻辑,其实我的意思就是,社交网络可以让我们和更多的人保持联系,有的甚至只有一面之缘。
但是却真的扩大了自己的社交网络,有时候提供的帮助和知识是超出熟人圈子所能提供的的。
社交网络改变了我们什么?网络化、移动化以及各种自助式服务大大拉近了现代企业与消费者、合作伙伴的关系,让企业、用户、合作伙伴的交流变得更加容易,有远见的企业正在利用各种社交网络技术,来帮助企业内部的员工、企业的客户和合作伙伴之间更好地交流和协作,从而将企业转型为一个社交化的组织,即实现企业社会化。
“企业社会化面临三个方面的需求:在内部,企业为员工提供更加便捷的方式,提升参与度及工作效率;在外部,为用户提供最佳体验,吸引到更多的用户并提高用户忠诚度;而对于合作伙伴则是提高协作效率。
甲骨文公司企业WebCenter产品高级总监刘安峰告诉记者。
目前有很多企业在社交化方面都做了一些工作,比如在企业内部建立起了内容管理系统用于进行知识管理,或者建立了用户交互平台。
Oracle WebCenter套件Oracle WebCenter套件集成了全套的企业服务,能够提供融合的、环境相关的用户体验并提高IT工作人员的效率。
在新套件提供的融合环境中,用户可以访问企业应用及结构化和非结构化内容,获取商业智能、企业搜索、业务流程和通信及协作服务。
Oracle WebCenter套件是第一个打破Web 门户、企业应用和Web 2.0技术之间界限的用户交互环境,可用来迅速建立灵活的、环境相关的工作流程。
这个套件的架构基于开放标准,用户可用该套件自己开发以Web 2.0为中心的应用。
Oracle WebCenter套件将成为Oracle融合应用产品的默认用户环境。
Oracle融合中间件高级副总裁Thomas Kurian说:“信息工作人员需要一个易用、任务导向和具有丰富客户功能的用户界面,他们需要用这样的界面访问各种信息和企业应用,在企业应用中迅速进行事务处理;他们还需要利用熟悉的桌面和移动工具共享信息并通过短信息、VoIP、讨论等多种方式与其他人协作。
Oracle WebCenter套件满足了这些要求,它汇集了基于Java 的门户框架、内容管理和内容集成服务、桌面和应用集成、企业搜索以及基于Web 2.0的协作和通信功能,将带来卓越的融合用户体验。
Oracle WebCenter套件为开发人员提供了一种快速和低成本的开发方式,帮助他们开发灵活和环境相关的工作流程。
其他同类产品只提供有限的服务,可能需要实施一些昂贵的咨询项目,才能将各种服务整合到一起,而且是基于封闭和专有技术的。
只有Oracle WebCenter套件以全套的企业服务为基础,而且这些服务是预集成和基于业界开放标准的,因此能够带来卓越的用户体验。
”Oracle WebCenter套件是环境相关应用的基础Oracle WebCenter套件代表着先进用户交互环境的新阶段,将成为新一代环境相关应用的基础,这种应用有望极大提高用户的工作效率。
Oracle® WebCenter PortalInstallation and Configuration Roadmap11g Release 1 (11.1.1.9.0)for WindowsE22628-05April 2015This documentation roadmap provides instructions on how to install, upgrade, and/orpatch Oracle WebCenter Portal, then perform the necessary configurations.It includes the following topics:■Starting Points for Oracle WebCenter Portal Installation■Installing Oracle WebCenter Portal - Roadmaps■Patching an Existing Oracle WebCenter Portal 11g Installation - Roadmaps■Upgrading an Existing Oracle WebCenter 10g Installation - Roadmap■Documentation Accessibility1Starting Points for Oracle WebCenter Portal InstallationIn Figure1, find the starting point that best describes your current environment, thenuse the links in Table1 to jump to the guide that you need.Figure 1Starting Points for Oracle WebCenter Portal Installation2Installing Oracle WebCenter Portal - RoadmapsThe roadmaps in this section provide an overview of the steps required to installOracle WebCenter Portal for the first time and guide you to the documentation. Oracle provides documentation for two installation scenarios:■Simple topology - install Oracle WebCenter Portal in a simple, non-clusteredenvironment. Figure 2 illustrates the installation process for a simple topology. Use Table 2 to navigate to the appropriate guide.■Enterprise topology - install Oracle WebCenter Portal in a distributedenvironment with built-in security and high availability. Figure 3 illustrates the installation process for an enterprise topology. Use Table 3 to navigate to the appropriate guide.Figure 4 shows post-installation steps required to configure Oracle WebCenter Portal components and tools and services that are required for both topologies. Use Table 4 to navigate to the appropriate guide.Before you start, you might like to read Installation Planning Guide .Table 1Starting Points for Oracle WebCenter Portal InstallationStarting PointInstall Summary Detailed InstructionsNew Oracle WebCenter Portal Installation■Install Oracle WebCenter Portal in a simple, non-clustered topology?Roadmap Installation Guide for Oracle WebCenter Portal■Install Oracle WebCenter Portal in an enterprise topology?Roadmap Enterprise Deployment Guide for Oracle WebCenter PortalExisting Oracle WebCenter Portal Installation■Upgrade from a previous 11g release to the current version?Roadmaps Patching Guide■Upgrade from a previous 10g release to the current version?RoadmapUpgrade Guide for Oracle SOA Suite, WebCenter Portal, and ADFNote:For existing installations, note that upgrades may include newfeatures that will need to be configured as described in the Installing Oracle WebCenter Portal - Roadmaps section.Figure 2Installing Oracle WebCenter Portal for the First Time - Simple TopologyUse Table2 to navigate to the appropriate guide for the installation process for a simple topology.Table 2Installing Oracle WebCenter Portal for the First Time - Simple TopologyTask and link to more information Mandatory or Optional?NotesPerform pre-install tasks MandatoryVerify system requirements, then installand configure a databaseMandatoryCreate schemas Mandatory If you want to use WebCenterPortal as well as build PortalFramework applications, youmust run the RCU twice as bothrequire their own WEBCENTERschema.Schemas for the discussions andportlets are also required if youplan to use them. If you plan onusing recommendations, then theActivity Graph product needs tobe installed. Analytics andActivity Graph can be used onlyby a single application within adomain. If Activity Graph isinstalled, the ACTIVITIES schemacannot be shared.Install Oracle WebLogic Server MandatoryInstall Oracle WebCenter Portal:■Download Oracle WebCenter Portalsoftware■Install Oracle WebCenter PortalMandatoryInstall other Fusion Middleware products:■Oracle WebCenter Content■Oracle SOA Suite■Oracle Web Tier (Oracle HTTP Server)Optional SOA is mandatory for worklistsand WebCenter Portalworkflows.Oracle WebCenter Content ismandatory for using ContentPresenter, wiki, and documents.Oracle HTTP Server (OHS) isrecommended for OracleWebCenter Content Serverintegration and for single sign-on(SSO) since SSO is needed to stopmultiple login prompts, and isrequired for REST and OracleSOA.Configure a domain for Oracle WebCenter Portal Mandatory You may choose to create a newdomain or extend an existingdomain for Oracle WebCenterPortal.Figure 3 illustrates the installation process for an enterprise topology. Use Table 3 to navigate to the appropriate guide.Extend the Oracle WebCenter Portal domain to:■Install additional Oracle WebCenter Portal products■Create a custom managed server for Portal Framework applications ■Create a custom managed server for Portlet Producer applications ■Enable Oracle BPM Process SpacesOptionalOracle does not recommenddeploying Portal Framework applications or Portlet Producer applications to theAdministration Server or any of the default managed serverscreated during Oracle WebCenter Portal installation.Start the servers:■Set up and start the Node Manager ■Start the Administration Server ■Start managed servers ■Verify the installationMandatoryInstall and configure external LDAP ID storeMandatoryMandatory for Oracle WebCenter Content Server and Discussion server. Oracle stronglyrecommends to use database to store security policies.Configure the domain for Oracle WebCenter Content ServerOptional Mandatory if using Content Presenter, wikis and documents.Install, configure, and connect back-end components for Oracle WebCenter Portal tools and services:■Connect to analytics collector ■Connect to BPEL server ■Connect to discussion server ■Configure WebCenter Portal workflows■Register portlet producers ■Register pagelet producer ■Connect to presence server ■Configure SES search ■Configure personalization ■Connect to mail server ■Connect to events serverOptionalMandatory for the Oracle WebCenter Portal tools and services you want to use See also, Post-Installation Configuration for OracleWebCenter Portal Components, Tools, and Services .Task and link to more information Mandatory or Optional?NotesTable 3Installing Oracle WebCenter Portal for the First Time - Enterprise TopologyTask and link to more information Mandatoryor Optional?NotesVerify hardware requirements MandatoryVerify software requirements MandatoryInstall and configure a database MandatoryConfigure network components MandatorySet up shared storage OptionalConfigure credential and policy store Mandatory Oracle strongly recommends to usedatabase to store security policies Install Oracle HTTP Server (OHS)MandatoryInstall WebLogic Server and create a Middleware home MandatoryInstall Oracle WebCenter Portal Mandatory Enable VIP1Mandatory Create a domain Mandatory Configure Oracle HTTP Server Mandatory Extend the domain for SOA components OptionalExtend domain for Oracle WebCenter Portal components Mandatory Option to configure the domain forWebCenter Portal (the out-of-the-boxenterprise-ready customizableapplication) or create a custommanaged server for PortalFramework applications and PortletProducer applicationsSet up and start Node Manager Mandatory Configure Java Object Cache MandatoryInstall and configure back-end components for required Oracle WebCenter Portal tools and services:■Connect to discussion server■Connect to analytics collector ■Connect to BPEL server■Configure WebCenter Portal workflows■Register portlet producers■Register pagelet producer■Connect to presence server■Configure Oracle SES search■Configure personalization■Connect to mail server■Connect to events server Optional Mandatory for the Oracle WebCenterPortal tools and services you want touseSee also, Post-InstallationConfiguration for Oracle WebCenterPortal Components, Tools, andServicesExtend domain for Oracle WebCenterContent ServerOptional Mandatory for WebCenter PortalPropagate domain to Oracle WebCenterPortal hostOptional Mandatory for WebCenter PortalSet up Content Server for OracleWebCenter PortalOptional Mandatory for WebCenter PortalConfigure inbound refinery and dynamicconverter on Content ServerOptional Mandatory for WebCenter Portal Configure OHS for Content Server Optional Mandatory for WebCenter PortalConnect Oracle WebCenter Portal toContent ServerOptional Mandatory for WebCenter PortalIntegrate with Oracle Identity Management MandatoryTask and link to more information Mandatoryor Optional?NotesFigure4 shows post-installation steps required to configure Oracle WebCenter Portal components and tools and services that are required for both simple and enterprise topologies. Use Table4 to navigate to the appropriate guide.Figure 4Post-Installation Configuration for Oracle WebCenter Portal Components, Tools, and ServicesTable 4Getting Oracle WebCenter Portal Components, Tools, and Services Working Oracle WebCenter PortalComponent/Tool/Service Feature DocumentationWebCenter Portal WebCenter Portal, Oracle'sout-of-the-boxenterprise-readycustomizable application,hosted on the WC_Spacesmanaged server Get WebCenter Portal up and runningDocuments Document management,wikis, blogs, ContentPresenterConnect to content repositoryActivity Stream Activity streaming Requires Oracle WebCenterContent Server to be set up fordocumentsDiscussions and announcements Discussion forums andannouncements Connect to discussions server In a clustered environment,additional configuration is required. MorePortlet producers WSRP, PDK-Java portlets Register portlet producers Pagelet producers Pagelets Register pagelet producer Analytics Analytics reports Connect to analytics collectorActivity Graph Recommendation andsimilar item task flows Connect to analytics collector In a clustered environment, theactivity graph engine must be targeted to a single managed server (not the cluster). MorePersonalization Personalizationscenarios Configure personalizationInstant Messaging and Presence (IMP)Presence status, otherpresence options (such assend mail, send instantmessage, start phoneconference)Connect to presence serverEvents Personal calendar andportal event managementConnect to events server Mail Mail task flow Connect to mail server Search Search task flows Configure Oracle SES search Worklist Worklist task flows Connect to BPEL server RSS news feeds External RSS news feeds Configure proxy for RSS REST RESTful interface toWebCenter Portal toolsand servicesConfigure RESTSubscriptions and notifications Notifications aboutsubscribed services andobjectsConfigure notifications3Patching an Existing Oracle WebCenter Portal 11g Installation - RoadmapsTable 5 lists the Oracle WebCenter Portal installation scenarios that you can patch to the latest release 11.1.1.9.0, and guides you to the documentation in Patching Guide .Before you start, you may also like to read Installation Planning Guide .4Upgrading an Existing Oracle WebCenter 10g Installation - RoadmapIf you are currently running Oracle WebCenter 10g (10.1.3), you must upgrade your Oracle Application Server 10g environment to Oracle Fusion Middleware 11g . Figure 5 illustrates the steps required. Use Table 6 to navigate to the appropriate guide.Before you start, you may also like to read:■Upgrade Planning Guide ■Installation Planning Guide■Repository Creation Utility User's Guide ■ConceptsFigure 5Upgrading from Oracle WebCenter 10g 10.1.3Use Table 6 to navigate to the appropriate guide.Table 5Applying the Latest Patch to Oracle WebCenter Portal 11g InstallationsStarting PointDocumentation Link in Patching Guide Oracle WebCenter Portal 11.1.1.8.x InstallationSee section "Patching an Oracle WebCenter Portal 11.1.1.8.x Installation"Oracle WebCenter Portal 11.1.1.7.0 InstallationSee section "Patching an Oracle WebCenter Portal 11.1.1.7.0 Installation"Oracle WebCenter Portal 11.1.1.6.0 InstallationSee section "Patching an Oracle WebCenter Portal 11.1.1.6.0 Installation"Oracle WebCenter Portal 11.1.1.4.0 or 11.1.1.5.0 InstallationSee section "Patching an Oracle WebCenter 11.1.1.4.0 or 11.1.1.5.0 Installation"Oracle WebCenter Portal 11.1.1.2.0 or 11.1.1.3.0 InstallationSee section "Patching an Oracle WebCenter 11.1.1.2.0 or 11.1.1.3.0 Installation"Oracle WebCenter Portal 11.1.1.1.0 InstallationSee section "Patching an Oracle WebCenter 11.1.1.1.0 Installation"5Documentation AccessibilityFor information about Oracle's commitment to accessibility, visit the OracleAccessibility Program website at/pls/topic/lookup?ctx=acc&id=docacc .Access to Oracle SupportOracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit/pls/topic/lookup?ctx=acc&id=info or visit/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.Oracle WebCenter Portal Installation and Configuration Roadmap, 11g Release 1 (11.1.1.9.0) for WindowsE22628-05Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable:U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government.This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.Table 6Upgrading from Oracle WebCenter 10g 10.1.3Task and link to more information Mandatory orOptional?NotesPrepare for upgrade from 10g MandatoryUpgrade Oracle WebCenter environment MandatoryUpgrade ADF. Also upgrade Oracle SOA Suite if installed Upgrade Oracle WebCenter tools and services back-ends (Discussions Server, Wiki and Blog Server, Content Server)Mandatory Only mandatory for tools and services that you use Upgrade Oracle WebCenter applicationsMandatory Upgrade portlet producersMandatory Migrate data on Oracle Content DB and Oracle Wiki and Blog server Mandatory。
Oracle WebCenter Portal – Installation & ConfigurationRich Nessel - Principal Product ManagerChristina Kolotouros - Product Management DirectorORACLE PRODUCT LOGOThe following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.Oracle Fusion Middleware Oracle WebCenterUser Engagement PlatformSites Web Experience ManagementPortalComposite Applications & Mash-UpsSocialSocial Networking & CollaborationContentEnterprise Content ManagementOracle WebCenter Portal Environment•WebCenter Portal 11.1.1.5.0–Framework (task flows, libraries, MDS, …)–Services (wikis, blogs, discussions, analytics, ...)–Spaces•WebCenter Content 11.1.1.5.0–Content server–Inbound refineryThis module’s focusInstallation to lay down the bits1.64-bit Java Development Kit /jdk2.Middleware Home Install Guide/Middleware/wlserver_10.3/oracle_common3.-- WebTier Home Install Guide Patch Guide/Oracle_WT14.-- WebCenter Content Home Install Guide/Oracle_ECM15.-- WebCenter Portal Home Install Guide /Oracle_WC1Run RCU to create product schemas in the Database•Once For Content–<Prefix>__OCS Content server•Again For Portal–<Prefix>__MDS Metadata services–<Prefix>__Discussions Discussion service–<Prefix>__Portlet Portlet Producers–<Prefix>__Activities Personalization & Analytics–<Prefix>__WebCenter Spaces•Again for custom portal–<2ndPrefix>__WebCenter Custom portalOracle® Fusion Middleware Repository Creation Utility User's Guide 11g Release 1 (11.1.1) Part Number E14259-10Domain creation and configuration1.Create Domain Administration Server, Oracle Web Services Management, WLS Console & EMGuides: Planning | WLS Install | Administration2.Configure Content–UCM_server1 Content server–IBR_server1 Inbound refineryGuides: Install | Administration3.Configure Portal–WC_Portlet Portlet Providers–WC_Collaboration Discussions–WC_Utilities Personalization & Analytics–WC_Spaces SpacesGuides: Install | Administration | Tutorial4.Configure Custom Portal Custom portal & composite apps–WC_CustomPortalGuides: Install | AdministrationBackup Planning •Backup the domain directory. Key domain configuration is stored in: config.xml, jps-config.xml. Data Specific toServices MDS, WebCenter Portaland ContentSchemas Domain Configuration•Backup thedatabase •Discussions,Documents, etc.BackupBackups must include domain configuration, database schemas, and service dataChapter 37 of Oracle® Fusion Middleware Administrator's Guide for Oracle WebCenter 11g Release 1 (11.1.1.5.0)。
Oracle标准产品服务内容各省、自治区、直辖市和计划单列市国家税务局、地方税务局:总局已购买Oracle标准服务,客户服务认证号码( CSI#:15809546 ),各地可凭借CSI 获得Oracle 24*7电话支持服务或Metalink网站支持服务。
Oracle标准服务内容见附件。
服务查询信息:• Oracle 支持服务首页:/support/contact.html• Oracle Metalink技术支持:https://• Oracle Metalink V3技术支持:https://• 技术支持热线: 800 810 0366• 产品销售热线: 800 810 0161• 培训咨询热线: 800 810 6899Oracle 公司提供的标准服务包括以下服务内容:1、热线电话服务 (每周7天, 每天24小时)●每周7天,每天24小时全球支持中心全年无休电话答询, 以满足您业务发展的需要。
●本地(中国)支持中心为您在周一至周五(8:30-12:00 / 1:00 - 5:30) 提供技支持服务,在此工作时间之外, 我们的系统会将电话转接到海外该时间段内仍在运作的全球支持中心。
您可以与全球支持中心联系,来解决您的问题。
●Oracle技术专家直接同客户对话,帮助解决客户提出的疑难问题。
●根据问题的严重程度,将优先解决客户认为是关键而紧急的任务。
●对客户提出的一般性问题进行技术咨询、指导。
●定期的客户管理报告, 避免问题再度发生。
2、ORACLE Web Conference(OWC)ORACLE Web Conference(OWC) 是ORACLE支持服务部在全球范围内提供的产品服务的软件,以便更好地满足系统的可靠性、高可用的需求。
通过直接连接到客户的系统中,Oracle可以提供远程服务、诊断以及在线问题定位。
安全的连接方式保证了系统的数据在网上传输的安全,并能使Oracle与客户共同工作,使问题得到快速检查和立即诊断,并通过恰当的工具快速加以解决。