How i can grant permissions a user to pakege body

i would like to know how i can grant permission to user on a pakege body. so the user can see that. i created a pakage and it has couple pakage body but the user can see the pakage body. however i did grand execute on pakage.
thanks

in order to be able to see the package spec as well as the body in the schema browser of the tool you are using, you will have to grant
EXECUTE ANY PROCEDURE
to that user.
beaware of the consequences of granting this privledge to the user though.
read more about it here:
http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:454220160386#55242292670725
This is one of the security model feature that you automatically get by using packages.
if you do not like the benefits (which will be hard to understand), you can start writing simple procedures and functions.
Message was edited by:
Kamal Kishore

Similar Messages

  • How I can know if a user has the permission to read a file or not ?

    Hello,
    I have other question :
    How I can know if a user has the permission to read a file or not ?
    Smaine
    ThanK's

    I don't think common operating systems have an easy way to do that check.
    If you have a limited number of files, implement access control yourself, instead of using operating system permissions. E.g. write a configuration file that contains:
    # Syntax: "filename": "list of users who can access that file"
    somefile.txt: fred, alice, bob
    somedir/anotherfile.txt: bob, joe
    Read in the configuration file and check against it when a file is being requested.

  • How I can change the ID user

    How I can change the ID user & Pass

    on your iphone settings - app store - apple id - logout
    on the web look at the link
    http://support.apple.com/kb/he37

  • How i can change to standard user, an admin user

    Hi,
    How I can change to standard user an admin user, if the check box can not be unchecked.
    I have opened the lock to allow for future changes.
    I have more than one admin user.
    As root user, I can't do it.
    Thanks.

    Hi,
    I have, but looks the same, unable to change.
    I finally decided to create a new standard user and delete this.
    Thanks for the support.

  • On SAP e-commerce, How customer can request their forgotten user name.

    On SAP e-commerce, How customer can request their forgotten user name or password.

    In the Admin go to Setup - Config Settings - Membership(dropdown)
    The settings for this and all other user authentication are here

  • How i can associate my app user with database role

    In my application (oracle forms application developed in-house - We are using Oracle Forms 11gR2 with WebLogic 10.3.5 ), i want to use "application user" instead of database user.
    I have an application users table, actually, i have database users,and of course, menu application works with database roles (It was developed with oracle forms menu module), my question is, How i can associate my application user with database role, for reusing oracle forms menu funcionality?. It's possible?
    Thanks,
    Edward

    user8929172 wrote:
    In my application (oracle forms application developed in-house - We are using Oracle Forms 11gR2 with WebLogic 10.3.5 ), i want to use "application user" instead of database user.
    I have an application users table, actually, i have database users,and of course, menu application works with database roles (It was developed with oracle forms menu module), my question is, How i can associate my application user with database role, for reusing oracle forms menu funcionality?. It's possible?
    Hi Edward
    You can do this by assigning the role functionality to the application user. For example
    create the table to enter user name.
    create table to enter group name.
    create table to assign user to group.
    assign role to group.
    assign functionality for the user by coding.
    hope this helps

  • Grant permissions to user accounts from different domains

    Running a PowerShell script from hosts in Domain_A, I need to grant rights to user objects located in Domain_B with a one way trust in place.  Going through the process manually, I will get prompted for credentials that can query Domain_B. 
    How would I go about automating the authentication in PowerShell? The actual commands that run need to be executed by a privileged account in Domain_A; it's only the querying of objects in Domain_B that requires a valid Domain_B credential.

    Are you doing a domain migration? 
    Are you leveraging the Get-ACL / Set-ACL CMDlets?
    What I would do is create a script that uses get-acl and set-acl CMDlets...
    I would then launch that using:
    $secpasswd = ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force
    $mycreds = New-Object System.Management.Automation.PSCredential ("username", $secpasswd)
    start-process "powershell" -ArgumentList "-file c:\path_to_Script.ps1" -Credential $mycreds
    There are a ton of ways to do this, but I figure I'd give one of many ways to roll with it.
    Entrepreneur, Strategic Technical Advisor, and Sr. Consulting Engineer - Strategic Services and Solutions Check out my book - Powershell 3.0 - WMI: http://amzn.to/1BnjOmo | Mastering PowerShell Coming in April 2015!

  • How long can be the login user name ?

    Hi all,
    We are changing our user name policy from jvazquez to jose.vazquez. The new user name don't fit in the bname field. Anybody know if is possible to expand it or change this size ?? We're using basis 6.20 and r3 enterprise.
    Best regards and thanks in advanced.

    Ok, thanks.
    It confirms what found about this. But i've one more question, Do you recommend the single sign-on ? What are the most common problems we can find if we use it ?
    Best regards

  • How/where can I submit ipod user interface feedback?

    Subject asks the question.
    I've had my ipod for a few weeks now and use it every day on my bike commute. There are some things that bug the **** out of me when I try to do pretty simple things while in motion that could probably be pretty easy to solve in the UI. How do I let some one know?
    If, by some chance, this is the right place, here's what I'd like to see:
    1) An option that would allow you to easily go from the top of a list to the bottom (or back). It sure would make going through long lists easier. If scrolling up from the top of the list brought you to the bottom (and vice versa), that would work.
    2) A quick option to bring you back to the last played (or currently playing) song if you've navigated through menus and playlists to something far away. Also useful if a playlist ends and you don't happen to have "repeat" on. alternately:
    2a) When a playlist ends, how about if the ipod resets to the playlist choice in the "playlists" menu? Going back to the main menu makes very little sense to me. Hitting play again just starts playing songs from the master list. Really annoying on my bike rides.
    3) "On the go" is really cool. It sure would be nice if you could add a song to the list while it's playing instead of navigating back one menu to find the song name.

    http://www.apple.com/feedback/ipod.html
    Thank you for the link.
    You use your iPod while riding a bike on the road?
    Do you want to die and not even know it?
    Yes, I do. I suppose you want to die and know that it's coming.
    Please don't be judgmental.

  • How to get site permissions using power shell ?

    Hello,
    I require to get list of granted permissions ( Group/users ) which we see from Site Actions > Site Permissions.
    would you please let me know how can I fetch the same using power shell ?
    Thanks and Regards,
    Dipti Chhatrapati

    Hello,
    I have found the same using following script :
    if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) { 
    Add-PSSnapin "Microsoft.SharePoint.PowerShell" 
    #Define variables 
    $site = Get-SPSite "Site collection URL"
    #Get all subsites for site collection 
    $web = $site.AllWebs
    #Loop through each subsite and write permissions
    foreach ($web in $web) 
    if (($web.permissions -ne $null) -and ($web.hasuniqueroleassignments -eq "True")) 
    Write-Output "****************************************" 
    Write-Output "Displaying site permissions for: $web" 
    $web.permissions | fl member, basepermissions 
    elseif ($web.hasuniqueroleassignments -ne "True") 
    Write-Output "****************************************" 
    Write-Output "Displaying site permissions for: $web" 
    "$web inherits permissions from $site" 
    Write-Host "Finished." 
    $site.dispose() 
    $web.dispose()
    Hope it helps others !
    Thanks and Regards,
    Dipti
    Dipti Chhatrapati

  • As a Hyperion Admin how to track changes if one user changes / creates user

    1) in Hyperion how Admin can find if one user
    Password resets logged.
    2)In hyperion how Admin an fine if one user
    Creation, change and deletion of User accounts logged.

    Shared Services allows the auditing of provisioning and life-cycle management activities to track changes to security objects and the artifacts that are exported or imported using Lifecycle Management Utility.
    For Shared Services auditing, refer Page 129 of http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_security.pdf
    Planning Administrators can select aspects of the application for change tracking. For example, you can track changes to metadata, such as when users change a member property or add a currency. You can also track changes in data forms, business rules, workflow, users, access permissions, and so on.
    For Planning auditing, refer Page 56 of http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin.pdf
    HTH-
    Jasmine.

  • How to use IAS Portal's users in Instant Portal

    Is it possible to give access in Instant Portal pages to IAS Portal's users already existing in OID ?
    Since I have already the IAS Portal users and I want to give them access to Instant Portal , why not to reference them when defininf Instant Portal pages.
    If this is possible, please tell me how to do that .
    Thanks in advance .

    Yes you can by adding them to oip_available_users Group. The users in this group are eligible for Oracle Instant Portal priviledges. You can grant the oip_available_ user the apppropiate priviledge level for the OIP from the Manage User Rights Screen.
    Note: to add IAS Portal user to the oip_available user group in oracle portal:
    Go Administer Tab-->Services--->Directory Adminstration--->Groups---do % and click on: Go--->select oip_available_users radio button-->Click on View/Manage Tab-->edit tab--->add User Tab-->submit
    Message was edited by:
    user523589

  • Granting access to users to modify published organizational forms outlook 2007 -exchange 2010 ?

    How do i grant Access to users to modify published organizational forms outlook 2007 and 2010, we use exchange server 2010 in our environment. Please advise.
    Aditya Mediratta

    Hi  Aditya
    Thank you for your question.
    Organizational Forms  belongs to public folder. You can use Add-PublicFolderClientPermission modify user permission.
    You can refer to the following link:
    http://technet.microsoft.com/en-us/library/bb124743(v=exchg.141).aspx
    you can refer to the following link to create organizational form;
    http://technet.microsoft.com/en-us/library/gg236889(v=exchg.141).aspx
    the public folder permission,you can refer to the following link:
    http://technet.microsoft.com/en-us/library/ee633461(v=exchg.141).aspx
    If any questions, please let me know.
    Best Regard,
    Jim Xu

  • Grant API to user

    Hi Team
    can someone tell me how we can grant Oracle API to user, really appreciate help.
    Regards,
    Mahesh

    Mahesh,
    Are you talking about [url http://docs.oracle.com/cd/E23943_01/portal.1111/e10238/pdg_cm_intro.htm#POBLD478]9.3 Providing Access to the APIs and Secure Views ?
    In that case, you can use provsyns.sql. Notice that the instructions for obtaining the portal password apply to 10g only. If you need to get it on 11g, use the instructions in Note [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=843978.1]843978.1, 'How to Retrieve the Portal Schema Password in Portal 11g?'.
    Thanks,
    EJ

  • How much can you customize Professional level storefronts?

    I know that you need to be an Enterprise user to have completely customized storefronts, but how much can you customize Professional user storefronts? What do they look like? Most magazines I've seen are Enterprise level

    With a Professional account, you cannot customize the storefront. If you create a subscription app, you can specify subscription tiles and indicate with subscription durations are available, but that's about it.

Maybe you are looking for