APPS connection to db using SQLPLUS

Hi Gurus,
As part of security implementaiton after a successful upgrade of DB from 9.2.0.6 to 10.2.0.5 we have created custom db users to connect to the database so we can audit user activities. We have also changed the APPS password and other users like HR etc. Now we want to disable APPS connection to the db using sqlplus and toad.
Is there a way we can stop Apps and other users like hr connection to the db using sqlplus and toad?
Thanks.

Is there a way we can stop Apps and other users like hr connection to the db using sqlplus and toad?Yes.
11.5.10 New Features : Managed SQL*Net Access from Hosts [ID 291897.1]
Best Practices for Securing the E-Business Suite [ID 189367.1]
Best Practices For Securing Oracle E-Business Suite Release 12 [ID 403537.1]
restrict access for toad,sql application from unauthorized users
restrict access for toad,sql application from unauthorized users
Thanks,
Hussein

Similar Messages

  • Wierd message while connecting to ORACLE using sqlplus

    Hi
    Server:AIX 3 5
    Oracle: 10.2.0.1 patched to 10.2.0.3
    i tried connecting to oracle and getting a wierd error only via OS Authenticated user not while connecting as sys or "/ as sysdba"
    $ sqlplus /
    1224868 : map : Permission Denied
    1224868 : map : Permission Denied
    1224868 : map : Permission Denied
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Nov 27 00:40:18 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    any idea on this?
    thanks
    Deepak

    Server:AIX 3 5Is it true or mistake ? I don't think Oracle 10g has ever supported on that AIX version.
    Anyway, what OS user did you use ?
    Nicolas.

  • ITunes.app connection message after using CleanMyMac

    Hi,
    After performing a cleanup with CleanMyMac and open iTunes I get this incoming network connection message that some people have seen before:
    "Do you want the application iTunes.app to accept incoming network connections?
    Clicking Deny may limit the application's behaviour.This setting can be changed in the Firewall pane of Security preferences.
    Deny Allow
    I get this message every time I open iTunes(after the program being closed). I have looked in System Pref - Sec - Firewall but I can's seem to do anything about it.
    Can anyone help?
    Many thanks!

    aditz, you should always have a bootable clone of your entire hard drive (Note: not a Time Machine backup).
    That way if anything bad happens when you try out a new application that's supposed to "clean your mac" but in fact makes a mess of it, you always have a fully functioning clone you can use to clone back to your internal hard drive and then carry on "as you were".
    I would take the advice just given by Sig and select "allow".. and then reorganise your settings in iTunes itself so that iTunes store is turned off.
    PS note to self: don't ever be tempted to try out "Clean my Mac".

  • Mail app connection failures while using different WiFi network

    I have four email accounts (hotmail, yahoo, gmail, and icloud) set up through the mail app that all work as expected while on my home WiFi network.  These accounts all fail to connect, however, whenever I am connected to my university's wireless.  The accounts have connected successfully on campus in the past, and broke around the time I upgraded to Lion.  What actions should I take to get my mail client up and running while at school?

    This is an OS X Server:Mail Services forum
    Are you connecting to an OS X Server?
    If so, from that server, post the unedited output of the following command run from Terminal:
    postconf -n
    Also, try enabling SMTP Authentication in your mail client.
    Jeff

  • [HELP] How to records user who use SQLPlus or SQL editor?

    Dear Gurus,
    Is onyone know how to record user who use SQLplus or any SQL editor?
    for instance...
    user1 using SQLplus on monday august 9.30.21 PM...and I have table which record this for audit user.
    Or..
    Can I block user who connect to oracle using SQLPlus?
    If anyone know how to do this..please inform me...
    Thanks and Regards
    Erie

    You can enable Auditing (AUDIT_TRAIL) and audit at the Session Level to record Logon and Log off of a required user. This can be enabled to be recorded in the audit table or operation system file. You can also audit user statements etc.
    For example, to enable auditing connect for user UGONIC
    SQL>audit connect by UGONIC;
    TO disable it
    SQL>noaudit connect by UGONIC;
    Check in the SQL Reference for the AUDIT statement and requirements.
    If you do not want the user to connect at all via SQL*Plus, you can use PRODUCT_USER_PROFILE to disable a users access to SQL*Plus or at the lower level, disable specified SQL*Plus and SQL commands for the user. You need to run the PUPBLD.SQL script as system user (if not run yet) and add records to it as required.
    Example: After running PUPBLD.SQL. This entry stops the user UGONIC from using the drop command at the backend in SQL*Plus.
    INSERT into product_user_profile (product,userid,attribute,char_value,date_value)
    values('SQL*Plus','UGONIC','DROP','DISABLED',NULL);
    Note that if a user is already connected by the profile entry, it is not activated on that session, but on subsequent logons. Again read the requied security documentations for this.
    For both auditing, you need to set the required database intialisation parameters and know where to get the audit records (in tables, views or OS file). For instance, when using tables, you maintain and query tables like audit$ to view the logs. When using OS type logging, it is recorded on the path specified in the AUDIT_FILE_DEST init parameter (In Windows, it is logged in the Windows Event and you can view it from the event viewer).

  • Unable to connect using sqlplus using Oracle 11.2.0.1 32bit(x86) client

    I have database running on Oracle 11.2.0.3 on Linux 5.5 64bit. Another server where I have installed Oracle Client 11.2.0.1 32-bit (x86). (http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linuxsoft-085393.html).
    But I can not do tnsping, I get segementation fault. Additionally, I can not to database using sqlplus <user>@SID. I get prompted for the password, then I am back the unix prompt again without any error.
    For debugging, I installed 64bit version of the client, which can connect to database. I am using same version/copy of tnsnames.ora. No special character (^M) in the tnsnames.ora.
    Any suggestions how do I get this fixed?
    Thanks,
    KP

    I figure I should update my findings on the resolution.
    during Oracle 11.2.0.1 client installation, there was an error/warning message about oracle net configuration assistant unable to run. So, I had ignore it thinking its benign and created the tnsnames.ora file manually. On a hunch after 9 days of debugging, i decided to look into this warning message, and found some info in the ora32Inventory/logs/installAction-<date>.log. It had following error about java when running oracle net config.
    INFO: # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    INFO: # Problematic frame:
    INFO: # C [libnnz11.so+0x3c35e]
    So, I google the error, and after some research and reading, found an oracle patch to address this error:
    ORA-24550: SQL*Plus 32-Bit Client May Crash On Linux X86-64 OS With AMD Processor [ID 1120724.1]
    Patch info: 8670579 - DBBETA :NETCA/DBCA FAILED WITH HOTSPOT VIRTUAL MACHINE
    Typically, this patch (8670579) is installed on Oracle RAC. however I tried on my app server (oracle client). It resolved my sqlplus issue and more importantly it resolve my application (Business Objects/BSAE) installation issue where it was unable to connect to oracle database using 11.2.0.1 client.
    Cheers,
    KP

  • Difference between using app server connection pooling and using the driver

    Hi all,
    How to get connection pooling with out application server and tomcat also?
    What is the difference between using app server connection pooling and using the driver supported connection pooling?
    Regards,
    Murali

    maybe the performance of App server pool is better than the JDBC pool,
    for you don't know wether the implementation of the JDBC interface is good or bad.

  • How to connect to database using sqlplusW (windows based  sqlPlus)

    Hi
    Thank you for reading my post
    I did some search and i find that i should use some kind of SYSTEM/SYSTEM@ORCLE
    to connect to database using windows based sqlplus.
    in the above SYSTEM is username and password and ORCLE is SID.
    but sqlplusw says that
    could not resolve the connect identifier specified.
    where i can find complete information about HOST string ?
    thanks

    You can look inside yours tnsnames.ora file it can be found in %ORACLE_HOME%\network\admin
    MOB92 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = MOB92.world)
    Here my network service name in MOB92 so in sqlplus I would use:
    system
    password
    mob92
    and it should work. If you have no such entry in tnsnames.ora file you can use for example Network Configuration Assistant to configure your network service name.
    Best Regards
    Krystian Zieja / mob

  • Connecting my iPhone using the remote app.

    I am trying to connect my iPhone using the remote app, nothing seems to work. I have been told to go to Preferences > Devices and allow iTunes to search for iPhone ect but there isn't this option when I go there?

    You do not have to dock your iPhone to use an iOS remote app to control your Mac.
    There are both Wifi and Bluetooth style iOS remote apps for both iPhone/iPod and iPad.
    Apple makes the one you are using. I believe that Apple's app can use both WiFi and Bluetooth.
    I use a very exceptional Wifi remote app on iOS that is called Rowmote Pro.
    This app has a really good feature set, plus you can control other aspects of your Mac with it.

  • Connect using sqlplus

    Total noob question. I'm having trouble connecting to my database using sqlplus.
    The database is on a different machine and is 11g. I have 9i and 10g clients installed locally.
    I'm using the following syntax:
    sqlplus usrnm/pass@orcl
    and the error i get back is TNS could not resolve connect identifier specifiied
    my tns entry looks like this:
    DEVORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dev-vmdb01)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    I also have a different TNS entry to another db like this:
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dev-db02)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    I could see how it would be confused. But i'm not asked to specify the machine name so how can i correct this?
    Thanks for any suggestions.

    export ORACLE_HOME=/path/of/your/oracle/client/binary/upto/db_Xfor example echo $ORACLE_HOME
    /home/oracle/oracle/product/10.2.0/db_1
    tnsping anything
    tnsping anythingTNS Ping Utility for Linux: Version 10.2.0.2.0 - Production on 29-AUG-2009 23:27:02
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /home/oracle/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    $
    now it would show which oracle home is currently in use
    i.e /home/oracle/oracle/product/10.2.0/db_1 -- see the path in "Used parameter files"

  • How to using sqlplus to connect and run command ?

    Hello,i have a small problem please help me
    I want to use sqlplus to connect and run command
    for example : sqlplus test/test@DB select sysdate from dual ;
    and then it will show data (sysdate) to screen
    what should i do ?
    Thanks

    kenshin19xx wrote:
    Hello,i have a small problem please help me
    I want to use sqlplus to connect and run command
    for example : sqlplus test/test@DB select sysdate from dual ;
    and then it will show data (sysdate) to screen
    what should i do ?
    Thanks
    bcm@bcm-laptop:~$ echo "select sysdate from dual ;" > now.sql
    bcm@bcm-laptop:~$ sqlplus user1/user1 @now
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 14 20:41:33 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYSDATE
    2011-12-14 20:41:33

  • Unable to connect to Oracle using OS authentication (sqlplus / as sysdba)

    Hello,
    When I try to connect locally ,using OS authentication ( sqlplus / as sysdba ), on a Oracle database, I get "ORA-01031: insufficient privileges" error.
    OS: Windows XP
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod.
    connecting as sysdba using sys/pasword works.
    I have setup :
    -> Log on as a batch job
    -> Log on as a service
    I am also member of ORA_DBA group.
    I mention that connecting "/ as sysdba" worked many months after I've installed the Oracle database. But at some moment in time connecting "/ as sysdba" was no longer possible.
    C:\>sqlplus / as sysdba
    SQL*Plus: Release 10.1.0.3.0 - Production on Wed May 23 11:08:52 2007
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges.
    Thank you for any suggestion.

    Hi,
    I have the same issues from the beginning..
    I have two Oracle homes ( One for earlier installed SOA10g, and another for current installing SOA11g).
    I have the right sqlora.net file. I have removed the old path and reset to point the new oracle home. I have this home entry as the first entry in my Universal installer too.
    I AM ABLE TO CONNECT WITH sys USER AS SYSDBA on THE SAME SYSTEM ( I MEAN WHERE i INSTALLED THE DATABASE) USING THE command prompt.
    But I am not able to connect as the SYSDBA with sys ACCOUNT through the SQLDeveloper tool. or RCU tool? Any help please. Again I am able to connect as a normal user through the SQL developer using the SYSTEM account.
    -- Khaleel

  • I'm trying to use my iPad mini for the first time with a previous apple ID and password but it will not connect to iTunes but I can download apps from my iPhone using the same appleID and password and it works on my iphone...PLEASE HELP NOW

    I'm trying to use my iPad mini for the first time with a previous apple ID and password but it says "iTunes is not working try again"...it allowed me to download an app on my iPhone using the same apple ID &amp; password but all my apps are in "Waiting Status" on my iPad mini because it says "iTunes is not working"...PLEASE HELP ME NOW!!!

    Previous user installed iOS 7 beta on that iPhone.
    Take it back and get your money returned. You
    are running into a new security feature. Whoever owns
    the ID that it is asking for is the only person who can
    remove the security. That iPhone is worthless to you.

  • How to connect to DB on anaother computer using sqlplus?

    db name - GMNA
    server - tst033
    How to connect???
    sqlplus <user>@GMNA.tst033 - it does not work

    or you can even go with EZCONNECT
    sqlplus
    user/password@server:port/instance
    so
    user/password@tst033:1521/GMNA
    port can be ignored if defaulted to 1521.

  • Help !! I can't connect to server using connection manager

    Hello :
    i hava three machine,i use connection manager on Oracle 8.1.7
    i can't connect to server using connection manager
    1.lsnrctl start (Server)
    2.svmrgrl (Server)
    start (Server)
    3.cmctl start (Middle tier)
    4.sqlplus scott/tiger@test (client)
    ORA-12564
    Please help my!
    ---- CLIENT (sqlnet.ora)
    USE_CMAN = TRUE
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    ---- CLIENT (tnsname.ora)
    (DESCRIPTION =
    (SOURCE_ROUTE = YES)
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-middler)(PORT = 1610))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    (CONNECT_DATA =
    (SID = bigbear)
    ---- MIDDLE TIER(cman.ora)
    CMAN = (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = orcl-middler)
    (PORT = 1610)
    ---- SERVER (listener.ora)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/8.1.7)
    (SID_NAME = bigbear)
    ---- SERVER (init.ora)
    MTS_DISPATCHERS = "(PROTOCOL = TCP)(DISPATCHERS=10)(MULTIPLE=ON)"
    MTS_MAX_DISPATCHERS=20
    MTS_MAX_SERVERS = 30
    MTS_SERVERS = 10
    MTS_SERVICE = bigbear
    db_name = "bigbear"
    db_domain = intumit.com
    instance_name = bigbear
    service_names = bigbear.intumit.com

    midder tier must config hosts
    because dispatcher have listener information
    midder tier must know ipaddress
    Ex. on midder tier
    /etc/hosts
    192.168.10.1 orcl-middler
    from client to server it's ok

Maybe you are looking for

  • Import OLE methods in Oracle Forms 6i

    Hi, I am experiencing some problems to import OLE methods in Oracle Forms 6i. In Forms 6i, I select Program->Import OLE Library Interfaces menu option. After the Import OLE Library Interfaces dialog box appears, I can see the OLE Class that I would l

  • How do I save space in my hard drive when importing pictures into lightroom

    Hi, I keep my images in one internal drive and I have light room in my main drive.  When I import pictures from the other internal drive, am I taking up space in my main drive which has limited space.  I only want to keep the applications, such as li

  • How do I import images in iPhoto in order of selection?

    I have a large selection of images that I want in a specific order. When I select the images that I want in a specific order and then upload them into iPhoto they seem to import in a completely random order. Is there a way to import images in the ord

  • Dev Days Tutorials : Can't log into Apex and Can't connect to Ora server

    Hello All, I downloaded the pre-built Oracle VM from Developer Days. The setup works fine. I am now trying to follow hands on labs. There are a couple of things I am stuck at (at the very beginning). 1. The link to http://localhost:8080/apex does not

  • Short text and number of outline not maintained error in BAPI_ENTRYSHEET_CREATE

    Hi Experts, I am using BAPI BAPI_ENTRYSHEET_CREATE' for creation of service entry sheets. I passed below data into the respective parameters Entry Header Sheet - SHORT_TEXT                 THIS IS SAMPLE TEXT PO_NUMBER                  231002130 PO_I