DBMS_LDAP package documentation and samples

Where can I find the DBMS_LDAP package documentation and samples to use it to connect to OID from pl/sql blocks.
TIA,
Nishant

I have been successful using the PL/SQL DBMS_LDAP utilities and enhancing the included examples to bulk create portal users as well as adding them to a default portal group as outlined in the DBMS_LDAP demo examples (search.sql, trigger.sql, empdata.sql).
Using this PL/SQL trigger on the EMP table, I can add, delete or modify various user entries. However, while I can add a user to a default portal group, I have been unsuccessful in deleting a user from a group as well as modifying a users default group by deleting their "uniquemember" entry from one group and adding it to another using the DBMS_LDAP procedures.
Has anyone deleted a user from an existing group and how is this done programatically using the DBMS_LDAP utilities? Also, but less important, is there a way to programmatically modify a user from one portal group to another?
I don't necessarily want the code - just the method of doing this. Do I have to read in all of the 'uniquemember' attributes from the group (via DBMS_LDAP.populate_mod_array, for example), then manipulate the list and write it back. Or, is there a function that will allow me to delete or modify an entry in the 'uniquemember' attribute.
Regards,
Edward Girard

Similar Messages

  • Documentation and Samples for Web Intelligence Extension Points url.

    I have been trying to find documentation and samples for Web Intelligence Extension Points. Can someone give me the link ?
    The files are
    1.)  webi_dhtml_EP_samples.zip
    2.) xi3-2_web_dhtml_customization_and_integration_ext_points_en.pdf

    Hello,
    I'm trying to find the API documentation and samples for Web Intelligence Extension Points for BO XI 3.1.
    The downloadable ZIP is no longer available at the URL Simply customize your WebIntelligence User Interface
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f21e8b-711d-2c10-6f9a-ae191653f848
    Anyone could you give me a new link for this feature ?
    Thank in advance.
    Sincerely,

  • IPhone: Where to find good Documentation and Samples for Auto-Rotate?

    So I'm starting to get into the auto rotation features for my iPhone apps. I've spent a couple hours looking for some apple documentation and searching online, but I'm not finding any "definitive" guide to discuss the process. Any recommendations would be great!
    Specifically, I'm trying to learn about the following:
    - I have already implemented auto-rotation, but how do I setup my view so when rotated, it adjust the UI to take advantage of landscape mode. (i.e. I want to add extra features, and re-position some things)
    - I also would like to the option within a couple views, that when rotated, goes to an entirely new view.
    Thanks in advance!

    I generally find that vector drawing programs are better for drawing toolbar icons and the like, as vector drawings are easier to tweak and adjust later. I've had great success with VectorDesigner in my own apps; it has a shallow learning curve and a solid basic feature set, although it can be quirky at times. (It also doesn't play all that well with certain development tools: don't try to add VectorDesigner files to Xcode projects, and make sure you zip them before you add them to a Subversion or CVS repository. VectorDesigner files are packages--like application bundles--and those tools don't play well with packages.)
    If you want to go a little higher end, Illustrator is the Photoshop of vector drawing, but like Photoshop you'll probably find it very difficult to start out with.
    You'll also need a raster graphics editor to tweak exported images. I use Pixelmator for this, but Photoshop will work just as well.

  • ODP API documentation and sample code

    I am looking to write a custom program as a part of my client requirement to find the delta changes from an extractor. I heard that latest SAP NetWeaver EhP contains it. I beleive this ODP API is some Java interface and would be useful for me to use in my custom program.
    How can I make use of this ODP API? Is there any documentation and code samples available.

    I was able to find some API called Data Federator Facade with in the ABAP Code. Is this what it is?

  • KinectForWindows Unity Plugin Documentation and samples

    Hi,
    Following up on the talk from Carmine Sirignano and Ben Lower from MVA. They briefly show a demo with a point cloud like depth map rendered in unity:
    http://www.microsoftvirtualacademy.com/training-courses/programming-kinect-for-windows-v2-jump-start (video 04) (18th minute-22nd minute)
    Carmine mentioned shaders are doing all the magic. Now being new to unity as well as kinectv2, I am unable to create these shaders myself. I would appreciate some documentation explaining the workflow and would highly appreciate if the demo's project files
    are uploaded for reference. The included examples do not demo the shader use, and I would like to use this feature.
    I appreciate your support
    Regards,
    Dhruv

    The Kinect V2 Unity plug-in can be found here:
    http://go.microsoft.com/fwlink/?LinkID=513177, which includes Face, HD Face and Visual Gesture Builder plug-ins. Unzip the file and follow the instructions in the readme to get started.
    Note, this should work with the official release of the Kinect V2 SDK, which can be downloaded from here:
    http://www.microsoft.com/en-us/download/details.aspx?id=44561
    Be sure to uninstall any preview builds before installing the new SDK.
    Unfortunately, the free version of Unity does not include custom plug-in support, so you need to be running Unity Pro.
    For buying/selling Kinect apps, check out the Windows Store. Change your build settings in Unity to build for the Windows Store and you should be able to publish your work there.

  • Building libraries and samples....this can't be right, is it?

    I realize that I can simply check out built SWC files from here, but this doesn't help me build the samples. I feel like I've missed some corner of the documentation, because my procedure for building Cairngorm 3 libraries and samples seems like it can't possibly be right.
    I've tried creating a new workspace and checking out the entire contents of this repository into it:
    http://opensource.adobe.com/svn/opensource/cairngorm3/trunk/libraries
    That seems to succeed, although I get errors like this every time:
    The resulting projects don't build because of this error:
    configuration variable 'compiler.library-path' value contains unknown token 'M2_REPO'    ContractTest        Unknown    Flex Problem
    I've fixed that problem by getting http://opensource.adobe.com/svn/opensource/cairngorm3/maven-repository to my C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in folder and setting M2_REPO in my workspace's Linked Resources to point to that.
    Having done all that, everything seems to build except for IntegrationDMS and IntegrationTest.
    Is this the right way to do it, or is there a simpler way?
    Thanks!

    As you know by now Cairngorm3 build is leveraging maven and flex-mojos.
    To ease the developper workflow, to make things more consistent, to lower the maintenance cost, we decided :
    * to stop copying the dependencies in the flashbuilder projects libs folder
    * to leveraged the maven repository in the eclipse/flasbuilder projects configurations.
    Furthermore, to avoid hard coded path and allow proper sharing of these flasbuilder configurations files, we use linked-resources when appropriate.
    M2_REPO is used as such: it is the root of your maven repository.
    As for IntegrationDMS it offers some "flex plumbing" to ease the integration with Adobe LCDS (http://www.adobe.com/products/livecycle/dataservices/) especially its Data Management features, hence its name.
    In order to build it from the source you need to compile it against 3 SWCs provided in Adobe LCDS. As found in the build file
            <!-- lcds dependencies  -->
            <dependency>
                <groupId>com.adobe.lcds</groupId>
                <artifactId>fds_rb</artifactId>
                <version>${lcds.version}</version>
                <type>rb.swc</type>
                <classifier>en_US</classifier>
                <scope>external</scope>
            </dependency>
            <dependency>
                <groupId>com.adobe.lcds</groupId>
                <artifactId>fds</artifactId>
                <version>${lcds.version}</version>
                <type>swc</type>
                <scope>external</scope>
            </dependency>
            <dependency>
                <groupId>com.adobe.lcds</groupId>
                <artifactId>playerfds</artifactId>
                <version>${lcds.version}</version>
                <type>swc</type>
                <scope>external</scope>
            </dependency>
            <!-- eof lcds dependencies  -->
    Adobe LCDS is not opensource, as a consequence we can not host its artifacts in our repository.
    If you want to build Cairngorm3 from the source, you may then either comment out IntegrationDMS from the parent library build or install these artifacts into your own private repo.(currently the version of lcds we build against is 3.1.0.273931) :
    mvn install:install-file -DgroupId=com.adobe.lcds -DartifactId=fds -Dversion=3.1.0.273931 -Dpackaging=swc -Dfile=<lcds-on-your-disk>/fds.swc
    mvn install:install-file -DgroupId=com.adobe.lcds -DartifactId=playerfds -Dversion=3.1.0.273931 -Dpackaging=swc -Dfile=<lcds-on-your-disk>/playerfds.swc
    mvn install:install-file -DgroupId=com.adobe.lcds -DartifactId=fds_rb -Dversion=3.1.0.273931 -Dclassifier=en_US -Dpackaging=swc -Dfile=<lcds-on-your-disk>/fds_rb.swc
    Please note also that if you need to build cairngorm3 from maven, as mentioned in the flexmojos docs, there is one JAR (AIR development tools) that is packaged with the Flex SDK but is not open source.
    Because of this, flexMojos cannot host this artifact. To build from source, you will need to install this artifact into your own private repo:
    >mvn install:install-file -DgroupId=com.adobe.flex -DartifactId=adt -Dversion=<version-of-the-sdk> -Dpackaging=jar -Dfile=adt.jar
    This JAR is bundled with the Flex SDK, which is freely available from : http://opensource.adobe.com/wiki/display/flexsdk/Downloads
    I'll do my best to update the wiki doc with this asap.

  • What is new in Enhancement Package 2 and 3

    Hi all,
    The [ERP Solution Browser|http://solutionbrowser.erp.sap.fmpmedia.com/] is an excellent tool to find out, what's new. However I did not find any means to get a list of new features in ERP 6.0 enhancement packages 2 and 3. Any hint (especially what's new in HCM) is welcome!
    Regards
      Matthias

    Hello Matthias,
    check out Service Marketplace, alias ERP-EhP to find out what's being delivered as part of an Enhancement Package:
    http://service.sap.com/erp-ehp (logon required).
    Basically, it provides the following:
    link to SAP Enhancement Package Infocenter to understand the content based on functional domain, e.g. HCM.
    documentation on
    - EhP concept and strategy
    - overview presentation SAP ERP EhP 2 and 3
    - detailed presentation SAP ERP EhP 2 and 3
    - preview SAP ERP EhP4
    - how to implement EhP ("Must know guide for IT professionals")
    - test case templates
    - links to other useful resources (e.g. ERP solution map, media library, functional areas)
    Hope this helps!

  • Query objectGUID using dbms_ldap package

    Hi
    I've managed to retrieve the objectGUID from Active Directory using the DBMS_LDAP package.
    It is returned in this format: 8FDD7ACDA0749648B136E0AD6847BD64
    How can I use this value in a filter for dbms_ldap.search_s?
    objectGUID=8FDD7ACDA0749648B136E0AD6847BD64 does not work,
    I've also tried escaping the value \8F\DD\... and \\8F\\DD\\...
    Any one know what I need to do?
    Thanks

    I already have the HEX value of the GUID - the problem is the function dbms_ldap.search_s appears to be trying to match the objectGUID which has been converted to ascii.
    I can do partial matches like objectGUID=cf*
    But that is matching an ascii representation of the GUID: eg. cf¿t¿H¿6¿@¿D
    And nothing can match the upside down question marks.
    There must be another way - or another unique identifier to compare/filter by.

  • DBMS_LDAP package

    Hi,
    Please, where can I find the DBMS_LDAP package. I've Oracle 8.1.7 with Win2000?
    Am I oblige to install Oracle Internet Directory to use it?
    Thanks.

    Dear V Garcia
    I would like to ask you, how we could load DBMS_LDAP package into our from application, we developed an application using Oracle Forms (6i) deployed into Oracle9i AS (1.0.2.2.2.A) connected to Oracle8i Database server (Release 8.1.7). The problem is how I can use Oracle forms to authenticate users login using LDAP instead of traditional user authentication using forms trigger and database tables. I tried to find any document(s) that help in using LDAP through Oracle Forms6i without any success. I appreciate any Help

  • Package com.businessobjects.samples does not exist

    <p>I am trying to run a jsp with parameters passed to a rpt file but Iam getting an error: package com.businessobjects.samples does not exist, import com.businessobjects.samples.*; //[ /Sample Reports/E2ECompliance-SelectionPage-viewer.jsp; Line: 6]<br /></p><p>Does anybody know where this package is and why eclipse or the jsp is not finding it. I can run other jsp examples fine.</p><p>Thx</p><p>Vibhi</p>

    U will find them in pojosamples.jar.
    If you have any doubts regarding usage of pojo, contact me at [email protected]

  • TS3899 After upgrading to the latest IOS version 7.1, in mail on ipad, if I select more than 5 mail items to delete the  mail software package  crashes and I have to relaunch mail? Anyone else noticed this?

    After upgrading to the latest IOS version 7.1, in mail on ipad, if I select more than 5 mail items to delete the  mail software package  crashes and I have to relaunch mail? Anyone else noticed this?

    I haven't encountered this problem on my iPad Air but this is what I usually do when Mail misbehaves.
    Quit the Mail app like I describe then reset the iPad.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app. Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart.

  • BPEL 10.1.3 Documentation and tutorial

    It seems to me that most of the oracle bpel documentation are mainly for 10.1.2. I would like to know if a cook book or something similar exist for 10.1.3. I have searched the web but most documentation seems to elaborate on 10.1.2.

    That is not correct. The current version is 10.1.3 for a few years now.
    See my blog http://orasoa.blogspot.com and search for 'newbie'. You will get a list of URL to documentation and download.
    If you download SOA Suite 10.1.3 you get the all the software including the documentation / samples / tutorials.
    Marc

  • Invalid packages, functions and procedures

    Hi,
    Ok, I think I screwed up. Maybe someone can help me.
    Our dev db which I just created a few days ago is 10.2.01. I was reading to see what needed to be done to this base for it to accept a 9.2 version. Data. I came upon oracle documentation that said to run the catalog.sql script. This had something to do with the Import full database and export full database procedures, they had to be added. So I did. I then noticed all these packages, procedures and functions listed on my oem tool as invalid. To correct this problem I ran the following scipts several times
    On individual schemas: EXEC DBMS_UTILITY.COMPILE_SCHEMA (SCHEMA => ‘OLAPSYS’);
    And this one: EXEC UTL_RECOMP.recomp_serial(); for all of them.
    But yet I still get invalid objects ( 6 different schemas) when I run this script the SYS owner being the outstanding one.
    COLUMN object_name FORMAT A10
    Column owner format a10
    Column object_name format a40
    SELECT owner,
    object_type,
    object_name,
    status
    FROM dba_objects
    WHERE status = 'INVALID'
    --And owner = 'PUBLIC'
    ORDER BY owner, object_type, object_name;
    Any suggestions on repairing this damage short of recreating the database?
    Any suggestions would help.
    Regards,
    al

    I just did a flashback database to time. Before I did any of these procedures above. That db came up ok and you would think that everything is fine. I went in to check with the same query
    COLUMN object_name FORMAT A10
    Column owner format a10
    Column object_name format a40
    SELECT owner,
    object_type,
    object_name,
    status
    FROM dba_objects
    WHERE status = 'INVALID'
    --And owner = 'PUBLIC'
    ORDER BY owner, object_type, object_name;
    and found the same amount of objects still invalid. I know that I didn't do any work at that time because I was in a meeting. I even logged out and back in on the oem tool and sql plus and got the same invalid in the column.
    Anyone knows what is going on here?
    regards,
    al

  • Calling public package functions and variables through dblink

    Is it possible to call a global public variable in a package in one database from another package procedure in another database using a database link? If so, could you let me know the syntax? Same question for package functions.

    Hi,
    check this documentation link especially the stmt...
    http://www.mcs.csueastbay.edu/support/oracle/doc/10.2/appdev.102/b14251/adfns_packages.htm#i1007858
    You cannot access remote package variables and constants.May be you can write a function in the remote db which when called will return the variable value.
    for calling remote package functions...
    syntax from documentation is [[schema.]package.]function_name[@dblink][(param_1...param_n)]
    an example given in the above link for this...
    EXECUTE fire_emp1@boston_server(1043);
    Ravi Kumar
    Edited by: ravikumar.sv on Aug 31, 2009 11:29 AM

  • Invalid DBMS_LDAP package

    I'm trying to fix invalid objects before database upgrade. I ran dbupgdiag.sql tool which reports DBMS_LDAP package as invalid. According to Enterprise Manager, the package is wrapped and contains some errors (see below). How can I unwrap the package and fix the errors?
    Line # = 50 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 50 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 73 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 73 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 105 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 105 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 135 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 135 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 175 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 175 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 211 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 211 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 218 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 218 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 276 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 276 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 283 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 283 Column # = 14 Error Text = PL/SQL: Statement ignored
    Line # = 289 Column # = 14 Error Text = PLS-00201: identifier 'DBMS_SYS_ERROR.RAISE_SYSTEM_ERROR' must be declared
    Line # = 289 Column # = 14 Error Text = PL/SQL: Statement ignored

    I have been successful using the PL/SQL DBMS_LDAP utilities and enhancing the included examples to bulk create portal users as well as adding them to a default portal group as outlined in the DBMS_LDAP demo examples (search.sql, trigger.sql, empdata.sql).
    Using this PL/SQL trigger on the EMP table, I can add, delete or modify various user entries. However, while I can add a user to a default portal group, I have been unsuccessful in deleting a user from a group as well as modifying a users default group by deleting their "uniquemember" entry from one group and adding it to another using the DBMS_LDAP procedures.
    Has anyone deleted a user from an existing group and how is this done programatically using the DBMS_LDAP utilities? Also, but less important, is there a way to programmatically modify a user from one portal group to another?
    I don't necessarily want the code - just the method of doing this. Do I have to read in all of the 'uniquemember' attributes from the group (via DBMS_LDAP.populate_mod_array, for example), then manipulate the list and write it back. Or, is there a function that will allow me to delete or modify an entry in the 'uniquemember' attribute.
    Regards,
    Edward Girard

Maybe you are looking for

  • In Goods receipt PO  adding rows manually

    Hi, I am creating a new Goods receipt PO. After selecting vendor, Copying record from PO by clicking 'Copy From' Button. Row items are filling  in the First Row of the matrix. woks fine for me. Now the Issue is, I wanted to add second row in  after L

  • How to Comapare Row by Row in ODI Interface

    Hi all i want to Compare Record by Record from my Source Table. Can any one Explain Logic How can i do through ODI Interface?

  • Cannot install Java under Windows 8.1

    After the install process starts ("3 Billion Devices Run Java"), I get a message from Java Setup: After a few "OK" clicks the install exits.  I have turned off the incoming rules for Java in the IE firewall, but the same thing happens with Firefox an

  • Ichat 2.1 won't open after deleting, then reinstalling

    Like many before me, I too deleted ichat from my ibook, but only after burning it to disk for possible future use. Now wanting to use an isight webcam on my g3 600mhz laptop, I've tried relentlessly to reinstall with zero success thus far. I've copie

  • Creating time source table for time dimension?

    hi exports can any one helps to create time source table or view_ for time dimension for awm_ mapping ? thanks Edited by: 1008794 on May 30, 2013 12:21 AM