How to revoke the alter privilege.

I'm wondering how to revoke the alter privilege for the owner of a table.
Any ideas?
Thanks
Todd

nop, owner is the boss, this is DAC. If you don't trust the user, you don't need to give user connect to the schema.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Todd Thompson ([email protected]):
I'm wondering how to revoke the alter privilege for the owner of a table.
Any ideas?
Thanks
Todd<HR></BLOCKQUOTE>
null

Similar Messages

  • How to setup the access privilege of flash file in Web Intelligence?

    How to setup the access privilege of flash file in Web Intelligence?   WEBI can set access privilege for single WEBI report file, but it seem cano not set access privilege for one flash file.

    Thank you Maksim,
    I did set the "selectionMode" to "Auto". I don't understand where In supply function I have to set lead selection of nested node to first element. Please elaborate on this. Are you talking about the context attribute bound to the second table? OR do I have to change the Importing parameters "Node" and "Parent_Element" of my supply function?
    Thanks for your time.

  • How to set the view privilege of a portlet?

    Dear all,
    I would like to ask how to set the view privilege of a portlet (which is located on the Intranet homepage) to only a group of users?
    As far as I know, I can create a tab with view privilege to address the about scenario. But is it possible to directly set the view privilege to the portlet ?
    thanks
    George (HK)
    Welcome to my photo albums at http://community.webshots.com/user/GeorgeLee80
    Message was edited by:
    georgelkh

    OK, you got me there George. I don't know where you can set view rights to an out of box portlet. So how about a different approach?
    1) Create a blank page with no nav bar or anything else
    2) Assign the group you want to see the notifications portlet view rights on the page
    3) Make sure the show as portlet check box is checked on the Optional tab in the page properties
    4) Add the notifications portlet to the page
    5) Ensure the portlet settings are how you desire in terms of what notifications to show and the region settings are how they should be in terms of border, headers, etc
    6) Edit the page where you want the notifications portlet to be shown and add the page portlet you just created instead of the notification portlet
    This should achieve what you seek without having to dig into out-of-box portlets.
    Rgds/Mark M.

  • How to revoke the  ddl statements in the same user's objects

    anyone pls,
    I need to restrict ddl on the same user's objects.
    means, i'm having a user common. my developers are keep on creating tables and alter the existing tables. Even if they are the owner of the objects, can possible to revoke the create and alter only?
    if possible means, could u advice with queries.. because now only i'm learning dba sides.
    Thanks in advance,
    Regards,
    RengarajR

    Hi Vadim.
    GREAT! Our requirement is fulfilled by that way you described. Special thanks for your help!!!
    Best regards,
    Masa

  • How to create the alterable length XML message in WLI workflow?

    When I do some development in WLI2.1 workflow, I meet a problem. I need a XML
    message to invoke this workflow, and then tailor this XML message and create a
    new XML message to send to a certain destination.
    Now the question is: The XML message is alterable length, like following:
    <ROOT>
    <tag1>
    <tag2>...</tag2>
    <tag3>...</tag3>
    </tag1>
    <tag1>
    <tag2>...</tag2>
    <tag3>...</tag3>
    </tag1>
    <tag1>
    <tag2>...</tag2>
    <tag3>...</tag3>
    </tag1>
    </ROOT>
    The number of <tag1> is alterable. But I don't know how to create the new XML
    message, which also includes the same structure of input XML message, in workflow
    "Post external XML Event" action?
    I try to use XPath to get the value of each tag, but when I use the following
    XPath expression:
    XPath ("/ROOT/tag1/tag2/text()")
    I can only get the reference of weblogic.apache.xpath.axes.LocPathIterator.
    And I also don't know how to define the XML document structure to implement this
    kind of alterable length XML message.
    Your comments are highly appreciated!

    You will need to use substr to restrict the length of the strings returned by extract(). I assume that either the document in non schema based or the attributes referenced are not defined with maxLength restriction in the XML Schema

  • How to set the SE_SHUTDOWN_NAME privilege?

    How do I set the SE_SHUTDOWN_NAME privilege so that I can execute ExitWindows on LabView 6.1 / Windows 2000?
    KnowledgeBase document 2CTJ76G4 says that "a CIN is used to set the necessary privilege": what function / DLL?
    (The attachment to KB #2CTJ76G4 is for LV 7.0; I am running 6.1.)

    Hi,
    You don't need a CIN, just the right calls to advapi32.dll and kernel32.dll:
    LookupPrivilegeValueA
    GetCurrentProcess
    OpenProcessToken
    AdjustTokenPrivileges
    ExitWindowsEx
    But it's easier to use the attached vi... Be carefull. Windows will shut
    down (save first)!
    Regards,
    Wiebe.
    "allenf" wrote in message
    news:[email protected]..
    > How do I set the SE_SHUTDOWN_NAME privilege so that I can execute
    > ExitWindows on LabView 6.1 / Windows 2000?
    >
    > KnowledgeBase document 2CTJ76G4 says that "a CIN is used to set the
    > necessary privilege": what function / DLL?
    >
    > (The attachment to KB #2CTJ76G4 is for LV 7.0; I am running 6.1.)
    [Attachment Shutdown.vi, see below]
    Attachments:
    Shutdown.vi ‏66 KB

  • How to use the alter statement in Execute

    Hi All,
    Need your help to solve this issue.
    i want the call the alter statement in procedure to load data to the external table.
    As per our requirement location will be given as a input parameter.
    Created procedure as shown below
    CREATE OR REPLACE PROCEDURE apps.rda_cm_postaova_stmt_main (
    p_process_name IN VARCHAR2,
    p_file_name IN VARCHAR2,
    p_submit_option IN VARCHAR2
    AS
    BEGIN
    EXECUTE IMMEDIATE 'ALTER TABLE RDA_POSTOVA_BANK_STMT location' || (p_file_name);
    END;
    it compiled but while executing it end up in below error:
    ORA-01735: invalid ALTER TABLE option
    ORA-06512: at "APPS.RDA_CM_POSTAOVA_STMT_MAIN", line 8
    ORA-06512: at line 2
    Please help to solve this issue.
    Thanks
    Rajesh

    create or replace procedure reset_et_location
    ( p_table    in varchar2
    , p_filename in varchar2)
    is
    begin
      execute immediate 'alter table '||p_table||' location ('''||p_filename||''')';
    end reset_et_location;

  • How to cancel the alter or delete purview for one's scheme table?

    I want to put down the user of some scheme table that is altered or deleted the field of its. But the scheme has the RESOURCE and CONNECT role for the user. I want to control the user can't delete or alter the table field.
    How can to do ? urgent!!
    Please tell me?
    regard.

    I'm not sure I understand your question correctly. Are you looking to audit the DDL a particular user issues or are you looking to prevent that user from issuing certain types of DDL?
    Justin

  • How to execute the ' alter session set NLS_DATE_FORMAT='YYYYMMDD'  in the procedure??

    hi,
    i programme a procedure which include some requirements that
    should execute the command like ' alter session set
    NLS_DATE_FORMAT='YYYYMMDD' '.
    but the sqlplus error is
    PLS-00103: Encountered the symbol "ALTER" when expecting one of
    the following:
    begin declare end exit for goto if loop mod null pragma
    raise
    return select update while <an identifier>
    <a double-quoted delimited-identifier> <a bind
    variable> <<
    close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall
    <a single-quoted SQL string>
    The symbol "update was inserted before "ALTER" to
    continue.
    help me please.

    you can set that parameter in 2 ways from stored procedures.
    1) execute immediate 'alter session...'
    remember, Oracle gives commit while executing above command.
    2) use dbms_session.set_nls procedure.
    dbms_session.set_nls('nls_date_format','mm/dd/yyyy');
    Suresh Vemulapalli

  • How to decrease the dynamic table data loading time

    hi
    i have problem with dynamic table.
    when i execute the the table with passing a query , getting lot of time for loading the table data.( it takes 30sec for every 100 rows.)
    pls help me how to overcome this problem.
    thanks advance.

    Yes, This is oracle application...
    We can move into other tablespace as well. But concern is how to improve the alter table move command performance.
    Is there any specific parameter apart from the nologging and parallel server..
    If it is taking 8 hours , can some have experience that nologging will save how much time. or is there any risk in doing in production.
    Regards

  • Revoking User tables privileges from one user to other user thru DBA.

    Hi,
    I want to revoke the select privilege from user granted tables to other user from Sys/Dba roled user.
    Detail
    ---------------I have 3 users namely
    1.User1 (Role: Normal User)
    2.User2 (Role: Normal User)
    3.SYS (Role: DBA privileged user)
    User1 has created a table called Table1 and grant the select privilege to User2.
    Is it possible that sys (DBA privileged user) user can revoke the select privilege of table1 from user2??.
    Thanks,
    Natarajan.U

    You can not revoke the privileges that were not granted by you or you will hit the error ORA-01927: cannot REVOKE privileges you did not grant.
    Even SYS/user with SYSDBA role can not revoke others grants.

  • How to revoke machine certificates quickly?

    We are planning to start using device certificates for the first time for the following purposes:
    Exchange ActiveSync certificate based authentication.
    Wireless authentication for laptops that are not members of our domain.
    System Center Configuration Manager Internet based clients to authenticate  from the Internet through a reverse proxy to receive Windows and software updates.
    Allow Chromebooks to authenticate to Cisco ASA L2TP with IPSEC VPN with device certificate instead of PSK.
    If any of the devices or certificates get stolen, we would need to revoke the certificates so the devices can no longer authenticate.
    I have already seen links that give steps on how to revoke the certificate on the issuing CA server, but how to you make this change happen right away?  If we go through the steps to revoke the certificate, how can we make sure the devices that are
    providing the certificate authentication (RADUIS server for wireless and for VPN, reverse proxy, SCCM, Exchange etc.) know the certificate is revoked and immediately stop allowing connections?

    Certificate revocation is not an immediate process. At first, you need to disable computer account in Active Directory and/or edit VPN connection policies.
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell FCIV tool.

  • How to revoke access?

    I have a problem that may be trivial, but I could not find a simple solution.
    I'm using the WRT120N router.
    I've granted my neighbor access to my wireless network (by pressing the magic button Wi-Fi Protected, while he tried to connect to it), to copy some files over the local network. Everything worked according to plan, but now I have a problem because I have no idea how to revoke his access to my network.
    Could you help me with this - how to revoke the permission to  access to the router?
    Thanks in advance
    M

    It seems to be I was happy to fast. For some reasons "wireless mac filter" does not work on my router.
    Adding any MAC address to the list of prevent pcs do just nothing - I've tried with my own MAC address and I was still able to access the network, although I belive that it should block my access. I've double checked the address with "dhcp reservation tab" and ipconfig command, so for sure it was valid
    From the other hand when I selected "Permit" it blocked everything, including my PC which MAC address was on the list.
    Could you tell me if this strange behaviour could be cosed by some misconfiguration in other tabs, or should I just update the software version (curently I'm using v1.0.01)?
    Thanks anyway
    M

  • How to "revoke" privilege with dbms_xdb.changeprivileges

    Dear All!
    How to "revoke" privilege granted with the following code
    DECLARE
    r pls_integer;
    priv xmltype;
    priv_data varchar2(2000);
    BEGIN
    priv_data :=
    '<ace
    xmlns="http://xmlns.oracle.com/xdb/acl.xsd"
    xmlns:dav="DAV:"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.oracle.com/xdb/acl.xsd
    http://xmlns.oracle.com/xdb/acl.xsd
    DAV:http://xmlns.oracle.com/xdb/dav.xsd">
    <principal>DVLP</principal> <grant>true</grant>
    <privilege><all/></privilege>
    </ace>';
    priv := xmltype.createxml(priv_data);
    r := dbms_xdb.changeprivileges('/xdbconfig.xml', priv);
    END;
    This code is generated by Enterprise Manager
    I guessed that it is necessary to replace grant with deny
    But there is not schema defenition for deny is parent 'ace'
    Thank you in advance for help
    Regards
    Artem

    Dear Mark!
    Thank you for you reply
    I'll try and let you know about results
    Note that This code was generated by Enterprise Manager
    and it seems that it generates the same code when you try
    to grant and revoke privilege!
    Regards
    Artem

  • When trying to sync my iPhone with my MacBook Pro, I receive the error message "You do not have enough access privileges to update this device".  How to I adjust the access privileges??

    When trying to sync my iPhone/iPad with my MacBook Pro, I receive the error message "You do not have enough access privileges to update this device".  How to I adjust the access privileges?

    Hello magestecal,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where you're getting a permissions error when trying to sync your iPhone, I'd like you to please follow the steps in the article below.
    iTunes: Missing folder or incorrect permissions may prevent authorization - Apple Support
    Take care,
    Alex H.

Maybe you are looking for

  • How to change the data type of an item in administrator

    Hi, A summary folder was created. One of the item in the summary folder is a sum. That sum item was created in the business area (based on another item). I can't refresh that summary folder because it gives me an oracle error (Ora-12008 and Ora-01401

  • Does a refurbished iphone 4 lock to the first sim that is put in

    I have just traded in my broken iphone 4 for a refurbished one at the apple store and i want to use, but i'm not sure if i put in my old sim (wich doesn't work but fits) in or wait to get a new one because i'm not sure if it will lock to the first si

  • How can i turn off library sharing remotely because i cant remember all the computers or systems

    I want to be able to add my new computer to my library sharing however it will not let me. It says i already have 5 computers on the system. My question is as i said, how if possible can I turn off the connection to the other computers?

  • Migration process License Key

    Hello, I've get an error during migration to Hana db. During Create ICM userstore phase I get and error, and the output of saplikey.log is: SAP License Key Administration  -  Copyright (C) 2003 - 2012 SAP AG Could not install temporary license key -

  • Question on Menu listener de selection

    Hi, I got an exception Exception in thread "AWT-EventQueue-0" while running the below program, please explain why this exception is coming. Select the count menu and then deselect it an exception is occuring how to solve this, and explain what is the