Set User preferences in oracle portal’s database in portal environment

Hi All,
I need to set User preferences in oracle portal’s database in portal environment.
I need to get some oracle PL/SQL API for the said purpose.
In user preferences I need to save Preference name and preference value.
Can any one have idea?
Regards
Amit Tiwari

http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/index.html
and http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/wwpre_api_name.html
Patrick.

Similar Messages

  • Set user preference Locale

    Dear all,
    I would like to set user preferences locale through a Java program.
    It seems that language locale is not part of the desktopsettings and I've not been able to find out what key to use with getProfileString (if any).
    Could you provide me an example of how to set the user preferences locale language? 
    Best regards,
    Francesco

    You can use "SI_LOCALE" as an argument to getProfileString() to retrieve a user's locale.

  • Setting User Preferences With Javascript In Acrobat X

    Hi All,
    Is there a way thru Javascript to programatically set a value in the User Preferences?
    I am trying to create a batch sequence that exports PDFs to HTMLs. In the Acrobat X preferences, there is a conversion option that sets the option of "Run OCR If Needed" to true or false.
    Edit --> Preferences --> Convert From PDF --> HTML --> Run OCR if needed (True|False)
    Depending on conditions, I need to programtically set the value of this preference during the batch sequence before I export the document to HTML. Is this possible? Any help would be greatly appreaciated.
    Thank you,
    Teri

    There are very few user preferences that can be controlled with JavaScript, and this isn't one of them.

  • How to globally set user preferences in Infoview

    We desire the ability to globally set the user preferences in Infoview.  I've seen references to a macro or program but have been unable to locate it.
    Can someone either post a new link or point me in the right direction?
    Thanks,
    Kevin

    Ok guys, found it... (on my XI 3.0 machine... XI 2.0 is similar)
    \Business Objects\Performance Management xx.x\setup directory..
    prefsCopyUtil.jar and using the PrefsCopyUtil.properties file...
    1) Ensure that the following files are in the same folder, for example or example, C:\Program Files\Business Objects\Performance Management 11.5\setup:
    u2022 prefsCopyUtil.jar
    u2022 cecore.jar
    u2022 celib.jar
    u2022 ceplugins.jar
    u2022 cesession.jar
    u2022 corbaidl.jar
    u2022 ebus405.jar
    2) Set up a PrefsCopyUtil.properties file with the settings you want to use. Run "java -jar prefsCopyUtil.jar PROPFILE". Note: Replace PROPFILE with the path of the properties file with the settings you want to use.
    Comand Example
    cd "\Program Files\Business Objects\Performance Management 11.5\setup"
    java -jar prefsCopyUtil.jar PrefsCopyUtil.properties
    Example of properties file:
                       Use                                                         Example
    # Indicates the CMS to use                       CMS=van-r-01-ab
    # Administrator user's password.               AdminPassword=
    # User to copy preferences from.               SourceUser=administrator
    # All users in this group will have               TargetGroup=TestTarget
    their preferences changed to be
    a copy of the Source User's
    preferences.
    Found on page 51 onwards in...[http://help.sap.com/businessobject/product_guides/boexir2/en/pmxir2_deployment_guide.pdf]
    Regards
    Jacques

  • In Hyperion Workspace 11.1.1.3 can you globally set user preference?

    In Hyperion Workspace 11.1.1.3, is there a way to globally set the Hyperion Reporting User Point of View to 'on' for all users?

    Yes, you can. I believe it is in the Hyperion\products\biplus\lib folder for 11.1.1.3, but you may have to search for it. Look for fr_repserver.properties. Change the "     Prompt User POV" property from OFF to ON. You will have to restart the following services.
    1.     Hyperion Financial Reporting – Print Server
    2.     Hyperion Financial Reporting – Report Server
    3.     Hyperion Financial Reporting – Scheduler Server
    4.     Hyperion Financial Reporting – Web Application (might be on different server)
    Kyle Goodfriend
    http://www.in2hyperion.com
    Please make sure to assign the post as answered and the responses as answer or helpful so others may benefit from your experience.

  • Set User preference

    I seem to have some issues with setting the user preferece. I got the valued passed right but it won't set the value to the user. I am using java on 5.04. The code works with 5.02. Any ideas, any one?
    Syntax - Region is a new added property and has been added as User's proporty.
    IPortletContext portletContext = PortletContextFactory.createPortletContext(request,response);IPortletResponse portletResponse = portletContext.getResponse();IPortletRequest portletRequest = portletContext.getRequest();
    portletResponse.setSettingValue(SettingType.User, "Region", request.getParameter("RegionInput") );

    Never mind. I figured it out.

  • Where are user preferences stored? Are they encrypted?

    In a portal application, where are user preferences actually stored? Are they encrypted? If not, is there a way to make them encrypted? The reason I'm asking is the user wants to be able to store their credentials for logging into a mainframe associated with their primary login. Other than storing that as preferences, is there another way of securely saving this info?
    Thanks.

    User preferences by default are stored in the portal database. Not encrypted.

  • List user tables in oracle 9i database

    Hi,
    Im new bi to oracle database...,
    Will anyone provide me the command to list the user tables in oracle 9i database.??.
    im using linux redhat 4.0... and oracle 9i database....
    thanks,
    vasanth....

    user12864080 wrote:
    Hi,
    Im new bi to oracle database...,
    Will anyone provide me the command to list the user tables in oracle 9i database.??.
    im using linux redhat 4.0... and oracle 9i database....
    thanks,
    vasanth....
    SELECT ... FROM USER_TABLES;=================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com.
    Drill down to your product and version.
    <b><i><u>BOOKMARK THIS LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================

  • User preferences in Portal

    I need to change the language for ESS MSS. How do I do that?
    Can I just change the language in IE settings? or do I need to maintain also the language in the user preferences in portal?
    Thanks,
    Tiberiu

    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/index.html
    and http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/wwpre_api_name.html
    Patrick.

  • User preferences oracle package name

    Hello
    Can anyone tell me in which package the user preferences are stored in oracle portal. i am using 10.1.4
    Thanks
    Paul

    Check out the [wwpre_api_util package|http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/wwpre_api_util.html] and any portal tables beginning with "wwpre_"

  • Setting Resource limits for Oracle user in 11gR2

    HI Friends,
    I am using Oracle Database 11g R2 on windows.
    My Application connects to the database using a schema (user1). Some times the application user sessions makes the Database usage / CPU/ IO high and affecting the performance of the Database.
    I would like to set some Limits on the Resource usage (Database and System resources) for those Application user schema (user1) to avoid the bottleneck on the Database and Server without affecting the usage of the Application on Transactions.
    How can i achieve it?
    Regards,
    DB

    839396 wrote:
    HI Friends,
    I am using Oracle Database 11g R2 on windows.
    My Application connects to the database using a schema (user1). Some times the application user sessions makes the Database usage / CPU/ IO high and affecting the performance of the Database.
    I would like to set some Limits on the Resource usage (Database and System resources) for those Application user schema (user1) to avoid the bottleneck on the Database and Server without affecting the usage of the Application on Transactions.
    How can i achieve it?
    Regards,
    DBis application 3-tier like below?
    EndUser<=>browser<=>WebServer<=>ApplicationServer<=>DatabaseServer

  • How to set default User preferences in Analyzer for all users

    How to set default User preferences in Analyzer for all users<BR><BR>Hi,<BR><BR>I would like to set some settings in Analyzer as default for all users. For example:<BR>1. Display | Char<BR>2. right mouse click on char | Chart Properties<BR>3. Axes tab<BR>4. "Format: Currency" i would like to change to "Format: Number".<BR><BR>How to set default values to all users? Is this possible?<BR><BR>Thanks,<BR>Grofaty

    I'm pretty sure higher access superceedes, so you could set up a group with no actual access, just to get the preferences working, then their individual security will dictate what they can do. I haven't tested this fully, but I beleive this is how it will work.<BR>As far as setting the preferences, go into the admin console and right click on the group, then select Preferences. To apply the group preferences to a user, add the user to the group, then right click on the user, select preferences and from the upper left corner, use the drop down to select the active preference, in this case, it will be the group you created and added them to.<BR><BR>HTH

  • UCM 9.1 7975 Sets can't restrict user preferences

    We have CallManger 9.1 installed and just noticed that we can't restrict the settings on the 7975 sets to only User Preferences - all 7 options are showing
    Is there a patch with the 9.1 for the 7975 sets?

    Mac OS X now uses the clang compiler, and it is possible the package has not been ported to work with the pickier clang compiler.
    If your system has gcc, you could maybe try hacking the Makefile to use gcc instead of cc (or maybe export CC=gcc, again assuming you have an older copy of gcc on your system).  You might also try specifying some CFLAGS to disable some compiler checks.  It is possible you will need to modify the sources to fix obnoxious coding violations that both clang and gcc will not ignore.
    Or you might check if one of the Mac OS X package managers have already ported the package:  http://MacPorts.org, http://brew.sh, http://www.finkproject.org

  • Setting Default Preferences for All Users in Crystal Reports Server 2008 v1

    We are currently looking to set the default preferences in the CMC for all of our users.
    I did locate this page Link: [How to set default preferences for all users in Infoview 3.1/CRS 2008]
    The first part of the thread did seem promising but I am unable to find the sample .jsp code that people recommended.
    I would assume that this scenario is common enough that someone knows a way to set universal preference defaults.
    Thank you

    I thought I could just run it too but when I attempt to I get a Windows Script Host error:
    Script: C:\User Prefs.vbs
    Line: 1
    Char: 1
    Error: Expected statement
    Code: 800A0400
    Source: Microsoft VBScript compilation error.
    I noticed the first most line seems to be markup for a web interface though I am not familiar with vbs so I may be wrong.  I used the publishing wizard to put the script on the CMC to attempt to run it through the CMC but it still does not work.

  • Setting up user preferences in web analysis

    From an admin perspective does anybody know how to setup preferences for a user/group in WA? I want to establish the users prefs, not them. Ideally, I would like to setup a group/shared preference and then put users in that group/share and have the user preferences point to the group/share preferences. As an admin i can repoint the user prefs to the group/share prefs. I did this in the web analyzer 7.2 but i don't know how to do this in system 9. I'm guessing i would do this in Shared Services??

    FYI...
    I am getting closer with this one. Shared services is the key. I set the startup page for WA in SS under projects. Users are seeing the WA document but i need for them to repoint their preferences to a shared preference under <Profiles>. My problem is the users don't see the shared pref file under the <Profiles> folder. As an admin I see the file. I suspect it has to do with SS provisioning but based on the provisioning for the users i thought they would see the shared pref file. Does anybody have any knowledge on pushing out shared preferences to users?

Maybe you are looking for

  • How do you make a Portfolio in Photoshop and Publish it.

    Hi I have found many tutorials on making a portfolio in Photoshop but once you have created your layout how are you supposed to make it into a website?  This might be a really stupid question but help would be greatly appreciated. Oh and the Portfoli

  • ITunes 9 not syncing podcasts in playlists

    My podcasts all sync just fine (they become available in my Podcasts folder), but for some reason PLAYLISTS of podcasts created in iTunes don't sync with my iPod. If I put a SONG in the playlist created in iTunes, it syncs with the iPod, only the pod

  • Fonts from previous Indesign

    I recently had my hard drive crash.  I though I had all my fonts backed up, but I didn't.  I've used Univers Lt on several of my documents, and of course this font came from a previous version of ID, but I'm not sure if I can get them off the CD.  Is

  • Listener response to a TNS ping is 220 msecs

    Hi, i'm getting this alert when i try to connect Oracle10g database. thanks

  • Only 5 episodes will show up on iTunes...

    Each time I update my podcast one of my older episodes will be removed from iTunes. Does anyone understand how to stop this from happening. I currently have 7 episodes and only 5 have shown up since uploading my 6th. http://phobos.apple.com/WebObject