Unable to add database instance in DB console

ALL,
i Couldnt able to add a database instance in OEM console
and i am getting a error like this
- Io exception: Got minus one from a read call The Connect Descriptor was (description=(address=(host=xxxx.com)(protocol=tcp)(port=1530))(connect_data=(service_name=Rxxxx)(instance_name=Rxxxx)(UR=A)))
If somebody could guide me in fixing this problem
it wil be higly grateful

hi,
try using the IP address of your host instead of the fully qualified name in your connection string.
regards
Alan

Similar Messages

  • Unable to get database instances

    I have a custom Java plugin that I had to migrate to a new server. I'm assuming I am missing some configuration somewhere that was present on the old server.
    I am getting this error: com.primavera.integration.client.ClientException: Unable to get database instances.
    I have tested the "demogeneral.cmd" and it seems to login to the database just fine.
    I'm not quite sure what else to test now.

    Not sure if your plugin is running local or remote but I have used this to test remote connections.
    import com.primavera.integration.client.Session;
    import com.primavera.integration.client.EnterpriseLoadManager;
    import com.primavera.integration.client.RMIURL;
    import com.primavera.integration.client.bo.object.Activity;
    import com.primavera.integration.common.DatabaseInstance;
    import com.primavera.integration.client.bo.BOIterator;
    import com.primavera.integration.client.bo.object.Project;
    import java.util.ArrayList;
    public class Main {
    public static void main(String[] args) {
    Session session = null;
    String host = "Bavaria";
    int port = 9099;
    String user = "admin";
    String password = "password";
    String databaseName = "P6Demo";
    String databaseId = "";
    try
    DatabaseInstance[] dbInstances = Session.getDatabaseInstances( RMIURL.getRmiUrl( RMIURL.STANDARD_RMI_SERVICE, host, port ));
    for (DatabaseInstance dbInstance : dbInstances ) {
                        System.out.println(dbInstance.getDatabaseName());
                        System.out.println(dbInstance.getDatabaseId());
                        System.out.println();
                        if (dbInstance.getDatabaseName().equals(databaseName)) {
                             databaseId = dbInstance.getDatabaseId();
                   if (databaseId != "") {
                        session = Session.login( RMIURL.getRmiUrl( RMIURL.STANDARD_RMI_SERVICE, host, port ), databaseId, user, password);
                        System.out.println("Logged In");
    catch ( Exception e )
    System.out.println(e.getMessage());
    finally
    if ( session != null ) session.logout();
    }

  • Unable to add database (11g) in Oracle Failsafe (v3.4.2)

    While trying to add Database in Oracle Failsfafe, I am receiving following errors:
    FS-10376: Node1 : Starting configuration of resource DB_SID
    FS-10378: Node1 : Preparing for configuration of resource DB_SID
    FS-10380: Node1 : Configuring virtual server information for resource DB_SID
    FS-10496: Generating the Oracle Net migration plan for DB_SID
    ** ERROR : FS-10094: Failed to retrieve Oracle Net listener (OracleOraDb11g_home1TNSListenerName) information from persistent cluster registry for group Cluster_group
    18 09:15:12 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource DB_SID

    Oracle Failsafe version: *3.4.2.3*
    Oracle Databsae version:*11.2.0.3*
    OS Version: Windows Server 2008 64-bit

  • Unable to add remote instance to a cluster

    Hello,
    I’m having an issue with setting up Cold Fusion 8 as a
    remote instance cluster. I’m unable to get the remote
    instance shown in the Cluster Manager.
    I have registered the remote instance with the appropriate
    instance name. It picks up the C:\JRun4/servers/cfusion
    but it does not show the restart remote CF service button or
    pause the remote CF instance or stop.
    I followed the instructions which were here:
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=clustering_6.html
    The remote Cold Fusion system used is version
    ColdFusion 8 Update 1 (8.0.1)
    Release Date: April 03, 2008
    This is running on Windows 2000 Server standard
    This is a workgroup server
    Has an internal IP address and an external one
    Jrun4
    This currently runs a site that can be accessed
    The Cluster controlled is running on
    ColdFusion 8 CF Hotfix 3
    This is running on Windows 2000 Server standard
    This is a workgroup server.
    Jrun4
    Have an internal IP address and an external one
    This currently runs a site that can be accessed.
    Both servers are licensed to the Enterprise level
    When I click on the Coldfusion administrator to open the
    remote instance CF Administrator the ‘404 error’
    message was shown.
    i.e. (
    http://hostname:8300/CFIDE/administrator).
    I have since copied the CFIDE into this location
    C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\CFIDE
    When I click on the Coldfusion administrator on the remote
    instance this will now display a listing of the remote CFIDE
    directory but not the CF Administrator page!
    When I change the CFIDE directory to CFIDE1 and change the
    URL for the CF Administrator it will show; very strange.
    I have restarted both Coldfusion instances but I cannot get
    the remote instance to appear in the Cluster Manager so I can
    configure this as a Load Balancing Cluster
    I have looked at the security properties in this file:
    although both servers are on the same subnet.
    In the ColdFusion8/runtime/lib/security.properties file by
    default, the jrun.subnet.restriction property is set to the value
    255.255.255.0, which limits JNDI access to the 255.255.255.0
    subnet. You can use jrun.trusted.hosts on its own or in combination
    with jrun.subnet.restriction to allow JNDI access to a
    comma-separated list of IP addresses (recommended) or host names.
    Any help in problem solving this issue, advise and pointers
    would be great.
    Kind Regards
    Chris Blackmore

    I'm having exactly the same problem on multiple machines, both Intel octocore and G5 quadcore. I'm running 10.5.4 with all the latest updates on all machines. Everything was working, now we can't drag any of the machines into a cluster to make a new one. Like you say, they only appear if Managed is unchecked (on the machine providing the QMaster service), and then are still greyed out, and not draggable. And you can't save a cluster without specifying the cluster controller, which you can't because nothing can be dragged in. The nodes appear to be unlocked (although the icon isn't very obvious), but even if they're locked, there is no password entry that pops up when clicked, and none have a password set in their QMaster System Preferences.
    To test, I did a totally 100% fresh pristine Leopard install and a dual G5, ran all OS upgrades, then did a fresh FCP Studio 2 install, and ran upgrades again and repaired permissions just for good measure. No dice. Exactly the same problem as on the other machines. This is a brand new install and it doesn't work!
    Very frustrating problem and I can't believe more people aren't seeing it. Totally fresh install, what else can be done? Well, time to call AppleCare, I guess.

  • Unable to start database instance from sqlplus

    The following is the error message displayed whenever I try to start the database from sqlplus:
    SQL> startup
    ORACLE instance started.
    ORA-12505: TNS:listener could not resolve SID given in connect descriptor
    SQL>
    NOTE: I am able to startup the database by restarting the OracleService successfully.
    Jayanand.

    You would get this error if the SQL Anywhere engine name (ENG) or database name (DBN) has changed. 
    Perhaps one (or both) of these was changed when the application was updated?
    hth,
    --Jason

  • Deleting database instances of previous Oracle Installations

    How to delete database instances of previous Oracle Installations
    I have Installed new instance of Oracle onto my server but on services window I can still see the older instances of oracle.
    Apart from this I am unable to create database instance with same name as previous instance name.

    Search in the windows registy and delete all occurrence of Oracle

  • Unable to connect to DPM Database through Remote Admin Console

    Hello all,
    I have a fresh install of DPM 2012 server.  I am able to locally start the Admin Console and work with the DPM server, however when I attempt this remotely, I get the following error:
    Unable to connect to the DPM database on <database instances name> (ID: 33210).
    I have verified this is a firewall issue by disabling the firewall and connecting.  I would, however, like to create firewall rules for just the ports that are necessary, and have not been able to find the correct ports by following tutorials online.
     Any help is appreciated.
    I have attempted the tutorial here: http://blog.patricknielsen.net/2011/10/dpm-2010unable-to-connect-to-dpm.html which seemed on the spot, but brings no
    joy.
    Much appreciated,
    J

    Hi,
    The blog should have worked, but add the program exceptions in windows firewall on the DPM server, again but don't restrict the port usage.
    1. %ProgramFiles%\Microsoft System Center 2012\DPM\SQL\MSSQL10_50.<DPM SQL Instance>\MSSQL\Binn\sqlservr.exe
    2. %ProgramFiles% (x86)\Microsoft SQL Server\90\Shared\sqlbrowser.exe
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Unable to connect to the database instance using Enterprise Manager.

    I just install Oracle 10gr2 in my computer and after successful installation created a database instance which also install successfully. I then configure the listener using Net Manager and then start the database instance, the listener and dbconsole, everything seems to work fine and checking the status of this services from the command prompt indicates everything started successfully. But when I try to use Enterprise Manager I was directed to the Database Down Page with a message unable to connect to database instance. I try to use startup and perform recovery but every time I log-in to the database an error message comes out:
    SQLEXCEPTION
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: Cannot access NLS data files or invalid environment specified.
    It seems for Enterprise Manager to connect to the database it needs to access this NLS(National Language Support) data files or specify an environment variable to point to this data files. I am just new to Oracle and I am having difficulty solving this particular problem. Where is this data files located and how do I configure Enterprise Manager to access this NLS data Files?
    Any help however small will be highly appreciated.

    Are you able to connect to the database via SQLPlus?
    What Operating System are you using?
    Assuming Windows, can you RUN regedit to open Windows Registry and check the value or NLS_LANG when you select
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_<your_oracle_home>
    Examples of vaules you may find:
    1. ENGLISH_UNITED KINGDOM.WE8MSWIN1252
    2. AMERICAN_AMERICA.US7ASCII
    3. AMERICAN_AMERICA.WE8MSWIN1252
    4. FRENCH_FRANCE.WE8MSWIN1252
    5. GERMAN_GERMANY.WE8MSWIN1252
    If you are not able to connect to SQLPlus, from the command prompt try setting one of the above:
    e.g.
    D:\>set NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
    D:\>sqlplus /nolog
    SQL>connect sysman/password

  • Unable to Retrieve Database Settings in MDM 7.1 Console

    Hi,
    I have installed MDM7.1 on AIX and on DB2 successfully.
    Installed MDM Console 7.1 on my desktop and as part of Post steps I am able to mount the DB but while I am setting Database settings getting the error "unable to Retrieve Database settings" in MDM7.1.
    Can any one please suggest on the same
    Regards,
    Srinivas

    Hi Saini,
    Thank you for your reply, I have gone through that thread. I have done all the settings required for MDM and DB2.
    Only thing I havn't done is DB2 Client was not installed. Because our DB2 expert is saying that he has installed full DB2 installation and since DB2 and MDM are on the same box,
    client software is not necessery. Is this correct..please advice.
    Regards,
    Srinivas

  • Errors while installing database instance  of Java add-in

    <b>Hi,
    I encountered these errors while installing the database instance of Java add-in for ABAP using SAP NetWeaver 2004s SR1.</b>
    ERROR 2007-02-28 14:33:33
    <b>CJS-30049</b>  Execution of JLoad tool 'C:\j2sdk1.4.2_13\bin\java.exe -classpath "C:\Program
    Files\sapinst_instdir\NW04S\LM\AS-JAVA\ADDIN\ORA\CENTRAL\DB\install\sharedlib\launcher.jar"
    -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload
    "C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/lib/iaik_jce.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/jload.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/antlr.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/exception.jar;
    C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/jddi.jar;C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/logging.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/offlineconfiguration.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/opensqlsta.jar;C:/Program
    Files/sapinst_instdir/NW04S/LM/AS JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/tc_sec_secstor
    efs.jar;C:\usr\sap\AP1\SYS\exe\uc\NTI386\ojdbc14.jar" -sec
    AP1,jdbc/pool/AP1,
    mdcsap05/sapmnt/AP1/SYS/global/security/data/SecStore.properties,
    mdcsa
    p05/sapmnt/AP1/SYS/global/security/data/SecStore.key -dataDir
    C:/tmp/INSTALL/51031693\JAVA_EXPORT\JDMP -job "C:\Program
    Files\sapinst_instdir\NW04S\LM\AS-JAVA\ADDIN\ORA\CENTRAL\DB\IMPORT.XML" -log jload.log'
    aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/jload.java.log' for more
    information.
    ERROR 2007-02-28 14:33:33
    <b>FCO-00011</b>  The step importJavaDump with step key
    |NW_Addin_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|7|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    <b>Second error is easy, but I have no idea on how to resolve the first one.  Please help!</b>

    Hi
    what does jload.log and jload.java.log say ?
    regards
    dirk

  • Add another instance to RAC database...

    Dear all,
    If u want to add another instance to database... using dbca ... database should be shutdown or running....?
    Please help.
    Regards,
    Imran

    Perhaps asking the question in the RAC forum might be more useful.
    http://forums.oracle.com/forums/category.jspa?categoryID=140
    But - if you think about it ... the idea of RAC is to maintain ultra high availability. It would sort of defeat the purpose to shut down all RAC nodes to add or remove one node from the database.
    (In other words the other nodes can, and probably be should be, up.)
    The proper steps to add a node, in general, are
    - Install and configure OS and hardware for new node.
    - Add Oracle Clusterware to the new node.
    - Configure ONS for the new node.
    - Add ASM home to the new node.
    - Add RAC home to the new node.
    - Add a listener to the new node.
    - Add a database instance to the new node.
    The details are in the Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide
    The real kicker is that the clusterware is installed correctly and it recognizes the other nodes. Also means that the shared store is properly configured, and that is a step people often mess up.
    Message was edited by:
    Hans Forbrich

  • SWPM RAC DB instance install error on srvctl add database -d

    Hello,
    We are currently installing a distributed NW 7.31 system with Oracle RAC on ASM.
    SCS ran successfully ,and now we are trying to install db instance.
    During phase 'Create database' the installation stops with error code 1.
    The log is:
    WARNING    2014-04-28 19:14:00.451
               CJSlibModule::writeWarning_impl()
    Execution of the command "/oracle/ISP/112/bin/srvctl add database -d ISP -o /oracle/ISP/112 -p +ISP_DATA/ISP/spfileISP.ora -a ISP_DATA" finished with return code 1. Output:
    /oracle/ISP/112/bin/srvctl: line 87: dirname: No such file or directory
    /oracle/ISP/112/bin/srvctl: line 94: dirname: No such file or directory
    /oracle/ISP/112/bin/srvctl: line 148: uname: No such file or directory
    ****ORACLE_HOME environment variable is not set.
        ORACLE_HOME should be set to the main
        directory that contains Oracle products.
        Set and export ORACLE_HOME, then re-run.
    ERROR      2014-04-28 19:14:00.454
               CJSlibModule::writeError_impl()
    CJS-30023  Process call '/oracle/ISP/112/bin/srvctl add database -d ISP -o /oracle/ISP/112 -p +ISP_DATA/ISP/spfileISP.ora -a ISP_DATA' exits with error code 1. For details see log file(s) srvctl.log.
    I don't know why the SWPM asks for the spfile if this is a fresh installation. The only file that exists is initISP.ora
    Perhaps SWPM was supposed to create an spfile<SID>.ora from init<SID>.ora?
    I hope someone out there has encountered this before
    Best Regards,
    Fabian

    Hello,
    I'm facing the same problem with SWPM:
    An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Distributed System > Based on AS Java > Database Instance( Last error reported by the step: Process call '/oracle/DEP/112/bin/srvctl add database -d DEP -o /oracle/DEP/112 -p +DEVDEP01/DEP/spfileDEP.ora -a DEVDEP01' exits with error code 2. For details see log file(s) srvctl.log.)
    [oracle@sapdtdb01 DB]$ cat srvctl.log
    /oracle/DEP/112/bin/srvctl: line 87: dirname: No such file or directory
    /oracle/DEP/112/bin/srvctl: line 94: dirname: No such file or directory
    /oracle/DEP/112/bin/srvctl: line 148: uname: No such file or directory
    PRCD-1025 : Failed to create database DEP
    PRCT-1011 : Failed to run "srvctl". Detailed error: [/oracle/DEP/112/bin/srvctl: line 87: dirname: No such file or directory, /oracle/DEP/112/bin/srvctl: line 94: dirname: No such file or directory, /oracle/DEP/112/bin/srvctl: line 148: uname: No such file or directory]
    Manualy I can execute and register the db:
    /oracle/DEP/112/bin/srvctl add database -d DEP -o /oracle/DEP/112 -p +DEVDEP01/DEP/spfileDEP.ora -a DEVDEP01
    I updated de .bash_profile and .bashrc
    PATH=$PATH:$HOME/bin:/oracle/DEP/112/bin
    ORACLE_HOME=/oracle/DEP/112
    ORACLE_SID=DEP
    ORACLE_BASE=/oracle/DEP
    GRID_HOME=/crs/product/11.2.0.3/
    LD_LIBRARY_PATH=/oracle/DEP/112/lib
    export PATH
    export ORACLE_HOME
    export ORACLE_SID
    export ORACLE_BASE
    export LD_LIBRARY_PATH
    Can you please advise?
    Best regards
    António

  • Add second instance to Enterprise Manager 10g database control

    Hi,
    I have a server with one Oracle 10g database instance, and I
    configured the local Enterprise Manager database control for it.
    Now I added a second instance on the server, using the same Oracle
    home. Can I manage this new instance using the existing database
    control or do I have to configure a second database control using
    another port? The documentation isn't too clear on this.
    Thanks,
    Matthias

    You can't manage the two database using database control. you have to go for Grid control only if you need to configure two or more instance.

  • Adding a database instance target.

    Hello,
    Now That I have OEM grid control install I want to add a database instance to monitor.
    So in The OEM console I went to TARGETS -> DATABASES ->ADD.
    I enter the database host ip.
    (The database is install in a different machine from OEM).
    Error message "Host - Unable to find the host name entered."
    This means that it can´t find the machine or the agent?
    ping to the machime works.
    (The database installed is the 10g R2 enterprise edition so the agent is already installed right? )
    I can deploy an agent using the console but I think the agent is already there.
    Thanks in advance for the help
    Gonçalo Ribeiro

    I tried to install an agent doing
    Install agent->fresh install.
    but I have this error: "SSH Server is not up on one or more of the remote nodes"
    Both my enviromnent are windows. Do I need an ssh Server? How do I do that in windows?!
    Thanks
    Gonçalo Ribeiro

  • Problem installing Database Instance of WAS 640

    Help,
    I am installing the WAS 640 SR1  on a sandbox running Windows 2003 Server.
    I've installed Oracle.
    Installed the Central Instance.
    But when I try to install the database instance with SAPInst, it gets to the stage:
    Prepare Oracle Network Configuration
    It then copies the Listener.ora and creates a new file Listener.1.ora
    Then the installation fails with the message:
    Unable to set time for file listener.1.ora
    Does anyone know how to solve this and continue the installation ?
    Thanks,
    Tomas.

    Hi Tomas,
    Firstly check that you are full administrator of the OS and check the following policy privileges are assigned to your user:
    Act as part of the operating system
    Increase quotas
    Replace a process level token
    Do this via:
    Navigate to the security policy console via:
    Start Menu>Settings>Control Panel>Administrative tools>Local Security Policy
    In the window for the Local Security Policy you will find each of the following policy above.
    Double click on each of the items listed & click the button “Add User or Group”. In the next window enter the username that you are performing the installation with and apply.
    If still the problem occurs "Take ownership" of the file system using the account that you are logged in with.
    This should get you past the problem
    Cheers
    Daniel

Maybe you are looking for