Arabic Support in Oracle Portal 3.0

What is needed for viewing Arabic Characters in my browser in Oracle Portal 3.x? Is there a built-in support or I need to download some plugin?

if u r trring Popup URL with absoluteLink for outside portal framework
then this URL pointing to ur Provider URl
Check ur Provider URL
Thanks
Mohit

Similar Messages

  • Hw can i get arabic support in oracleAS using jstl: showing '?????' symbols

    Hello All,
    I am using OracleAS for portal deployment and portlets UI constructed by using jstl.
    i have used spring portlet jstl for the jsp pages.
    when i am trying to change the language, it is showing '?????' symbols.
    I have used correct unicode. i tested in pluto portal server. when i deployed in oracleAS,
    for english not a problem. for arabic it is showing as '????'.
    i have used this code to get arabic in pluto. same code i used. i am getting error.
    <c:set target="${pageContext.response}" property="characterEncoding" value="UTF-8" />
    <fmt:setLocale value="ar" />
    <fmt:requestEncoding value="UTF-8" />
    i know it is not setting charector encoding.
    i tried some other too like:
    <head>
    <META http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
    </head>
    and
    <%@ page pageEncoding="UTF-8" %>
    No improvement. please help me out of this.
    how can i get arabic support in oracle AS by using jstl?
    Thanks,
    Arun

    Only Apple Account Security could help at this point. You can try calling Apple Support in Canada - you'll have to find one of the several ways, such as Skype, to call an 800 number from outside of the relevant country - and ask for Account Security and see if they can help. Or you can find a friend who speaks Chinese and ask them to help you talk to Apple Support in China. There are really no other options that I know of.
    Note, by the way, that these are user-to-user support forums. You aren't speaking with Apple when you post here.
    Regards.

  • 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.

  • AJAX supported in Oracle Portal ?

    Dear all,
    Can anyone suggest me some information on AJAX support in Oracle Portal ?
    thanks
    George (HK)

    Duplicate Post:-
    AJAX supported in Oracel Portal ?

  • Does OEM Grid Control 10g support monitoring Oracle Portal 10g?

    Dear expert,
    It seems OEM GC 10g could monitor WebCenter, Weblogic portal and even Websphere portal, but I could not find any info for Oracle Portal. So,
    1.     Does OEM GC support to monitor Oracle Portal 10g? If not, does it support Oracle Portal 11g?
    2.     If does not support Oracle Portal, then is there any workaround for it? E.g. if it’s feasible through “web appliation”?
    Any comment and docs are welcome.
    Thank you in advance.

    Hi Rob,
    Thanks for your help.
    BTW, I have another question for your reply, that what do u mean by “You can use Oracle Enterprise Manager to monitor and manage OracleAS Portal”?
    Do you mean OEM AS Console or OEM GC? Boz I only find these metrics from OEM AS Console, which mentioned in this doc. http://download.oracle.com/docs/cd/B16240_01/doc/em.102/b25987/oracle_portal.htm#CHDFJHDD
    If these metrics only available in AS Console, then how to let the OEM send out email notification if critical threshold is over?
    Thank you.
    Tony

  • Shopping cart support in Oracle Portal

    I need to integrate a shopping cart with the functionality of Oracle Portal.
    Can I do this with the Oracle Portal product?
    Thank you.
    /Madan Valluri

    The answer is yes, with caveats. Most shopping carts assign cookies to visitors to uniquely identify them and their carts. If this is done when the user first adds an item to the cart, this is no problem. If the cart system, for some strange reason, needs to set the cookie on first entry to the site (I've seen this), you'll need to front your portal w/ a static page only seen once that sets this cookie.
    There are a huge number of scenarios for different carts. This just covers two cases. Short answer, yes, you should be able to use a cart w/ portal.

  • XSQL support in Oracle Portal?

    What I would like to do is have the client perform a search/query via a Portlet. The Portlet would invoke the XSQL Servlet with an XSQL Page. The XSQL Servlet would do it's thing and return HTML (transformed by using an XSL stylesheet) to the Portlet to display the query/search results back to the client. Is this possible to do? If so, are there any examples I can look at?
    Thanks,
    Nick

    The answer is yes, with caveats. Most shopping carts assign cookies to visitors to uniquely identify them and their carts. If this is done when the user first adds an item to the cart, this is no problem. If the cart system, for some strange reason, needs to set the cookie on first entry to the site (I've seen this), you'll need to front your portal w/ a static page only seen once that sets this cookie.
    There are a huge number of scenarios for different carts. This just covers two cases. Short answer, yes, you should be able to use a cart w/ portal.

  • Authentication mechanism in Oracle Portal

    Hi All,
    Some quick questions related to SSO authentication:
    1.     From what I understand, to check the privileges on portal objects (after being authenticated), an API call is used to query WWSEC_SYS_PRIV table (ACL table) using the “user name” information as the only related pertinent information kept by the session. If an ACL is defined on “user group”, which table is checked to see which groups this “user name” belongs to before checking the object’s accessibility to this user?
    2.     How the to-be-answered table in question 1 (association users<->groups) be synchronized with OID? ex. If assignment user name- groups in OID changes how these changes be reflected to the table (real time or with delay)? What is the delay if exist?
    3.     Is the synchronization in 2 applies to OID dynamic group (calculated based on attribute) – I saw in some documents that dynamic group is not supported by Oracle Portal, but I saw a document implicitly stating that there is no problem with Portal-OID dynamic groups.
    Thanks a lot ,
    Jeffry

    Hi All,
    Some quick questions related to SSO authentication:
    1.     From what I understand, to check the privileges on portal objects (after being authenticated), an API call is used to query WWSEC_SYS_PRIV table (ACL table) using the “user name” information as the only related pertinent information kept by the session. If an ACL is defined on “user group”, which table is checked to see which groups this “user name” belongs to before checking the object’s accessibility to this user?
    2.     How the to-be-answered table in question 1 (association users<->groups) be synchronized with OID? ex. If assignment user name- groups in OID changes how these changes be reflected to the table (real time or with delay)? What is the delay if exist?
    3.     Is the synchronization in 2 applies to OID dynamic group (calculated based on attribute) – I saw in some documents that dynamic group is not supported by Oracle Portal, but I saw a document implicitly stating that there is no problem with Portal-OID dynamic groups.
    Thanks a lot ,
    Jeffry

  • 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.

  • Adding languages to Oracle Portal

    Hi,
    I would like to use languages that are not directly supported by Oracle Portal (Croatian in this case). Is it possible? Could someone direct me to the relevant documentation.
    Thanks,
    Ivica

    Hi,
    I'm using Oracle Application Server 10g Release 2 (10.1.4) and want support for URDU language in Oracle portal.
    Here is a post that describes how to install an unsupported language translation into the Portal
    Re: 11 steps to install an unsupported language translation into the Portal
    Please advise how I should proceed to install Urdu language support for Oracle Portal.

  • AJAX supported in Oracel Portal ?

    Dear all,
    Can anyone suggest me some information on AJAX support in Oracle Portal ?
    thanks
    George (HK)

    I am a self taught pl/sql programmer. My client's site does not have any custom JSP. We do everything in PL/SQL.
    I created a httpxmlrequest powered page:
    1) step one write or find a database query based script that accepts a string from the url and gives results based on that string. The example i used (phone lookup) took a string (ss) from the url and queried a table to find employee names that contained that string.
    As the used types in letters the list shortens and zeros in on the desired result.
    (In the code I created a two letter length minimum, so no data gets displayed till there is at lease two letters typed in.)
    you can test this page by typing &ss='Yor' on the end of the url. It will return all the records that contain 'Yor' like Yorke.
    I will leave it to you to build a query.
    2) Place the query on a portal page, with no header graphics or any other elements. A naked page. I call this my data page.
    3) Create a normal page with all your header and footer decorations. On this page place a item that calls the code that accepts the search string (ss) and calls the httpxmlrequest. It also displays the results of the data page into a div on this page. see paulyorke.com/ajax/ajax_sample.sql.rtf
    When you run the page no results should show up till you lift your finger of the second character. A result list should show up.

  • Oracle Portal Or Webcenter

    Hello All,
    We have Oracle Portal 10.1.4 implemented for our intranet and it works fine. we have been using for last 2 years.Now we like to have the web2.0 apps like
    forums,wiki, voip to improve our employees interaction. The suggestion s below from the webcenters blog helps to select technology if it for a new implementation.
    http://blogs.oracle.com/webcenter/ .
    How ever can any one please explain is it a good choice to move to webcenter  from oracle portal for the new requirements like forums ,wiki,voip.etc..
    if we we have a enough time to develop application for forums,and blogs (sure it could be done through portal) is it worth to go for a webcenter?
    we have only less contents on the portal most of them are static content managed by portal admins.
    Please suggest me on this technology migration/selection..
    Thanks
    -Prem

    Hi,
    We are using Webcenter Framework for a client who is already onto Oracle Portal.
    It is really a good product built by Oracle. You can surely migrate to webcenter considering the following points:
    Easy Integration and building of Wiki, Blogs, Chat, Forum
    Very Easy to build, fast development
    Webcenter comes with its own sample for Discussion Forums, Wiki (We have tried and tested them it works fine)
    Support for Oracle Portal will be removed in near future and Oracle itself supports migrating to Webcenter or BEA Weblogic portal (since they have now bought BEA)
    Can migrate to webcenter if you do not have to create new pages frequently (unlike portal where you can create new pages / sub-pages on the fly, creating pages in Webcenter application will make you deploy the application again after building it.)However, there are some things which you will need to keep in mind:
    Webcenter is fairly new and as a result there are some bugs in the 10g version
    11g is out for beta testing and hopefully there are a lot many improvements and I did see some more features (would be wise to migrate to 11g)
    We are facing some memory issues with webcenter applications but mainly because of using ADF Portlets in large numbers. (Hope to solve that soon)Hope these points are helpful.
    - Kunal

  • JSF support on Oracle 10.1.4 Portals

    Hi,
    We are planning to use Oracle Portals version 10.1.4
    I have read that the new version of Portals can be used to publish JSF as portlets using JSF-Bridge (coming with Web center Suite).
    This looks little expensive option..
    Does Oracle Portals support use of JSF and struts ???
    How about using ADF-struts ??
    which is better and is supported in the new version 10.1.4 Portals??
    We would like to use JSF specifications for our View components...what will be our best choice on Oracle Portals??
    Please let me know
    Thank you
    Malathi

    It will be an expensive one :)

  • Oracle Portal Supported Frameworks? (struts,jsf,ajax or any others)

    Hi All,
    Which frameworks does oracle portal support exactly?.
    Message was edited by:
    user458538

    Hi All,
    Which frameworks does oracle portal support exactly?.
    Message was edited by:
    user458538

  • Does Oracle Portal Support text/v-card content Type

    I would like to display some text/v-card format information (generated by servlet) within the portlet. And I defined in the porvider.xml something like this:
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <contentType>text/x-vcard</contentType>
    <showPage>/servlet/VCard2</showPage>
    </renderer>
    I was always get the error messages as "Renderer improperly configured. It's missing a showPagefor type".
    please give me some suggestions on how to render the vcard content within the portal page.
    Thanks a lot

    Can you let us know the config.cfg entry in your Environment for SearchIndexerEngineName.
    Is it SearchIndexerEngineName= DATABASE.ORACLETEXTSEARCH ? It should be as below
    SearchIndexerEngineName=ORACLETEXTSEARCH

Maybe you are looking for

  • Does ip source guard has any syslog or message??(on 2960 switch)

    hi everyone , I got a problem that I need to config a secure feature "IP SOURECE GUARD" on 2960 switch Everthing is ok But, when the IP-MAC mismatch I can't receive any SYSLOG from "show log" Only from "show ip verify source"  to know which interface

  • Ical one way sync??

    PHONE - 4S RUNNING IOS7 COMPUTER - IMAC RUNNING OS X Lion 10.7.5 I am getting very angry with iCal!  All my calenders are clouded and sync to my phone EXCEPT FOR ONE.  On this calender, I can create a new event on my mac and it will sync directly wit

  • Why is verify allowed in FIrst Aide on 2.5GHZ DP but on my Quad?

    on OS 10.4.6 both G5's i thought i was able to go to disc utility and once clicked, my route HD had verify not greyed out on my quad (i.e i could verify first aide NOT REPAIR it). I can on my 2.5GHZ DP get disk utility to allow me to verify in first

  • Older version vs. Newer version

    I'm looking to connect my external hard drive (with all my iTunes music) to my macbook pro wirelessly with an Airport Extreem. However, I've been finding all kinds of reviews about the new version of Airport Extreem w/ Time Capsule going belly-up in

  • Why does my iphone 4 turn off when i remove from the charger?

    I have no signal. The message pops up "restore needed" iphone cannot receive or make calls. It will not connect to my iTunes either! Any help on how to resolve this issue??? Thanks!!!