Oracle User From Specific Machine

Hi,
Looking to prevent the client from using specific oracle user account (MANAGER)
But From the Application X that we install in his machien it is internally
calling this user account
How can we prevent using this user account in this client mahchine for any other connection of any other applications sql plus visual basic reports ....etc
While we need it only fro the application X
Regards
HSBDBA

Arup, your solution will not work. Re-read the OP. The user logs in from the same terminal via an application that uses the ID in question hence sometimes the IP is allowed and sometimes it should not be allowed to sign on.
The goal is to prevent the user from using the ID with any tool other than the application.
Solutions
1- Code the Id and Password in the application so the user does not know it
2- Check the contents of v$session.program when the user runs the application. If it also shows the application and the application does not use SQLPlus or other tools as part of itself then use a database event after logon trigger to check the program being ran. The v$session.program column is not always populated depending on the client version is use.
HTH -- Mark D Powell --

Similar Messages

  • Is it possible to export (expdp) oracle table from client machine ?

    Is it possible to export (expdp*) oracle table from client machine, without using Remote desk top connection ?*
    1) Database-10g server is in America
    2) client machine is in India
    3) Oracle client-10g software is installed in my machine
    4) I am able to connect to the server, could see all tables
    5) one table is with 35 million record, I wanted to export this table using data pump, is it possible?
    note: without using Remort desk top connection.

    Hi
    I used the following syntax , but I am getting error
    6) connect sys as sysdba
    create directory test_dir as '/dbusr1/exp_test'
    grant read, write on directory test_dir to user1;
    7) expdp user1/pwd1@xyz tables=test_1 directory=test_dir dumpfile=test_file.dmp logfile=test_file.log
    8) Errors
    In linux prompt I am getting this error
    -bash: expdp: command not found
    In windows cmd prompt I am getting this error
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE";, line 488
    ORA-29283: invalid file operation
    9) why ?
    -- Does the user ( "user1") should have any system level privilege ? to export his own table?
    -- This folder ('/dbusr1/*exp_test'*) has write privilege in os level.
    Thanks in advance
    sbmk_design
    Edited by: sbmk_design on Aug 24, 2009 12:06 AM

  • Restricting Web Service Access from specific machines (IP)

    Is there any way by which we can restrict access of our web service to some specific machines i.e., restricting to some specific IPs.

    maybe a Filter helps you since you can know the remoteIP from the httprequest
    http://java.sun.com/products/servlet/Filters.html
    public class TestFilter implements Filter {
    FilterConfig config = null;
    public void init(FilterConfig filterConfig) throws ServletException {
    this.config = filterConfig;
    public void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain) throws IOException, ServletException {
    HttpServletRequest request = (HttpServletRequest) servletRequest;
    HttpServletResponse response = (HttpServletResponse) servletResponse;
    String ssoToken=null;
    System.out.println("+++++++ENTRANDO AL FILTER DE WS++++++++");
    System.out.println("+++++++IPLOCAL++++++++"+request.getLocalAddr());
    System.out.println("+++++++HOSTLOCAL++++++++"+request.getLocalName());
    System.out.println("+++++++IPREMOTE++++++++"+request.getRemoteAddr());
    System.out.println("+++++++HOSTREMOTE++++++++"+request.getRemoteHost());
    System.out.println("+++++++REMOTE USER++++++++"+request.getRemoteUser());
    System.out.println("+++++++Filter chein++++++++");
    filterChain.doFilter(servletRequest,servletResponse);
    System.out.println("***despues de doFilter****");
    public void destroy() {
    config = null;
    }

  • Easy way to migrate users from one machine to another?

    I have an iMac lab where students have their own local accounts. The machines are bound to W2k Server with AD. New school year, new seating charts, some users must move. Is there an easy way to migrate a user and all their stuff from one machine to another? We do have Remote Desktop BTW. I'm not finding an obvious answer so I guess there isn't but I sure wish there were. I suppose they could copy anything they want onto the server. set up a new account on the new machine and pull it all back off the server, but that's not "easy".

    Hi
    +The machines are bound to W2k Server with AD.+
    This could be a telling statement although without further information it would be hard to say?
    What I'm assuming from this is that current mac clients are bound to Active Directory. This would mean that user accounts exist on the Server and not locally. In which case there would be nothing to transfer other than the local admin account - again assuming you want the applications installed on the current client macs transferring over to the new client macs.
    To be honest it would be easier and less hassle to create a new local admin account and install compatible software fresh. Use the same tools you used to 'bind' the old client macs to Active Directory for the new client macs.
    +We do have Remote Desktop BTW+
    You could utilize this to (a) name all the new mac clients with appropriate hostnames and (b) 'bind' new mac clients by issuing dsconfigad from the command line. If this seems like too much hard work then you could simply exercise your legs and walk round each one in turn.
    Even if your current mac clients are configured with Mobile Accounts (locally cached network accounts) this would still not be a problem as you can manually or automatically sync the locally cached networked home folder back to the server and then log in with that account again on the new mac clients. The home folder should then be cached locally.
    This assumes you've configured Directory Utility in the appropriate way.
    Tony

  • Connect to oracle xe from another machine

    How i can set oracle xe for connect from another machine
    i can connect with :
    sqlplus system/pass@xe
    listener and tnsnames are fine
    on base machine, but I can't do it from another machine
    i can't do it with html db (from browser), too
    ist it possible and how ?

    Do you have updated the tnsnames.ora file on your client box before you have tried to access the remote machine? Can you please post the error message you receive.
    If you have set the TNSNAMES.ora please try to resolve the remote database with TNSPING.. Can you also please post the results of this?

  • Moving users from one machine to another

    I am trying to move users from a Solaris 2.6 box to a new Solaris 9 box. I tried moving /etc/passwd /etc/shadow and /etc/group to the new box, but when I try to login I get the following error in /var/adm/messages
    Mar 17 17:10:15 host.name sshd[1573]: [ID 800047 auth.error] error: Could not get shadow information for NOUSER
    I also tried running pwconv to make a new shadow file from the passwd file.. no good.
    How do I move these users to this new machine?

    You shouldn't really have overwritten the whole passwd / shadow / group files - did you back them up first?
    If so, reinstate them and then just copy the entries you require.
    You'll also need the home directories for each user - if they're all in the same place, eg /export/home then you could tar it up and copy it over....
    tar cvf /tmp/home.tar /export/home
    compress /tmp/home.tar
    copy /tmp/home.tar.Z to new box and untar it.

  • Show/Search Users from specific organization in OIM

    Hello Everyone,
    I have a requirement where in when a request is submitted and forwarded to say Manager. Now, Manager should reassign the task to other user who is from particular organization say MyOrg1. Is it possible to implement this. Currently, when I try to reassign the task to some other user, it provides me users from all the Organizations. It should show only those users who are from MyOrg1 and should not show users from other Organizations.
    Please let me know.
    Thanks,

    In R2 it is very simple. just provide Organization Viwer/Administrator Admin Role on other organization to Manager . Now manager can assign to other user who exist under other org.
    I don't know if it is possible in R1. you can check with the Object PermPolicy. do the same as R2. I mean provide viwer permission on this organization
    Look at data object permission tab and there also you can provied read access for Organization Admin role.
    For R1 find below link
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14316/org_mangmnt.htm#CHDFBDDB
    and
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14316/org_mangmnt.htm#BABGFGAJ

  • Block Users from specific Warehouses

    Hi,
    Can anyone tell me if it is possible to prevent specific users from transacting out of certain warehouses only?
    I know this can be done with a customized approval procedure, however the client would like this to be blocked comepletely wihtout anyone having to approve the document
    Please assist...
    Kind Regards
    Grant

    Hi Friend,
    I'm afraid there is no method here we can link or block certain users to certain WHs.
    That is why the approval procedure is used as a possible workaround.
    If the customer wants this work as you've mentioned, you have to develop your own SDK code to justify the user's permission.
    Kind Regards,
    Dani Zhao
    SAP Business One Forums Team

  • Restricting the Oracle user from Login

    Hi,
    I want to restrict the users from login depending on two parameters usind Database logon trigger,
    i.e
    1. MODULE (like SQL*Plus...)
    2. USERNAME
    I can get USERNAME from
    select SYS_CONTEXT('USERENV','CURRENT_USER') from dual
    But, select SYS_CONTEXT('USERENV','MODULE') from dual says invalid parameter.
    Can anybody help me?
    Ronald.

    Both are working fine i saw
    SQL> select SYS_CONTEXT('USERENV','CURRENT_USER') from dual
    2 ;
    SYS_CONTEXT('USERENV','CURRENT_USER')
    APPS
    SQL> select SYS_CONTEXT('USERENV','MODULE') from dual ;
    SYS_CONTEXT('USERENV','MODULE')
    SQL*Plus

  • Oracle installation from local machine

    Hi ,
    I plan to install oracle 10G R2 in AIX 5.2 server.
    Server is located in different location. I want to install from my local machine running in windows.
    I used to connect thru SSh or putty to connect server..
    Can anyone tell which software to install to get Oracle Universal installer window when i run ./runInstaller.?
    thanks

    asifkabirdba wrote:
    STALE - File contents are incomplete (such as when an instance is shut down with SHUTDOWN ABORT or due to a system crash).
    just startup the database and check.
    SQL > alter system switch logfile
    Give the command few times and check.
    Regards
    Asif KabirWhat is this Mr.Asif? you'rw wrongly answered for other question...

  • Restoring user from Time Machine backup

    Time Machine help
    OK, i have a Time Machine issue that I have a feeling won't be an easy fix.
    I had to completely wipe my powerbook clean and reinstall the other day (an archive and install wouldn't even work).
    Unfortunately, I made the mistake of excluding system files when I created my TM backups. Now, at no part in the install process (nor by using the Migration utility later) can I get the OS to recognize my TM files.
    Is my only option to drag and drop from the TM backups? Can this be done with entire users or the entire application folder, or is that going to screw things up? I suppose I could start over with everything, though I'd like to restore Mail to its previous state and I'd like to have my web browsers back as before, at a minimum.

    Issue solved with visit to Genius Bar.
    As I understand it here are the steps the Genius did. Attempt to create the account (system preferences->users) with the same information. It will say it already exists. Very carefully read the options. One will say use the existing account. BE CAREFUL because one option will wipe your data.
    If you need to do this it might be worth the trip to the Genius Bar as you could wipe your data. One precaution I took was to bring a full copy of that user account onto my desktop (from the backup immediately before the wipe) in addition to the one in the user folder. Once we verified that the account was working I moved the desktop copy to the trash and again verified the account (just to be safe).
    Hope this helps someone else.

  • Migrate Oracle Users from one DB to another

    We are very new to Oracle app. Hope this is right forum to post this question:
    We have 200 users in one development environment (oracle application). Is there an automation (or nice easy) tool to move those users to production environment instead to create them one by one from Oracle App?
    Any document about it?
    Thank you

    Hi,
    Use FNDLOAD to download and upload them. You can edit the file after the download to filter/make changes as required.
    Here is some code to do ALL USERS (note this also uploads responsibilities, but make sure all dependencies are there)
    # Download all users, user responsibilities, responsibilities
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct all_users.ldt FND_USER
    # Upload
    FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct all_users.ldtHere is code for just one user (OPERATIONS)
    # One user OPERATIONS
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct user_OPERATIONS.ldt FND_USER USER_NAME=OPERATIONS
    # One user OPERATIONS
    FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct user_OPERATIONS.ldtRegards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Help moving a user from one machine to another

    We used Acronis True Image to take an image of his machine to move it to the new hardware (so that he would not lose any of his settings). His PC has a fault in the board and while it still functions, we needed to move his to another tower. However, now his install of Acrobat XI Pro is requesting a username and password to continue to use his trial copy. This was not a trial copy and there is no way for me to put his license key in again because it will not let us get any further than this prompt for a user ID. I don't want to have to reinstall this program if I can avoid it.

    Hi jamesy11187,
    Was acrobat Registered using this user's Adobe ID? Did you tried signin-in using user's Adobe Credentials?
    I would recommend you to refer this link (Find your serial number quickly ) and let me know if it helps.
    Regards,
    Rahul

  • Create Oracle USER Account from Third Party System

    Hi there
    We have requirment to create Oracle USER Account through third party system.
    How can we achive this?
    I know ORacle Provide FND_USER_PKG.CREATEUSER API to create user
    Is there any special thing we have to do to create Oracle USER from another system?
    Thanks
    ASIM

    Hi,
    Is there any special thing we have to do to create Oracle USER from another system?I believe you need to check the third party manual or contact the vendor for other considerations when creating user accounts from this system.
    For FND_USER_PKG, please see the links referenced in this thread.
    change password of EBS user
    Re: change password of EBS user
    Regards,
    Hussein

  • SharePoint 2010 Central Admin to add users from AD from specific Department

    Dear All,
    I am working on SharePoint Foundation 2010. I have to add users from specific department to a particular site collection.
    Please let me know if there is a way to import users from Active Directory based on the 'Department' filed in
    SPCA.
    Thanks.

    Is that okay if I share the PowerShell code? Do you have access to Active Directory and can you query information?
    Refer this Link
    Code
    # set site collection owner for all sites...
    # 1-2012
    Add-PSSnapin Microsoft.SharePoint.PowerShell
    # $AccountList is an array of Windows Identities in the format of $AccountList = @("DOMAIN\USERID" , "DOMAIN\USERID2")
    $accountList = @(Get-ADUser -Filter {(Department -like '*Ur Needs*')})
    #$AccountList = @("LAB\Jack", "Lab\tom", "Lab\dick", "lab\harry")
    #this gets an array of objects representing the sites at the IIS level:
    $IISSites = Get-SPWebApplication
    Foreach($oneIISSite in $IISSites)
    #using .Sites, we can get a list of the site collections
    foreach ($SharepointSiteCollection in $oneIISSite.Sites)
    write-host $SharepointSiteCollection.url -ForegroundColor Cyan
    $spweb = Get-SPWeb $SharepointSiteCollection.url
    #now we have the website, so lets look at each account in our array
    foreach ($Account in $AccountList.samaccountname)
    #lets see if the user already exists
    Write-host "Looking to see if User " $account " is a member on " $SharepointSiteCollection.url -foregroundcolor Blue
    $user = Get-SPUSER -identity $Account -web $SharepointSiteCollection.url -ErrorAction SilentlyContinue #This will throw an error if the user does not exist
    if ($user -eq $null)
    #if the user did NOT exist, then we will add them here.
    $SPWeb.ALLUsers.ADD($Account, "", "", "Added by AdminScript")
    $user = Get-SPUSER -identity $Account -web $SharepointSiteCollection.url
    Write-host "Added user $Account to URL $SPWeb.URL" -Foregroundcolor Magenta
    else
    Write-host "user $Account was already in URL " $SPWeb.URL -Foregroundcolor DarkGreen
    if ($user.IsSiteAdmin -ne $true)
    $user.IsSiteAdmin = $true
    $user.Update()
    Write-host "$account has been made an admin on $SPWeb.URL" -Foregroundcolor Magenta
    else
    Write-host "$account was already an admin on $SPWeb.URL" -Foregroundcolor DarkGreen
    $SharePointSiteCollection.Dispose()
    Note:
    First uncomment the second $accountlist add the user manually to test
    If you have AD module installed in your SP server you can use
    $accountList = @(Get-ADUser -Filter {(Department -like '*Ur Needs*')})
    Regards Chen V [MCTS SharePoint 2010]

Maybe you are looking for

  • Problem with Month in text

    Hi experts, I have a columns with the months : 1,2,3,4 ... I need these month in names and that's why the formula of the column is : MonthName ({Comando.MES_CIERRE}, true ) then the column show: Jan Feb Mar ... Then I create a new row, but when I cal

  • Alternate table of AP_INVOICE_LINES_ALL in 11i

    hi 2 all I have developed Supplier Statement of Account report in oracle apps r12 and use AP_INVOICE_LINES_ALL table. it running fine in R12 , but when i run in 11i , compiler raised error on AP_INVOICE_LINES_ALL table , b/c this table is not availab

  • Scenario of import through local vendor where MODVAT on CVD can be availed.

    Hi All MM Experts,                In our scenario company procures imported material through local vendor who in turn passes CVD,Cess on CVD & Scess on CVD to the company along with ADC(Additional Duty)but company pays CST or VAT whichever is applica

  • Is it okay to clean my ipad screen with alcohol when I have a screen protecter on?

    So I was told by my family members to wipe my ipad with alcohol as my screen was dirty. I have also recently found that alcohol wrecks the screen. However, I did have a screen protecter at the time. Is this okay?? Is my screen wrecked/ will be wrecke

  • Hybrid Lync - External Web Services?

    Can anyone tell me if the external web services, provided by the on-premise Front-End server are ever used in a Lync Hybrid deployment? If not, how is "meeting content" that is created in a Lync on-premise meeting accessed by Lync Online users? Is th