What do you NOT like about Oracle Portal?

Using a theme from a post on AskTom, I thought I would start one that details what customers don't like about Portal.
I've got a few:
PPE
When load balancing, it forces us to use NAT in the load balancer. Extra configuration, extra time, etc.
Java or MOD_PLSQL?
Mod_plsql has been around for a long time. It is robust and stable but a simple Dad for Portal is a mix of Java and Mod_plsql. It is not nearly as clean and stable as a mod_plsql application.
SSO
SSO should be part of the middle tier, not the Infrastructure. It just adds another hop and another thing to manage.
PTLConfig
ssoreg is for SSO registration of Partner applications. Easy enough. But wait, it doesn't work for Portal. You have to run ptlconfig for it.
SSL configuration
Wow, what a pain. A Java application or Mod_plsql application is easy to configure for SSL. Not true with Portal.
OC4J Portal In Process
Showing the status with opmnctl won't show in-process things like Portal. It can only be seen in OEM.
Explicit Path
In the HTML Portal generates, it has the full path to everything. I tried just changing the hostname in the httpd.conf file but that doesn't work either. We used setup.exe OUI_HOSTNAME= to change the host name of an install which works ok. When using multiple middle tiers, you have to use the real host name for each server and then use a VirtualHost all because Portal uses the full path instead of a relative path.
Migration of code
Portal doesn't really support the idea of multiple environments which every large company (which is a big part of Oracle's customer base) uses. Migrating a page group with all content from Test to QA isn't something built in like it should be.
I've got some more complaints about Forms, Reports, Discoverer, and SSO but this is just about opportunities for Portal.

heh. why so negative?
what about a thread about what you LIKE about Portal :-)

Similar Messages

  • How to incorporate a Language that is not supported in Oracle Portal

    Hi,
    I want to know the preferred way to add support for a new language in Oracle Portal.
    If a language is not supported in Oracle Portal, how I can add the content for that language in the Portal?
    Please advise.
    Best Wishes.

    I've seen this in a statement of direction presentation as an enhancement for R11. So this should be a R11 feature. In the meantime you might investigate the NLS views and tables and try to find a way to extend this. BUT just in an emergency case and you have to know that is not supported (also you may lose support in general for this installation when hacking the repository). So I cannot recommend this with a clear conscience. You have to know exactly what you're doing.
    You can also open a SR to get an official statement from support. Maybe there's a note for this.

  • What would you most like to see in a future version?

    I'm pretty sure the DSC development team looks at these posts so what would you most like to see in the future? For me, I'd like to be able to dynamically add tags without shutting down the engine.
    Regards,
    Robert

    In "context help". No more "no description available". At least give me the data type.
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell

  • About Oracle portal Omniportlet XSL relative URL.

    Hi,
    I use Oracle Portal 10.1.4 (on OAS 10.1.2.0.2) and we have 2 server.
    The first is on LAN for testing portals and the second is a pre-production server to give public access to our portals to our clients for final testing purpose.
    So the two servers have different hostnames. The first is http://dev-oraportal.ccip.fr (called DEV) and the second is http://rec-oraportal.ccip.fr (called REC)
    We create portals page groups on the DEV and then export them on REC for client testing.
    Omniportlet is inserted on some of our portal pages to display RSS feeds. So we collect RSS using an absolute URL to the RSS .xml file and we also use an XSLT file to transform the RSS RDF schema to <ROWSET>/<ROW> format understood by Omniportlet.
    My problem is that Omniportlet only accept absolute URLs for my XSLT file. I created a protal page within my page group to store this XSLT file and so I'd like to use a relative path in order to keep links valid when I'll export my page group to the REC server.
    Today, I have to change the XSLT file URL manualy when the migration is over to replace "dev" by "rec" in the server hostname.
    Is there any way to use relative paths for XSLT file in Omniportlet ?
    I tryed several ways from using many "../" in path to map to the right XSLT path to using portlet parameters in the XSLT URL field as #Param1#/myPageGroup/XSLTFiles.xslt
    But nothing works.
    Note that I successfully used parameters in the Omniportlet View tab, but I can't make it work in the source tab.
    Thanks,
    Nicolas.

    thanx for the answer... I visited http://portalstudio.oracle.com long time ago but i need more specific information about this. I have everyone manuals and tutorials available in www.oracle.com.... I know some web pages that use oracle portal (www.tomatoland.com, testdrive.compaq.com) and i think that are very complete....

  • [Urgent] Some questions about Oracle Portal 10g - 11g upgrade

    Dear friends,
    We are under doing upgrading assessment of Oracle Portal from 10g to 11g. After reviewed the 'upgrading guide', we still have some questions as below:
    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?
    2. Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?
    3. How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?
    4. Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?
    Thank you in advance and any comment are welcome.

    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?Instant Portal is not available anymore in Oracle Portal 11g. The Instant Portal page groups will be migrated to standard Portal page groups. Maintenance of the Instant Portal can be done with the standard Portal tools. The Instant Portal tools are not available anymore.
    Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?Old 10g Page Groups are migrated to Portal 11g. They will still be available after the upgrade.
    Export/Import through transports sets has always been limited to instances of the same version. It is not supported between versions as documented in the Administration Guide :
    [11.2.1|http://download.oracle.com/docs/cd/E14571_01/portal.1111/e10239/cg_imex.htm#CCJBCCGD] System Requirements
    Before exporting and importing content, ensure that your system meets the minimum system requirements, as described in this section.
    Notes:
    * Export and import functions only within the same release of Oracle Portal and the same patch release, for example, release 10.1.4 to release 10.1.4 or release 11.1.1 to release 11.1.1. You cannot export and import between two different releases, such as release 10.1.2 to release 10.1.4 or release 10.1.4 to release 11.1.1.
    How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?Customized objects get migrated as well. Certain types (e.g. PL/SQL item types) need to be checked after upgrade as the behavior of the PL/SQL code may differ between database versions. This is particularly of concern when the 10.1.4.x Portal uses a 10.1 database. A database upgrade to either 10.2, 11.1 or 11.2 is necessary as Portal 11g is not supported with RDBMS 10.1.
    Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?Never done this, but the Portal framework is able to consume JPDK providers which are running in older versions of the toolkit. If the providers are running in standalone OC4J containers, you would be able to upgrade the framework and keep the providers in their OC4J containers. This will allow you to focus on the framework first and worry about your providers later.
    Thanks,
    EJ

  • Noob q: How to work with templates like in OracleAS Portal

    Hi gurus
    Coming from the OracleAS Portal world one of the first things I look for are templates. But there doesn't seem to be any?!?! The templates I can find resembles HTML Templates from the Portal world. Can this be true?
    To be very specific: How do I reuse a component from one page to the other? Do I really have to add the component to each page? And what if I have several components - on a number of pages - and want to rearrange them? Do I really have to do that on each page?
    Can anyone shed some over this?
    Thanks in advance
    Claus

    Hi gurus
    Coming from the OracleAS Portal world one of the
    first things I look for are templates. But there
    doesn't seem to be any?!?! The templates I can find
    resembles HTML Templates from the Portal world. Can
    this be true?
    To be very specific: How do I reuse a component from
    one page to the other? Do I really have to add the
    component to each page? And what if I have several
    components - on a number of pages - and want to
    rearrange them? Do I really have to do that on each
    page?
    Can anyone shed some over this?
    Thanks in advance
    ClausClaus,
    I would suggest you look at the manual and example applications before you jump into developing APEX applications..
    For Example, if you need a set of controls and regions for all pages in your application, you can create a page 0, and all the items from it will be inherited by your other application pages..
    Thank you,
    Tony Miller
    UTMB/EHN

  • What I did not like in 5800

    Dear All
    I am 30 years old Engineer, I have been using SonnyErricson P900 for 3 years Which is one of the nice touch screen mobile. Afterwards it broke done and not working any more, I decieded to move back to Nokia 5800 touch screen, Espicically it came wil Sembian system (the same system I used before)
    Now after few days of using I am completely dissappointed : because of the following:
    1- there are no qiuck shortcut in the destop of the mobile like sound, network, battrery, all we can see but we can't go inside (the sound not available at all)
    2- there are not qiuck button to go back to the desktop, I have to keep pressing back several time to arrive to the point.
    3- the customization of the phone is too difficult and can't done in one step, I have to run everywhere to get the phone as the shape I want, In addition the phone is poor in programs which should be already installed.
    4- the stylus design is nice but it should be inseted in one direction only cuz it is not rount but has angle.
    5- there are not enough number of shortcut that could be set up to the destop (only 4) and no one told me that I can add more.
    6- when the phone not working there are no save screen that shows the clock as example, It goes completlly black, which I considered not friendly ( I used to use my mobile as watch) and I didn't find any screen saver application.I
     7- for the camera and other music stuff I am not too interesed but I was old that I can download music from nokia for free, I didn't try it.
     8- when I navigate the internet I couldn't see the home page button and couldn't see the scroll bar, I don't know if they do it in purpos
    9- is there any nice theme for this mobile or only the ugly black one.
    I am not against Nokia and not supporting any other company but it this mobile dissappointed  me. It is in general nice phone but not practical for hardworking preson who need to arrive qiuckly to his point, but I have to go through several menue to do one job.
    Regards

    1- there are no qiuck shortcut in the destop of the mobile like sound, network, battrery, all we can see but we can't go inside (the sound not available at all)
    If you change the phone's home screen theme to "shortcuts" instead of the default "contacts" then you can add up to 4 shortcuts onto the home screen.  Not quite what you want (I assume you're thinking more along the lines of android where you can drag just about anything onto the homescreen), but better than nothing. 
    2- there are not qiuck button to go back to the desktop, I have to keep pressing back several time to arrive to the point.
     Just press the red "end call" button and you get taken straight back to the home screen.
    3- the customization of the phone is too difficult and can't done in one step, I have to run everywhere to get the phone as the shape I want, In addition the phone is poor in programs which should be already installed.
     I guess this might be region and/or network provider dependant.  My 5800XM on UK Vodafone came preinstalled with quite a wide variety of applications.  What wasn't there I could download and install easily.
    4- the stylus design is nice but it should be inseted in one direction only cuz it is not rount but has angle.
    Agreed, it's also a little flimsy. Having said that though, the number of times I've actually used the stylus I could probably count on one hand
    5- there are not enough number of shortcut that could be set up to the destop (only 4) and no one told me that I can add more.
     Personally I quite like the idea of the home screen being kept quite clean so the restriction to 4 doesn't bother me, but I guess that's a personal thing.
    6- when the phone not working there are no save screen that shows the clock as example, It goes completlly black, which I considered not friendly ( I used to use my mobile as watch) and I didn't find any screen saver application.
    You either have a blank screen and long(er) battery life or a screen with a clock/saver and shorter battery life I guess. 
     7- for the camera and other music stuff I am not too interesed but I was old that I can download music from nokia for free, I didn't try it.
    The version of the 5800XM with the "comes with music" package hasn't been released yet as far as I know.  At least not in the UK.  It's worth noting that the "comes with music" edition of the phone will cost more than the standard version, since obviously Nokia have to recoup the cost of the license agreements with the media companies from somewhere :-)
     8- when I navigate the internet I couldn't see the home page button and couldn't see the scroll bar, I don't know if they do it in purpose
     The home page button is in the little window that opens up when you press the "3 lines" option button while surfing.  It won't appear unless you've actually set a homepage of course.  The scroll bar doesn't appear since it's a touch screen, you don't need the scroll bar, just drag the screen up/down/left/right with your finger.
    9- is there any nice theme for this mobile or only the ugly black one.
     Haven't looked.

  • MacBook-What can you not do?

    So Ive been reading and reading some more...comparing Macbook and MacbookPro. Is the only thing you cant do on a Macbook is alot of gaming? I know there is a shared graphics card on a Macbook...can you watching movies on a Macbook? Id like to take advantage of the new rental system in itunes.
    Just trying to justify the 1000 difference between the macbook and the macbook pro...seeing if I really need a Macbook pro to be happy and do what I want. Thanks
    Amy

    Read about RAM here. You can buy Apple-certified memory here for your MacBook at a discount.
    -Bmer
    Mac Owners Support Group - Join us @ MacOSG.com
      Mac611 Mobile Mac Support - about.Mac611.com
       iTunes:MacOSG Podcast | YouTube.MacOSG.com
                       An Apple User Group 
    Have an iPhone or iPod touch? Enter Mac611.com in Safari on it for 'mobile Mac support.'
    Disclaimer required by Apple Discussions Terms of Use: MacOSG - a non-profit Apple User Group - may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • What can you tell me about HD recovery success

    My G5's HD is crashed and gone (confirmed by Apple tech). I will replace it myself (out of warranty and I have done before w/G4) but I want to know the most cost-effective recovery method. I am likely going to buy Data Rescue II. Anybody have any pro or con experience with this or just with HD recovery in general?
    Message was edited by: Mike Braun
    Message was edited by: Mike Braun

    That is what everyone tries first, because it works, lets you demo what it might recover. After that, you get into sector copying devices like Disc Jockey for $500.
    Makes buying 3 of those WD 6400AAKS for $240 so easy. Two backups for each data drive.

  • Opinion: What you do NOT like in Arch Linux?

    Hello,
        I saw many topics about opinion of Linux and many like "why you have switched to Arch" but there was no topic about complaints. I know that most of Developers would not like to see topics like that but it is needed to improve this great distribution. If this is wrong section then please move it to "try this" but I was thinking that more people will look here. Let's write every thing, even that which cannot be just improved by Devs. Then let's begin:
    "What do I not like in Arch?"
    - I don't like that Firefox is not branded. I hate that blue globe.
    - I don't like that 'vlc' is not patched for embedded video so it is little annoying.
    - I would like to see [community] repository on main page with the same priority as [extra] because it sometimes happened that new kernel is going to extra and some packages are still not compiled for it. It would be nice if TU's could use [testing] to test their packages.
    - I hate that pulseaudio support is not included in Gnome, I know it is not very stable for many people but for me it is very usable.
    - I don't like that some icons of applications are in bad quality, I just hate that .
    - I don't like that I cannot even use virtualbox on x86_64.
    Now it is your turn to write what you do not like in Arch, guys. If you do not have complaints then you can go on to 'Arch is best' thread and write there how you love Arch but I think everybody will write something.

    Im going to put an end to this thread right here, because it is a waste of time, space, and bandwidth.
    If you want to help improve Arch, post bugs and/or feature requests in the bugtracker, including your proposed solution to the issue you have raised, and ideally a patch that implements that solution. All bug reports and feature requests are read and evaluated by at least one member of the dev team, and assigned to the most appropriate dev for resolution. This process is tracked, so that any progress that is made can be seen, and any required additional information can be requested. In contrast, forum threads such as this are usually not read by the devs, and therefore do not generate the intended action and results.
    The enthusiasm is appreciated - just use it more constructively.

  • FEEDBACK BUTTON MISSING !! do you really not care about our oppinion?

    dear sirs,
    for the number 1 software ,it is still totally incromprehensive to me,how you have not installed an easy FEEDBACK button in your softwares,especially in adobe's photography directory, which seems to be in a continous coma ,since you started this great idea.
    i am not sure how you get any kind of feedback from anyone ,without giving us members a very easy to be found feedback button to your great idea here.
    instead we have to start a forum discussion amongst ourselves, instead with you directly !!!!!
    do you NOT care about our wishes and ideas? .....it seems like it.......
    this idea of yours would take off if you just open your eyes and ears to the needs of the market.
    give us a "Feedback button" somewhere easy to find, in Bridge "AND" here on the site, right on top of your site.
    and then do "NOT" forget to hire staff that actually deals with these feedbacks....
    WE WANT TO TALK TO YOU DIRECTLY !!!!!!! DONT BLOW US OFF ON YOUR SITE !!!
    by redirecting us around your website like a ping pong ball, in order to only find FORUMS...
    thats just ridiculous!
    sincerely,
    akos
    AKOS PHOTOGRAPHY
    203 EAST 7TH STREET
    APT 4
    NEW YORK, NY, 10009
    TEL/FAX 212 982 4445
    http://www.akosphotography.com

    wow, that about the worst response i would have ever expected from anyone.
    your APD adobe photographers directory for example is none existing in the public market right now, mainly because your ad agency in london who is handling this departement, is not working on it.
    it could be the most powerful database for us consumers who pay thousands of dollars for adobe products,
    and you know what, we photographers would be very happy to pay to be part of great database. only yours is not functioning, ........buty i guess nobody cares at adobe...

  • What do you think about the Belkin - Snap Shield for Apple iPad 2 - Clear protector?

    well i've just bought it, does somebody have it for some time??? what can you tell me about it

    I think Apple has really screwed this UP! You are correct,
    they should be posting a fix for the umpteen gillion of us who spent hundreds of dollars on their product and then they give us a crappy "upgrade" that renders the very expensive product USELESS!!! This is extremely frustrating. I should not have to be a rocket scientist
    to use my **** mp3 player!

  • OracleAS Portal 10g: Build Corporate Portals - Worth Taking this Course?

    Hello,
    I am currently building the company Intranet using the Oracle Instant Portal and I am new to Oracle and Portal concept. Would it be beneficial to take the following course? Has anyone taken this course before? What is your feedback for learning more about Oracle Portal / Oracle Instant Portal?
    OracleAS Portal 10g: Build Corporate Portals
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16648GC10&p_org_id=1001&lang=US&source_call=
    Thanks!

    This is a worthwhile course, but not for learning about Oracle Instant Portal (which was released after the Build Corporate Portals course was written). The best place to start finding out about Oracle Instant Portal is the self-paced Oracle By Example (OBE) tutorial, Building Instant Portals with Oracle Instant Portal. The tutorial also has links to a couple of viewlets, which you should find helpful.
    Cheers!
    Julie Tower
    Principal Curriculum Developer
    OracleAS Portal

  • Will Oracle Portal 11g ever be released ?

    Hi all,
    We are just to choose Portal product from Oracle. earlier this year I read SOD about Oracle Portal 11g.
    But with the WebLogic stack now, I read that OAS will never be 11g, what about Oracle Portal ? is it the same fate ?
    Will it be any Oracle Portal 11g ?
    What is Oracle direction for Portal ?
    Thank you very much,
    xtanto
    Edited by: xtanto on Dec 2, 2008 6:49 PM
    Edited by: xtanto on Dec 2, 2008 6:50 PM

    Oracle Portal is on a Continue & Converge track product which means that for the next 9 years (starting from this last summer) these will be supported, the new versions will be released, and the new features, patches and updates will be provided.
    this means there will be another version of Portal (and not a PatchSet) releasing soon.
    however, the strategic product for Enterprise 2.0 and Portals which goes beyond 9 years of support and advancement, is Oracle WebCenter which is already available.
    please listen to the podcasts or several statements of directions showing Oracle Product Strategy here.
    This idea was also emphasized repeatedly in my several private conversations with Oracle Support and Product Management staff.

  • Can Oracle Portal use IDM OID rather than portal OID

    Hi,
    Is it possible to use OID of IDM during Oracle portal installation?
    If we use the OID of IDM should we have to install the SSO component in the portal infra?
    How does the process flow work when portal is integrated with IDM OID?
    Thanks in Advance.
    Jay.

    <div>In order to use Oracle Portal, you will indeed need OiD. Not only does Oracle Portal use OiD for its users and groups, it also stores metadata for the application server.</div>
    <div>Your question about synchronization of user and group information is not easily answered. Pending on your requirements there are lots of possible solutions. I'd recommend to check the OiD integration guide for possible solutions.</div>

Maybe you are looking for

  • File to file scenario using 1:N mapping

    hi i want to know that how we will do a scenario in which on the basis of repetion of one field we have to create a new file.

  • How To Increase Display Resolution on RD650

    How do I increase the display resolution of the console via the Java viewer or ThinkServer System Manager software?  It's currently limited to a max res of 1024x768. This is a Hyper-V server and I need a better resolution on the host for managing VM'

  • Creating WS from a pl/sql package (return ref_cursor) on a 9i database

    Howdy, I can create and deploy a ws built from pl/sql package on a 9i database that returns a ref_cursor. When I test it via my app server it throws the following: ERROR>oracle.xml.sql.OracleXMLSQLException: Character '#' is not allowed in an XML tag

  • Pre-configured job

    Hello community, I have the following question. We are running LMS 3.0.1 and RME 4.1.1. We want in case of an emergency to download configuration to some routers, but we want the job to be already created and to just run on demand! I know that I can

  • Problem with Sun Java Creator JDBC driver .....

    Hi: I am new to Java Studio Creator. I am using Oracle Enterprise Edition 8.0.5.0 database to get data from. Through Servers Navigator->Data Sources, I define a new datasource using default JSC JDBC driver for Oracle. However, when I try to test the