Block third party tools in oracle

hello !
everyone
can anyone tell me how to block toad from accessing data in oracle database
presently i am using oracle 9 release 2

Oracle isn't responsible if you have a bad experience with a third party tool (i.e. the tool doesn't do what you want it to do as well as you'd like it to do it). If the database is the source of the problem, Oracle support is happy to help diagnose and resolve the problem, though you may need to provide a test case that doesn't involve the third party tool. It's certainly not a violation of any license agreements to use a third party tool unless you allow the tool to do something you're not allowed to do (i.e. access the AWR repository if you haven't licensed that access).
Justin

Similar Messages

  • Oracle Third Party Tools and Oracle Database

    Hi
    There are ample third party tools that can be used with an Oracle Database. But does Oracle have some support programs (recommendations which tools are best along with Oracle Database).
    So sort of link or document would be a great help.
    Adith

    Oracle isn't responsible if you have a bad experience with a third party tool (i.e. the tool doesn't do what you want it to do as well as you'd like it to do it). If the database is the source of the problem, Oracle support is happy to help diagnose and resolve the problem, though you may need to provide a test case that doesn't involve the third party tool. It's certainly not a violation of any license agreements to use a third party tool unless you allow the tool to do something you're not allowed to do (i.e. access the AWR repository if you haven't licensed that access).
    Justin

  • Irec : Data migration from Third party tool to Oracle irec

    Currently we are using 3rd party tool for the recruitment procee. Now ee are moving to Oracle Irec.
    Already we have huge data in current system for the vacancy (around 500 vacanies) and corresponding applicant applied for the vacancy. How can we migrate the data from current Sql server to Oracle Irec. Any webadi available??
    Thanks,
    Siva

    As my understanding there no seeded webadi is avaiable for same reference.
    you can designed conversion program or custom webadi for this purpose. PER_VACANCY_API API will help for Migrating the Data in Oracle.
    Thanks

  • 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

  • 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

  • Need connectivity of SAP Oracle with Third Party tool with dsn

    Hi Friends,
    We need to access SAP's Oracle database with third party tool with the help of dsn creation. For that we need to create 2 staging tables and need a new segment for these tables. Our data will move from SAP transactions to these 2 tables and we want to fetch this data via dsn into another third party S/W.
    I am unaware of such kind of working, can you please help me how to create new segment and how to create dsn for accessing tables in this segment.
    Our requirement is as follow.
    The staging tables are required in the SAP database with user name and password. The user should have all access to the staging table only.
    Requesting your kind help on this issue. Please suggest for further processing of activity.
    Rgds, Krishan Raheja.

    Hi,
    Common way to integrate SAP (database) with third party Application is to use and implement SAP Connector (Java or .Net).
    Using this, you can fetch the data from SAP database to use it in Third party application.
    As per my understanding the method you mentioned, will void the SAP database license term.
    So Please check before doing such configuraiton. Also that method is NOT recommended..
    Regards.
    Rajesh Narkhede

  • Sending data directly from BW To Oracle DW via Open hub Third party tools

    HI All
    We need to send data from SAP BW 7.0 to Oracle 11g DW. The requirement is to pass data through open hubs. So we wanted to explore the option of directly passing the data from BW to Oracle using third party tools. So i tried to gather information on the third party tools and came across list of APIs and some pointers on creating a RFC through SM59. But dont know how to do it or what parameters to pass. Could you please point me in the direction or list me step by step detailed instructions as to how I can achieve this?

    Hi Amit..
      I can see  the following  will make things work for  you.
    1) BODS.
    2) PI ( XI).
    3) BI7.0 to FTP and from FTP  you to push these tp  your oracle system..
    Regards,
    rajesh

  • Concur (Third Party Tool to enter expenses) integration with Oracle Payables

    Hi Gurus,
    My client is replacing Oracle iExpenses with Concur (Third Party Tool to enter expenses). I need to work on the inbound and outbound interfaces from Concur to Oracle Payables and vice versa. Here my concern is: how to deal with the Credit card transactions?
    If you have any idea on this, please give me some suggestions.
    Thank you.
    Thanks
    BMK

    Hi,
    1. How we need to interface the credit card transactions to Payables?
    2. Will Concur send credit card details to Payables?
    Can you please provide me the process (how you people are integrating concur with payables)?
    Thank you very much.
    Thanks
    BMK

  • Faxing from Oracle EBusiness Suit with XMLP-Do i need any third party Tool?

    Hi All,
    We are having Oracle Apps 11.5.10.2 on Sun Solaris 5.8. We want to do faxing from our E Business Suit. I gone through the BLOG Entry for Faxing,where i found that i need to install CPUS. Can I installed CPUS on SUN Solaris? In the BLOG posted By TIM, it's wriiten there, that it can be installed on LINUX or UNIX only. Is there any way to installed it on SUN Solaris?
    What is efax 0.9 software mentioned in user guide p.no. 11-38 for installing and setting up fax for CPUS.
    Do i need any third party tool to do faxing from Oracle E-Business Suite.
    OR if i am using XMLP for faxing then, it will take care of all the things, no need for any third party tool.
    We are having XMLP 5.0.1 which comes by default with E-Business Suit 11.5.10.2.
    Regards
    Ravi

    Ravi
    SunSolaris is a flavor of UNIX so you can install and may even already have CUPS, get it to the latest version you can.
    The efax soluition is an open source 'driver' if you will to enable faxing via CUPS.
    You will not need anything else to do faxing from apps ... just cups and efax and your fax board of course.
    Regards
    Tim

  • CONNECT ORACLE11g database in sharepoint 2013 without using metaman or any third party tool

    Hi!
              I want to access ORACLE db and bring it as an external list  in SharePoint 2013. How can it be achieved without using third party tools? So far i referred Creating
    web service, .Net connectivity assembly or crafting the BCS xml model file manually are the techniques that can be employed to achieve. Can anyone share the code to create External content type and External list by adopting any one of the techniques.
    Thanks in advance.

    Hi,
    To connect SharePoint to your Oracle Database, you should use the BCS.
    You will find here what is the structure of the XML File to create to access your Oracle DB.
    http://msdn.microsoft.com/en-us/library/office/ff464424(v=office.14).aspx
    Once you finished your BDCM, you will be able to import it with the following mehod :
    http://www.manula.com/manuals/lightning-tools/bcs-meta-man-for-windows/1/en/topic/importing-the-bdc-model-into-sharepoint
    The last step will be to create your external list from your BDCM.
    http://msdn.microsoft.com/en-us/library/office/ee558778(v=office.14).aspx
    Best Regards,
    Frederic
    Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it was useful.

  • Is a third-party tool required for data extraction to non-SAP system?

    Hi,
    I want to extract data to non-SAP systems with the open hub service.
    If I choose Database tables as open hub destinations, I would like to know if a third-party tool is mandatory and if it's possible to send data directly from database tables in BW to non-SAP systems.
    Many thanks
    Ella

    you can choose a flat file on the application server and then transffer the file from the application server to other server where you want to use.
    in case you want to use the table in the open hub service. any other software that can connect to oracle db / the databasee you have and can access the data from the table.
    Regards,
    Bwer
    Assign points if helpful.

  • Open Hub Destination-Third Party Tool

    dear all,
    can any one guide me as to how data(master data in particular) from bw can be transferred to oracle data base using open hub destiantion.is rfc connection between bw and third part tool enough,do we have to maintain the same structure in third party tool before executing DTP and how can this be done??
    i am now able to transfer data from bw into a flat file and also to data base (bw) and not aware of the this functionality-third party tool .any light thrown on this area is welcome and points will be awarded ,
    thanks ,
    sasidhar gunturu

    Some light at the end of tunnel for sure...
    Extraction to the third-party tool can be executed as follows:
           1.      You define an open hub destination with Third-Party Tool as the destination type.
           2.      You create an RFC destination for your third-party tool and enter it in the definition of the open hub destination.
           3.      You use API RSB_API_OHS_DEST_SETPARAMS to define the parameters for the third-party tool that are required for the extraction.
           4.      You either start extraction immediately or include it in a process chain. You can also start this process chain from the third-party tool using process chain API RSPC_API_CHAIN_START. The extraction process then writes the data to a database table in the BI system.
           5.      When the extraction process is finished, the system sends a notification to the third-party tool via API RSB_API_OHS_3RDPARTY_NOTIFY.
           6.      The extracted data is read by API RSB_API_OHS_DEST_READ_DATA.
           7.      The status of the extraction is transferred to the monitor by API RSB_API_OHS_REQUEST_SETSTATUS.
    For more details click below -
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/7a69d9f3897103e10000000a1553f7/content.htm
    Hope it Helps
    Chetan
    @CP..

  • Third Party Tools for Database Migration of 10g between Cross Platform?

    Hi,
    Like to know any is there any third party tool
    available in the market for cross platform EASY database migration
    between AIX - 10g R2 to Windows - 10g R2.
    Before there used be a third party tool called DBPUT which is no longer
    available now.Looking for similar type.
    Any Suggestion Please.
    Regards,

    why not using export/import (common Oracle tools) or use GoldenGate which allows you to migrate a production database w/o downtime.
    - Klaus

  • Third party tools for redo log

    Dear,
    Any third party tools can read redo log for oracle9i?
    ManyThanks

    Most 3rd parties gave up when they realized that
    a) Oracle now owns, and includes for free, the logminer, and
    b) Oracle is free - and willing to - change the contents of the log files at any time, including patch releases.

  • Third-party tools  for solution manager

    Hi all,
    Im new for solution manager a i just  want to know whats SM tools and whats the third-party tools integrate and interface with SAP Solution Manager and if will be more third party tools??  ( Whats the add on tools SM have??)
    regards
    Tim

    Hi Murali Narayanan   
    If you wan to achieve monitoring from technical perspective, the way that was introduced by shivjansi might be the option.
    If you want to check the entry of specific table in stand alone MSSQL to ensure the business process that use MSSQL
    stand alone DB, you can use BPMon remote DB monitoring that enables monitoring of non ABAP/ non SAP that supported
    by netweaver like MSSQL, Oracle, DB2.
    By using this function, you can monitor the entry of your stand alone SQL server.
    For example, stand alone SQL Server has some table that contains some error,
    or there is  application table and in one row that it indicates error or  completeness.
    Now if you want to check these error document or incomplete document  in the DB,
    you can use BPMon remote DB monitor.
    By monitoring this, you can ensure whether there is issue in your business or not.
    You can find out how to setup from following link.
    http://service.sap.com/bpm
    ->technical detail ->Setup Guide for non-ABAP/non-SAP
    P14 (The monitoring object u201CGeneric Table Entry Counter for remote DBu201D (NATABCNX) )
    is related description.
    (In the document, it also introduce some other way using web service).
    Also in same link, you can find out other document like how to setup BPMon.
    Also there is some blog about table entry counter. it is for SAP ABAP system.
    But the function is more or less same for remote DB.
    So you can also check following blog to have more understandable image.
    /people/volker.vongloeden/blog/2010/07/16/create-your-own-customer-specific-key-figure-for-business-process-monitoring-within-5-minutes
    Best Regards
    Keiji

Maybe you are looking for

  • Adobe Acrobat 9 Pro is showing CMYK in spot color document

    Hi, I created a PDF using Adobe Illustrator CS4, and although I am only using 2 spot colors, both, Illustrator and Acrobat are showing CMYK plates in the Separations Preview and Output Preview. When I turn off the Spot plates, there is nothing in the

  • Runtime Error in Adobe Reader 8.1.2

    When attempting to open a PDF document in Adobe Reader 8.1.2, get the following error; Runtime Error! Program: C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe This application has requested the Runtime to terminate it in an unusual way. Please

  • Embed a font in one SWF use in another?

    Long version: I've got a "player" app that I've built that shows content from various XML files. I have certain common fonts embedded in it (Verdana, Arial, Times, etc.) that it uses to display text. Now, I've got a client with a special symbol font

  • Transport between 2 ESRs

    Hi, I have the following problem: We have a CE 7.1 System running on one computer. We have modeled and activated some components with the ES Builder. Now we installed CE 7.1 EhP on another computer and we want to transport our modeled things on the n

  • Power adapter not charging my nano

    I bought a Sonnet USB Power Adapter for iPod some time ago when I owned an iPod nano 1st generation. Now I have a 3rd generation nano. I went to Sonnet's website and noticed that the 3rd generation iPods are the only ones the adapter is not compatabl