Disable third party tools in Product User Profile

Hi all,
I want to disable third party tools(like TOAD, PL/SQL Developer etc.) from performing DDL commands in my database.
Can i have to write the trigger for this& if i have to write trigger, how to find the user activity if it is DDL or DML
Please provide me suggestion on this .
Thanks,
Sandeep

sandeep_b wrote:
Thanks Ananth.
Can you please provide me any suggestions to prevent the developers to performs DDL and DML activities on any schema in my database?
Thanks,
SandeepDon't grant them anything beyond CREATE SESSION and SELECT.

Similar Messages

  • Trigger for blocking user using third party tool !

    Dear Friends ,
    I have to block the users from using sqlplus, TOAD, PLsldev etc (Except SYSTEM user) from client end using the below trigger :
    create or replace trigger check_logon
    after logon on database
    declare
    cursor c_check is
    select
    sys_context('userenv','session_user')
    username,
    s.module,
    s.program
    from v$session s
    where
    sys_context('userenv','sessionid')=s.audsid;
    lv_check c_check%rowtype;
    begin
    open c_check;
    fetch c_check into lv_check;
    if lv_check.username in ('SYSTEM')
    then
    null;
    elsif upper(lv_check.module) like
    ('%SQL*PLUS%') or
    upper(lv_check.program) like
    ('%SQLPLUS%')  or
    upper(lv_check.module) like
    ('%T.O.A.D%') or
    upper(lv_check.program) like
    ('%TOAD%')    or
    upper(lv_check.program) like
    ('%PLSQLDEV%')    or
    upper(lv_check.program) like
    ('%BUSOBJ%')    or
    upper(lv_check.program) like
    ('%EXCEL%')
    then
    close c_check;
    raise_application_error(-
    20100,'Banned! Contact with Database Admin!');
    end if;
    close c_check;
    end;
    It works fine all normal user cannot access the database using above third party tools .
    But the problem is , user with DBA privileges can access the database with generating an trace file . Is there any way to restrict DBA Privileged user ? or is there any mechanism to create a log/trace file so that If there any  DBA Privilege user acess to the Database , then we can get the information from that specified log/trace file ? 
    Waiting your kind reply ... ...

    Hi,
    If the DBA users has the DBA role granted to them so they will by passes the logon trigger. For example, the SYSTEM user has the DBA role and the DBA role has the ADMINISTER DATABASE TRIGGER privilege. The ADMINISTER DATABASE TRIGGER by pass the logon trigger. If you want to restrict the access to a DBA user, then you need to revoke the ADMINISTER DATABASE TRIGGER privilege from the DBA role or grant individual privileges except the ADMINISTER DATABASE TRIGGER privilege to the DBA users.
    Cheers
    Legatti

  • Suggestion for Iridium I/O third party tool use in production environment. Is Good or bad to use?

    Hello Everyone,
    we are planing to use Iridium I/O third party tool in one of our critical production environment to improve the performance.
     but i want to know is it recommended  for such type of critical servers?.
    if i use this tool find any performance improvement.

    Hi Baraiya,
    Iridium I/O is certified by Microsoft. It can help to fix SQL Server performance instead of just pointing out performance problems . Benefits of using Iridium include the following aspects. Refer to:
    Iridium I/O for SQL Server.
    •Faster transactions
    •Faster batch jobs
    •Reduced blocking and deadlocking
    •Faster sorting in tempdb
    •Speeds up queries from 3rd Party apps that can't be tuned
    •Speeds up queries that are already "fully tuned"
    •Speeds up the 95% of queries that the DBA never has time to tune
    In addition, there will be no impact on the SQL databases when Iridium is removed. Personally, I recommend you install the Iridium I/O in a test environment, and check if it meets your requirement, then use it in the production server.
    For more details , you can also review this blog:
    SQL SERVER – Iridium I/O – SQL Server Deduplication that Shrinks Databases and Improves Performance.
    Thanks,
    Lydia Zhang

  • Product User Profile

    I want to restrict my users to access my database using SQLPLUS or any other third party tool. I have used Product User Profile to restrict users from using DML commands through SQLPLUS. Product User Profile doesn't work with any third party tool. Is there any other tool provided by Oracle to restrict users from accessing the database using third party tool similar to product user profile in sqlplus or any other setting required to do in product user profile for restricting users from accessing database using third party tools.
    null

    Hi
    We use one method for this. All users have only one default role and other roles have a password. There is wrapped procedure with 'secret values' of parameters. When user login in our application we call this procedure and it set all user roles as default.
    It is not very secure but it work. So think for this. If you want email me and I will send you example code for this procedure.
    Regards
    null

  • Third party tool for document preview in sharepoint 2013

    Hello,
    we are looking for third party tool which provide preview of any documents in documnet library in sharepoint 2013. So when users just hover over the document, they can see the preview. Do
    any of you please provide a good suggetion in case if you have used in the past? In my research I came across
    Knowledgelake and harepoint. Also I think there is one Metalogix but I know for sure it a way too costly. So please help if you know who does this job with a fair amount of price.
    Thanks.

    I've found Ontolica Preview to be adequate for this. Reasonable product and supports a lot of formats
    http://www.sharepointreviews.com/component/content/article/69-sharepoint-auditing/202-Ontolica-BehaviorTracking-for-SPS-2003-.pdf
    Might also be worth spending some time on SharePointreviews.com for other suggestions
    http://www.sharepointreviews.com/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Does Resetting Internet Explorer Maintenance settings from GPO will also remove the proxy set in IE by a third party tool when the GPO refreshes for the first time

    Hi,
    We have two GPO's with IE maintenance (Preference Mode Configured)
    The settings it has are
    1. Automatically detect configuration settings - Set to Enabled.
    2. Automatic Browser configuration - Not configured.
    We do not have proxy value set in IE through this GPO.
    We have proxy set in IE through a third party tool (TPT) which updates the proxy at logon event 5 and 10.
    Does Resetting Internet Explorer Maintenance settings from these GPO's also clear proxy set in IE by third party tool after the first GPO refresh. 
    I am sure the second time when the GP refreshes, the client won't find any IEM settings and hence there is no question of the proxy set in IE by TPT to erase. It is only the first time of the GPO refresh that I am concerned about.
    Can someone please guide as I am planning to do the same in our production and concerned about the downtime caused due to the proxy being removed if at all for the first time.

    It will disable the proxy server option in Internet Options (untick the box), but will still store your proxy details.
    Thanks
    Ryan

  • Using third party tool to initiate a Forte batchprogram

    Hello Forte Users,
    Our company has acquired a software product called Maestro. It's a
    production scheduling facility that manages tasks for batch mode execution.
    We would like to know if anyone out there has had any experience using this
    product with Forte. One recommendation that we discussed was to have
    Maestro start a script on Escript to communicate to an agent that would
    start the batch process at a specified time. Has anyone done something
    similar or can offer any suggestions ?
    Thanks in advance,
    Jean Mercier
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Jean,
    We use Maestro for all our scheduling scripts. To start\stop the
    environment and start\stop applications. We create a shell script that uses
    escript to start/stop applications. Maestro just calls the shell scripts
    and monitor it for completion. I think you have to write the shell script
    in a standard way to return an error if it does not finish properly. Here
    is an example:
    #!/bin/csh
    source /appls/forte/fortedef.csh
    $FORTE_ROOT/install/bin/start_nodemgr -fm "(x:300000)" -e TR2ProdEnv
    ps -fu forte | grep -v grep|grep nodemgr>/appls/forte/production/scripts/KBB
    set KBB=/appls/forte/production/scripts/KBB
    if (-z $KBB) then
    exit 1
    else
    exit 0
    endif
    Hope this helps.
    ka
    Kamran Amin
    Forte Technical Leader, Core Systems
    (203)-459-7362 or 8-204-7362 - Trumbull
    [email protected]
    From: Jean Mercier[SMTP:[email protected]]
    Sent: Monday, April 12, 1999 10:36 AM
    To: Forte-Users (E-mail)
    Subject: Using third party tool to initiate a Forte batch program
    Hello Forte Users,
    Our company has acquired a software product called Maestro. It's a
    production scheduling facility that manages tasks for batch mode
    execution.
    We would like to know if anyone out there has had any experience using
    this
    product with Forte. One recommendation that we discussed was to have
    Maestro start a script on Escript to communicate to an agent that would
    start the batch process at a specified time. Has anyone done something
    similar or can offer any suggestions ?
    Thanks in advance,
    Jean Mercier
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Currency Conversion using third party tool

    Hi,
    I am trying to access BW from a third party tool and so far been quite successfull accessing BW Infocubes and Bex Queries by using OLAP BAPIs. However my customer wants to use currency conversion as it is available in BEX in the third party tool as well. I need some thoughts in this direction from experts who have worked on Business Objects and BW integration.
    I believe Business Objects has a similar interface with BW using OLAP BAPIs. Is there a currency conversion functionality available in Business Objects for BW? Would really appreciate if somebody, who has tried out this feature, can share some of his/her experience.
    Thanks,
    Anurag.

    Jean,
    We use Maestro for all our scheduling scripts. To start\stop the
    environment and start\stop applications. We create a shell script that uses
    escript to start/stop applications. Maestro just calls the shell scripts
    and monitor it for completion. I think you have to write the shell script
    in a standard way to return an error if it does not finish properly. Here
    is an example:
    #!/bin/csh
    source /appls/forte/fortedef.csh
    $FORTE_ROOT/install/bin/start_nodemgr -fm "(x:300000)" -e TR2ProdEnv
    ps -fu forte | grep -v grep|grep nodemgr>/appls/forte/production/scripts/KBB
    set KBB=/appls/forte/production/scripts/KBB
    if (-z $KBB) then
    exit 1
    else
    exit 0
    endif
    Hope this helps.
    ka
    Kamran Amin
    Forte Technical Leader, Core Systems
    (203)-459-7362 or 8-204-7362 - Trumbull
    [email protected]
    From: Jean Mercier[SMTP:[email protected]]
    Sent: Monday, April 12, 1999 10:36 AM
    To: Forte-Users (E-mail)
    Subject: Using third party tool to initiate a Forte batch program
    Hello Forte Users,
    Our company has acquired a software product called Maestro. It's a
    production scheduling facility that manages tasks for batch mode
    execution.
    We would like to know if anyone out there has had any experience using
    this
    product with Forte. One recommendation that we discussed was to have
    Maestro start a script on Escript to communicate to an agent that would
    start the batch process at a specified time. Has anyone done something
    similar or can offer any suggestions ?
    Thanks in advance,
    Jean Mercier
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Mega drop down SharePoint 2013 - Any more third party tool

    Im looking for a mega dropdown menu to use in a sharepoint 2013 project. I'm happy to use a third party one like this one
    archetonomy
    But i need some other similar ones to compare too but can't find any. I would appreciate if can find more of this.
    Thanks in Advance

    Hi Pradeep,
    According to your description, my understanding is that you need to a third party tool for uploading bulk meta data tagging in SharePoint 2013.
    There are some third party tools for it, but, most of them are not free.
    Below are some examples, please take a look at:
    http://www.layer2.de/en/products/Pages/Auto-Tagger-SharePoint-2010.aspx
    http://www.metavistech.com/category/sharepoint-users
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/Bulk-Tagging-in-SharePoint-2010.aspx
    http://en.share-gate.com/blog/bulk-editing-and-tagging-sharepoint-metadata-101
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Third Party Tools To Upgrade WSS 3.0 to SharePoint Foundation 2013?

    Since you cannot upgrade WSS 3.0 directly to SharePoint Foundation 2013 using just the SharePoint software, I wanted to look at 3rd party tools that automate the migration directly to 2013 without requiring an intermediate upgrade to 2010.
    We have a simple WSS 3.0 farm with 2 SharePoint Servers and 2 SQL servers that are are load balanced so that the site stays up if any one of the servers goes down.  It may be just round robin load balancing.
    I'd like to see if I can determine if any of these migration tools would save enough time and effort for this type of environment to be worth the cost.  It would be nice if we could do the upgrade all in once day instead of having 2 outages.

    HI,There are third party tools to upgrade sharepoint but not from wss 3.0 to directly sharepoint 2013.Its not at all possible as I know.Please find the below link that clearly explains the Upgrade process.
    http://expertsharepoint.blogspot.de/2014/03/sharepoint-up-gradationmoss2007.html
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/
    It looks like there are such products.  
    This one says it can be used to migrate directly from even WSS 2.0 to SharePoint 2013.
    http://www.fpweb.net/sharepoint-2013/migrate-sharepoint-2003-to-sharepoint-2013/
    I don't like that it doesn't indicate anything about pricing on the page so you have to call a sales rep and give away all your contact information before you can get a quote.  I probably will not call them.
    We would "like" to speed up the migration process and have only a single outage, but since the SharePoint environment is small, we will not be spending thousands of dollars just to save having to do two upgrades.  We would probably end up just
    going to 2010 and canceling the 2013 upgrade if needed.

  • What are the third party tools available for Encryption in Oracle database?

    Dear All,
    Can you please help me with the below question?
    What are the third party tools available for Encryption in Oracle database? Please let me know if you know their feedback and also licensing/cost information

    Why would you spend money to purchase a third-party tool that will be, almost by definition, less secure than the tools inside the product you already own and paid for?
    http://www.morganslibrary.org/reference/pkgs/dbms_crypto.html
    But were I to have any to recommend one I would not do so without knowing information you seem to consider unimportant such as:
    1. Operating system
    2. Database edition and version
    3. What type of data needs to be secured
    4. What level of security is required

  • How to integrate DRM with third party tool for loading metadata in SQL table

    Experts,
    I am new to DRM and I have a requirement in which we want to integrate DRM with third party tool(lets say SQL table) as target and load metadata from DRM (Parent node, name , alias etc) to SQL table (same column name)
    Is there any way we can integrate DRM to export the same to table directly instead to files. If yes what are the steps we have to follow.
    Is there anyway we can customize DRM to execute queries or run batch
    Can I have a basic example please.
    Thanks in advance,
    Regards,

    1. Use DRM Export to Table option, for that create an External Connection first for the Target Database and select the respective Tables to which you wish to Export the Hierarchy information.
    2. You can perform most of the DRM Actions via the DRM_BATCH_CLIENT.exe.
        Please refer to Using the Data Relationship Management Batch Client of DRM User guide.
    let me know if you have any issues.

  • How to Retrive data Form Third party tool & up lode  in  SAP

    HI Friends,
    My client was implementing sap & parlay  .NET for   HR module .
    my client requirement was what ever amount   he payed  for Employees  that should also uplode in sap.
    In SAP he is treating employee as Vendor .
    so please guide me how can I Retrive data from third party tool & how can i uploaded in sap .
    Regards,
    Reddy

    Hi,
    Third Party Tool must be having some features of downloading data in a format like Excel.
    In SAP Side, this File is going to be your input...Now you can try different options:
    1) Identify the IDOC that serves your purpose and populate the idoc and fire an Inbound IDOC.
    2) Run a BDC for your relevant Txn Code by uploading the Third Party generated Excel data into an internal Table.
    3) Use an Standard BAPI to upload data into SAP.
    4) If possible, Use an SAP Provided Direct Input program to pump data in SAP.
    You need to give the expected format of Excel to the Third Party user generating the Excel for you.

  • Third party tools similar to graph6i

    Hi all,
    Starting this year, we moved our forms6i and reports6i application to 9ias R2 setup. However, for graphs we were told to keep using graphs6i because OSS for some dumb reason, removed graph from their tool list in 9ias. We have few complex graphs which has 4-5 layers of drill-down and based on clicking a bar/pie on graph1, it populates graph2, graph3 on the same page. It returns data to form application too which is used when we press a button on forms.
    When we try to port that in reports9i, it doesnot have all those features as graphs and we have to show that in a pdf/html report with hyperlink which management didnot like.
    Does someone has idea of any third party tools which can fetch data from database and show some really nice drill-down graphs in 9ias R2 mode, 9i database and it can return values to forms too?
    Any inputs would be appreciated.
    Thanks in advance,
    Abhi Kumar.

    Hello,
    There is no direct way to see user and group broken permission within a site collection. However you can write powershell script to get the permission. You can modify the below script based on your need and export result in CSV. You may also need to add
    code to iterate all subsites within site collection.
    http://social.technet.microsoft.com/wiki/contents/articles/14242.sharepoint-2010-export-all-unique-permissions-from-site-collection-using-powershell.aspx
    http://en.community.dell.com/techcenter/windows-management/b/weblog/archive/2012/09/25/sharepoint-security-reporting-using-powershell
    Codeplex tool is also available to check permission but it is not always fulfill business need. You may also look at this if it suits you.
    https://permissionsmanager.codeplex.com/ 
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Convert TEXT or HTML to PDF in SharePoint 2013 Without Third Party tool

    Dear All,
    I want to convert the HTML content or TEXT or SharePoint list item to PDF file.
    Scenario.
    1) There will be a form where student will submit the Feedback / survey (custom survey , it's kind of objective question;s).
    2) Then the Feedback / survey result should be sent in the PDF Format by email  to the student once user submitted.
    Without third party tool.
    Please it's bit urgent ,
    Thanks in Advance.
    --Murthy

    Hi,
    Here is blog with the source code for your reference, you can refer the source code to customize your own solution to achieve your requirement.
    http://www.codeproject.com/Articles/28050/Generate-PDF-Using-C
    Best Regards
    Dennis Guo
    TechNet Community Support

Maybe you are looking for

  • Close open Po's

    Hi experts , How to close open PO's , we have n number of open po's , but it has to get close .??? And , with closing the PO , whether it possible to delete all po's . Suggest how to do the above scenrio's .. Thnaks

  • How did old Safari History Items I haven't visited in years appear recently?

    I upgraded to Mountain Lion on Saturday October 13th. I then ran software updates, and got everything up to date. I was home alone, and the only thing I went to YouTube for was to get guidance for setting up Facebook and Twitter notifications. That's

  • Guide for Fault Message Type

    Hi, I search a guide for configuration a "Fault Message Type". I have read, if there is a mapping error, XI will create a error handling in a xml-file. But I can not find this file. Can you help me please? Thanks. Regards Stefan

  • How to create a new Structure of Data screen and screen sequence

    Hi, Can you give any link or explain all the steps required to create a new structure of data screen and how to assign it to our comapnay code or plant etc.  also when i check the screen ref. which is assign to material type in OUR system i ROH but i

  • Where to set extended XML handling in WESOUT while sending XML

    Hello Experts, Requirement : Add a Z field to a standard message type so that it can be sent to another system while XML . Transaction cod e: WESOUT is used for that. But as per the link : http://help.sap.com/saphelp_nw04/helpdata/en/73/3f5c3c3906b00