Cannot connect to DB from a client computer

Hi,
I installed 11gR2 last week and can access it from the DB server. However I cannot connect to the DB from my laptop :-(
==============================================================
C:\Users\jchen>tnsping jchen_dev
TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 20-MAY-2011 11:55:49
Copyright (c) 1997, 2010, Oracle. All rights reserved.
Used parameter files:
C:\app\jchen\product\11.2.0\client_1\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = jchen-desktop.us.responsys.com)(PORT = 1521))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = jchendev.us.responsys.com)))
TNS-12535: TNS:operation timed out
C:\Users\jchen>
C:\Users\jchen>ping jchen-desktop.us.responsys.com
Pinging jchen-desktop.us.responsys.com [172.19.192.132] with 32 bytes of data:
Reply from 172.19.192.132: bytes=32 time=3ms TTL=64
Reply from 172.19.192.132: bytes=32 time=1ms TTL=64
Reply from 172.19.192.132: bytes=32 time=1ms TTL=64
Reply from 172.19.192.132: bytes=32 time=1ms TTL=64
Ping statistics for 172.19.192.132:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 3ms, Average = 1ms
C:\Users\jchen>
===========================================================
If I do the same thing on DB server, I got:
========================================================
[oracle@jchen-desktop ~]$ lsnrctl status
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 20-MAY-2011 11:49:29
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
Start Date 16-MAY-2011 10:52:05
Uptime 4 days 0 hr. 57 min. 23 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/jchen-desktop/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jchen-desktop.us.responsys.com)(PORT=1521)))
Services Summary...
Service "jchendev.us.responsys.com" has 1 instance(s).
Instance "jchendev", status READY, has 1 handler(s) for this service...
Service "jchendevXDB.us.responsys.com" has 1 instance(s).
Instance "jchendev", status READY, has 1 handler(s) for this service...
The command completed successfully
[oracle@jchen-desktop ~]$
[oracle@jchen-desktop ~]$ tnsping jchendev
TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 20-MAY-2011 11:51:15
Copyright (c) 1997, 2009, Oracle. All rights reserved.
Used parameter files:
/u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = jchen-desktop.us.responsys.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = jchendev.us.responsys.com)))
OK (40 msec)
[oracle@jchen-desktop ~]$
================================================================
I am totally lost... What is going on here?
Any help is highly appreciated!
James

but I can ping the server and ssh to the server from my laptop...certain ports can be opened through FireWall while all others remain closed.
Listener accepts initial connection request on Port #1521 & then completes request on random high port
use of Wire Shark or similar packet sniffer can answer the mystery

Similar Messages

  • Cannot connect to database from a client machine (ORA-12154)

    Hi,
    I have installed Oracle XE Server on one of my machines and Oracle XE Client on another. When I try to connect to the server from the client using command line, error ORA-12154 is displayed. I am pasting the data of my .ora files so that you can point out the errors if any in these files.
    Listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = abo-server.abosoftware.org)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    Sqlnet.ora
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    Tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abo-server.abosoftware.org)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    I will be very happy if anyone can suggest me a solution.
    Thanks & Regards,
    Harshad

    Harshad,
    CONNECT system/[email protected]
    This was not what I asked you to try, this cannot work ;).
    I asked you to try :
    connect system/[email protected]:1521/XE
    I have also tried accessing the database homepage remotely using the url
    http://abo-server.abosoftware.org:8080/apex
    Per default only local access (from the same machine) is allowed via http.
    You can change that either via the GUI (log in as SYSTEM):
    Home>Administration>Manage HTTP Access
    OR
    connect as SYSTEM via sqlplus and run:
    SQL>exec dbms_xdb.setListenerLocalAccess(false);###
    It is documented at
    http://download-west.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABIJBHJ
    And yes, you need to open both ports 1521 and 8080 to access it remotely.
    ~Dietmar.

  • Connect to OWB from a client computer

    hi ,
    i have installed Oracle 10g and owb 10 on my computer , i have a designed and implemented a WH on it .
    can another user from another computer (which have installed OWB 10 on it's computer ) connect to my computer as a client and work with it's schemas via control center ? if yes , does it need any special condition.
    reagrds
    Padideh

    Hi ,
    i have installed OWB and DB 10g on my computer , my friend wanna connect to my computer as a cleint and work on my target schema via design center . she has installed OWB 10 on her computer .
    my design center connection information is :
    user : padideh1
    pass: padideh1
    host : Shahr
    port : 1521
    service name : orcl.teh.org
    she enters these connection information in her design center logon window .
    regards
    Padideh

  • How to retrieve CRL information from a client computer

    Is possible to retrieve CRL information from a client computer and how?
    Thanks.

    CRL's do not normally live on workstations... normally these are hosted on servers. If you want to see what server are in the local revocation list then look at the certificates mmc snap-in and look at the revoked certificate list. If you want to test
    a CRL for a certificate then export the certificate and run "Certutil -url"
    Alan Burchill (MVP)
    http://www.grouppolicy.biz
    @alanburchill

  • Can you use an application in hyper-v environment in Windows server from each client computer or that is not possible?

    hi,
    I like to know besides running 2 or more operating systems,like exchange or SQL  ect .
    what other benefits it has for example when you install 2-3  applications in t hyper_v environment can you use those applications from each client computer or that is not possible at all. ( I don't mean cloud )
    thanks
    johan
    h.david

    thanks,
    so , now what is the benefit of hyper-v role on essential 2012r2 .  it that means that I can install only one operating system on it only one instance and no more. also I can run some applications on this server  just like you say with RDP licence
    for each user to acces this virtual server!
    and if I want more instances then I have to get datacenter.
    johan
    h.david

  • I cannot connect to iTunes from my iPod touch

    I cannot connect to iTunes from my iPod touch I just wanted to buy an app and won't let me connect

    Try:
    Can't connect to the iTunes Store
    However, some other users have reported the same problem so it May be an Apple server problem.

  • Cannot connect to FB from "Settings" after IOS 6 - the FB-app works correctly

    Cannot connect to FB from "Settings" after IOS 6 - the FB-app works correctly - but logging in from the settings to be able to "match" my contacts just doesn´t work. It just keeps "porcessing", when I try to login. Any good advice?

    I found a fix. I hope this helps.
    http://www.dencio.com/2012/01/fixed-facebook-20-and-twitter-20-for.html
    I hope it works for you.
    Dencio

  • I cannot connect to itunes from the newstand

    I cannot connect to itunes from the newstand using my iPad. I am unable to subscribe or restore subscriptions.

    Try:
    Can't connect to the iTunes Store
    However, some other users have reported the same problem so it May be an Apple server problem.

  • Why i cannot download the movie from the other computer by accessing my account

    Why i cannot download the movie from the other computer by accessing my account

    I just want to make sure I have your question correct, you rented a movie on a computer and you want to download it to another computer?
    I believe because its a rental you can either stream it to your Apple tv or watch it on the computer you purchased the rental on, I dont think you can download it to another computer but you may be able to watch it on the other computer by homesharing, If you click on the library on the other computer thats in the homesharing section on the left pane it may work to stream it to the other computer to watch but not download
    I could be wrong but I think because its a rental it has restrictions

  • Connecting to Db from a client

    Hi All,
    am very new to Oracle.
    I have a db server that is up and running.
    I installed client on another pc.
    After configuring the Client using the oracle net manger , I tried to test my connection, but it gave me the error message:
    ORA-12541: TNS: No listner.
    I was able to test the connection from the server pc to the db, but cannot from the client.
    I am using 10g and on win xp.
    Your help will be highly appreciated.
    NB: I checked the listner status in the DB and every thing seemed alright.
    thanks all

    On your database server check if listener is running.
    lsnrctl status
    On your PC client side double check if you got hostname and port entered correctly. compare with listener status output

  • Cannot connect to itunes from ipod

    I have an oldish ipod 8gb 1.1.5 and never really used it properly.  Now I want to and when I try to connect to itunes from it, I get the message 'cannot connect to itunes store'.  Thought it might be easier through my PC, but the PC doesn't even recognise the ipod.  Please help - I am not very computer literate either, so that probably doesn't help!

    See:
    Can't connect to the iTunes Store
    Also:
    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar
    Then:
    iOS: Device not recognized in iTunes for Windows
    Further, you can update your iPod to iOS 3.1.3 by:
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)
    https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/touchLegacyLandingPage

  • Connecting to internet from wireless remote computer problem

    Hi,
    I have a lynksys wrt54gs connected to a dsl modem and office computer. The office computer internet connection no problem. Customer Lounge computer has a D-Link (hope that's not cussing here!!!) dwl-g520 with driver properly installed and can see the router but cannot get internet connection. Ran easylink advisor to add another computer to the network but, since the lounge computer is wireless, advisor only gives me wep encryption key to use. I have no clue where to input the key.  Can anyone help??? BTW Both computers are running XP.
    Thanks

    palbunny wrote:
    Hi,
    I have a lynksys wrt54gs connected to a dsl modem and office computer. The office computer internet connection no problem. Customer Lounge computer has a D-Link (hope that's not cussing here!!!) dwl-g520 with driver properly installed and can see the router but cannot get internet connection. Ran easylink advisor to add another computer to the network but, since the lounge computer is wireless, advisor only gives me wep encryption key to use. I have no clue where to input the key. Can anyone help??? BTW Both computers are running XP.
    Thanks
    If I understand you correctly you will input the encryption key via the linsys monitor software on your wireless computer.
    open the linsys monitor on your computer
    highlight the network name that you want to connect to
    click edit
    and just follow the steps and input the info of which one will be the key

  • Cannot connect to itunes from my iphone 4

    I get a message that says "Cannot connect to iTunes store" yet my App store works fine? This has been going on for a week since i bought my phone.
    Any solutions.

    This troubled me for a week....found THE only solution with "complete" (not so complete) success.  iBooks has a completely isolated Apple ID login.  It is not the same as the iTunes Store or App Store.  Here's what works.....Delete your iBooks App...then, log out of your iTunes Store by going to settings/store...choose your ID and log out....then connect to iTunes and add iBooks again...sync....login to iBooks...set up your ID info.....after confirmation...go to settings/store and login again.....now your STORES are online and ready to use.....it's confusing to say the least...Apple must be aligning these for iCloud....SO...to recap....I now have a seperate Apple ID login for iBooks...SAME Apple ID but different password....I tried using the same password as my iTunes Store and it would not work!  I have also attempted changing my password in my account from my MB and it does not recognize the change...I hope this all gets resolved when iCloud is launched....

  • Cannot connect to itunes from ipad 2

    everytime i want to download a free app or a book, my ipad says: cannot connect to itunes?  checked my acct on my computer and itsa all accurate.  What to do?

    Refer to this article:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368

  • Trouble connecting to and from my work computer & home computer

    When I first bought my iPod Touch, I could easily not only connect it and sync/load songs etc. from my home computer, I noticed and real good feature in that I could connect it to my work MAC as well. I have an iPhone now and i noticed you can't do this. It asks you to sync the iPhone and all data will be lost if I choose to do so. When I connect it to my work computer all the fields are grayed out. This ***** if I can't go to and from from home t work with my new iPhone when I could so easily with my iPod Touch. Any feedback on this would be much appreciated.

    Some info and a bit of detail about your network set up would be helpful. How are you connected to the internet? Cable modem? DSL? Is there a router involved? Are you connected via ethernet or airport?

Maybe you are looking for

  • How can I configure MA to display "speaking" OpCode and Task names

    If you have a custom ETW Eventsource definition: PerfView reads and Displays from the etl files the OpCode and Task values not as integer but as defined in EventSource inner classe for Task and in the System.Diagnostics.Tracing.EventOpCode. My questi

  • Delete group containers in runtime in flex

    i am trying to make a some groups within a predefined group at run time.  i can make groups, the code is working fine. Now i have added two  buttons in each group which is created in run time. now the problem is  one of the button is x . the property

  • Error in the Integration Directory

    Hi All, In ID When I Go for Environment-->>Cache Notifications I Got the Following Error <b>Unable to determine the name of the central Adapter Engine from the System Landscape Directory at this time. Notifications to the central Adapter Engine are t

  • What is "error code 1004" wen I try to upgrad apps my iPad?

    What is "error code 1004" wen I try to upgrad apps my iPad?

  • Create HTTP service to emulate RNIF 2.0 B2B Remote Partner

    Hi,   I want to create a simple soa service to emulate an RNIF b2b partner. This service url will be placed in the RNIF delivery channel for the remote partner. I tried a soap service but did not work, I tried an HTTP binding service but I still get