Can user have compile privilege to schema packages?

Currently we have all objects including packages and procedures under schema type account in our database. When developers need to add new procedures or make changes in existing they normally login as schema account in Development Database. Is it possible to use regular user account and give some sort of privileges to make changes in procedures from different account? If yes what kind privileges should I assign to users accounts?

When developers need to add new procedures or make changes in existing they
normally login as schema account in Development Database.What's wrong with that? Well I can think of a couple of things, but nothing that would make me feel granting CREATE ANY PROCEDURE to Joe Programmer was a good idea.
Cheers, APC
Blog : http://radiofreetooting.blogspot.com/

Similar Messages

  • Can users have one iTunes library deriving from two drives?

    Hi everyone,
    I keep my 4 & 5 star songs on my C drive and the rest (all stars, 1,2 3, etc.) on my exhternal hard drive.
    Whenever I want to listen to my music, all I can readily play are the tunes on my C drive.
    I'm guessing the issues having one library for tunes stored on separate drives is insurmountable?
    I say that because I'm guessing that my iPod (4th gen) is only capable of importing from one library?
    I think the biggest issue is either I don't know how to (or maybe users can't) list a second drive so that iTunes can load all songs from both drives whenever I do have the second drive up and running.
    Adding to the second drive library issue, I can't figure out how to permanently tag my external HD's (I've got 6) so that their drive letter is not automatically defaulting to their order of prescence.
    I can deal with that issue by simply not opening iTunes while I the second drive has been assigned a drive letter other than what iTunes (hopefully) is set to (i.e.; hopefully C and F drives).
    But can users have one iTunes library deriving from two drives?

    Seems I've over come what is something I'd hoped/expected iTunes would be capable of (ie; reinitiating the pathway for external HD music files when their drive letter is the only thing that changed).
    I tried the obvious by going to iTunes's Edit>Preferences>Advanced and clicking the change button for "iTunes Music folder location", then entered the current drive and pathway (as the drive is currently assigned, F as opposed to the original G) and of course iTunes still couldn;t find the missing tunes.
    Giving up on the hope that iTunes was designed smarter than it is (ie; each and every single missing tune req's manual redirection of pathway, as opposed to a preferable tick box for something like 'use the last redirected pathway').
    And I finally figured out how to properly changed drive letter assignments, but still uncertasin if that means permanently tags my EHD's with that drive letter.
    For that to be permanent, maybe I need to name each drive regardless that Windows already has unique inforamtion on each HD. Suppose I'll soon find out if the drive at this point has fianlly stored its drive name and whether or not Windows will contiue to change the EHD drive letters simply by the order which I am introducing them to the os.
    No real luck with rats nest USB hubs as they crash my os alot, so I'm left to trying to find an easy way of managing the EHD drive assignments. THe following is the closest I've yet to come to doing that:
    Click Start>Control Panel>Administrative Tools>Computer Management, and then in the left pane, under Storage, click Disk Management.
    Right-click the drive, partition, logical drive, or volume for which you want to assign a drive letter, and then click Change Drive Letter and Paths.
    Click Change.
    Click Assign the following drive letter (if it is not already selected), click the drive letter that you want to use, and then click OK.
    Click Yes when you are prompted to confirm the drive letter change.
    Again, too bad iTunes doesn't afford a 'find' feature for 'missing' files such that one might be afforded a tick box for 'do not prompt again, instead use the last indicated location for "iTunes Music" folder as the base storage location'.
    This drive renaming thing is a real hassle. Not like somebody couldn't have guessed it and Windows and/or iTunes can't afford some script, etc. to better manage 'tagging' EHD's and/or re-locating 'missing' tunes.
    But then what would we have to complain about, not that they listen anyway.

  • My company have purchased one I Creative cloud for one years. But now, always my company want to buy also anthers n°3 Photoshop application from use always in our office below our comfy. Can we have a privilege cost for the company or we need to buy this

    My company have purchased one I Creative cloud for one years (It's the first time for us) Of course we have pay this product with a price of company but there are new clients adobe. But now, always my company want to buy also anthers n°3 Photoshop application from use always in our office below our account already created. Can we have a privilege cost forecast for company or we need to buy this product as if it is the first time and pay the maximum price for one years?
    Thanks

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    -Both subscriptions MAY be in use at the same time https://forums.adobe.com/thread/1683787

  • Can Users have their unique Form Settings for the List of Items (Item Search)?

    When any user add and remove columns for the List of Items (Item Search) via Form Settings, these changes are automatically updated for all SAP users.
    Is there any way we that each user have their own unique List of Items form settings?
    This is important as users for different departments will be need to see different information as they are searching for Item Master records.

    Hi Ron,
    This is not Possible.
    Form Setting of Item Master Data will apply for all Users.
    For all Users different Form Settings not Possible but you can guide your users to see while Searching Master Data.
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Can users have their own subscription in SSRS?

    Is there a way user can subscribe a report of his own in SSRS 2008R2?
    We have about 20 reports and 400 users and everyone have their report parameter selection criteria. Is there a way they can default their parameter selection and subscribe?
    Another requirement is
    Is there a way to save favorite selections within a report to then choose them later. 
    Favorite #1
    Favorite #2
    Thanks,
    Jo

    Hi Jyo1105,
    Answer1: According to your description, there are 20 reports and 400 users, you want to set specific parameter values based on recipients. If that is the case, we can achieve your goal by using Data-driven Subscription.
    Reporting Services provides data-driven subscriptions so that you can customize the distribution of a report based on dynamic subscriber data. Data-driven subscriptions use query results to determine the recipients of the subscription, delivery settings,
    and report parameter values. At run time, the report server runs a query to get values used for subscription settings. We can use the Create Data-driven Subscription pages to define the query and assign query values to subscription settings. For detail information,
    please refer to the following steps:
    1. Open Report Manager, and locate the report for which you want to create a data-driven subscription.
    2. Hover over the report, and click the drop-down arrow.
    3. In the drop-down menu, click Manage. This opens the General properties page for the report.
    4. Select the Subscriptions tab, and then click New Data-driven Subscription.
    5. Select the delivery extension and data source for the subscription.
    6. Specify a query that retrieves subscriber data like below:
    CREATE TABLE Name (
    Group varchar(20),
    Country varchar(20),
    Type varchar(20),
    Email_to varchar(50)
    INSERT INTO Name
    ('Group1', ’Country1’, ’Type1’, '[email protected]'),
    ('Group2', ’Country2’, ‘Type2’, '[email protected]'),
    ('Group3',’Country3’, ’Type3’, '[email protected]')
    7. Specify delivery extension options like below:
    8. Specify report parameters for the subscription like below:
    9.  Specify when the subscription is processed, then click Finish to save the configuration.
    For more information about Data-driven Subscription, please refer to the following documents:
    http://msbimentalist.wordpress.com/2013/08/26/how-to-create-data-driven-subscription-in-ssrs/
    Answer2: As per my understanding, there may be several parameters in the report, when users preview the report, they need to select values for each parameter. So you want to save some selections as favorite.
    In Reporting Services, we could not achieve the goal directly. As a workaround, we can use snapshot. For more details, please refer to the following steps:
    1. Open Report Manager, and navigate to the report.
    2. Hover over the report, and click the drop-down arrow.
    3. In the drop-down menu, click Manage.
    4. Click Parameter in the left pane, set default values for the parameters, then click Apply.
    5. Click Report History in the left pane, click New Snapshot.
    In this way, the parameter selections are saved, when we click the snapshot, the report server retrieves the stored report from the report server database, and shows the data, parameter selections and layout at the time when the snapshot was created.
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu

  • Can I have a alias on Schema ?

    Can I do something like this in Oracle ??
    I have two tables in two different schema which have same structure. And I have a set of procedures work on them.
    e.g. Two tables,
    TOM.TABLE1 and AMY.TABLE1
    can I do something like this?
    (alias schema TOM as MYUSER )
    select * from MYUSER.TABLE1
    ( select data from TOM.TABLE1 )
    (alias schema AMY as MYUSER )
    select * from MYUSER.TABLE1
    ( select data from AMY.TABLE1 )
    Thanks for your help

    I don't know if this is what you are looking for or whether you are using Oracle9i. There is a set schema clause to the alter session statement for Oracle9i. It goes like this:
    alter session set current_schema = tom;
    Kind regards,
    Russ

  • NISPOM Tool reports groups "Guests" and "Remote Desktop Users" have excessive privileges - remediation?

    Greetings,
     I'm running a security tool DISA provides and it's reporting that on my XP box the following:
     "This group has privileges associated with it that may allow anonymous access to the system."
    The group is:
    "Guests"
    I've already disabled the Guest account, however the account isn't the same thing as the group, so how does one go about limiting anonymous privileges associated with the group?

    Remove any group membership if Guest account is member of.
    You can also use restricted group policy to remove group membership on muliple computers at once.

  • AMDS failed- I don't have the "privileges" to install it -.-

    Well, I am frustrated... seriously...
    I jsut got the iPod nano for cheristmas and i can't use it, because i can't install the AMDS.
    basically, when i try to install AMDS it says that I don t have the prvileges to install it. so i ahve to skip this installation... in the end, i can't find the drivers to install my ipod on my laptop.
    how can i have the privileges?????
    I am so angry with Apple, not only they sell products with problems, but they have not solved them. and they probably even give a .... to this community,otherwise they would have solved the problem.
    so mad at you..
    thank you guys of the community... i hope you can help me

    sorry, don t understand how it miht help  O.o
    anyway, I think i know what wrong is going on.
    AMDS basically install drivers on your computer. When you connect your iPod you use the drivers to reconize it.
    Since I don t have these drivers, no chance my iPod is reconized.
    the porblem why i can't install ADMS is that there are some privileges that do not allow me.
    hope someone will come up with an idea to solve this problem

  • Insufficient privilege: Can't export objects in schema..user has no privilege on the underlying objects

    I'm using SYSTEM user but
    HDBSTUDIO continues on triggering this error when I try to export the catalog:
    SAP DBTech JDBC: [258]: insufficient privilege: Can't export objects in schema DARTEL_TRANSPORTES. Can't export procedure DARTEL_TRANSPORTES.PAL_TRIPLE_SMOOTH_WRAPPER. user has no privilege on the underlying objects
    When trying to grant the SYSTEM user to that particular object  I get a new error : Could not modify user 'SYSTEM'. Several issues occurred
    Have anyone have struggled with this error before, any help will be highly appreciated
    Kind Regards

    rev 69 too
    tomorrow I will have the webex and let you know
    Something happenned after my customer change the suse's server IP, I had to perform a re-installation of SAP Business One only
    We were supposed to install using the hostname but no one of the installers let me use the hostname
    so it Kind of forced me to use the IP.
    After asking Support about that one of the specialists told me that he prefers to use IP instead of the hostname. So I used IP.
    Maybe this changed something I cannot detect yet. but tomorrow we'll see.
    KR

  • Can't install Adobe Flashplayer 12. The user does not have sufficient privileges to install Adobe Fl

    I'm trying to install Adobe Flash Player 12.  I have tried it on Internet Explorer, Google Chrome and Mozilla Firefox. 
    I continually get the message "The user does not have sufficient privileges to install Adobe Flash Player"  
    How can I install Adobe Flash Player?? 
    Any help is appreciated!!

    March 12, 2014
    Hi Pat,
    Thank you so much for your reply.  Yes I am the Administrator. Nothing worked until I went into my security and disabled my firewall and my security tab.  Then Flash Player 12 downloaded without a hitch.  Then I quickly re-enabled both my firewall and security settings.   I have no idea why it worked but it did.
    Thank you so much for your assistance!!
    I wish you a great week!
    Sincerely,
    Lori

  • GRANT EXECUTE ON SCHEMA.PACKAGE.PROCEDURE TO USER

    Hi,
    GRANT EXECUTE ON SCHEMA.PACKAGE.PROCEDURE TO USER
    returns:
    ORA-00905, do you know why? Can I grant privileges on procedure inside package?
    thanks

    As per my knowledge of oracle, we cannot grant privileges on procedure inside a package.
    <br><br>
    Raj<br>
    <b>www.oraclebrains.com<a>
    <br><font color="#FF0000">POWERED by the people, to the people and for the people WHERE ORACLE IS PASSION.</font></b>
    <br>
    Sorry Leonardo Horikian & Kamal Kishore, I was late and didn't know that you guys have already posted the answer.
    Message was edited by:
    rajs

  • OWB 904:  DBLINK user does not have tables in its schema ?

    For an external Oracle source module, there is a dblink that has been defined. But the user that has been used for this dblink does not have any tables/views in its schema. The tables are in a different schema. How do I get acces to those tables through OWB interface and import them ?

    The user needs to be granted access/privileges to the tables in the different schema in order for these tables to be accessed. For oracle tables the user can be given these privileges through Oracle Enterprise Manager.

  • Yes another user with problem with Apple Mobile Device Support, I am getting the error message: Service 'Apple Mobile Device'(Apple Mobile Device) failed to start. Vertify that you have sufficient privileges to start system service....

    Yes another user with problem with Apple Mobile Device Support, I am getting the error message: Service 'Apple Mobile Device'(Apple Mobile Device) failed to start. Vertify that you have sufficient privileges to start system service....I hit retry and it came up again. I hit ignore and it prompted me to hit finish so Itunes can open.   I looked thru alot of these posts on here to try and resolve this problem myself but it's not working too well...I downloaded Itunes to my desktop so I can right click it with the program i downloaded called WinRAR. I extracted it and then went into the folder called Itunes64setup. I saw the file called AppleMobileDeviceSupport64 in there so I began to try and download it on it's own. Well that didn't work as I planned and got this error message:
    Apple Mobile Device Support wasn't installed on your computer. The installer encountered errors before Apple Mobile Device Support could be configured. Your system has not been modified. To retry these operations at a later time,please run the installer again.
    Well I tried to run it again and came up with the same message...I see that some people got great support to help them so I am hoping someone can help me as well. I know "b nor" is very qualfied and hopefully can help me! Please advise what I can do. Thank you

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • How can I hide the dimention in report if a user have no privilige to acces

    Hi:
    This is a "column level security" issue, it maybe a simple option but I didn't figure it out.
    Say I have two dimentions in a report, D1 and D2, and both user A and B can see this report. However, user B have no privilege to see D2, since in presentation level, I made this dimention not accessible to user B.
    In BIEE 10, I just need to modity NQSconfig.ini and make "PROJECT_INACCESSIBLE_COLUMN_AS_NULL = YES". In BIEE 11, this value is YES by default.
    Now the problem is, in 10, when user B visit this report, he can only see ONE column. But in 11g, he can see both D1 and D2 in the report, although values in D2 is empty. I wonder if there is an option to hide D2 in the report? This should be possible becausee 10 already did that.
    Thanks for your help.
    Larry

    There was earlier a thread on column level secuirty in 11g. PFB the link. See if it helps.
    Column level security does not seem to work in OBIEE11g
    Also, in 10g for column level security we had used choose statement. Am not sure if same can be used in 11g. PFB link for getting information on choose statement.
    http://obiee101.blogspot.com/2008/09/obiee-choose-statement.html

  • You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation

    Hi all
    Have seen a couple threads regarding this but unfortunately nothing that solves my problem thus far!
    Right now, our developers are using the Domain Admin account to promote their website code using MSI files.  I'd like to change this as I feel the Domain Admin account should be on lock down and only used when absolutely necessary, pretty common.  The
    same goes for my account too, I would like to absolve as much use of the Domain Admin as I can.
    Problem is, when they run installers from their own accounts, they receive this error: You do not have sufficient privileges
    to complete this installation for all users of the machine. Log on as administrator and then retry this installation
    The accounts they are using are part of the Built In Administrators group and the Domain Admins group... I'm not sure what other permission you'd need in a domain?  We've gone as far as explicitly giving them local admin access on this server and still
    nothing changes.
    Is there a Group Policy or something that I can change to provide install rights and possibly remove these accounts as Domain Admin and more along the line of Power User?
    Thanks much for your help!
    Ryan

    Hi,
    You could use Software Restriction Policies (SRP’s) or Applocker(supported on Windows server 2008 R2/Windows 7 only) to restrict the running
    of the application for specific user.
    Description of the Software Restriction Policies
    http://support.microsoft.com/kb/310791
    HOW TO: Restrict Users from Running Specific Windows Programs
    http://support.microsoft.com/kb/323525
    How to Implement Group Policy Security Filtering
    http://www.windowsnetworking.com/articles_tutorials/Group-Policy-Security-Filtering.htmlPlease remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for