Restricting third party tools to connect to oracle

hi,
my production database is a 2 node rac(9.2.0.6). i have written a trigger to block toad from connecting to database .the trigger is given below.
CREATE OR REPLACE TRIGGER block_tools_from_prod
AFTER LOGON ON DATABASE
DECLARE
v_prog gv$session.program%TYPE;
BEGIN
SELECT program INTO v_prog
FROM gv$session
WHERE audsid = USERENV('SESSIONID')
AND audsid != 0 -- Don't Check SYS Connections
AND rownum = 1; -- Parallel processes will have the same AUDSID's
IF v_prog LIKE '%TOAD%' OR v_prog LIKE '%T.O.A.D%' OR v_prog='TOAD.exe'
THEN
RAISE_APPLICATION_ERROR(-20000, 'Development tools are not allowed on PROD DB!');
END IF;
END;
my toad version is 8.0.0.47.some users are able to connect to toad.some are getting restricted.how to restrict all users to connect to toad.
thankyou,
kishore alapati.

Hi kishore alapati!
I guess your problem is the following line:
<pre>
IF v_prog LIKE '%TOAD%' OR v_prog LIKE '%T.O.A.D%' OR v_prog='TOAD.exe'
</pre>
Maybe you don't catch all the strings from a toad-connection. Rewrite your trigger so that it stores v_prog for each connection in a table. Evaluate the stored values and replenish your If-clause with the new found values.
Hope that helps!
yours sincerely

Similar Messages

  • Restrict third party tolls from database

    Hi,
    How do we restrict third party tools (TOAD etc..) from accessing database?

    There are several threads on web for the same topic . For example,
    http://www.orafaq.com/maillist/oracle-l/2002/10/03/0191.htm
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:561622956788
    And many more like the above two are on this forum as well. Do search a little more closely and I am sure, you would reach somewhere.
    Aman....

  • 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

  • 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.

  • Error while creating the proxy object to connect to a third party tool.

    Hi,
    I tried creating a proxy object with the wsdl file. I even created a HTTP connection to the third party tool. but when I try to execute the whole proxy object, I am getting the below error. Can anyone help me on this?
    "Proxy-Generierung: Fehler aufgetreten"
    "Incorrect value: Entity "<<document>>"(92 /3788 ). end tag 'ul' does not match begin tag 'p'"
    Thanks & Regards,
    Veerabhadra Rao A.

    do a check on the wsdl file and how you are passing values in the proxy. The tags for XML are not correct. Open the WSDL in IE and see there must be an error. Or probably when passing the actual values to the XML generated each element is not closed properly. Error says tags dont match.
    Edited by: Kshamatha Eda on Mar 5, 2010 10:54 AM

  • 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

  • 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

  • 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

  • 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

  • BIW connect to third party tool

    Dear All,
    Can anyone tell me that how i connect my BIW with the third party tool to transfer the data using the open hub services of the BIW . In that i requires a RFC connection but how i create this RFC.
    what are the things which we have mention in the system when we create the RFC.
    Thanks in Advance,
    Nitesh

    Crating RFC @ source
    In  SM59 in BW or R/3 System
    1. Enter RFC Destination as (name)
    2. Connection Type as 3
    3. Enter Target Host as (ur host name)
    4. System number as (ur sys no)
    There will be 3 Tabs available
    Give Login Details , Client , User , Password in one tab.
    Select the Logon Security Tab
    1. Enter Language as EN
    2. Client as (client)
    3. User Name as (username)
    4. Enter your BW system Password.
    You Please go through these
    [ Procedure for creation|http://help.sap.com/saphelp_nw04s/helpdata/en/da/11df3a9b10355ae10000000a11405a/content.htm]
    [Document for creating RFC in more detailed graphical way |http://help.sap.com/bp_biv235/BI_EN/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc]
    Once you read the following and document  on creating source system,Most of teh doubts will be cleared :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ac/4a4e38493e4774e10000009b38f889/frameset.htm

  • 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

  • Create a Web Service to connect a third party tool using ABAP.

    Hi Guru's,
    I wanted to create a web service to access a third party tool for fetching data from it. Can anyone guide me on how to do that and what are the basic needs that we should have to use Web services? To execute a web service, do we need a J2EE engine?
    Thanks & Regards,
    Veerabhadra Rao A.

    Hi Rich,
    Thanks for your immediate response.
    Can you please explain me the technical point of view for fetching the data from a third party application using web service? Which method would be correct for this (i.e., BAPI/FM/FG/Message Interface)? What is the step by step process to fetch data? If I use a function module, how do I pass the data to the web service? Can you give me some more inputs to it?
    Please help.
    Thanks & Regards,
    Veera.

  • 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..

Maybe you are looking for

  • I tunes store in wrong language-- i have i tunes france instead of u.s.

    How can I re-download in order to have i-tunes in correct language and in correct prices. As of now, it shows the I-store in all french, even though all my settings and displays are in English. Additionally, all prices are in euros instead of dollars

  • Apple TV 160GB 1st Generation Failed Power Supply

    Hi, Anyone know where I can buy a replacement Delta switching power supply model ADP-36BF (Output 5v 7.2A) for my failed one in my Apple TV 160GB Generation 1 ? I wouldn't suppose Apple woud repair it for less than the cost of a new ATV Black :-(

  • Hi gurus    bapi_goodsmvt_create

    hi all i am new to bapi. i have used bapi_goodsmvt_create  to upload open POs to sap and for each PO there is GR no and GR may have multiple POs. when i am running prog, i need to process all the PO even if there is error with one GR i.e. out of 100

  • Populating text in the Text tab of PO header

    Hi, I need help in the following requirement. The requirement is to populate text in the Text tab of the PO header. Based on the item(Eg. Header note) that user choose, we have to populate the standard text into the user input screen on the right whe

  • Fault Message Type

    Hi, My scenario flow is IDoc -> PI -> ABAP Proxy (ASync). The receiver ECC system is configured to send application acknowledgement back to PI. When the proxy call fails because of any data issues it populates a fault message and the message status i