Help in getting access to an OEM user for a schema in an database .

Hi All.
We have an OEM  user OEM_MONITOR  which need access to an database called ADC_T  will all the schemas and it objects .
What is the process for this ?
Any expert suggestion would be highly apprciated .
Thanks In advance .

You can just use OEM user to login into the target. To Access the schema and its objects , you need to login as that database user. You can create a user in that database with appropriate privileges and then lgin as that user to access the schema and its objects.

Similar Messages

  • How can I give access to a new user for WebView Reporting Log In //IPCC Enterprise

    Hi All,
    How can I give access to a new user for the WebView Reporting Log In ?
    I have IPCC Enterpise 7
    Thanks
    Andres

    Two options: 1. In configuration manager on the AW, use the user list tool to add the users domain account and select Webview access permissions. 2. Using standard Microsoft Active Directory tools or the Cisco Domain Manager tool, add the desired AD user account into one of the "WebView" security groups created within the Cisco OU.

  • Need help in getting access with phone Addressbook

    Hi,
    I am developing a application that desires to get access with the existing phone address book.
    Q1) I found that JSR 75 will help.I think i am in right way.
    plz help me by giving an example??
    Q2) Does All MIDP2.0 enabled phones supports JSR 75??
    How to find the JSR supported mobiles??
    Q3) Is it Possible with JSR 75 to get access with existing Address book??
    Plz help me.
    Satish Babu Maragani

    Hello,
    1) JSR 75 can provide access to the native address book. Additionally, some device manufacturers provide proprietary APIs that also allow access to the address book. For example, Motorola Iden devices and the v600 series both have phonebook access APIs. But JSR 75 is the standard.
    Here is an example of listing the native address books and contacts for a device that supports JSR 75:
    String[] names = PIM.getInstance().listPIMLists(PIM.CONTACT_LIST);
    for ( int i = 0; i < names.length; i++)
    System.out.println("Address book name: " + names);
    ContactList list = (ContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_ONLY, names[i]);
    Contact contact;
    for (Enumeration e = list.items(); e.hasMoreElements();)
    contact = (Contact) e.nextElement();
    db.put(contactName(contact), contact);
    System.out.println("Contact name = " + contactName(contact));
    count++;
    list.close();
    2) Sorry. Not all 2.0 devices support JSR 75 or phonebook access for that matter. Go to the developer site of the device manufacturer and read the device specifications. They will tell you which J2ME APIs are supported.
    3) Yes. On some devices you can access all the address book information including contacts stored on the SIM card. You will need authorization or a signed midlet in most cases.
    Thanks,
    Rashid Mayes
    www.astrientlabs.com

  • How to get Maximum Number of Concurrent users for last few days?

    Hi,
    How I can get maximum number of concurrent users which were logged in to the system (ECC 5.0) I mean I want to check the hostory for last few weeks. Is there any way to get the same? I know that I can get Cumulative number of users in st03 under Expert mode but that is the number of users logged into the system during the day. Is there any place where SAP maintians the High Watermark of Number of concurrent users reached in the system?
    Thanks in advance...
    Regards,
    Pravin

    Sorry I really missed that I have posted a question here on sdn. I wanted to know this for planning the system hardware requirements. Activities like PM ( Performance Management ) happens once a year and during that activity we see heavy user loan on the system so if I have the exact stats of 1 or 2 years data I can size the system better next time. Fortunately last 2 years PM was very smooth for us. In that look for the improvement because each time we had little extra Harware. By doing the exact analysis we can save a Cost of ownership...
    I was looking for R/3 users. I could see the number in st07 but I want to know the exact number at particular time.. I believe that st07 stores only for few days.
    Thanks
    Pravin

  • Help me getting windows 7 64-bit drivers for hp 15-r249tu

    Hi all,
    please help in getting all the drivers of my hp 15-r249tu laptop drivers for windows 7 professional 64-bit.
    thank you all,

    Hi,
    Realtek RTL8723BE Wifi
    http://ftp.hp.com/pub/softpaq/sp66001-66500/sp66190.exe
    Realtek RTL8723BE Bluetooth
    http://ftp.hp.com/pub/softpaq/sp66001-66500/sp66329.exe
    Realtek Ethernet Controller Drivers
    Card reader driver for XP,Vista,Win7,Win8,Win8.1
    Intel Chipset Installation Utility  
    Intel Video Driver and Control Panel
    Intel Management Engine
    Intel USB 3.0 Driver for Intel 8 and U/Y Series
    HP 3D DriveGuard 6
    Synaptics Mouse Driver
    Regards

  • Get the number of concurrent users for a WD application

    Hi all,
    I need to implement a method which counts the number of concurrent users for a Web Dynpro application.
    Say I have a portal with X applications, is there API that can tell me how many users are working on specific application?
    I know that this line of code
    IWDClientUser currentUsers[] = WDClientUser.getClientUsers();
    will get me the number of users that are working on ALL Web Dynpro applications. Is there a way of getting it for specific application?
    I thought of using a text file/small DB table that set/get the number of users but I think it will cause overhead issues.
    Any ideas how to implement it?
    Thanks,
    Omri

    Hi Omri,
    Try using  WDServerState.getActualApplications() method.It returns array of actual running applications.Compare ur application name with the array elements and keep a counter for matching elements.
    String app[]=WDServerState.getActualApplications();
        for(int i=0;i<app.length;i++)
              view.getComponent().getMessageManager().reportSuccess(
               app<i>);

  • Create two users for same schema

    Hi All,
    Is this method is correct? any other alternative method to have few users with one schema?
    CREATE USER [user1] FOR LOGIN [user1] WITH DEFAULT_SCHEMA=[schema1];
    CREATE USER [user2] FOR LOGIN [user2] WITH DEFAULT_SCHEMA=[schema1];
    CREATE USER [user3] FOR LOGIN [user3] WITH DEFAULT_SCHEMA=[schema1];
    Thanks
    Tharindu Dhaneenja http://databaseusergroup.com

    Hi Tharindu,
    According to your description, it seems that you want to transfers ownership of the schema ‘schema1’ to user user2. If that is the case, please refer to the following query:
    ALTER AUTHORIZATION ON SCHEMA::schema1 TO user2;
    GO
    Reference:
    ALTER AUTHORIZATION (Transact-SQL)
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Help me get Aspyr to patch SimCity 4 (for PB 12")!

    I have been in contact with Aspyr tech support for 3 months now. It's a long story, so please bear with me ...
    The issue: SimCity 4 became unplayable after updating to 10.4.3 on my 12" PowerBook (10.4.4 is the same). The game will launch, but plays extremely, unplayably slow, and is riddled with graphics anomalies. Yes, I am aware of the speed/graphics difficulties with this game as reported in the past; this issue is different, clearly some sort of bug. The game did play normally up to and including 10.4.2.
    Yes, I could install a partition on my HDD with a different version of the OS, just to play SC4, but I'd really rather not waste all that space just for this. The problem should be fixed: this is a problem with a currently shipping software product that affects currently shipping hardware that Aspyr publicly claims is compatible. I've tried every other workaround they suggested, to no avail.
    Aspyr has recognized and reproduced the problem in their lab, or so they tell me. They think it only affects computers with the nVidia GeForce FX Go5200 (so, the rev. B-D 12" PowerBook G4), running Mac OS X 10.4.3 or later, but they may be mistaken (I have found some information indicating that this affects other GPUs under 10.4.3/4 as well). All versions of the game are affected: standard, standard w/ expansion pack, and complete (release in October 2005, and still for sale on the shelves of Apple Stores as elsewhere).
    Aspyr has told me that because they have not received enough complaints about this admitted bug, they have prioritized it as 'low' and will not 'move it up the priority list' (and publish a patch) unless they hear from more disgruntled users.
    So, if you're out there, please write to Aspyr, using the form at support.aspyr.com. I'm not asking anyone to lie; hopefully, posting this will lead to some legitimate responses, light a fire under Aspyr, and get this fixed. This is not an altogether unwarranted hope, they have encouraged my suggestion to do this.
    By the way, soon after 10.4.3 came out, Aspyr issued Patch C for The Sims 2 which "Fixes a conflict with NVIDIA video cards and OS X 10.4.3." So, I think they know how to fix this, they just need to get someone on it.
    Thanks in advance for your help!
    12" PowerBook G4 Mac OS X (10.4.4)

    hi thanks for the help.. i did the metapackage install and also reinstaleld quodlibet, and now it gives an error on the commandline which might help,
    $ quodlibet
    Supported formats: flac, mp3, oggvorbis, wav
    Loaded song library.
    Checking /data/Music
    Opening audio device.
    ERROR (0xe709c0 - 0:00:19.102552000)        audioresample( 3865) resample_ref.c(118):resample_scale_ref: buffer_queue_pull returned NULL"
    anyone more clever than me know what that means?
    p..s this is on arch64 so maybe some of the sampling math is getting screwed up? i'm not sure.

  • Configuring a database and get an error:  Bad public user name or password.  Missing database property.

    I have had the bad user name or password other times and resolved it.  I looked up Missing database property in Oracle's knowledgebase.  The closest response I found to my question said they didn't really know what causes this error.  New installation of Primavera version 7 on user machine.  I have done numerous database configurations setups with no issues.
    Has anybody ever encountered Missing database property?

    Please check your oracle client version is correct.
    Also try with re-installing oracle client.

  • Creating user for existing schema

    Hi,
    A colleague of mine created a schema and now we would like to create a user with the same name. How can this be done? When I try it it says that I cannot create a duplicate schema, but dropping the old one is not an option because it's already been filled with data.
    Thanks,
    Michael

    You can't.  When you create a user, the system must automatically create a schema with the same name. This is used for certain system, temporary objects.  You therefore can not have an existing schema with the same name.

  • How to access data of all users in a page?

    Hi all, I am new to APEX and have a query.
    I have installed APEX on my local machine, created a workspace, and added a few users with roles.
    I am creating an application, similar to a Library app, where I have a table that stores Books information (BOOK_ID, BOOK_NAME, etc). I'd like to create another table BOOK_USER with two columns, BOOK_ID and USER_ID. BOOK_ID would refer to the BOOKS table, and I want USER_ID to refer to the table that stores user details of the workspace that I am using. The data entry would happen from a page that has two LOVs, one for book name (using BOOK_ID as the value) and another for user name (USER_ID, or whatever field APEX uses to store user's ID). Can I do that in APEX? I've found ways to access and authenticate a user for a page, but how to get data of all users in the workspace? In other words, how to get all usernames in a LOV?
    As I am new to APEX, I'd appreciate if someone can guide me through the steps, or post links to tutorial, etc.

    Assuming that you are using the Application Express User Accounts for authentication, in that case you have to use built-in apex views
    selet * from APEX_WORKSPACE_APEX_USERSAnd use USER_NAME column instead of user_id
    See http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/priv_public001.htm#HTMDB25949

  • Access RemoteApp error: The User Profile Service service failed the sign-in

    I have couple of users in MYAPPS group that is a part of Collection.
    Only me (domain admin) and other domain member user can access the app from RDWEB.
    When an other domain admin and an another domain user try to access the app (from different machines) they get:
    "Access RemoteApp error: The User Profile Service service failed the sign-in"
    RDS is Server 2012 R2 clients W7, W8.
    I found all kind of troubleshooting for Vista and W7 non RDS scenario.
    What it could be? A bit confusing... one admin Yes another no. The same for regular domain member
    1. users can login to RD Web (https:../rdweb) . The published app appears
    2. When clicking on the app icon the screen below appears
    &quot;When you hit a wrong note it's the next note that makes it good or bad&quot;. Miles Davis

    Checked Event. There were errors indicating that default profile files cannot be copied to user_name profile.
    One of them:
    Windows cannot copy file
    \\?\C:\Users\Default\AppData\Local\Microsoft\Windows\WinX\Group3\08 - Power Options.lnk to location
    \\?\C:\Users\blue\AppData\Local\Microsoft\Windows\WinX\Group3\08 - Power Options.lnk. This error may be caused by network problems or insufficient security rights.
     DETAIL - The process cannot access the file because it is being used by another process.
    After doing more research I found a suggestion that actually fixed the problem instantly:
    -- We also see this problem. You should try to uninstall KB2919355 --
    Other people experience the same problem with RDS 2012.
    Here is the discussion:
    http://serverfault.com/questions/590651/copying-default-profile-for-new-users-fails-with-the-process-cannot-access-the
    I did check KB2919355. It looks like pretty important...
    All future security and nonsecurity updates for W8.1 and 2012 R2 require this update to be installed...
    So how to deal with this thing?
    May be somebody from Microsoft will see this post and can suggest other workaround instead of removing the important patch.
    Thanks Jay for pushing me to check Event :)
    &quot;When you hit a wrong note it's the next note that makes it good or bad&quot;. Miles Davis

  • Accidentally changed the path of the home directory and now I can not get access my profile.

    before the way was /valumes/macintosh hd/igor but then i decided  to remove a space between macintosh and HD then I restarted my mac and after reloading I can not get access my profile. Thanks for the helping.

    Boot up holding command-r keys into your Recovery Volume and re-install OS X on the volume.
    This will be an install "in place" and shouldn't effect any of your own data or settings.

  • How do I get access to the parent window native pointer?

    Under Windows:
    I need to get access to the native pointer for an applications frame (in this case a JFrame).
    I need to do this because I want to display property pages in a native dialog box. These property pages are supplied by driver software, are themselves native, and require a valid CWnd handle in order to become active and therefore visible.
    Hence I need access to the native peer. Is there a way to do this?

    ok andrew, when i compile the given code i receive the following errors:
    hwndex.java:19: cannot resolve symbol
    symbol  : class DrawingSurfaceInfo
    location: class HwndEx
          DrawingSurfaceInfo drawingSurfaceInfo =
          ^
    hwndex.java:20: cannot resolve symbol
    symbol  : class DrawingSurface
    location: class HwndEx
             ((DrawingSurface) comp.getPeer()).getDrawingSurfaceInfo();
               ^
    hwndex.java:20: warning: getPeer() in java.awt.Component has been deprecated
             ((DrawingSurface) comp.getPeer()).getDrawingSurfaceInfo();
                                   ^
    hwndex.java:24: cannot resolve symbol
    symbol  : class Win32DrawingSurface
    location: class HwndEx
             Win32DrawingSurface win32DrawingSurface =
             ^
    hwndex.java:25: cannot resolve symbol
    symbol  : class Win32DrawingSurface
    location: class HwndEx
                   (Win32DrawingSurface) drawingSurfaceInfo.getSurface();
                    ^
    4 errors
    1 warningand i consulted the document for "getPeer()" and there it is said that "getPeer()" method has been deprecated since JDK 1.1 so how can one use the above code. please give the code in more appropriate way.

  • How to get data from the user for an Insert Trigger ?

    Hi all and thanks in advance, I need to get some values from the user for a child table when a row inserted into the parent table, is that possible to use ampersand inside an "Insert Trigger" to let the user for inserting some values ?
    Edited by: user9942078 on 17-Dec-2008 16:35

    In a different words,
    When a virus attacked your body your blood cells instantly goes into operation. Just like that -> your trigger activated as a result of your DB operation on objects. So, here also you have no option to manually intervene anything.
    Hmm... Looks like some science fiction movies ultimately pays some price... ;)
    So, trigger basically fires implicitly as a result of any database operation on objects or even on user.
    So, that has to be automatic. And, when you are using & it will ask for some input value - which cannot be done in case of triggers.
    For details please refer the oracle docs.
    Regards.
    Satyaki De.

Maybe you are looking for

  • HP LaserJet 400 colorMFP - Touch Screen going wrong / need to reboot manually

    Hi, the touch screen on the printer does not work well. If I press a particular button on the screen it triggers another function. As a result I cannot copy or manage anything from the touch screen.  Any solution? I have tried to reboot the printer b

  • Boot camp: AD Roaming profiles error

    - Client: Mac OS X 10.7.3 and Boot Camp 4.0 (Windows 7) installed - Network: Microsoft Active Directory (Windows Server 2008 R2) with Roaming Profiles enabled When logging into Windows Boot Camp, Windows pauses with the login screen - it only happens

  • BPEL Console - Authentication

    Hi All Does anyone knows how the authentication procedures are done in bpel, esb and owsm consoles when a user enters the username and password? Regards Senthil R

  • 0008 infotype

    While maintaining 0008 infotype the program goes to dump  and the error message is coming *Offset in write to in program 'SAPFP500' is too large.Please tell where is the error in img...

  • BK134 - CO Account Assignments have different profit centers

    Hi Guys, I am trying to post a document using FB60 transaction but I get the erro message: "CO Account Assignments have different profit centers." Any posting that I try to use this cost center I recieve this message. How can I figure out it? let me