Client Browser cant connect to database control in 10G

Currently running database control on server which I can access through a browser on the server with the following URL
http://wgos405.nrplc.localnet:1158/em/console/logon/logon
The problem is that if i use my client broswer to connect to database control on the server with the following url
http://wgos405.nrplc.localnet:1158/em/console/logon/logon
I get page Not found, but if i amend the url to
http://wgos405:1158/em/console/logon/logon it works fine.
Nrplc is our domain name
Any help would be appreciated.
Mike

Reza
Pinging from the client works fine, as shown below, I can get round the problem using
http://wgos405:1158/em/console/logon/logon and i can access all pages.
Would have liked to know what was causing the problem as its works fine on the server
Thanks
Mike
ping wgos405.nrplc.localnet
Pinging wgos405.nrplc.localnet [10.36.105.251] with 32 bytes of data:
Reply from 10.36.105.251: bytes=32 time<1ms TTL=126
Reply from 10.36.105.251: bytes=32 time<1ms TTL=126
Reply from 10.36.105.251: bytes=32 time<1ms TTL=126
Reply from 10.36.105.251: bytes=32 time<1ms TTL=126

Similar Messages

  • Autoconfig cant connect to database.

    i was trying to change the domain name of oracle application 11.5.10.2 , by making changes in both .xml files . but when i was nt success , i return to what i had changes as i had the backup of old .xml files. but now when i m running adautocfg.sh in both the tirs, it cant connect to the database .
    ANY HELP ????

    Oracle Apps:11.5.10.2 OS: Redhat ES linux 3.0
    Yes i have changed the domain name back on the OS.
    The Autoconfig logfile when i run at dbtier says:
    Starting AutoConfig at Fri Dec 8 11:53:36 2007
    Using adconfig.pl version 115.64
    Classpath : /dev1/visdb/9.2.0/jre/1.4.2/lib/rt.jar:/dev1/visdb/9.2.0/jdbc/lib/ojdbc14.jar:/dev1/visdb/9.2.0/appsutil/java/xmlparserv2.zip:/dev1/visdb/9.2.0/appsutil/java:/dev1/visdb/9.2.0/jlib/netcfg.jar
    ===========================================================================
    Starting Utility to Report Version Conflicts at Fri Dec 07 11:53:36 IST 2007
    Using VersionConflictListGenerator.java version 115.2
    All driver files processed.
    No version conflict encountered.
    ===========================================================================
    Using Context file : /dev1/visdb/9.2.0/appsutil/VIS_wbsebdev1.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
    /dev1/visdb/9.2.0/appsutil/out/VIS_wbsebdev1/12071153/VIS_wbsebdev1.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /dev1/visdb/9.2.0/appsutil/template/adxdbctx.tmp
    Checking for customizations to Context template
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations.
    Looking for custom template at : /dev1/visdb/9.2.0/appsutil/template/custom/adxdbctx.tmp
    Custom template : Not available
    Customizations found : None
    This i m giving a part of logfile, where you can see "Database connection : Failed" in bold letter.

  • Can Connect via Database Control but Cannot Connect from Enterprise Manager

    Hi experts,
    This is a 10g database on a Windows server.
    when I remote into the server:
    - I CAN connect via the web-based Database Control
    - I CANNOT connect to any db/instance via regular Ent Mgr - get the ugly "ORA-12154 TNS: could not resolve the connect identifier specified" error.
    I thought both tools used the same connection files (tnsnames, listerner etc), but maybe not.
    When db control connects, but Enterprise Manager cannot, what should I check to find the problem?
    Thank you.
    John

    Thanks madrid.
    I eventually got it to work by changing the tnsnames.ora in the client_1 folder
    This is the original:
    FS9ENFP1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    ORCL=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = orcl)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I removed the EXTPROC entry and added entries for the ORCL and FS9ENFP1 databases, specifying server_database like this:
    FS9ENFP1_PNCLAFDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    Not really sure WHY it is necessary to list an instance twice, once without server name and another with server name... but EM is able to connect now. I simply modeled tnsnames after another Oracle server where EM was able to connect.
    John

  • Cant connect my database using net service_name

    Good Morning to all;
    I trying to connect my database using net service_name , but i am getting error.
    I have tnsnames.ora entry and listener.ora entry.
    Please help me to crack this error.
    SQL> select name from v$database;
    NAME
    ORCLTEST
    SQL> grant connect ,resource to u1 identified by u1;
    Grant succeeded.
    SQL> grant sysdba to u1;
    Grant succeeded.
    SQL> show parameter pass;
    NAME TYPE VALUE
    remote_login_passwordfile string EXCLUSIVE
    SQL> shut immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    From DBS Directory :
    [oracle@linuxserver dbs]$ orapwd file=orapworcltest password=asdf1234 entries=3
    export ORACLE_SID=orcltest
    [oracle@linuxserver ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Mar 9 19:24:22 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR when trying to connect
    SQL> conn u1/u1@ORCLMYTEST
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    SQL> conn u1/asdf1234@ORCLMYTEST
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Thanks in advance ..

    Can i connect my database using username/password@netservice_name ?
    Yes, you should. Please post the result of "lsnrctl stat LISTENER_ORCL".
    *[oracle@linuxserver admin]$ lsnrctl stat LISTENER_ORCL*
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-MAR-2013 19:58:18
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linuxserver)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTener_ORcl
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-MAR-2013 11:10:14
    Uptime 0 days 8 hr. 48 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener_orcl.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linuxserver)(PORT=1521)))
    Services Summary...
    Service "MYDB.PROD.ORCLPROD.COM" has 1 instance(s).
    Instance "orclprod", status UNKNOWN, has 1 handler(s) for this service...
    Service "MYDB.TEST.ORCLTEST.COM" has 1 instance(s).
    Instance "orcltest", status UNKNOWN, has 1 handler(s) for this service...
    Service "asdf" has 1 instance(s).
    Instance "asdf", status READY, has 1 handler(s) for this service...
    Service "asdfXDB" has 1 instance(s).
    Instance "asdf", status READY, has 1 handler(s) for this service...
    Service "asdf_XPT" has 1 instance(s).
    Instance "asdf", status READY, has 1 handler(s) for this service...
    Service "orclprod" has 1 instance(s).
    Instance "orclprod", status READY, has 1 handler(s) for this service...
    Service "orclprodXDB" has 1 instance(s).
    Instance "orclprod", status READY, has 1 handler(s) for this service...
    Service "orclprod_XPT" has 1 instance(s).
    Instance "orclprod", status READY, has 1 handler(s) for this service...
    Service "orcltest" has 1 instance(s).
    Instance "orcltest", status READY, has 1 handler(s) for this service...
    Service "orcltestXDB" has 1 instance(s).
    Instance "orcltest", status READY, has 1 handler(s) for this service...
    Service "orcltest_XPT" has 1 instance(s).
    Instance "orcltest", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • OEM Database Control and 10g Grid Control

    Can any one tell the difference between OEM Database Control and OEM 10g Grid Control.

    Database Control is the HTTP Management environment and comes installed with the 10g Database. It can be used to manage one database (one target) at a time (standalone). To monitor more than one database, you must create a new console on a different port for each database.
    10g Grid Control is the Enterprise version in that you can monitor different Target from different operationg systems at the same time. These include Application Servers, Listeners, Operation Systems, Non Oracle Database Systems using plugins (from 10gR2).
    So, for someone who was using OEM 9i, there was connection in to Standalone Console (Java) and Oracle Management Server (Java and HTML). In 10g, they are replaced with Database Control (Java and HTML versions) and Grid Control respectively.

  • Business Component Browser cant find the Database Connection

    Hi all,
    I created a project with JdevTP3, created a database connection, the entities from the tables and the view objects. I'm trying to test it with Business Component Browser and it always give me the message :
    (oracle.jbo.ConfigException) JBO-33003: Connection name <conn_name> not defined
    I'm using a JDBC URL connection with a XE database. I've also tried with a IDE connection, copying it to the project. The same error.
    I reinstalled the jdev and nothing. It seems to be a easy one but I'm new with JDeveloper.
    Tks.

    Hi,
    yes, i have everything installed without spaces (C:\jdev11gtp3). I right-clicked the app module, it shows me the "select business components configuration" dialog where the JDBC URL connectio is and when i click connect it shows me the message :
    (oracle.jbo.ConfigException) JBO-33003: Connection name ORACLE_RSC not defined
    If I click <stack> in the error windows it shows me :
    oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:90)
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:83)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:434)
    ## Detail 0 ##
    oracle.jbo.ConfigException: JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1082)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:596)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:580)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    ----- Level 1: Detail 0 -----
    oracle.jbo.ConfigException: JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1082)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:596)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:580)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    But there is a ORACLE_RSC JDBD URL connection that i used to fetch the tables to create to entities...
    any ideas???
    Tks..

  • Cant connect to database VTAB-1000 error

    I have installed OEM 2.2 on my Windows2000 laptop, and created
    a 8.1.7 database locally for the repository.
    I have created and connected to the repository OK, and discovered nodes.
    When I try and connect to the (8.0.6) database, as SYSTEM (normal connection),
    I get error :
    VTADB-1000 : This application requires more database
    privileges than you have currently granted to you.
    Contact your DBA for more information.
    I have granted the select_catalog_role (using the sc_role.sql script shown in
    the on-line help), oem_monitor and sysdba to SYSTEM.
    The database has remote_login_passwordfile = exclusive in the init.ora.
    The intelligent agent on the server is running under Oracle 8.1.7.0.0, and has
    discovered the database OK.
    Thanks in advance
    Bob

    Hi Yossi,
    From the log:
    TRACE-INFO: 63: dev trc ,00000 (2) 08001 Microsofthttp://SQL Server Native Client 10.0A network-related or instance-specific
    error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
    TRACE-INFO: 64: 130
    You mentioned the CI and DB are on seperate hosts. Could you try to ping the DB host from the CI host?
    Also please check if the Default profile contains the SAPDBHOST name properly defined.
    Further, in tcode STMS -> Overview -> Systems -> domain controlled <sid> -> transport tool. Check if the DBHOST and transdir are set correctly.
    Regards,
    Srikishan

  • Data integrator cant connect to database

    Hi
    I'm trying to create new master repository in data integrator. When i type in database connection parameters (jdbc:oracle:thin:@localhost:1521:repo) and i click test connection im getting message: "The Network Adapter could not establish the connection".
    When i chage jdbc url to this: jdbc:oracle:oci8:@repo buttons: next, finish and test connections are dead, i can click them but nothing happens.
    Database works, i cant log in to it by enterprise manager, i can connect to it by sql*plus. SQL Developer refuses to connect by 1st url, but connects by TNS. I cant use tns in DI and normal connection doesnt work. What i can do with this?

    The Network Adapter could not establish the connection - This is a database issue .
    In case its your local machine, check your listener and for more support ,either google as there are many sites or blog which can tell you exactly the steps to solve this issue.
    You can also reach the database forum for support on this or other database related issue.

  • Cant connect to database

    I am moving a clients site over to a new host for them but
    the database refuses to be called.
    *This is the error message I keep getting regardless of what
    .cfm page
    I go to. Example https://www.xxxxx.com/new/about.cfm
    i replaced the real name with xxxx for this post
    Error Information* Wed Nov 22 08:13:24 PST 2006
    Data source xxxx could not be found.
    The error occurred on line 3.
    /new/about.cfm
    74.12.154.104
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8)
    Gecko/20061025 Firefox/1.5.0.8
    *My understanding is that that coldfusion is calling a
    database called
    xxxx and our database is called xxxxcatalog.I know you can
    call the source and dataname two different names. Would this be the
    problem?
    The problem is I am not the original programmer.I know he was
    using coldfusion ver 4.5.
    I tried renaming it under the db admin panel on my host but
    it said access denied.*
    thanks for any help offered.

    The new host uses Plesk as the admin panel. I set up the ODBC
    and it is conneccted fien. However the original programmer of the
    coldfusion code did a special direct set up. He told my client
    everything including the database had to be in the same directory.
    So as a result I have the ODBC database hooked up but I alsdo have
    the original database in the https directory wit hall the
    coldfusion files *** directed by the previous programmer. So since
    I know the ODBC connection on the plesk panel is connecting fine I
    know the error message I am getting is from the CF pages not
    finding the database in the https directory. Confusing I know and I
    hate working with someone elses work but I have no choice.
    The other issue is we stilll beleieve that the SSL
    certificate is not working so we sent for a reissue of it. We see
    the lock on the bottom left corner with the check mark but that
    isnt enough according to the host. So if the SSL certificatre isnt
    working maybe it is blocking the path and connection to the
    database.
    Wish I could build this from scratch myself but that option
    is out.
    Thank you for your replies!

  • Oracle 03121 no driver installed cant connect to database!!

    Hi ,
    I am attempting to connect to my database on a standalone instalation of oracle through forms designer but receive the message ora-03121 whenever i attempt to connect message : "no interface driver connected". I have developer / designer in a seperate oracle home from my oracle 8 instalation . any ideas?
    Thanks
    marc

    Did you configured sqlnet connection in the Forms Oracle Home?
    use the sqlnet easy config

  • I cant connect to database

    Hello
    I'm trying to connect to a firebird database, I'm using eclipse, I've downloaded Jaybird, and I want to execute the example included. One of the lines of code is this:
    d = new org.firebirdsql.jdbc.FBDriver ();
    I don't know so much about this names of Java . What this line really means ?
    I would like to known it means that: in the path org/firebird/jbdc there is a file name FBDriver.class.
    In fact, I don't know what I have to do beacause this lines give me error.
    thanks in advance

    Dav1d wrote:
    I would like to known it means that: in the path org/firebird/jbdc there is a file name FBDriver.class. It means that the Java runtime should create a new instance of the org.firebird.jdbc.FBDriver and assign a reference to that instance to the variable named 'd'.
    In fact, I don't know what I have to do beacause this lines give me error.NoClassDefFoundError? Symbol not found? Both errors indicate that such a class cannot be found. Ensure that the class is present in your build and/or runtime classpath. If that's not the error, please post the full text of the error and accompanying stack trace.
    ~

  • Cant connect to database please help newbie here

    I am very new to oracle and have just installed oracle database 10g express beta. The problem is when I log into the homepage nothing happens. It just goes back to the log in screen again. I have tried using the wrong password and it gives me a error message. I have also gone through SQL and it says i'm connected.But I can't get the icons to come up after logging in. Any help would be greatly appreciated

    Welcome to Oracle.
    Similar problems to yours have been reported on the forum.
    The first seemed to be being caused by ZoneAlalrm - see Database home page will not load whilst ZoneAlarm Pro is running
    The second seemed to occur if the user was connected to their corporate network via VPN - see Database Home page / VPN's
    Let us know if either of these helped

  • Cannot connect to database after installing 10g

    Hello friends at www.oracle.com ,
    after installing Oracle 10g, I am trying to use programs like SQL*Plus or Forms Builder. However, these programs are asking me for the host string, and:
    - I cannot simply ignore this question, because I cannot connect without this information.
    - But I don't know how I can configure a host string for local access.
    - And I don't know if there's already a default host string for me to use after installing Oracle 10g, because I have no practice in database configuration, since I'm a developer.
    Please help me.
    Best regards,
    Franklin Goncalves Jr.

    Hi ,
    Few pointers which may help you , but a small caveat all instructions pertaining to way we do internally in oracle , so there could be some mismatch at customer end , but more or less logic should be same , in case you can't any step revert back :
    1. When Db asks you for connect string essentially it asks for the complete description of the db to connect including :
    Db server machine name / ip - that can be resolved from your system if it's a remote server .
    Username , Password ,
    Db Instance Name - TnsAlias mentioned in TnsNames.ora .
    Now there are few Env. variables that you need to set before running / starting an oracle db instance .
    1. Oracle_Home - Essentially Oralce Installation directory .
    2. Oracle_sid - unique identifier for Oracle Instance .
    3. For OracleDb only set T_Work and TNS_ADMIN env. variables as %Oracle_Home%\work directory and place your Listener.ora file in that folder .
    4. Make your initial parameter file init<Oracle_Sid>.ora in %Oracle_Home%\database -- default location .
    5. Create Oracle Instance specific services to run on a Windows machine , essentially they will be two and default nomenclature is :
    Oracle Service - OracleService<Oracle_Sid>
    Listener Service - Oracle<oracle_sid>TnsListener
    Now in %Oracle_Home%\bin directory you have couple have tools to help you in whole process including lsnrctl.exe , tnsping.exe , sqlplus.exe .
    and onec you start oracle instance like this :
    SQlPlus "/as sysdba" -- OS Authentication
    --- Connected to Idle instance
    Sql> startup --> this will take default parameter file
    Check out dump location for log and trace files generated if enabled .
    Now client setting :
    1. This is the place where you need appropriate connect string with all components as mentioned above .
    Check out any good site for exact syntax , but you need to make sure regarding client you are using for e.g:
    ODP.Net , Java Driver etc .
    For Client few important settings :
    Execution directory should contain tnsnames.ora
    Create T_WORK and TNS_ADMIN for execution directory .
    check out for listener connectivity using :
    tnsping <TnsAlias>
    Imp -- Include all relevant stuff in System PATH for execution from anywhere .
    Once it connects tehn you can use appropriate username / password for connecting with appropriate connection string .
    Normally while installing oracle you would have set the username and password to be changed later .
    or otherwise onec you log in as sysdba, you can create new username/password and give it sysdba permissions .
    Also imp. thing for connecting from a remote system is having Sqlnet.ora authentication file in client's T_WORK and TNS_ADMIN .
    I hope it helps upto some extent .
    regards ,
    Mrinal

  • Could not connect to database io exception: 10g on xp

    after a series of adding and deleting an instance of oracle through oracle database assitantl;
    i've yet to see my database :(
    the error written in enterprise manager was :
    Unable to connect to the database
    io exception: The Network Adapter could not establish the connection
    i'm on xp sp1 standalone;
    any help on the matter is greatly appreciated

    guys you can discard this question,
    i've decided to uninstall and reinstall the entire 10g
    now it works fine
    cheers

  • Oracle Enterprise Manager can't connect to database after installation

    Hello, I have a problem with Enterprise Manager. I installed Oracle 10g and the patch 10.2.0.2. After install, I could connect to database from SqlPlus without problems, but when I try to connect from AllPrograms - Oracle - DatabaseControl or since the Web browser with http://servername:1158/em nothing happen. I reviewed the status of dbconsole with emctl status dbconsole but the status is running. I recreated the repository with emca -deconfig.......-repos drop and emca -config ...... -repos create , but nothing happened. I reviewed some threads in this forum, but I didn't find the solution. Finally I could connect from the browser but with http://localhost:1158/em. Do you help me how can I connect from Database Control, because the operators in Computer Center should monitor the instance since there, and when I want to connect since my own PC how can do it?
    Thanks for your help and excuse my English, I am from Bogot&aacute; Colombia.
    Sincerely Rub&eacute;n

    Hi,
    Check the network connectivity between db server and pc from where u want to access em.
    Check the listener service.
    Check firewall settings, it should be off.
    Regards,
    Xaheer

Maybe you are looking for

  • Double / Triple copies of loops in loop browser.

    This is probably really common occurance, but I haven't been able to find a thread on it here. I have multiple copies of certain, but not all loops listed in the loop browser, when i use the loop browser search function. If I just list the loops by c

  • Java Deployment Toolkit and

    Hi, I use deployment toolkit (http://www.java.com/js/deployJava.txt ) in my project. When JVM is not installed it goes to Java download page, user downloads it, installs, and then my original page is refleshed. And now I have problems with this refre

  • Binary characters in server.log

    Hi Everybody, I am working on a j2ee app on linux box. I am seeing binary characters at the beginning of server.log Binary characters are like @ and ~. If I do page down, it's fine. All the information is getting printed. Does anybody has idea why it

  • Sub-Group Consolidation

    Hi, We want to carryout Main Consolidation and Sub-Consolidation and Reporting accordingly. Both consolidation will be in same group currency. The Hierarchy of the Group is as follows: CGTOP CU01 CU02      -CGMIDDLE01       CU03       CU04      -CGMI

  • HT1461 Remote Login and sharing

    We are trying to remote login and shareing with network computers and have not been successful. Any help would be greatly appreciated.