Oracle Seeker, Oracle探索者

  • 首页
  • Activity
  • Blogs
  • Members
Profile picture of Eleven.Xu

Eleven.Xu

@eleven.xu active 3 days, 20 hours ago
test View
  • Activity
  • Profile
  • Sites 1
  • Personal
  • Mentions
  • Favorites
  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, 在OAM 11g中配置使用客户化登录页面, on the site Oracle Seeker, Oracle探索者 2 weeks, 2 days ago

    Thumbnail概述 在身份管理和单点登录项目实施过程中,标准的OAM 11g提供的登录页面往往不能直接满足需求,一般情况下都需要客户化开发和配置登录页面作为单点登录的统一入口,本文主要介绍了如何在OAM 11g中配置实用客户化登录页面。 实现 1、开发login.jsp页面,样例代码如下: <%@page language="java" import="java.util.*" […]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, 在UCM中启用ACL权限控制, on the site Oracle Seeker, Oracle探索者 3 weeks, 1 day ago

    Thumbnail概述 UCM中经常使用Role、Security Group、Account(角色、安全组、帐户)等权限控制对象对文件或虚拟文件夹进行管理和访问控制,但有时对于文件级的细颗粒度权限控制的需求则是这些权限管理对象并不能完全实现的,因此可以考虑借助于ACL(Access Control List)辅助上述权限对象对文档或虚拟文件夹进行更细颗粒度的权限控制。 步骤 1、启用用户/组对象的ACL <font […]

  • Profile picture of Eleven.Xu

    Eleven.Xu commented on the post, Oracle Fusion Apps一睹为快, on the site Oracle Seeker, Oracle探索者 5 months, 2 weeks ago

    太给力了!

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, 修改UCM 11g中虚拟文件/文件夹数量限制, on the site Oracle Seeker, Oracle探索者 7 months ago

    Thumbnail问题描述: <font […]

  • Profile picture of Eleven.Xu

    Eleven.Xu posted an update 7 months ago

    test

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, 在UCM 11g中启用Desktop Integration Suite, on the site Oracle Seeker, Oracle探索者 7 months, 2 weeks ago

    <img src="http://oracleseeker.com/files/2011/10/Image2_thumb.png&quot; width="196.884735202" height="100" alt="Thumbnail" class="align-left […]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, OID 11g Cluster配置, on the site Oracle Seeker, Oracle探索者 8 months, 2 weeks ago

    Thumbnail […]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, 配置UCM 11g的文件存储到Oracle DB中, on the site Oracle Seeker, Oracle探索者 9 months, 1 week ago

    Thumbnail […]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, 创建部署WebCenter应用的Custom Managed Server, on the site Oracle Seeker, Oracle探索者 9 months, 1 week ago

    <img src="http://oracleseeker.com/files/2011/08/Image26_thumb.png&quot; width="138.970588235" height="100" alt="Thumbnail" class="align-left […]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new post, 通过Domain向导配置WebLogic Cluster, on the site Oracle Seeker, Oracle探索者 9 months, 1 week ago

    <img src="http://oracleseeker.com/files/2011/08/Image_thumb.png&quot; width="139.234449761" height="100" alt="Thumbnail" class="align-left thumbnail" […]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: 创建DB类型的MDS Repository 9 months, 2 weeks ago

    Thumbnail概述 OFM同行肯定都对MDS Repository(Metadata Services Repository)不陌生(可参考: http://biemond.blogspot.com/2009/07/mds-repository-for-adf-11g.html),一般情况下,MDS Repository分为两种: Based on File System Based on Database 第一种比较简单,直接在EM中稍加配置即可,而对于第二种要相对复杂一些,本文主要介绍了如何配置基于DB的MDS Repository。 基于DB的MDS Repository的创建大致分为两个步骤: 1、使用RCU创建MDS Repository 2、在EM中注册MDS…[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: 基于JDeveloper创建Site Studio项目 10 months ago

    Thumbnail 概述 Site Studio for External Application(SSXA)是ECM Suite中的一大利器,可以方便地通过SSXA构建基于Content Server的Web站点,好处和作用在这里就不多废话了,直接切入正题。 在ECM Suite 11g发布后,SSXA应用都可以方便地基于JDeveloper进行开发,但在开发之前,需要安装两个JDeveloper的扩展,分别为: Remote Intradoc Client(RIDC) extension Site Studio for External Applications (SSXA) extension 对于Remote Intradoc Client(RIDC)…[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: ADF和WebCenter应用版本化部署 10 months, 1 week ago

    Thumbnail概述 在门户项目实施的过程中,伴随着门户中集成的功能越来越多,用户数越来越多等客观因素,门户应用的部署风险会越发大,因此对于降低应用部署风险的非功能性要求也是“水涨船高”,而在应对该问题时,最简便的方式莫过于在保证对原门户功能正常访问的前提下进行新版本的发布,待新版本的门户应用发布完成后,新的用户请求直接访问新功能,类似的需求和应对方法在Oracle BPM和SOA中可以非常容易做到(直接在EM中操作即可实现),而在ADF或WebCenter应用中相对要麻烦一些,本文主要描述了如何实现ADF或WebCenter应用的版本化部署进而应对上述部署需求。 实现 1、在JDeveloper中创建新的WebCenter Portal Application或Fusion…[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: OAM 11g与OID 11g集成 10 months, 1 week ago

    Thumbnail配置步骤 OAM与OID的集成主要分为三个大的步骤: 创建连接到OID的User Identity Store 配置LDAP Authentication module 配置WebLogic与OID的集成 准备工作 在开始配置之前,进行必要的准备: 1、安装Oracle DB 11g、WebLogic 11g、OID 11g、OAM 11g 2、通过ODSM在OID中创建好必要的测试用户/组,分别为:           用户:weblogicoid/welcome1           组:Administrators(组成员包含weblogicoid用户) 3、记录odsm/weblogic console/oam console对应的URL !–more–…[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: 解决WebCenter与OID集成时User not found in Identity Store异常 10 months, 3 weeks ago

    Thumbnail问题描述 在进行WebCenter Space 11g与OID 11g进行身份集成的过程中(集成过程较简单,此处省略),出现了两个问题: 1、在WebCenter Space中进行安全性管理时,无法查看到OID中的用户/组信息; 2、通过EM为WebCenter Space的角色指派了OID中的用户/组为成员后,使用成员用户访问WebCenter Space时,出现异常“WCS User not found in Identity Store”; 问题原因 WebCenter Space仅能识别WebLogic的Security Realm中配置的第一个Authentication Provider中的用户/组信息为身份信息存储来源,详细信息可以查看[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: UCM 11g与OID 11g集成 10 months, 3 weeks ago

    Thumbnail概述 在Oracle ECM Suite 11g PS2(11.1.1.3.0)发布后,UCM 11g终于正式发布并且已经与其他OFM产品一样迁移到了WebLogic中,UCM 11g的安全性认证也已经基于OPSS,只需要将WebLogic的Authentication Provider连接到指定的OID即可实现基于OID的用户认证,另外,通过在OID中配置LDAP Provider即可实现OID中组与UCM中Role的集成,进而实现完整的身份集成,本文主要描述了如何实现UCM 11g与OID 11g的身份集成。 步骤 …[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: OID 11g的orcladmin用户解锁 10 months, 3 weeks ago

    1、记录原ORACLE_HOME的路径,例如:/u01/app/oracle/product/11.2.0/db/ 2、设置环境变量,需要设置ORACLE_INSTANCE为数据库的Service Name,ORACLE_HOME为Oracle_IDM的安装目录,例如: export ORACLE_INSTANCE=IDMDEV export ORACLE_HOME=/u01/app/Oracle/Middleware/Oracle_IDM1 3、拷贝原ORACLE_HOME目录中的/network/admin/tnsnames.ora到Oracle_IDM1/network 4、执行如下命令,解锁orcladmin用户: …[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: 在OIM中创建DB类型的Generic Connector(GTC) 10 months, 3 weeks ago

    Thumbnail概述 在借助OIM进行企业内多个系统的用户管理时,经常会有一些外部系统的用户存储是依赖于数据库的,例如:HR系统作为所有用户/组织架构信息的权威数据源,各个业务系统的用户/组织架构信息均从HR系统进行同步,此时就需要使用到基于数据库的Connector,将这些系统的用户/组织架构信息同步到OIM中或从OIM推送数据到这些系统中,本文描述了如何从基于Oracle数据库的系统同步用户到OIM。 步骤 1、按装Database Application Tabel(DBAT_91050.zip) Connector(略) 2、登录OIM控制台,选择“Advanced”,进入高级设置,点击“Create Generic Connector”,填写GTC(Generic Technology…[Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: OIM 11g与OID 11g集成 10 months, 3 weeks ago

    Thumbnail概述

    OIM作为IDM中的重要组件,主要用于用户和角色等的管理,其中很重要的部分就是用户管理,一般情况下,在企业内部会将用户信息统一存储在LDAP中,此处以OID为例,说明如何实现OIM与OID的集成,即如何将OIM中的用户同步到OID中。

    步骤

    1、安装OID Connector(略)

    2、登录OIM控制台,选择“Advanced”,进入高级设置,点击“Create IT Resource”


    !–more–

    3、填写“IT Resource Name”为“OID IT Resource”,由于前面已经按装了OID Connector,在“IT Resouce Type”中可以直接选择到“OID Server”

    [Read more]

  • Profile picture of Eleven.Xu

    Eleven.Xu wrote a new blog post: 重置OIM11g中xelsysadm用户密码 10 months, 3 weeks ago

    概述

    在安装OIM的过程中,要求指定默认OIM管理员的密码,也就是xelsysadm用户的密码,但是由于OIM中用户密码策略相对比较复杂,因此在安装完成之后,如果当时没有记录清楚,有可能会遗忘该密码,本文主要描述了如何重置xelsysadm用户的密码。

    实现

    1、通过PLSQL Developer/SQL…[Read more]

  • Load More

Please create an account to get started.

日志分类

  • Mac点滴 (1)
  • Oracle E-Business Suite(EBS) (107)
    • Oracle EBS二次开发 (79)
    • Oracle EBS功能和流程 (7)
    • Oracle EBS基础 (7)
    • 开发系列视频教程 (14)
  • Oracle Fusion Applications (4)
  • Oracle数据库 (1)
    • 数据库管理 (1)
  • 中间件产品与技术 (139)
    • Oracle 融合中间件 (115)
    • Oracle企业绩效管理 (15)
    • Oracle商业智能 (10)
  • 开源产品和技术 (28)
    • Java开源 (15)
    • PHP开源 (1)
    • RIA Flex (5)
    • Ruby/Ruby on Rails (4)
  • 探索者故事 (3)
  • 生活点滴/Enjoy Life (14)

日志存档

  • 2012 年五月 (1)
  • 2012 年四月 (1)
  • 2011 年十一月 (1)
  • 2011 年十月 (2)
  • 2011 年九月 (1)
  • 2011 年八月 (4)
  • 2011 年七月 (11)
  • 2011 年六月 (3)
  • 2011 年五月 (3)
  • 2011 年三月 (1)
  • 2011 年一月 (1)
  • 2010 年十二月 (2)
  • 2010 年十一月 (2)
  • 2010 年十月 (2)
  • 2010 年七月 (2)
  • 2010 年六月 (2)
  • 2010 年三月 (9)
  • 2010 年二月 (1)
  • 2010 年一月 (5)
  • 2009 年十二月 (8)
  • 2009 年十一月 (15)
  • 2009 年十月 (18)
  • 2009 年九月 (39)
  • 2009 年八月 (29)
  • 2009 年七月 (16)
  • 2009 年六月 (3)
  • 2009 年五月 (5)
  • 2009 年四月 (9)
  • 2009 年三月 (13)
  • 2009 年二月 (17)
  • 2009 年一月 (5)
  • 2008 年十二月 (9)
  • 2008 年十一月 (15)
  • 2008 年十月 (12)
  • 2008 年九月 (24)
  • 2008 年一月 (1)
  • 2007 年十二月 (5)

标签云

adf adf11g BIEE BI Publisher DBI Eclipse EPM flex3 Form fusion applications Hyperion Integrated SOA Gateway Java虚拟机 jBPM-工作流 JDeveloper Logging MOAC OA Framework oc4j ODI OID OIM Oracle Oracle EBS Oracle Essbase Redmine REST Tuning Ubuntu UCM VBA应用 WebCenter Weblogic web service 个性化 关于探索者 出口函数 分类账 安全性 开发 弹性域 报表 旅游杂记 生活点滴/Enjoy Life 趣事

Proudly powered by WordPress and BuddyPress.

Oracle Seeker, Oracle探索者
  • Log In
  • Sign Up
  • Visit
    • Random Member
    • Random Site