After revoked UTL_FILE from PUBLIC, found problem...

Hi All
I created new role that is "UTL_PUBLIC" and granted below package to new role and grant new role to all users in database after that revoke below roles from PUBLIC.
UTL_FILE
UTL_TCP
UTL_SMTP
UTL_HTTP
DBMS_LOB
DBMS_SQL
DBMS_JOB
DBMS_SCHEDULER
DBMS_XMLGEN
But I got the problem when export data that show about package error. So I granted above package back to PUBLIC and export again that was work.
My question is Can I grant above package to new role and grant to db user instead of PUBLIC role? If yes, How will I do ? If no, please explain the reason.
Thank you,
Hiko

Oracle support confirmed about this already.
I cannot grant privilege execute on those packages via roles that will have troubles with procedures and packages.
Only one solution, I must grant to users directly.
Thank you
Hiko

Similar Messages

  • 10G OEM - Revoke privileges from PUBLIC

    How do I revoke execute on a procedure from PUBLIC using 10G OEM?
    I have spent quite a bit time wandering around the tool and can not figure out how to do it using the tool.
    Thanks in advance.
    Janet

    Hi
    Is he viewing the table all_objects/all_tables etc. If he views user_tables/user_objects he will see only the objects created by him.
    I doubt whether this will solve your problem.
    Thanks
    Malar

  • Revoke unnecessary privileges from public = enterpise manager problems

    Hi,
    After revoking the execute privilege on the following packages from public I have problems with enterprise manager (DB version 10.1.0.3.0) :
    UTL_SMTP
    UTL_TCP
    UTL_HTTP
    UTL_FILE
    DBMS_OBFUSCATION_TOOLKIT
    I have revoked the privileges via sqlplus:
    revoke execute on utl_smtp from public;
    If I login now on enterprise manager (user sys)
    the home tab on enterprise manager says "Status pending", the performance/administration and maintenance tabs work.
    Does anyone knows how to solve this?
    Thank You.

    I have had pretty good luck with the following - YMMV
    revoke execute on sys.utl_http from public;
    revoke execute on sys.utl_smtp from public;
    revoke execute on sys.utl_tcp from public;
    revoke execute on sys.dbms_random from public;
    revoke execute on sys.utl_file from public;
    revoke execute on sys.dbms_lob from public;
    revoke execute on dbms_job from public;
    grant execute on sys.utl_http to ORDPLUGINS;
    grant execute on sys.utl_file to xdb;

  • REVOKE EXECUTE ON UTL_HTTP FROM public in apps database

    Hello,
    could any one share your knowledge to me for database security on oracle apps.
    my client's aduit have some issue on public acceess.
    select table_name from dba_tab_privs
    where grantee='PUBLIC'
    and privilege ='EXECUTE'
    and table_name in
    ('UTL_SMTP', 'UTL_TCP', 'UTL_HTTP', 'UTL_FILE',
    'DBMS_RANDOM','DBMS_LOB', 'DBMS_SQL','DBMS_JOB',
    'DBMS_BACKUP_RESTORE','DBMS_OBFUSCATION_TOOLKIT');
    I know we could not revoke any privileges from public.
    IS there any document says that don't revoke public access for E-bus database?
    I could not find out any document in metalink. if have any one document could you please share with me.
    Thanks
    Prince

    Hi Prince,
    Oracle does not say "do not revoke privileges from PUBLIC." Oracle suggests caution when revoking privileges from PUBLIC. :-) Have a look at the following Metalink Note: [Be Cautious When Revoking Privileges Granted to PUBLIC|https://metalink2.oracle.com/metalink/plsql/showdoc?db=NOT&id=247093.1|Metalink Note 247093.1].
    To satisfy your auditors, you could identify which database users actually need to use UTL_HTTP, and assign that privilege directly to the individual users. Then you should be able to revoke those privileges from PUBLIC.
    For more information about securing E-Business Suite itself, review [Best Practices for Securing the E-Business Suite|https://metalink2.oracle.com/metalink/plsql/showdoc?db=NOT&id=189367.1|Metalink Note 189367.1], or for Release 12, [Best Practices For Securing Oracle E-Business Suite Release 12|https://metalink2.oracle.com/metalink/plsql/showdoc?db=NOT&id=403537.1|Metalink Note 403537.1].
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • Impact of revoking APEX_040000 view and privileges from public ?

    Forum...
    We are in an integration scenario where we do not want to have a user connecting through SQL see the apex product database objects to which apex has granted public access show up. ( As per the "Granted Priviliges" of the Apex documentation - specifically the views and tables for which public synonyms are created)
    Does anyone have an idea of what the impact of revoking these public privileges would be on apex users and applications ?
    Thanks
    Pierre

    Hi Pierre,
    I'm just curious - can you give a couple examples of objects for which you wish to revoke privileges from PUBLIC?
    Joel

  • Nokia E71 - after software update from PC suit - p...

    Nokia E71 - after software update from PC suit - problem started for GPRS connection showing "no network connection'
    I am using vodafone service, also saved setting many times but it didnt work.
    How to solve the problem? also wanted to know hard reset or 3 finger reset process and steps.

    Menu » Tools » Settings » Connection » Access points » Options » New access point 
    For the reset, does this help? Because Vodafone operates in different countries with different settings, in which country do you live?

  • Revoking sys.utl_smpt  from PUBLIC

    Oracle 10.2. We have ASP application on the top.
    I granted sys.utl_smpt to ST schema/user
    Then I revoke sys.utl_smpt FROM PUBLIC. This caused 5 invalid objects: sys.utl_smtp, sys.utl_mail, sys.dbms_aqelm, st.mail_files, st.mail_pkg. After re-compiled, two ST objects are still not valid: mail_files, mail_pkg. The error message is UTL_SMTP must be declared.
    The line is Mail_files procedure causing this problem: conn utl_smpt.connection
    I granted sys.utl_smpt specificly to this user and this user's procedure is still having problem. What am I doing wrong?
    Thanks
    S.

    After re-compiled, two ST objects are still not valid: mail_files, mail_pkg. The error message is UTL_SMTP must be declared.
    I granted sys.utl_smpt specificly to this user and this user's procedure is still having problemWhat Grant did you execute ?
    What is the "problem" that you are still having ?
    Hemant K Chitale

  • Revoke execute on packages from Public

    Dear all.
    I've got a doubt. I did the Oracle recommendations and on my Primary Database I revoke execute priviledge on the packges UTL_FILE, UTL_TCP, UTL_SMTP and UTL_HTTP using the command revoke execute on <package> from public.
    I tryed to do the same on my Physical Standby Database but it wasn't possible. I got a message saying that the database isn't open. My question is: When I do the faiolver, will the physical standby database apply thoe changes I had made on the Primary?
    Thanks a lot.

    It will be applied to the standby by archive log recovery.
    When I ran these "recommended" revokes I ended up with a broken database due to invalid objects, so make sure you compile invalid objects before and after the revoke, and compare counts to see if they have increased.

  • Problems with audio books from public library downloading to wrong place.

    Since updating software to ios5, my books from public library no longer get downloaded to "audiobooks". Now they get downloaded to "playlists". When i am in the middle of listening to a book, and switch to listening music, it will lose my place in the book. Before the software update, this was not a problem. Is there anything I can do to get my books to download into the "audiobooks" again?

    You need to wait until Overdrive get updated.  That is a know problem.

  • After update to OS X 10.7.5 on my Mac Pro (2009) USB ports don't work at all after wake up from sleep mode; with 10.7.4 there was (nearly) any problem.

    hello,
    after update to OS X 10.7.5 on my Mac Pro (2009) USB ports don't work at all after wake up from sleep mode; with 10.7.4 there was (nearly) any problem.
    the used ports appear to be "killed"; the unused USB ports seem to work, but the Mac works in slow-motion.
    The only "solution" is to restart my Mac.
    - SMC-reset, PRAM-reset or repairing user rights had no positive effect; what is the solution - a bug-fix-update???

    I have a mac mini (A1283) with OS 10.7.4. Upon upgrading to 10.7.5 it did not start up again. Instead, the light was on and the hard drive did not start up. The light on the connected USB mouse was not lit.
    My solution:
    Cold start with Command-v pressed.
    This should start Verbose mode (see http://support.apple.com/kb/HT1492 ).
    What happened on my mac mini was that the grey startup screen with the Apple logo appeared for a long while before the login screen came.
    Maybe Cmd-v set open firmware params and fixed some corruption.
    Anyway: my mac mini works again.

  • Problem in Excel after extracting data from SAP Report

    Hello,
    I have a problem with Excel file after extracting it from one of the SAP report.
    When my client extracted data from SAP in to excel he is coming across minus symbol on both sides of the number.
    for ex:        -447492177-
    When i extracted same SAP report in to excel i didnt face any such problem.
    Please share your inputs on what could be the problem.

    1. Make sure your client and you are using the same version of Microsoft Excel
    2. Let your client try to OPEN the exported xls file from a existed workbook instead of double-clicking the file directly.
    Atom

  • Problems after  migrating application from 10.1.2 to 10.1.3

    Hi,
    I am encountering the following error while executing the application after migrating it from Jdeveloper10.1.2 to JDeveloper10.1.3. Could you please help me in this regard..
    NOTIFICATION J2EE JSP0008 Unable to dispatch JSP Page : java.lang.NullPointerException
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    user491067

    Do you have the problem with all JSP pages, or only a few of them ?
    Does it happen in the Embedded OC4J only ?
    Could you try to deploy your application in the Standalone OC4J and test it from there ?
    I had a similar issue where the Embedded OC4J was unnable to run big JSP pages.
    There was no problem with the Standalone OC4J.
    Hope this helps,
    Didier.

  • Screen problem after wake up from sleep

    About three weeks ago I posted a problem with the display coming back to life after waking up from sleep. I said this happened after the 10.5.2 update. This turned out to be not quite accurate. I actually ran all the waiting updates, so I really don't know which one to finger.
    Today, I again ran the 10.5.2 update by itself. Everything is fine. Software Update then identified seven more updates to do, some familiar, some not. I have done all except one, one at a time, and have had no problems with the display coming on after the computer wakes up.
    One more to go: Leopard Graphics Update. This is v1.0 for this update, and here is my question:
    Before I run this update, and face another possible day-long re-install and re-update session, has anyone experienced the problem with the display remaining dark after running this update? I hate to do the update just to see if it causes the problem if there is some information kicking around about this.
    Many thanks again for any help or comment.
    Jim

    Hi rohitgu,
    Welcome to the Apple Support Communities!
    I would suggest using the following article for troubleshooting the display flickering on your iMac. I would specifically Reset the system and Reset the resolution. I know you have done some good troubleshooting already. Have you reset the SMC as well as the PRAM? I also see that you checked the resolution on your computer, but have you started in Safe Mode and adjusted the resolution? Please use the following article as a reference.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Reset the system
    You can reset the Mac's parameter RAM and SMC.
    Reset the resolution
    Start by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    I hope this helps,  
    -Joe

  • Iam from india i have purchased iphone 3gs for seconds and i restored it, after restore completion i got a problem of no sim installed .... iam worried plz help me what to do

    iam from india i have purchased iphone 3gs for seconds and i restored it, after restore completion i got a problem of no sim installed .... iam worried plz help me what to do

    dheeraj2468 wrote:
    now what i have to do ? :-(
    Return the phone and get your money back. That phone was hacked and is now permanently damaged.

  • HT1386 After syncing my iphone I found that all of my notes were erased from the phone.  Is there any way to retrieve the notes now that they have been erased?

    After syncing my iphone I found that all of my notes were erased from the phone.  Is there any way to retrieve the notes now that they have been erased?  I had some very important notes that I have to be able to find.  Anyone know how?

    I think those contacts still in iphone database. So you can back up you iphone with itunes to get iphone database off your iphone. Then access the SQLite batabse.
    http://support.apple.com/kb/HT1766
    All data included with the backup is stored in a SQLite database format with the data within various folders not easily accessible.There are some 3rd party utilities that provide for extracting select data from an iPhone's backup and iphone database such as this one.
    http://www.datarecoveryforiphone.com/

Maybe you are looking for

  • Cannot find javadoc. Make sure the documentation is mounted.

    Hi, I am getting the above message and not Java doc help page in the browser when I want to see help on String or File or JButton ! Pressing Alt+F1 or by menu neither works. Does anyone have idea what's went wrong since before this day I could use Ja

  • Loop Time Increasing as Program Progress

    My VI is a big state machine, all the states are taking couple of milli seconds when I start the program but after a while same states are taking lot of time (200 msec)I need a precision of atleast 10 msec going frmo loop to loop. Could any one tell

  • Import PO in INR

    Hi gyes M/s xyz is supplying the items from USA to the Local Dealer in India We want to place On the local dealer The items are imorted items which will be delivered on High Seas Sale basis.to the Local Vendor we Shall be paying all The Customs duty,

  • /SMB40/RVADOR01 in runtime giving unicode error

    hi all i am using /SMB40/RVADOR01 program for printing the smartform but in runtime it is giving not unicode compatible when i performed syntax check in /SMB40/RVADOR01 program there it also giving unicode error and in the program attributes unicode

  • No price could be determined for material/batch DWFB1.1-07GL2/ plant DAAL

    Hi Gurus, While doing GR (MB31) of Finish product  DWFB1.1-07GL2 in plant DAAL, we are getting this error. No price could be determined for material/batch DWFB1.1-07GL2/ plant DAAL Message no. CK465 Diagnosis The system could not calculate a price fo