How to delete target host credentials

Hi,
I have manually cloned a oracle 8i DB @ machine A to a 10g server @ machine B. It is working fine.
After that I have configured OEM. But it is showing 2 target host credential shows both machine-A and machine-B.
Whenever I try to login to the database via enterprise manager console@ machine-B, it chooses the machine-A' as the host credentials and fails to login.
I wanna change/delete the machine-A host credentials from the machine-B. Pls advise me.

Windows alone is not an OS,but a Microsoft marketing label.
I have forgotton the admin passwordReinstall your Windows version or google for 'Windows password lost'. If your Windows installation is insecure (that's true for the most installations) you could be lucky.
Werner

Similar Messages

  • How to delete the host on GRID after the target agent alreary been removed

    I already uninstalled the agent on the target host, the server still show on the GRID and show agent is not recheable, what do I need to do in order to delete from the GRID once I delete the agent.
    thanks

    if you want to delete the agent of the Configuration --> Agents section of grid control , you need to delete the agent of the mgmt tables
    it s a process complex

  • How to specify target host in Access-list on 1700 router

    I want to be able to specify the target host on an access list and when I try to enter the IP and sub-net mask I get wierd result. This is on a 1700 router. I type: access-list 100 permit tcp any XXX.XXX.XXX.XXX 255.255.255.248 eq smtp where XXX.XXX.XXX.XXX is a public IP of a virtual email server on my inside.
    I get:
    access-list 100 permit tcp any 0.0.0.2 255.255.255.248 eq smtp
    Why does XXX.XXX.XXX.XXX get interpreted as 0.0.0.2?
    Thanks,
    Dave

    Dave,
    The address got converted to 0.0.0.2 because you used a subnet mask (255.255.255.248) where you should have used a wildcard mask (0.0.0.7).
    Regardless of what the network portion of the address was, when the router sees "255" in any position in the wildcard mask, it interprets that as "it really doesn't matter what number is in this part of the IP address". So it corrects your notation and replaces that part of the IP address with the placeholder "0".
    The fact that it put a ".2" at the end of the address indicates that the binary pattern of whatever XXX.XXX.XXX.XXX was ended in "010". The last octet was one of the numbers in this sequence: .2, .10, .18, ... (increments of 8), .114, or .122. The "248" in the last part of your wildcard mask told the router "it doesn't matter what number's here, as long as the last three binary bits match". The router just simplified the last .XXX you entered to the smallest number that had a matching binary pattern; in this case it was ".2".
    Something to remember: Use subnet masks for static routes and interface addressing; and wildcard masks for ACLs.
    The easiest way to calculate the wildcard mask you want, if you're used to seeing things in subnet mask format, is to subtract the subnet mask from 255.255.255.255. For example:
    255.255.255.255
    -255.255.255.248 (subnet mask)
    0.0.0.7 (wildcard mask)
    If you want to specify a single host address rather than a masked range of addresses, use the notation "host XXX.XXX.XXX.XXX". If you use the notation "XXX.XXX.XXX.XXX 0.0.0.0" where 0.0.0.0 is the wildcard mask, the router will convert it to "host XXX.XXX.XXX.XXX". (Go ahead, try it and see.)
    Similarly, if you want to specify all host addresses, use "any" as you have already done; or you can try "0.0.0.0 255.255.255.255" and the router will convert it to "any" for you. (Try this one too.)
    Check out the useful IP Subnet Calculator download at http://www.Boson.com -- it's free:
    Wildcard Mask Checker & Decimal-to-IP Calculator
    a neat little utility to check what your wildcard mask actually matches, and, converts from Decimal to IP address format.
    http://www.boson.com/promo/utilities.htm
    Hope this helps.

  • How to delete target field in graphical mapping

    Hi all,
            i have a field called failedsubject in my target my requirement is if their is no value in this field then it has to be deleted means it should not be shown iam using graphical mapping. please help me
    thanks in advance

    Hi,
               Please try with the below logic.
    public String failedSubject(String sub1, String sub2, String sub3, Container container) throws StreamTransformationException{
    if (Integer.parseInt(sub1) >= 40)          //assuming 40 as passmark
              if (Integer.parseInt(sub2) >= 40)
         if (Integer.parseInt(sub3) >= 40)
               return false;
                          else
                                return true;
              else
                      return true;
    else
           return true;
    failedSubject---->ifWithoutElse-->failedSubject
    pass all subjects as input to the UDF.
    Regards
    Priyanka
    Edited by: priyanka.anagani on Sep 16, 2011 3:26 PM

  • How to schedule a job of target host from OEM grid without credentials

    Hi,
    We are trying to schedule a backup from OEM to one of the target database.
    To do this OEM requires host credentials. Is there anyway that we can do this without providing any host credentials? (because we dont have server username password)
    We dont have host username password, what we have is sudo access to the user.
    Thanks,

    You have not given your OEM version or platform but this is very possible from 10.2.0.5 and up. Check the documentation (http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e14586/security3.htm#sthref336) or My Oracle Support site for details as there are a few hoops to jump through as a prerequisite.

  • How to delete some date in target table at a mapping?

    How to delete some date in target table at a mapping?
    I extract date from source tabel into target table,
    but before extract date I want to delete some date from target?
    how to do?

    Just to change a bit of terminology in the reply, within the mapping, click on operator properties and choose TRUNCATE/INSERT.
    Note that truncate is dependent on constraints, so you probably must disable those before doing this. You can of course do DELETE/INSERT...
    Jean-Pierre

  • How to delete rows in the target table using interface

    hi guys,
    I have an Interface with source as src and target as tgt both has company_code column.In the Interface i need like if a record with company_code already exists we need to delete it and insert the new one from the src and if it is not availble we need to insert it.
    plz tell me how to achieve this?
    Regards,
    sai.

    gatha wrote:
    For this do we need to apply CDC?
    I am not clear on how to delete rows under target, Can you please share the steps to be followed.If you are able to track the deletes in your source data then you dont need CDC. If however you cant - then it might be an option.
    I'll give you an example from what im working on currently.
    We have an ODS, some 400+ tables. Some are needed 'Real-Time' so we are using CDC. Some are OK to be batch loaded overnight.
    CDC captures the Deletes no problem so the standard knowledge modules with a little tweaking for performance are doing the job fine, it handles deletes.
    The overnight batch process however cannot track a delete as its phyiscally gone by the time we run the scenarios, so we load all the insert/updates using a last modified date before we pull all the PK's from the source and delete them using a NOT EXISTS looking back at the collection (staging) table. We had to write our own KM for that.
    All im saying to the OP is that whilst you have Insert / Update flags to set on the target datastore to influence the API code, there is nothing stopping you extending this logic with the UD flags if you wish and writing your own routines with what to do with the deletes - It all depends on how efficient you can identify rows that have been deleted.

  • How many $Target/Host or $Target/Host/Host ... etc do you need to go

    Hello
    Can someone please help me with the following question as I am learning authoring at the moment, thanks
    I see from Brian videos that some times you need to use just $Target/Property... and other times $Target/Host/Property...
    or even $Target/Host/Host/Property... and so on.
    I get the idea (or at least I think I do), in as much as the further you are away from the Host (e.g. the deeper down embedded in the XML) you have to step back up using Host or Host/Host etc. a bit like when transversing a file system using ..\.. or ..\..\..
    So for a registry discovery you would say $Target/Host/Property... e.g. use Host one time.
    My question is.
    is this always the case for a discovery?
    How do I know when I should use $Target/Property and when to use $Target/Host and $Target/Host/Host etc.. is there any easy well to tell?
    Thank you
    AAnotherUser__
    AAnotherUser__

    Just a little modified previous script:
    function Get-SCOMClassHostElement {
    param(
    [Microsoft.EnterpriseManagement.Configuration.ManagementPackClass]
    [Parameter(Mandatory = $true)]
    $ManagementClass,
    [Switch]
    [Parameter(Mandatory = $false)]
    $KeyOnly
    function Get-SCOMClassKeyProperty {
    param(
    $ManagementClass,
    $MPElementPath
    $ManagementClass.PropertyCollection | ? {$_.Key} | % {$MPElementPath + "Property[Type=`"" + $_.Identifier.Domain[0]+"!"+$ManagementClass.Name+"`"]/"+$_.Name+"`$"}
    If ($ManagementClass.Hosted) {
    Get-SCOMClassKeyProperty -ManagementClass $ManagementClass.FindHostClass() -MPElementPath ($MPElementPath + "Host/")
    If ($ManagementClass.Base) {
    Get-SCOMClassKeyProperty -ManagementClass (Get-SCOMClass $ManagementClass.Base.Id) -MPElementPath $MPElementPath
    function Get-SCOMClassAllProperty {
    param(
    $ManagementClass,
    $MPElementPath
    $ManagementClass.PropertyCollection | % {$MPElementPath + "Property[Type=`"" + $_.Identifier.Domain[0]+"!"+$ManagementClass.Name+"`"]/"+$_.Name+"`$"}
    If ($ManagementClass.Base) {
    Get-SCOMClassAllProperty -ManagementClass (Get-SCOMClass $ManagementClass.Base.Id) -MPElementPath $MPElementPath
    $MPElementPath = "`$Target/"
    [Array]$ManagementClassProperty = Get-SCOMClassKeyProperty -ManagementClass $ManagementClass -MPElementPath $MPElementPath
    If (!$KeyOnly) {
    [Array]$ManagementClassProperty += Get-SCOMClassAllProperty -ManagementClass $ManagementClass -MPElementPath $MPElementPath
    $ManagementClassProperty | Select-Object -Unique
    New-SCOMManagementGroupConnection
    $ManagementClassName = "Microsoft.SQLServer.Database"
    $ManagementClass = Get-SCOMClass -Name $ManagementClassName
    Get-SCOMClassHostElement -ManagementClass $ManagementClass
    Vladimir Zelenov | http://systemcenter4all.wordpress.com

  • How to find the target host

    Hi All,
    I need to configure ADS for that I am following steps given in 'ADS configuration guide', according to 5.3.2 step 6 I need to enter the target host ( j2ee engine that runs adobe document services) and  service no. I am not able to find it.
    Can someone tell me how can we find the target host and service no.

    Hi All,
    I need to configure ADS for that I am following steps given in 'ADS configuration guide', according to 5.3.2 step 6 I need to enter the target host ( j2ee engine that runs adobe document services) and  service no. I am not able to find it.
    Can someone tell me how can we find the target host and service no.

  • How to DELETE a TARGET FIELD in a structure of LSMW for GL accts creation?

    Hi Experts,
    I developed a LSMW for GL accts creation.
    I used DIRECT INPUT method, below are the details,
    Prog. - RFBISA00
    Object- 0010
    Method - 0002
    Prog. type is "B" - Batch input.
    Issue: we r getting ther BSKX structure, its for GL Creation.
    But, here we r getting the field STYPE in this strucure, its making issue for us.(we dont hv any SOURCE STRUCURE for it, so, nothing is assigning for it?
    Pls. let me know that,
    How to DELETE this STYPE field in this LSMW under field mapping radio button?
    thanq
    Edited by: SAP ABAPer on Nov 18, 2008 3:34 PM

    Well Carlos, that would destroy the process, as STYPE is a necessary, technical field. Please care and read previous replies before suggesting potentially dangerous action.
    Thomas

  • How to delete a management agent from grid control completely?

    I have installed oem grid control 10.2.0.4.0 on single host(oemlinux.oracle.com), and I removed agent10g, and reinstall a new management agent into a new location, but when I wanted to add a weblogic server to monitor, I got error as below:
    More than one Enterprise Manager Agent was found for the host.oemlinux.oracle.com
    I found there were 2 agents in em console, how to delete the old agent from em console,anybody can help me?

    Click on the All targets tab, delete the agent.
    Then confirm that the delete is in fact happening.
    Click Setup, Management & Services Repository tab.
    Deleted Targets link.
    Time Deleted Completed must have a date in there...
    If all that fails - do a quick search - I posted the sql you can run against the repository to wipe it clean of an agent :-)
    Not too that if you are removing the O/S software - you need to use the runinstaller to remove the Oracle Home from the inventory.
    If you don't do this - future auto installs using the agentDownload script of the agent will fail.
    .Daryl

  • Default host credentials

    I have installed Oracle 10g R.D.B.M.S. on Windows XP -in a standalone PC.
    The problem is that i cannot define the default host credentials (host username,host password) because of the wrong password which is not true.
    I believe that the host username format i try is wrong .
    What format should the host username have?
    I have tried the following:
    - administrator host username (both in capital and lower letters),
    - <name of workgroup>\administrator host username (both in capital and lower letters).

    I executed the 'emctl status agent ' in the command prompt and I saw that there is no problem.The Agent is running and ready!!!
    Also , the url http://<host>:3938/emd/main is accessible.
    But , when I checked the emagent.trc , I found the problem which is simply that the host refuses the connection.
    I have inserted the last two lines of this files...
    ' (error = 10061)
    2006-03-05 16:14:00 Thread-3688 ERROR command: nmejcn: failed http connection to http://SK:1158/em/upload/: retStatus=-1
    2006-03-05 16:14:03 Thread-4960 ERROR upload: Error in uploadXMLFiles. Trying again in 300,00 seconds.
    2006-03-05 16:14:04 Thread-5688 WARN http: snmehl_connect: connect failed to (SK:1158): No connection could be made because the target machine actively refused it.'
    NOTE 'SK' IS THE HOSTNAME
    The url 'http://SK:1158/em/upload/' (which is defined in the section of emagent.trc) is unreachable but the url 'http://SK:5500/em/upload/' is reachable.
    How can I modify the port that the agent 'listens' from 1158 to 5500?
    Thanks,
    Simon.

  • How to delete source system in BI system

    Dear Experts ,
    recently we finished client copy in BI production system to quality system,
    now we are facing problem with source system connections in bI system
    in RSA1 APO production system's source system is comes to BI quality system now i need to delete that APO source system in BI quality system ..please let me the process how can i delete source in BI quality
    can i delete it as below
    log in into BI quality system --> RSA1 --> select source system which i need to deletse --> right click & delete
    or we have any other process to delete it.
    Regards

    Hi Swathimatta,
    Apart from the two ways to delete the source system:
    1.- log in into BI quality system --> RSA1 --> select source system which i need to deletse --> right click & delete
    2.- Execcuting the FM 'RSAP_BIW_DISCONNECT.
    If you cannot delete the source system:
    Use fuction module RSAR_LOGICAL_SYSTEM_DELETE to delete
    the source system:
    1 - Go to SE37.
    2 - Run fuction module RSAR_LOGICAL_SYSTEM_DELETE.
    3 - Fill with the parameters as mentioned below:
          I_LOGSYS          = FUENTE
          I_FORCE_DELETE    = X
          I_NO_TRANSPORT    =
          I_NO_AUTHORITY    =
    Or follow the recommendations from note 140276, Solution 2:
    "You cannot delete the source system. Two cases have to be distinguished:
        o  The source system still exists.
           Switch to Transaction SM59. Find the destination which has the
           same name as the logical system of the source system from field
           SLOGSYS in table RSBASIDOC (see above).
           -  Such a destination does not exist in Transaction SM59. In this
              case, you have to create the destination to the source system.
              Name the destination equal the entry in SLOGSYS from above.
              Then return to the Administrator Workbench and repeat the
              deletion.
           -  The entry exists but a remote login is not possible. Correct
              the communication parameters.
           -  Everything works. Change to Transaction SE37, function module
              RSAR_LOGICAL_SYSTEM_DELETE, Sngl. test. Parameter I_LOGSYS =
              <log. name of the source system>, I_FORCE_DELETE = 'X'.
        o  The source system no longer exists or was replaced with another
           source system with the same IP address.
           Proceed as described in the first case but make sure, that the
           field 'Target host' contains a not existing server in the
           maintenance screen of the destination (Transaction SM59). If
           necessary, change an existing entry. Later when you delete, the
           system asks you whether you want to delete, although the source
           system is not available. Select 'Ignore'. "
    I hope it can help you.
    Regards,
    Fran.

  • Host credentials  using Sudo su - oracle - linux

    Hi All:
    I recently installed GC 10.2.0.4 in linux environment. All our db servers are linux. Acces to the oracle user on these database servers is restricted in that DBAs have to login as themselves and sudo into oracle using their own password
    'sudo su - oracle'
    there is no way we can login/ssh into these servers as 'oracle'.
    as we know most of the functionality, including
    *cloning a database/oracle home
    *start/sto listener, database
    *run a sql script ....and many more require that we provide the Host credentials  i.e oracle userid/password. How do I accomplish that?  When I provided my own userid which is in 'dba' group , it did not work.
    In the setup->preferred credentials page for the hosts there is run as column which can be used to provide my userid and ask it to run as oracle. But this only works when I set at the default level for all hosts ,
    when I try to do the same for each host.. it does not allow me to do that .. the 'run as' feild is locked .... any ideas as to how I can fix this ?
    also , a lot of places it does not even care for the preferred credentials it again asks for host userid and apssword ... and looks like its willing to take no less than the 'owner' who installed the product ...namely 'Oracle'
    please help....

    Hi , I have done the sam (NB GC 10.2.0.4)
    1) installed EMCLI client as:-
    java -jar emclikit.jar client -install_dir=/usr/philw/em/
    2) Set-up emcli to post to our OMS as:-
    emcli setup -url="http://xxx.xxx.lan:xxxx/em" -username=xxxxx
    (where xxx.xxx.lan:xxxx/em is out hosytname:port
    and -username = the owner of oms)
    3) The created priv delegation setting as:-
    emcli create_privilege_delegation_setting -setting_name=ELBRUS_Setting
    -setting_type=SUDO -settings="SETTINGS:/usr/bin/sudo –S –u %RUNAS%
    %command%"
    4) Then applied to target
    emcli apply_privilege_delegation_setting -setting_name=ELBRUS_Setting -target_type=host
    -target_names="targethostname"
    give the message Apply Sudo/Powerbroker Settings operation successfully submitted.
    Now I want to via Oracle Grid Control to be able to perform a Backup as me (philwilliams) but doing a sudo to the oracle
    account.
    [1] Sudo works on the target host
    i.e which sudo
    /usr/bin/sudo This matches the path in the create privs command
    [2] I can on the host so a sudo to oracle OK
    [3] However when in GC I cannot select the credntial so do as run as?
    I have RTFM ;-) but think I am missing something obvious ? Any Ideas

  • How to delete file from client machine

    Hi all,
    we are using the DataBase: oracle:10g,
    and forms/reports 10g(developer suite 10g-10.1.2.2).
    can anybody help me how to delete the file from client machine in specified location using webutil or any
    (i tried with webutil_host & client_host but it is working for application server only)
    thank you.

    hi
    check this not tested.
    PROCEDURE OPEN_FILE (V_ID_DOC IN VARCHAR2)
    IS
    -- Open a stored document --
    LC$Cmd Varchar2(1280) ;
    LC$Nom Varchar2(1000) ;
    LC$Fic Varchar2(1280);
    LC$Path Varchar2(1280);
    LC$Sep Varchar2(1) ;
    LN$But Pls_Integer ;
    LB$Ok Boolean ;
    -- Current Process ID --
    ret WEBUTIL_HOST.PROCESS_ID ;
    V_FICHERO VARCHAR2(500);
    COMILLA VARCHAR2(4) := '''';
    BOTON NUMBER;
    MODO VARCHAR2(50);
    URL VARCHAR2(500);
    Begin
    V_FICHERO := V_ID_DOC;
    LC$Sep := '\';--WEBUTIL_FILE.Get_File_Separator ; -- 10g
    LC$Nom := V_FICHERO;--Substr( V_FICHERO, instr( V_FICHERO, LC$Sep, -1 ) + 1, 100 ) ;
    --LC$Path := CLIENT_WIN_API_ENVIRONMENT.Get_Temp_Directory ;
    LC$Path := 'C:';
    LC$Fic := LC$Path || LC$Sep || LC$Nom ;
    If Not webutil_file_transfer.DB_To_Client
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    Raise Form_trigger_Failure ;
    End if ;
    LC$Cmd := 'cmd /c start "" /MAX /WAIT "' || LC$Fic || '"' ;
    Ret := WEBUTIL_HOST.blocking( LC$Cmd ) ;
    LN$But := WEBUTIL_HOST.Get_return_Code( Ret ) ;
    If LN$But 0 Then
    Set_Alert_Property( 'ALER_STOP_1', TITLE, 'Host() command' ) ;
    Set_Alert_Property( 'ALER_STOP_1', ALERT_MESSAGE_TEXT, 'Host() command error : ' || To_Char( LN$But ) ) ;
    LN$But := Show_Alert( 'ALER_STOP_1' ) ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Raise Form_Trigger_Failure ;
    End if ;
    If Not webutil_file_transfer.Client_To_DB
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    NULL;
    Else
    Commit ;
    End if ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Exception
    When Form_Trigger_Failure Then
    Raise ;
    End ;sarah

Maybe you are looking for