How to implement OracleAS Portal Clustering ?

Dear all,
Can anybody pls point me to the docs about how to implement OracleAS Portal Cluster (version 10.1.4) ?
Also, about deploying Portal from development server to production server (using Export Import) , do we have to deploy it to all nodes , or can we just deploy it once to the cluster ?
Thank you,
xtanto

Hello Xtanto,
The Oracle documentation provides instructions for setting up Oracle Portal in a 'cluster'. For 10.1.2.0.2 and 10.1.4 :
[5.3|http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_advnc.htm#i1046354] Configuring Multiple Middle Tiers with a Load Balancing Router
Oracle® Application Server Portal Configuration Guide
10g Release 2 (10.1.4)
B19305-03
Alternatively you can also check the enterprise deployment guide :
[7|http://download.oracle.com/docs/cd/B14099_19/core.1012/b13998/portal.htm#CACHEECD] Installing and Configuring the myPortalCompany Application Infrastructure
Oracle® Application Server Enterprise Deployment Guide
10g Release 2 (10.1.2)
B13998-07
For deployment from development to production, transport sets can be used :
[10|http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_imex.htm#i1030999] Exporting and Importing Content
Oracle® Application Server Portal Configuration Guide
10g Release 2 (10.1.4)
B19305-03
Thanks,
EJ

Similar Messages

  • How to implement oracle in mobile

    Hi,
    I want to know how to implement oracle in mobile?
    just we want to save small database in to the mobile ,if it is possible to install oracle in mobile.
    Edited by: user12492625 on Jan 22, 2010 3:09 AM

    Could you give us more details ? Is it Peoplesoft related ?
    Nicolas.

  • How to integrate Oracle Portal running on Oracle Application Server 10.1.2

    I have an Oracle Portal running on a Oracle Application Server 10.1.2.
    Portal is responsible ( along with OID ) for the users authentication and authorization.
    There is a new JEE application that was developed recently, which the Portal users must have access to.
    HOW can I put a link into a page of the Portal, that redirects the portal user to a new browser window displaying my new application?
    HOW can this new application, running in a separate weblogic 11g (10.3.5) server, automatically authenticate with the same username/password previously authenticated when the user logged into the portal?
    Any ideas?
    I´ve already thought in a bunch of ways to do it:
    - put a link into the portal with a sessionId, then when opening the new app, it automatically tries to use the same session. How can I configure this session id during the creation of the portal's page? How can I use it from the new app to use the same session?
    - put a link into the portal with a userid, then when opening the new app, it automatically tries to authenticate using a different authentication provider configurated in WL, which points to Portal´s OID. In this situation, how can I ensure that the user is already logged in and the session has not timed out?
    - Should I use OSSO?
    - Should I use OAM?
    Any help would be appreciated!
    Murilo

    Hi Murilo,
    A portletized version of your J2EE app would probably have been ideal for your purpose as it would handle both authentication (through SSO) and session information (through Portal framework as the framework can pass session information to the provider/producer). This would require changes to the application however.
    Easiest approach would be to use mod_osso to protect your J2EE application. SSO would then handle the authentication for your Portal and your J2EE application.
    Thanks,
    EJ

  • How to implement Oracle DWH using JDBC

    Hello,
    i'm new to the Oracle database and i'm wondering how to implement a DWH Core or Datamart System using Oracle 11g Express. How can i "switch" a relational oracle database to a dimensional one, preparing it for OLAP/BI queries´, preferably using the JDBC interface ?
    Thanks a lot!

    An good introduction to Oracle OLAP is found on the OTN site: Oracle OLAP.
    --Ken Chin

  • How to Integrate Oracle Portal and Content DB

    Hi , I have installed Oracle portal Oracle AS 10g.4 and oracle Content DB How can i use the features given in the web interface of Oracle Content DB in the portl pages.... is there any portlet available.. where to use the API's those are mentioned in the DOC???

    ...via WebCenter Suite?
    http://www.oracle.com/technology/products/webcenter/index.html

  • How to Migrate Oracle Portal 10g on Linux to Oracle Webcenter Portal 11g (11.1.1.6)

    Hello friends,
                            I am a new on this topic. I want to migrate Oracle portal pages on 10g to Oracle webcenter portal 11g (platform is also different linux to windows)
    Action i have already taken---  On new box i have installed Oracle webcenter 11g (Weblogic+Oracle Forms +Oracle Reports). Oracle Forms and Oracle Reports are also customer requirement. Thease stuffs are working fine.
    Need to be done--  I need to migrate production portal pages to 11g new environment for testing
    Please give me the suggestion, how to procced on this.
    Regards,
    Vivek

    Hello Vinay,
                        Thanks for the update. Actually my scenario is ---
    1) Oracle Portal 10.1.2 is running in prod. (Prod is linux environment and new environment is windows)
    2) Customer requirement is they want to run this oracle portal on Portal 11g (Webcenter)
    3) Database migration is not required, they will connect to prod database from new new Oracle 11g Portal.
    4) They want only migrate the Oracle 10g portal pages to Oracle 11g Portal
    As i am new on that, so please suggest me solution, how to do this. How i can put oracle 10g pages to Oracle 11g Portal (As tnsentry will work to connect prod database)
    Please suggest me solution step be step if you have.
    Thanks in advance
    Regards,
    Vivek

  • How to change Oracle Portal PORT?

    Hi
    I installed Oracle Portal and Wireless.
    But i dont know PORT and URL to access and login to that.
    So What is the url And PORT for portal
    or should i configure any thing?
    thanks
    Pratap Reddy

    Assuming you right-clicked the image and verified that it's pointing to the images virtual path, then did you clear WebCache cache contents (as well as your browser's)?

  • How to use oracle Portal with JDeveloper 10.1.3 ADF JSF

    Hi all
    I use JDeveloper 10.1.3
    I found out that the latest Portal 10.1.4 does not support JSF ADF
    IF I WANT USE PORTAL ,WHAT SHALL I DO?
    Thanks

    OracleAS Portal 10.1.4 does not support JSF portlets.
    JSF support in OracleAS Portal is in development.

  • How to implement Oracle user/role security with Access front end?

    Hi,
    We have successfully migrated our Access database tables to Oracle 10g using SQL developer. We've recreated all the users and roles(i.e., access groups) in Oracle and granted rights to tables.
    In the Access front end database, in the Database window we have saved linked Oracle tables which replaced the Access tables. The forms, reports, queries run fine with the linked Oracle tables. All the linked table use one ODBC DSN to the Oracle database with the same Oracle user id.
    We need to be able to authenticate users into the Oracle database and RE-link the tables based on their own unique user id. By during so we can allow users to use the Oracle standard user id/role and system privileges to control select, update, ect. rights to the database.
    I've been able to use the VB code within Access to logon into the database with a unique id, but I have not been able to find out how to RE-link the tables to the unique user id using VB. There should be some way to relink tables dynamically, based on users login into the Access front end.
    I don't know a great deal about Access projects, but I do know with SQL server allows login into your Access project and link tables dynamically.
    Can someone give me some assistance or point me in the right direction?
    Thanks in advance,
    Larry

    We had one of our programmers here come up with a VB code solution for re-linking table within Access. However the relinking takes 3-4 minutes for 100+ tables.
    In an effort to help you understand the situation better, I will attempt to elaborate on the problem:
    We have an Access 2003 application which currently has a front end using Access(forms, reports, queries, & VB code) and a MS Access 2003 backend.
    We have migrated the backend tables to Oracle. However, we still have a need to maintain the front end in Access, since we have over 60 forms, 40 reports, 200+ queries in Access. Its easy to understand, we have a significant investment in the front end(Obviously, the plan is to migrate the front end also at some future date).
    In order to utilized the existing front end, we have to validate and modify the current front end connections to the new Oracle backend. One of the features of Access is that you can "link" tables and save the link for runtime. Each Access table can have its own link which is a separate ODBC/JET connection. As such, each separate link has its own userid/database information.
    The other issue with using the Access front-end is that Access utilizes a workgroup file to implement user and group security. The workgroup file contains all the users and which groups the users belong to in Access. Then within Access, you allow users access to object(tables, queries, ect) by their userid and or group. When users open an Access database with Access security enabled, they are required to log into Access. The login is authenticated by the workgroup file. Once, logged into Access, users have rights to Access objects based on their rights granted to their userid and groups they belong. The problem here is that when you remove the linked Access tables and replace them with linked Oracle tables, Access has knowledge about Oracle table rights granted to users; nor would you expect it to.
    The dilema is the disconnect between Access and the fact Oracle utilizes a similar but much more sophisticated security model. It creates users and roles(which are similar to Access groups), and again this is independent of Access security.
    Our solution was to still use the Access workgroup file security along with the Oracle security model. By using the Access userid and then creating a similar Oracle userid with similar table rights granted in Access, you could apply security within Access and also with the Oracle database.
    For example, a user BOB logs into Access via the workgroup file, using VB code, Access then establishes a Oracle connection logining into Oracle using the same unique userid BOB into Oracle.
    After connecting and validating user BOB into Oracle, then the Access tables are relinked to Oracle using the user BOB userid and table rights.
    This Oracle userid has been granted table rights specific for this userid.This allows the user BOB to use the Access application and still be authenticated into the Oracle database.
    The problem with this solution is that the relinking of the saved Access tables takes 3-7 minutes for about 100+ tables. This is not acceptable for users each time they log into the application.
    Our current alternative is to use one Oracle userid to login each user, and use Access form restrictions/security to allow/prevent users from updating/viewing data. Obviously, this is not the optimal solution in respect to security, but it at least allows us to control access to the data(via the forms) by using one logon required for each user, and quick startup time for the application.
    I understand SQL server does a better job in integration, but we use Oracle which is what I am trying to work with.
    Larry

  • How to edit oracle portal parameters Example: _decoration=false

    Hi,
    I am not sure if this is correct area where I am posting my problem, but disperate about the soultion and help.
    as per my requirement in the portlets, I shouldbe restricting the users from accessing the Header links/option like "Home"Builder"Navigation"
    I have verified from the URL that parameter _decoration handles the links to be displayed or hiding them based on the values we pass as true / false.
    But I am not sure where and how to modify or edit the _decoration parameter configuration.
    Please help me soon with clear inputs how to resolve this.
    Thanks,
    Rajesh
    Edited by: user10428717 on Mar 24, 2009 4:28 AM

    user10428717 wrote:
    Hi,
    I am not sure if this is correct area where I am posting my problem, but disperate about the soultion and help.
    as per my requirement in the portlets, I shouldbe restricting the users from accessing the Header links/option like "Home"Builder"Navigation"
    I have verified from the URL that parameter _decoration handles the links to be displayed or hiding them based on the values we pass as true / false.
    But I am not sure where and how to modify or edit the _decoration parameter configuration.
    Please help me soon with clear inputs how to resolve this.
    Thanks,
    Rajesh
    Edited by: user10428717 on Mar 24, 2009 4:28 AM- This forum is fine. Though there is a more appropriate forum for portal related questions here: [Oracle Application Server Portal Forum|http://forums.oracle.com/forums/forum.jspa?forumID=14&start=0].
    - the method to restrict user's access of the top links like Navigator, Builder, etc is not what you described. you can restrict this access by using Access privileges for your users and groups on any such pages or portlets.
    However, I am not sure if you really wanted to block access to Home, Builder or Navigator page from such users. By default, Portal Builder page is visible to all public users (even those who are not logged in). And Navigator page is visible to those who can log in (AUTHENTICATED_USERS). That does not mean that they see all those powerful links or portlets too as a powerful user may see.
    - If you still want to do it, then do the following:
    For Builder page, click the Edit link. Go to Properties, and then Access tab. Here un-check the check-box for Display Page To Public Users.
    Similarly for Navigator, Edit the page, go to Properties/ Access. and see in the Grant Access section. Here revoke View privilege from the AUTHENTICATED_USERS group.
    AMN

  • How to implement Oracle Label Security with Oracle8.1.5 database

    I want some fields in some tables which could not be even viwed by DBA..
    I am working on Oracle Server 8.1.5
    If possible it should be in the same database,same schema but different schema may also work..
    Please help

    I don't think this is going to be possible.
    When you register a crawler, you have to declare it as one of three types: Public, Identity-based or Attribute-based.
    The database crawler is registered as attribute-based, and therefore must be used with a suitable authorization manager.
    I guess in theory you could create a new authorization manager class which queries active directory to get the appropriate security attributes for a user (corresponding to the security attributes crawled from the database), but I suspect it might be easier to figure out a way to copy AD attributes into a database table (perhaps updating the table once a day via a nightly crawl of AD) and then use the standard database authorization manager.

  • Oracle Portal Dynamic Pages?

    I grabbed this from the Primer on Portlets "<b>By simply cutting and pasting the HTML provided by affiliates into Oracle Portal dynamic pages, you can create a portlet specifically for that affiliate program and embed it into your portal.</b>"
    How is this Oracle Portal Dynamic Page created?

    The dynamic page is a portal application component. You can create one within any portal application that you have been granted edit privileges (for a sample, go to the Navigator, click on the Applications tab and open EXAMPLE APP). For additional information, check out the on-line help (search for dynamic) or glance at the components section of the product features whitepaper: http://technet.oracle.com/products/iportal/pdf/portal_twp.pdf

  • Oracle Portal page load performance

    We have implemented Oracle Portal - Our HOme Page takes a long time to load. Can anyone suggest ways to improve the page load performance for portal

    - please look at the application log and apache logs. do you see any indicators there? are you getting any errors too (timeout errors, etc) along with slow speed?
    - performance depends upon a variety of factors. please tell us about your system, version, number of servers and the number of users and size of db.
    - please be a little more descriptive in your questions to get a reasonable answer. that's usually a sign of an Administrator who should be dealing these issues, instead of an amateur developer for whom it shouldnt be a concern.
    regards,
    AMN

  • Implement Oracle Streams without having Primary Keys

    In our environment, we can't create primary keys so anyone know how to implement oracle streams without having primary keys on the tables.
    Thanks,

    You can JOIN tables on any compatible columns or functions (like LEFT (PONumber,10) ):
    http://technet.microsoft.com/en-us/library/ms191517(v=sql.105).aspx
    BOL: "When the (ON) condition specifies columns, the columns do not have to have the same name or same data type; however, if the data types are not the same, they must be either compatible or types that SQL Server can implicitly convert. If the data types
    cannot be implicitly converted, the condition must explicitly convert the data type by using the CONVERT function. "
    LINK:
    http://technet.microsoft.com/en-us/library/ms177634(v=sql.105).aspx
    Typically tables are JOIN-ed on FK-s and PK-s.
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • How to connect oracle application server portal to MS access DataBase

    Hello,
    I am facing one problem here.
    Our client is having their database in MS access and they want to implement the oracle application server portal for their organization then how to connect the MS access DB to oracle Application server portal

    There is a worked example of how to connect oracle to an Excel spreadsheet, which is easily modifyable to read from an Access Database.
    http://asktom.oracle.com/pls/ask/f?p=4950:61:::::P61_ID:4406708207206#18830681837358
    I had some concurrency problems - only one person could use the link at any one time, so I used it to load the data into oracle tables.
    Tak

Maybe you are looking for

  • How do I set up my Condé Nast At Home scheduled content application?

    The steps are pretty simple: Open the Condé Nast At Home application. The application should open as soon as installation is complete. You can also open the program by clicking your desktop icon, or by clicking Start, then All Programs, then the name

  • Calculation in Spotlight?

    Hi, I just did a reinstall of my system and calculations in spotlight do not work. I did a clean install, and then a combo update to 10.5.6. I have repaired permissions, manually enabled spotlight's usage of calculations, killed spotlight, and logged

  • Query Builder Form Hide

    Hi Guys, I am working on a requirement for manage attachment functionality. But I am facing one issue in one scenario. From Manage attachment screen, User clicks on Search From Repository and in search page there are some default or hidden fields. Li

  • [svn:fx-trunk] 10866: Fix broken links in ASDoc comments for TLFTextInput. as and TextArea.as, and add OverrideBase.as to ASDoc output

    Revision: 10866 Author:   [email protected] Date:     2009-10-05 08:56:44 -0700 (Mon, 05 Oct 2009) Log Message: Fix broken links in ASDoc comments for TLFTextInput.as and TextArea.as, and add OverrideBase.as to ASDoc output QE notes: - Doc notes: - B

  • Is there a conversion process for CS2 to CS6?

    I manage IT for a school, and one of my teachers has recently converted to CS6 from CS2.  She reports that some of her files from CS2 are not saving after opening in CS6.  Is there some sort of conversion or file update that needs to happen?