Couldn't not configure  Database in Grid Control...

Hi,
they work at the operating system level but the Database instance will not ever come to configure I always get this error
The emctl upload works fine
oracle.sysman.emSDK.emd.comm.CommException: Cannot establish proxy connection: 502 Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. )
Thanks,

2008-06-05 15:43:48 Thread-1 DEBUG TargetManager: call nmedt_waitDynPropertyFinish for <hostname>
2008-06-05 15:43:48 Thread-9 DEBUG TargetManager: Computing dynamic properties for {<hostname>, host}
2008-06-05 15:43:48 Thread-9 DEBUG TargetManager: Computing dynamic property from_cluster of host,<hostname>
2008-06-05 15:43:48 Thread-9 WARN TargetManager: Query returned 0 rows (only one expected) for the dynamic property from_clu
ster
2008-06-05 15:43:48 Thread-9 DEBUG TargetManager: Computing dynamic property getCRSVCategory of host,<hostanme>
2008-06-05 15:43:48 Thread-9 DEBUG TargetManager: Computing dynamic property Config of host,<hostname>
2008-06-05 15:43:48 Thread-9 DEBUG TargetManager: Computing dynamic property esa_dyn_prop of host,<hostname>
2008-06-05 15:43:48 Thread-9 DEBUG TargetManager: Done with dynamic property evaluation for {<hostname>,host}
2008-06-05 15:43:48 Thread-1 DEBUG TargetManager: nmedt_waitDynPropertyFinish for <hostname>, ret=0
2008-06-05 15:43:48 Thread-1 ERROR TargetManager: Skipping target {test, oracle_database}: Missing properties - password
2008-06-05 15:43:48 Thread-1 ERROR TargetManager: Skipping target {dev, oracle_database}: Missing properties - password
2008-06-05 15:43:48 Thread-1 DEBUG TargetManager: call nmedt_waitDynPropertyFinish for LISTENER_<hostname>
2008-06-05 15:43:48 Thread-10 DEBUG TargetManager: Computing dynamic properties for {LISTENER_<hostname>, orac
le_listener}
2008-06-05 15:43:48 Thread-10 DEBUG TargetManager: Computing dynamic property esaMaxRowCount of oracle_listener,LISTENER_<hostbane>
2008-06-05 15:43:48 Thread-10 DEBUG TargetManager: Done with dynamic property evaluation for {LISTENER_<hostname>,oracle_listener}
2008-06-05 15:43:48 Thread-1 DEBUG TargetManager: nmedt_waitDynPropertyFinish for LISTENER_<hostname>, ret=0
2008-06-05 15:43:48 Thread-1 ERROR TargetManager: Skipping target {test, oracle_database}: Missing properties - password
2008-06-05 15:43:48 Thread-1 INFO TargetManager: save to targets.xml success
2008-06-05 15:43:48 Thread-1 WARN TargetManager: Regenerating all Metadata
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: In getTypeAndNameForHostTarget
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: getTypeAndNameForHostTarget found host, <hostname>
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: In getTypeAndNameForHostTarget
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: getTypeAndNameForHostTarget found host, <hostname>
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: In getTypeAndNameForHostTarget
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: getTypeAndNameForHostTarget found host, <hostname>
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: In getTypeAndNameForHostTarget
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: getTypeAndNameForHostTarget found host, <hostname>
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: In getTypeAndNameForHostTarget
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: getTypeAndNameForHostTarget found host, <hostname>
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: In getTypeAndNameForHostTarget
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: getTypeAndNameForHostTarget found host, <hostname>
2008-06-05 15:44:26 Thread-1 INFO TargetManager: TargetManager initialized
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: In getTypeAndNameForHostTarget
2008-06-05 15:44:26 Thread-1 DEBUG TargetManager: getTypeAndNameForHostTarget found host, <hostname>
2008-06-05 15:44:26 Thread-1 WARN collector: Regenerating all DefaultColls
2008-06-05 15:44:31 Thread-1 INFO TargetManager: save to targets.xml success
2008-06-05 15:44:32 Thread-41 ERROR upload: Error in uploadXMLFiles. Trying again in 60.00 seconds or earlier.

Similar Messages

  • Trying to add another DB under SCAN via DBCA "Default listener LISTENER is not Configured in the grid infrastructure home"

    Trying to install another DB under RAC using SCAN listener on a new port.  DBCA gives error "Default listener LISTENER is not Configured in the grid infrasturcture home".
    Have tried srvctl config listener, srvctl start listener to start the listener.  Still not able to get past the DBCA error.  What am I missing?  Do not want to start LISTENER on port 1521 as SCAN is running on 1521.

    No your Database config does use hostname/ip + port or a tns-entry pointing to the local_listener. Neither method does care for the home the listener is running from.
    You will however have to take care of the entries in the clusterware, as the listener is a controlled resource. If you manually relocate it, then it will only work until next restart of crs stack.
    The simplest way to switch the home is by running first netca from database home and delete the listener and then switch to grid home run netca again and create the listener.
    netca will take care of registering it with crs with the correct environment settings. You will have a short period where your rac won't have a listener and therefore won't accept new connections until the new listener is up and running.
    Relocating the current listener requires to modify several parameters via crsctl in the cluster registry, but allows doing this node by node without complete outage.
    If you want to go that way, then create another listener from grid home and compare the settings of current listener and of the new listener. You will need to update several parameter before you can relocate it.
    Run this command to show the current settings and compare it to the listener from grid home:
    crsctl stat res ora.LISTENER.lsnr -p
    You will need to modify serveral parameters, ACTION_SCRIPT,AGENT_FILENAME,ALIAS_NAME,ORACLE_HOME and the ACL
    Modify works like this, for ACL you must use the encasing single apostrophe ' and run it as root:
    crsctl modify res ora.LISTENER.lsnr -attr "ACL='owner:oracle:rwx,pgrp:oinstall:rwx,other::r--'"
    I would recommend Version 1 if short outage is acceptable. For both variants verify that you can resolve all tnsnames entries in both homes.
    Regards
    Thomas

  • Unable to connect to Database using Grid Control

    Hi,
    I am attempting to connect to my Oracle Linux Machine which has 2 databases FROM my 10g Grid control which is on a Windows XP 32 bit.
    Although I can login to the actual linux box with the host and database credentials ; I cant use the same to login to the database using Grid control.
    I have tried testing the connection using Grid Control >> Preferences >> Preferred Credentials >> Host ; but its just not recognizing the credentials as correct.
    When I attempt to startup the database using the host and DB credentials : ERROR MESSAGE : <servername> : <servername> comes up.
    My agent on linux box is up. My Listener is running fine.
    On my Grid control .. i have the DB, OMS, and Agent running as well.
    Any inputs on this issue, I'd appreciate very much.

    Thanks for your reply.
    Under Hosts on the Main Grid Console Home Page >> "server3.sam" Status shows UP. This server houses my 2 databases. But when I click on Databases >> it shows Instance DOWN.
    Status          
    Failed
    Details          Failed to connect to database instance: ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach).
    I have verified that my lsnrctl status is good on the linux box. My target agent is up and running on it as well.
    So I try to start the STARTUP button >> I enter the HOST Credentials of the Linux box and the Database credentials which I use "SYS" (in upper case - just in case that mattered) and choose SYSDBA ;
    Error Message
    server3.sam: server3.sam
    I created a new dba account and try to login ... dont seem to work ; I tried using SYSTEM account and even altering my sys and system passwords .. all turn out negative.
    And the ANSWER to your question ---> Grid Control >> Preferences >> Preferred Credentials >> Database Instance >> corresponding to my database name ; I enter my sysdba username / password AND the host username / password of my Linux box >> TEST >> which also turns out negative.
    This entry is auto filled in since I "checked" the box "Save as Preferred Credential"; initially when I tried to start the DB using the STARTUP button.
    By the way, my Win XP doesnt really have a password set under User accounts.
    Any suggestions please ?

  • UDM on physical standby database in grid control 11.1

    I am getting
    Test Results
    ORA-06550: line 70, column 5: PLS-00201: identifier 'RAISE_APPLICATION_ERROR' must be declared ORA-06550: line 70, column 5: PL/SQL: Statement ignored
    While creating UDM on physical standby database in grid control 11.1. Please help me how to resolve this. I am able to create UDM on normal or primary databases.

    What credential is defined?
    Fairly certain only a sysdba connection will work unless the recovery is stopped and switched to read-only. Or when it becomes primary ...

  • Naming database inside Grid Control

    Hi,
    I have one question about database names in Database tab of Grid Control.
    What is happening:
    I have static definition of my services in the listener.ora file, and when I have installed Grid Control Agent on this node
    Oracle registers name like this in my databases tab of Grid Control:
    DBNAME_HOSTNAME.DBDOMAIN
    I want to register my database like dbname.dbdomain. Is it possible? Can I have any control of naming of databases in Grid Control?
    When I haven’t static definition of services in my listener.ora file, database is good registrated (*dbname.dbdomain*).
    Thanks,
    Best regards
    Dragan

    Yes you have control of naming databases in Grid Control.
    When you add a database target to grid control, after chosing the host you'll see the databases on that host. Under the databases there is an option: "Manually add" If you chose this option you can name the database target however you want. so you can delete the database target from grid, and add again with manual option...

  • Where are configure files for Grid Control components?

    I installed Grid Control 11g on Redhat 5.2, the repository database is Oracle 11.2.0.2 on the same box. It worked after installation, but after some weeks, I restart oms and got error [oracle@cchbi bin]$ ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server is not functioning because of the following reason:
    Connection to the repository failed. Verify that the repository connection information provided is correct.Tried to google and search the forum, the message is not very selective and got few relevant resut.
    Hope your exterts can point me to the configure file where I can verify the connetion to repository. Alos some one would share with me the knowledge on the following topics
    1) What are the processes/components of Grid Control ? I am aware of oms, opmn, and a process run as /u01/app/midware/oms11g/ccr/bin/nmz -cron –silent. ANy others? What are their functions?
    2) Location of configure files, log files and binary executables of this processes/components.
    Many thnaks.

    Hi,
    to check if the OMS is running properly execute the command "emctl status oms" ($OMS_HOME/bin).
    The result should be "Oracle Management Server is up".
    To check which components are currently running execute the command "opmnctl status" ($OMS_HOME/opmn/bin).
    The result should be something like:
    Processes in Instance: EnterpriseManager0.<host
    -----------------------------------------------------------+---------
    ias-component | process-type | pid | status
    -----------------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    HTTP_Server | HTTP_Server | 26470 | Alive
    dcm-daemon | dcm-daemon | 26301 | Alive
    OC4J | home | 1953 | Alive
    OC4J | OC4J_EMPROV | 1954 | Alive
    OC4J | OC4J_EM | 26523 | Alive
    WebCache | WebCache | 27085 | Alive
    WebCache | WebCacheAdmin | 27086 | Alive
    Executing this command will answer your question whioch components need/should be up when using OEM/GC.
    You will find some logfiles of the OMS under $OMS_HOME/sysman/log (e.g. emoms.trc, emoms.log). Please check logfile OC4J~OC4J_EM~default_island~1 under $OMS_HOME/opmn/logs as well...
    To start the OMS you might try the command "opmnctl startall"...
    HTH

  • Error while setting up Standby database using Grid Control

    I am getting this on grid control 10.2 on windows env while creating standby database using EM. I have checked this folder and it does exists.
    any ideas?
    C:\oracle\ora10.1\network\admin\listener.ora: java.io.IOException: The system cannot find the path specified

    There is no problem tnsnames.ora & listener.ora since I am getting the same error for just standby backup also.
    this is error on emoms.trc file
    2007-07-18 13:19:37,318 [EMUI_13_19_37_/console/database/instance/sitemap] ERROR perf.sitemap setMaintenancePage.1812 - java.sql.SQLException: ORA-00933: SQL command not properly ended
    ORA-06512: at "SYSMAN.ECM_UTIL", line 509
    ORA-06512: at line 1
    java.sql.SQLException: ORA-00933: SQL command not properly ended
    ORA-06512: at "SYSMAN.ECM_UTIL", line 509
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:869)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1153)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2932)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3023)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4132)
         at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:173)
         at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java:135)
         at oracle.sysman.eml.ecm.cloneHome.repaccess.CloneHomeSql.getClonableHomes(CloneHomeSql.java:449)
         at oracle.sysman.eml.ecm.cloneHome.repaccess.CloneHomeSql.getClonableHomes(CloneHomeSql.java:561)
         at oracle.sysman.eml.ecm.cloneHome.repaccess.CloneHomeSql.isHomeClonable(CloneHomeSql.java:363)
         at oracle.sysman.db.adm.inst.SitemapController.setMaintenancePage(SitemapController.java:1807)
         at oracle.sysman.db.adm.inst.SitemapController.setRequestAttributes(SitemapController.java:1385)
         at oracle.sysman.db.adm.BaseController.handleEvent(BaseController.java:1154)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:577)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:174)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:114)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:781)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:337)
         at oracle.sysman.eml.app.Console.doGet(Console.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:88)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:336)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-07-18 13:19:42,505 [EMUI_13_19_42_/console/database/dataguard/create] ERROR em.dataguard validate.1118 - CreateBean: ClassNotFoundException: null
    2007-07-18 13:19:44,224 [EMUI_13_19_44_/console/database/dataguard/create] ERROR em.dataguard validate.1118 - CreateBean: ClassNotFoundException: null
    2007-07-18 13:19:46,052 [EMUI_13_19_44_/console/database/dataguard/create] ERROR em.dataguard mapHelpPage.2002 - StandbyUtil.mapHelpPage: dghelp for database/dataguard/createSchedule not mapped to any help ID.. Defaulting to oemdba_consens_data_guard_page
    2007-07-18 13:19:47,130 [EMUI_13_19_47_/console/database/dataguard/create] ERROR em.dataguard validate.1118 - CreateBean: ClassNotFoundException: null
    2007-07-18 13:19:53,052 [Thread-85] ERROR jobs.dbclone createTemplate.379 - TemplateManager.createTemplate(): Exception: java.io.IOException: The system cannot find the path specified
    2007-07-18 13:19:53,052 [Thread-85] ERROR jobs.dbclone submitJobPreparation.3013 - DBCloneObject.submitJobPreparation(): Exception: java.io.IOException: The system cannot find the path specified
    2007-07-18 13:19:53,052 [Thread-85] ERROR jobs.dbclone submitDBCloneJob.3228 - DBCloneObject.submitDBCloneJob(): Exception: The system cannot find the path specified
    2007-07-18 13:19:58,006 [EMUI_13_19_58_/console/database/dataguard/create] ERROR em.dataguard onEvent.1038 - CreateConfigController: Exception: oracle.sysman.db.dg.util.VxxStandbyException: The system cannot find the path specified

  • Create physical standby database via grid control Errror

    Hi
    I wonder if anyone has seen the following problem
    I am creating a standby database using EM Grid Control wizard. It all configures fine and starts the job goes through all steps including copying datafiles etc. but when it hits the step CREATE STANDBY DATABASE it fails with no explanation. In the oms log all it says is an error about cant find the sid name
    EM Grid COntrol is 10.2.0.5 version
    Windows Primary is Windows 2003 server 10.2.0.4 db
    Trying to create on windows 2003 server with same oracle version
    Thanks
    D

    Did you search the same on Metalink ?
    please also cehck
    EM: Creation process for a physical standby DB failed with SQL Exception
    Regards
    Rajesh

  • Creating standby database through Grid Control.

    Hi,
    I want to know if source database which we term as primary database goes down during Db creation process when given option of "Perform a live backup of primary database" during Add standby wizard in Grid Control. Please let me know if people have already tested it in their environments.
    I appreciate you all for looking into my forum.
    Regards,
    Gaurav

    No, one of the options for performing this task is to create from a Live db.
    A couple of things to note here:
    You must be using spfile
    If you are not using the default port of 1521 then you must also have the local_listener parm set
    I recommend using the "db_unique_name" option to make it easier to manager in OEM (for the target name)
    Hope this helps,
    Landon

  • Unable to see database in Grid Control

    I installed Grid Control 10g and started both OMS service and agent. I also installed another agent on a different host. When I run macux3:1830/emd/main (this is where I installed the Grid Control) and macux4:1830/emd/main (this is where my production database is running), I am getting
    EMAgent10.1.0.2.0
    Congratulations, EMAgent is working!
    But when I try to click on the Targets tab in Grid Control and from Targets tab click on the Database tab, I am not seeing my production database.
    Would you please let me know If I am missing something here?
    Thanks in advance,
    Mustafa

    Mustafa,
    check the agent home page, starting from the Grid Control homepage it is to be found under Management System ==> Management Services and Repository ==> Agents . On the Agents page you should see your installed agents, hopefully up and running. If you click on a agent tab, immediately the agent tries to communicate with the OMS.
    If the communication is successfully established, a list of all observerd targets, including databases , is shown. If all this happens, on principle the communication works.
    Additionally,check the account status of dbsnmp and sysman, they must be unlocked.
    select username,account_status from dba_users where username in ('DBSNMP','SYSMAN'); must result in
    USERNAME ACCOUNT_STATUS
    DBSNMP OPEN
    SYSMAN OPEN
    Normally the status should be open, if necessary you have to change it:
    alter user <username> account unlock;
    Werner

  • Manualy onfigure database with grid control

    Hi All,
    I am using EM grid control 10g r4 to monitor many of the 9i and 10g databases in the environment.
    Need help in this scenario.
    On a db server (10.2.0.2) I have grid control agent (10.2.0.4) installed and able to monitor databases on it.
    Recently my colleague created a new database with ’local EM database control’ instead of using centralized grid control. In this case how can I manually configure this new database to point to EM grid control.
    Please let me know
    ~Thanks

    You can attempt a rediscovery from within Grid Control.
    On the server where you want to discover the target database set the ORACLE_HOME to the agent home and then execute:
    agentca -d
    This should rediscover and find your database.

  • System not started after installing grid control

    HI,
    I have installed grid control 10.2.0.1 on 11g r2 on rhel5.After installing grid control, whenever system get booted, it got hanged and saying
    after starting up the listener          
    sql>ora-01078: failure in processing system parameters
    LRM-00109:could not open parameter file '/raczone/init%s_reposSID.ora'
    sql>disconnectdfailed
    opmnctl:starting opmn and all managed process...
    CRS-4124: oracle high availability services startup
    crs-4000:command start failed, or completed with errors>

    Hi,
    Thanks for the reply!!!
    I have installed 11g grid infra on 2 nodes and then try to install 10g grid control on node 1 but when i am booting my system it got hanged and throw an error:
    sql>ora-01078: failure in processing system parameter
    LRM-00109:could not open parameter file '/raczone/init%s_reposSID.ora'
    sql>disconnectdfailed
    opmnctl:starting opmn and all managed process...
    CRS-4124: oracle high availability services startup
    crs-4000:command start failed, or completed with errors>
    then i have to forcefully bring down the system and started the linux in a single user mode and thereover i have to move or rename the dir to some other location,then only system get started.after starting up the system i have to again move or rename the grid control dir to org location.
    So my question is which file or dir is forcing system to startup the grid control on boot?

  • How to find info on the highwater mark for a database in Grid Control

    There is a view in the repository called MGMT$DB_LICENSE. Where would I find this session highwater mark information for a database in the Grid Control GUI?

    Hi
    Try using program <b>RFBIBL00</b> for postings instead of a BDC.
    Regards,
    Raj

  • Quick question:  redundant OMS databases for Grid Control

    Dear Friends,
    I am wondering if it is possible to configure redundant OEM Management Server databases on separate servers and how would that be done?
    I don't think it is possible to have an agent write to more than one OMS database, so how is it possible to have our OEM management server redundant?
    Is running DG the only option?
    Thanks.
    Ji Li

    Damorgan:
    I thought I remembered doing this at a previous site that I worked a few years ago, but I don't remember how I did it.
    Will I need to configure dual listeners, or use separate ports for the dual agents?
    Do you know where there might be instructions for how to set up and run dual agents on the same server?
    Thanks again.
    Ji Li

  • Data Guard configuration for RAC database disappeared from Grid control

    Primary Database Environment - Three node cluster
    RAC Database 10.2.0.1.0
    Linux Red Hat 4.0 2.6.9-22 64bit
    ASM 10.2.0.1.0
    Management Agent 10.2.0.2.0
    Standby Database Environment - one Node database
    Oracle Enterprise Edition 10.2.0.1.0 Single standby
    Linux Red Hat 4.0 2.6.9-22 64bit
    ASM 10.2.0.1.0
    Management Agent 10.2.0.2.0
    Grid Control 10.2.0.1.0 - Node separate from standby and cluster environments
    Oracle 10.1.0.1.0
    Grid Control 10.2.0.1.0
    Red Hat 4.0 2.6.9-22 32bit
    After adding a logical standby database through Grid Control for a RAC database, I noticed sometime later the Data Guard configuration disappeared from Grid Control. Not sure why but it is gone. I did notice that something went wrong with the standby creation but i did not get much feedback from Grid Control. The last thing I did was to view the configuration, see output below.
    Initializing
    Connected to instance qdcls0427:ELCDV3
    Starting alert log monitor...
    Updating Data Guard link on database homepage...
    Data Protection Settings:
    Protection mode : Maximum Performance
    Log Transport Mode settings:
    ELCDV.qdx.com: ARCH
    ELXDV: ARCH
    Checking standby redo log files.....OK
    Checking Data Guard status
    ELCDV.qdx.com : ORA-16809: multiple warnings detected for the database
    ELXDV : Creation status unknown
    Checking Inconsistent Properties
    Checking agent status
    ELCDV.qdx.com
    qdcls0387.qdx.com ... OK
    qdcls0388.qdx.com ... OK
    qdcls0427.qdx.com ... OK
    ELXDV ... WARNING: No credentials available for target ELXDV
    Attempting agent ping ... OK
    Switching log file 672.Done
    WARNING: Skipping check for applied log on ELXDV : disabled
    Processing completed.
    Here are the steps followed to add the standby database in Grid Control
    Maintenance tab
    Setup and Manage Data Guard
    Logged in as sys
    Add standby database
    Create a new logical standby database
    Perform a live backup of the primary database
    Specify backup directory for staging area
    Specify standby database name and Oracle home location
    Specify file location staging area on standby node
    At the end am presented with a review of the selected options and then the standby database is created
    Has any body come across a similar issue?
    Thanks,

    Any resolution on this?
    I just created a Logical Standby database and I'm getting the same warning (WARNING: No credentials available for target ...) when I do a 'Verify Configuration' from the Data Guard page.
    Everything else seems to be working fine. Logs are being applied, etc.
    I can't figure out what credentials its looking for.

Maybe you are looking for

  • Keyword management - how do you move keywords up one level?

    How do you move keywords up one level in the hierarchy? Sometimes when working quickly, keywords and subgroups of keywords get inadvertently highlighted and moved as a child under another keyword or group. I can't figure out how to move them back out

  • Rebuilt IPhoto Library does not display.

    Recently my iPhoto has been crashing, probably because I unknowingly moved a file or files in the iPhoto Library with the Finder. Heeding the advice posted throughout this forum I trashed the existing iPhoto Preferences file, the three thumb files, a

  • Schedule in After-report Trigger

    I desperately need to be able to schedule a report in the after report trigger so that the completed report automatically gets sent to a printer. Is this possible? If not, its a real show stopper for my project. Please help! We are using BIEE 10.1.3.

  • Problem with USB installer and OS X Mavericks

    Hi, I found an interesting issue with a usb installer for OS X Mavericks where I used the  Terminal to evoke OS X Mavericks disk maker utility. The boot able drive was created successfully and I erased my OS X partition and proceeded to install via t

  • VB Webservice Client

    Hi, I'm running some web services on WLS 8.1. They use complex types and style=documentWrapped. I want to access them using a VB Client. I have security configured on the web service so the client will need to insert username/password in the SOAP hea