Users add in OVD 10g

Hi All,
could any one help me how to add the users to the Oracle Virtual Directory 10g. I was able to connect the OVD using 3rd part tools also like softerra, but whatever i have tried to create the users are failing like import from ldif file also.
Please tell me is this possible to use the OVD as ldap, as far as i know OVD can be used as the interface for the several ldaps in the networks.
Thanks,
Venkatesh Dandu

Hi Scott,
Within a relational OLAP environment performance of queries can be managed via two 'types' of summary tables. The first 'type' are used to manage access to dimensional structures. These flatten the relational structures into an embedded total dimension structure. Without these summary tables OLAP performance can be very slow. The OLAP database documentation explains how to create these additional summary tables.
There are also OLAP packages that help to manage the creation of summary tables based on dimension levels. Again this package is documented in the OLAP database doucmentation.
To help with tracing, there is an excellent article in the database section of OTN that will help you:
http://www.oracle.com/technology/oramag/oracle/04-sep/o54talking.html
Hope this helps
Business Intelligence Beans Product Management Team
Oracle Corporation

Similar Messages

  • Can users add page to pdf?

    Is it possible to have users add pages to a pdf as needed? We are having applicants fill in a pdf application. Some of them only need one copy of page 3 to tell us their work history, but some of them need 5 copies of page 3. Is it possible for the user to add more copies of a specific page as needed? The users will likely not have any sort of pdf software.

    Only if they have a copy of the full Acrobat and not Adobe Reader.
    You can use a hidden template to spawn new pages but only with Acrobat.
    If you use LiveCycle Designer, you can use master pages to add a new page.
    How are the canidates going to return the form or information back to you?

  • Prime Infrastructure 2.1 - User add failed : Some unexpected internal error has occurred.

    Setting up Prime Infrastructure to manage 2504 WLC, trying to add Lobby Ambassador and I get this error message:
    User add failed : Some unexpected internal error has occurred. If the problem persists please report to the Tech Support.
    Technically, this is my second attempt at setting up PI.  I set it up initially with the wrong version of PI and created a lobby ambassador.  I followed the instructions from the forum with a similar problem that said to remove the trap receiver on the WLC from my first attempt at installing PI.
    https://supportforums.cisco.com/discussion/11110686/failed-add-device-wcs-reason-common-1-some-unexpected-internal-error-has-occured 
    I'm now able to add a Lobby Ambassador as long as its not the same username that I created on the previous PI setup.  So I suspect this Lobby Ambassador username is somewhere on the 2504 WLC, but I can't find it anywhere to remove it.

    I have just been struggling with a similar issue on a fresh install of Prime 2.1  Upgraded to 2.1.1.
    If I try to create the user with lobby ambassador role it just fails with "unexpected internal error".
    I eventually found that by creating the user as a normal admin user first - the user is added.  You can then go in a remove the admin role and change the role to lobby ambassador.  This works with no internal error and the lobby admin user is working fine.
    I would say it is just a bug.

  • Letting a user add a node to a tree

    Hi,
    Currently I have a tree that is built dynamically with a
    remote object call. Also, if the user clicks on a node, a menu pops
    up allowing the user to create a child for the node. How do I let
    the user add a node to the tree ? I saw tangential examples showing
    how to add xml nodes, but I am unable to translate that to trees
    that are populated NOT in static xml, but from a remote object
    call.
    I have the following function signature :
    // parentIndex - the index of the parent node, where the user
    wants to add a child node
    // childLabel - the label for the child node.
    private addChild(parentIndex:int, childLabel:String) {
    Thanks for your help.

    Hi Tracy, this the code I am using from PeterEnt's blog. His
    example was about drag-and-drop. I am trying to use it (maybe I
    shouldn't:) for my child node insertion.
    myTree.selectedIndex = parentIndex;
    var node:XML = myTree.selectedItem as XML; // interestingly,
    myTree.selectedItem is not null, but node is null. Why ?
    var p:*;
    if(myTree.dataDescriptor.hasChildren(node)) {
    p = node;
    parentIndex = 0;
    else { // I am getting a null pointer exception here
    p = node.parent();
    var insert:XML = <node />;
    insert.@label = "New Toy";
    insert.@type = "Toy";
    myTree.dataDescriptor.addChildAt(p, insert, parentIndex+1);
    I am getting the parent value (label etc) correctly for
    myTree.selectedItem. But when I do node:XML = myTree.selectedItem
    as XML, I am getting null value for null. That's why I asked in my
    first message if there is a difference in populating the data
    statically as XML v.s. loading the data using remote object (which
    is the case here).
    Appreciate your help.

  • How do a let users add a link in a submission, similar to attaching a file?

    how do a let users add a link in a submission, similar to attaching a file?
    I want teachers who want to list a link to a website, be able to insert a link. how?

    would it be a good idea to send a shortcut to desktop from explorer, and then upload that as a file attachment? will that work for most people?

  • User.region configuration JDeveloper 10g

    How can I change user.region (in About) in JDeveloper 10g?
    I want to change it because I want to use comma instead of period for decimal point.
    So I guess user.region must be defined to my country and not to <not assigned> (that is right now.)
    I tryed using <% System.setProperty("user.region","PT"); %> but I want the change to be permanent.
    Thanks in advance!

    Hi,
    Please check below steps:
    1)Check server folder is available or not in jdevhome\jdev\myprojects\oracle\apps\fnd
    2)if yes then open jdeveloper right click on project.jpr-->select project content-->click on add button-->and select Myproject folder in Folder tree and click Ok.restart jdeveloper and check server folder should display under Oracle.apps.fnd.
    if above steps not worked use below link for jdeveloper setup.
    https://www.dropbox.com/s/nyptz6tfq63w03k/JDeveloper%20Installation%20Steps.docx
    Thanks
    Dilip

  • Multiple Schemas under one user account with XE 10g

    Hi,
    I am using (learning) XE 10g. I would like to know if it is possible to have multiple schemas under one user account and have the schemas logically separated. As of right now, I have three schemas that I am working with, each one under a different user account. This is inconvenient, because I have to logout of one user account and login to another user account simply to be able to work with another schema.
    Thanks

    It isn't possible to have multiple schemas under one database user account. It is of course possible to grant rights to other database users, and or roles, in order to allow access to the tables/data from other accounts. In Oracle there is a one-one mapping between schema and user.
    Niall Litchfield
    http://www.orawin.info/

  • Grant privileges and permission to user, to create user and database in 10g

    Hi,
    I'm very much new to Oracle 10g database and after all my search, I think this forum will help me to solve my puzzle. Installed Oracle 10g database and during installation created a Global database "TestDB". I created an user "user1" in sqlplusw, by logging in as system.
    Now I need to know, what privileges and permissions should be given to this "user1", so that I can create new users and create database by logging as "user1". I don't want to Inherit all the sytem privileges of SYSTEM or SYSDBA or SYS or SYSOPER.
    Is there a way where I could achieve this by explicitly granting the required privileges and permissions

    You may need to know all the views to get the privilege information.
    SQL> conn /as sysdba
    SQL> select table_name from dict where table_name like '%PRIV%';
    And also, take a look into below Oracle Documentations.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9013.htm#SQLRF01603
    Regards,
    Sabdar Syed.

  • I want to let Reader users add a photo to a form created in Acrobat 9.

    I have a form created in Acrobat 9. I want to allow Acrobat Reader 11 users to add a photo. Can I bring the form into Live Cycle Designer to do so, or will that cause conflicts with the Acrobat form?

    In that case you can't do it with an Acrobat form. Moving to an LCD form is not a mere technicality. The two technologies are very different from one another and are not compatible with one another. You should think and test it carefully before making such a move, and make sure to keep backups of your Acrobat forms.

  • Can users add an attachment & save the form?

    I am attempting to create a form that users can download, fill out & submit with an attachment. It appears that the only way to add an attachment is the use an online (web form). But I don't see how users can save the online (web form) prior to submitting it.
    Is there a workaround that will accomplish adding an attachment & saving the form?

    Basically you are correct. Web forms currently have no way of locally saving them prior to submission. You could turn on email notifications found in the options tab to allow the user to see the data they entered.
    Andrew Yarborough

  • Virtual keyboard's context-menu: can users add items to it?

    iPad's virtual keyboard has a context-menu: when you hold a finger down on the -a- key of the English keyboard, for example, a context-menu appears showing various accented/combining forms of the character -a- from which you can choose. Is there a way for users to add items to this context-menu? Could one add [ð] [u00F0, 'Latin eth'] to the [d] key's context-menu and [þ] [u00FE, 'Latin thorn'] to the [t] key's context-menu?

    Unless there is a keyboard language that already supports those characters, then no. You cannot add additional options to the built-in keyboard. There are apps that extend the keyboard, one in particular is the Wolfram Alpha app. While I don't know if it supports the characters you are looking for, it does have an extensive variable based keyboard for input in addition to the system keyboard.

  • Duplicates appearing when user adds someone to 'to' field in Outlook 2010 calender invite

    Hi Everyone,
    I have a user that when they send calender invites, when they add people in the 'to' field they will appear multiple times. i.e the contact address, the full email address etc.
    We have re - imaged the PC, re created the users PST file, run outlook in online mode, Moved the users account to another DB, and still no progress, duplicates are still appearing
    See attached screenshot for example
    Has anyone had to deal with this problem before, if so how was it resolved, if it was ever resolved, Help would be greatly appreciated as we are scratching our heads in IT here

    Hi,
    As per the description, I understand that you'll have duplicate email addresses in the To... field when create calendar invites.
    In order to understand the issue more deeply, I would like to clarify the following questions:
    How did he/she "add people" in the To... field? Did he/she directly type email address or pick it from your address book?
    Will the duplicate happen right after adding people in the To... field or after sending the invites?
    Seems you've tried a lot on the machine side, I suggest we first try this on OWA (Outlook Web App) and see if issue persists. This will help to determine whether the issue is on the client side or the mailbox (server) side.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • User reports in Oracle 10g

    How difficult is it for non-technical users to generate their own ad hoc reports in Oracle 10g?

    If they are non-technical , then, somebody technical have to generate adhoc reports for them.

  • How can my users add their own texts in my website

    Hello there. I really looking for an answer to this. I want my users can add their own texts on an image in my website. I find this feature in some design sites. Please respond, i really want to handle this. Thanks.

    Hi Peren,
    I am afraid that this is not possible in Muse at this stage, I will recommend that you post this on our ideas section over here, https://forums.adobe.com/community/muse/ideas, and let our devs team know of this requirement.
    - Abhishek Maurya

  • How to Have Reader Users Add a picture

    I want Reader users to be able to add a photo to a pdf in a certain place. I know I'll have to "Enable" the pdf made in Acrobat 9 Pro. (I've already asked in that forum and they sent me here.)

    >they sent me here
    If it could be done, it would be something you'd have to do in Acrobat first but, I don't think it can be done...

Maybe you are looking for