Can Oracle content managemnt 10g relaese 3 supports English and arabic

Can Oracle universal content management 10g release 3 be considered as a "multi-language Content Management System" for arabic and english?
Thanks
Edited by: user11120147 on Jul 12, 2010 3:01 AM

You will have to download the most recent version of the <b>Localization</b> component. I believe it's 10.3.1.5
Arabic is one of the languages, which is stated to be supported by this version. This should localize your GUI. As for other functions (e.g. fulltext search) it should be OK if the database/SES is configured correctly.
Of course, to use it, you will have to enable the language (System Properties utility) and restart the content server.

Similar Messages

  • Installation problem in Oracle Content Server 10g

    Hi,
    I am trying to install 'ORACLE CONTENT SERVER 10g', as a part of this trying to click on 'Installer.exe' in '/win32'. When i click this installer.exe, it is prompting one COMMAND PROMPT SCREEN and it is disappearing soon. In fact it was suppose to ask language preference as per installation guide.
    Dont know how to resolve this issue. please help me out.
    Thanks in advance,

    pparkko wrote:
    With this type of behaviour, you always need to find out the real error.
    Try opening a command prompt (cmd) and running the command from the command line.
    Then you can see what is going wrong.I have a question, I just upgraded our test 11i database (9i) to 10g (10.2), as a part of that upgraded forms, reports, graphics to patchset 18. Now planning to install 10giAS on appsTier on which forms, Apache and discoverer running. If I install 10giAS in differnet home, how can I get that in to appsTier?, does it mean adapcctl script no longer be used to start webservices?. I haven’t done this before, if my question is stupid, please ignore :).

  • Out put form in both English and Arabic

    Hi Friends
    Am working in Saudi Arabia with a client. The requirement is that the payslip should have the text fields in both  English and the Arabic Language. Like wise the client needs every letter from his side to have the content in both English and Arabic languages.
    ie both the languages in the same sheet. Half in one column English and  the second column in Arabic.The log on Language when Arabic is only giving me inputs in Arabic.
    Thanks in Advance
    RR

    Hi,
    for your kind information at the time of instalation of SAP product we can select two launguages..by default german will be there because SAP is Geman product..First one is we will cinsider as English..if your selectt any other launguage you can login also...
    SAP give such kind of solution,,Don't under estimate SAP it self.. We are all working with SAP..living with SAP...and survive with SAP only...

  • I bought an IPhone 4S in Tripoli, Libya. Even when the brochures (in English and Arabic) said that it has FaceTime, this app is not in the phone.

    Hello:
    As I said, I bougth my IPhone 4S (it's my first IPhone). In the brochure inside the box, it is mentioned FaceTime Application (in both English and Arabic), but the Icon is not there. I checked with another collegaues that also have the IPhone and they have the icon to run the app, but not my phone.
    I would like to solve this issue, and I believe that Iphone should have a technical solution for it.
    Regards and Thanks in advance!

    Check Settings>FaceTime>On and Settings>General>Restrictions>FaceTime>ON. On the 4 &amp; 4S FaceTime is accessed through contacts.  Go into your Contacts, access the contact you want to FaceTime with and you will see a tab at the bottom of their contact card.  You can also access FaceTime by going into your Phone app, select dialling keypad, dial number, press call and an option for FaceTime on the keypad will appear.   It should be noted that FaceTime has been removed from iPhones sold in some Middle Eastern countries at the express wish of the respective Governments.  This article may also be helpful http://support.apple.com/kb/ht4319.

  • Bullets Problem while printing English and Arabic in Single Layout of SF

    Hi,
    I can able to print Arabic (RTL) and English(LTR) in single lay out of a Smart Form.
    The issue is my bullets of English font is starting Right side instead of Left.
    My log on language is EN and my Form language key is AR.
    Actually I have divided my form layout into two( English and Arabic).
    I would like to print English font bullets in Left Side .
    Any suggestions to achieve this?
    Advance thanks.......
    Regards,
    Suresh

    Try to draw label itself
    componentToBePrinted.paintAll(g2d);
    use translate() method of Graphics to position the label.
    One more thing to try is to set the same font
    g2d.setFont(label.getFont());
    Regards,
    Stas

  • I have english and arabic key board, how to switch in between the 2 in writing e

    Hi, I have English and Arabic letters keyboard, how to switch between the 2 in writing

    can you see a flag on the top right corner if you click on that you can switch between the keyboards you have installed on your system

  • Peronnel names and Dated in English and Arabic Format

    Hi,
    i want to add personal names in English and Arabic formats (in infotype 0002)...and also incorporate Arabic Dates...please help me how can i do it in EEC.6.0.
    Urgent...

    Hi Imran
    Accept greeting from one of your old colleagues:). Well as far as this problem is concerned, ask your ABAPer to extend the Table PA0002 with Custom Include
    CI_P0002. When you double click it, it will ask you to create a new one and there you can add the fields ( Arabic name, etc ).
    What do u mean by ARABIC dates? Is it Islamic Calender? If you just want to format it as Arabic format and not islamic calender, then also add fields in the custom include mentioned above. and check the default settings in the SAP system for the dates as well. You can go to SU3 and examine the defaults of dates as well using the drop down.
    Hope it will help you.
    Reward points if helpful
    Regards
    Waz

  • I have got a mac book air as a gift from my brother so is it possible to me to ask Apple store to change the keyboard to English and Arabic while the name on the bill is my brother name

    Hi
    I have got a mac book air as a gift from my brother so is it possible to me to ask Apple store to replace the keyboard to English and Arabic while the name on the bill is my brother's name

    Public23 wrote:
    is it possible to me to ask Apple store to replace the keyboard to English and Arabic while the name on the bill is my brother's name
    Nobody here can tell you what an Apple store will respond to any question you might ask them.  You need to contact whatever store you are talking about directly to get your answer.
    The US online Apple store does not sell machines with Arabic keyboards, that can be seen from their website.

  • How to show English and Arabic in one JTextPane

    Hi,
    Does anyone know how to display English and Arabic in one JTextPane? For English the orientation is left to right while it's right to left for Arabic. So the result might be like:
    hello                    
                &#1587;&#1575;&#1604;&#1578;&#1603; &#1604;&#1610;&#1578;&#1605; &#1575;&#1604;&#1585;&#1583; 
    bye                                             Thanks!
    Alex
    Edited by: alex_46 on Aug 31, 2009 7:54 AM
    Edited by: alex_46 on Aug 31, 2009 7:56 AM

    I think you should be able to do it like this (very psuedo):
    set the pane type to html,
    for your text, have a String with something like:
    <html>
    <div align="left">english</div>
    <div align="right">arabic</div>
    </html>I don't know the exact html for this but something like the above.
    Then set the whole string into your pane.
    patumaire

  • English and Arabic printing

    Hi All,
    I have a requirement where the form has text both in english and arabic  thru EN login.
    The Arabic text is priniting in wrong way i.e. from right to left.
    Eg: In AR sales order has to printed ....it prints sales order in AR but from R to L.
    If we read from L to R its says "order sales".
    The layout should print
         Sales order (En)      in AR also...
    Kindly provide any inputs/ suggestions/solution.
    Regards,
    Shakeel

    Hi,
    Have you got the solution to your problem? what you did?
    Actually I am now have the same problem. I have to print the korean text (Customer Address which is in korean in master table). in debugging mode it is coming correct. while printing it is prnting as #. Currently i am maintaining only one form in english.
    Have you maintained two forms or how you did  to display the arebic?
    Thanx In advance.

  • Oracle Report ouput is coming in english and junk characters

    Hi ,
    I am facing an issue with oracle report output in R12.
    The Report out is coming in english and junk characters.
    this report is custom report.
    Migrated from 11i to r12 instance.it is working fine in 11i with output as PDF.
    Sample out put is attached.

    Pl see if MOS Doc 1321874.1 is relevant

  • How can I create Object Tag which supports Sun and MS JVM both.

    Hi,
    I have created object tag as shown below
    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    name = "TestApplet" height="0" width="0" >
    <param name="code" value="com.apps.TestApplet.class" />
    <param name="codebase" value="codes" />
    <param name="archive" value="TestApplet.jar" />
    </object>
    The above tag is working fine with the below JVM combinations in Windows XP.
    1) Only Sun JVM
    2) Only MS JVM
    3) Sun JVM & MS JVM
    But these conditions are not working with Windows 2000.
    How we can create object tag which will support for these two opertating systems?

    I am not able to understand the problem. From my understanding, you have an applet which you are trying to display in a browser using <object> tag. If that is the correct then all it matters is the browser and the JRE�
    For example the below code when put in a JSP or a HTML, will use JRE 1.6.0_01 that is available on the client machine. If that is not available on the client machine then it will try and download automatically in IE.
    This below code is for IE� if you are using Mozilla Firefox then you need to change the �classid� attribute to �java: com.foo.bar.ui.MyClass�
    <OBJECT ID="Gantt" classid = "clsid:CAFEEFAC-0016-0000-0001-ABCDEFFEDCBA"
                  codebase = "http://java.sun.com/update/1.6.0/jinstall-6u1-windows-i586.cab"
                  WIDTH = "980" HEIGHT = "495" ALIGN = "baseline">
                   <PARAM NAME="cache_option" VALUE="Plugin">
                  <PARAM NAME ="CODE" VALUE = "com.foo.bar.ui.MyClass" >
                  <PARAM NAME="MAYSCRIPT" VALUE="true">
                  <PARAM NAME ="cache_archive" VALUE = "Myjar.jar /" >
                  <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.6.0">
                  <PARAM NAME = "scriptable" VALUE = "false">
                  <strong>
                     This browser does not have a Java 1.6.0_01 Plug-in.
                     <br />
                     <a href="http://java.sun.com/update/1.6.0/jinstall-6u1-windows-i586.cab">
                       Get the latest Java Plug-in here.
                     </a>
              </strong>
            </OBJECT>

  • If I can buy a new labtop with dual language keyboard English and Arabic

    If I can buy a new labtop with dual keyboard language
    English and Arabic

    Keyboards with Arabic on them always have English as well -- otherwise you would not be able to type email and webpage addresses.
    As far as where you can buy something, you have to contact stores directly yourself, nobody here can do that for you.

  • How can I force uninstall Mobile Device Support, Bonjour and Quicktime?

    Help!! Had the most recent iTunes up until 10.5, tried to update but recieved error messages so uninstalled iTunes, now it sticks at 'Publishing Product Information' and then gives me an error message so wondered whether it would help uninstalling all other Apple products (mobile device support, bonjour and quicktime), but the Windows uninstaller won't uninstall them, Grrrr!
    Help with any of my problems is much appreciated!

    See Here...
    AMDS for Windows
    http://support.apple.com/kb/TS1567

  • Displaying English and ARABIC language on a smartform?

    Hi All,
    Hi Folks, I have an issue printing two different languages on a smartform; I should print English and One more language of ARABIC style (RIGHT TO LEFT). In Debugging mode i could see the Arabic Text exactly in the format which i have entered but when i print it takes the other way.
    For Ex: ABCD - (Fyi - this is of Arabic Language dialect)
    o/p: ( i m getting) DCBA
    i tried with Text Include n Text Element during debugging i could see the data as DCBA but when i print the system (MS Tools - Word) are recognising the Language is of Arabic and its automatically changing the cursor position to the end ((**I found this in XML Format of Smartform)). so the form is printing from the new cursor position i.e A; and its displaying the output as ABCD.
    Note: I have no problem with List, Screen Etc. except "Form".
    Please Advice me. Thanks in Advance.

    Shekher,
    Check the printer device type you are using.
    For printing the Arabic output you need the printer defined using ZARSWIN device type. Ask the Basis consultant to do the same.
    Regards..

Maybe you are looking for

  • How can I remove the recent pages which appear in the windows 7 screen preview

    by the windows 7 screen preview I mean the little preview screen who popup when I right-click the Firefox buttom in the Windows task bar. I do not ask about the browser History from the browser menu. Thank you, Pascal

  • IPod Touch & Ford Microsoft Sync

    Up until Apple's update, my 3rd Generation iPod Touch worked flawlessly. After this last update I have experienced nothing but problems. 1. Plugged into USB and immediately it said it did not support this type of media; never did this before. 2. When

  • Using a different connection based on certain criteria

    For particular administrative needs, we managed data by projects on separate database. Those projects data are on a particular database based on the company division and/or the country of the project. A user may have access to two projects that are o

  • TV@nywhere Master sound but only black picture.

    Hi I bought an TV@nywhere Master and i have a serios problem whit it. I can get sound out of it. Both on radio and the tv part. But i just get a black picture when trying to watch tv. But the tv channels sound good. Can you give my any pointers? I cu

  • How to charge bluetooth headset?

    How do i charge the bluetooth hedset