Cannot connect through TCP/IP

On a single NT workstation I have (a) Developer 6 (b) Oracle 8i Enterprise (c) Application server - all on different homes.
I can connect to the database from Dev 6 if protocol is IPC but not if it is TCP. I can Ping the host successfully and Listener is opening to port 1521 if I use TCP.
If I Tnsping the database the address is successfully resolved but I simply timeout. No error message.
Can anyone help?

<p>Yes, you have to configure a connect string (connect_string) your
tnsnames.ora and use it while connecting to the database from the client. Add
appropriate values for <i>connect_string, ip_or_hostname</i> and <i>sid</i> :-<br>
<br>
Here are the options to configure:-<br>
<br>
<u><b>Option # 1</b>:</u> Oracle Net Configuration Assistant <br>
<br>
You can use the above (Start -&gt; Programs -&gt; Oracle...) if Oracle Net component
is installed in your client machine.<br>
<br>
Oracle New Configuration Assistant -&gt; Local Net Service Name configuration -&gt;
Add -&gt; <br>
Service Name : sid.domain or just sid<br>
Protocol: TCP<br>
Host name: ip_or_db_hostname<br>
Choose the standard port 1521 (default)<br>
Perform a test to check the config (by default it will try to use
system/manager, change it to a valid logon and test it again)<br>
Net Service Name : connect_string<br>
<br>
or <br>
<br>
<b><u>Option # 2:</u></b> Oracle Net Manager <br>
<br>
If using Oracle Net Manager, click on Service Naming, then on the menu click
EDIT --&gt; CREATE<br>
Net Service Name : connect_string<br>
then rest is all same as specified in Oracle New Configuration Assistant.<br>
<br>
or<br>
<br>
<b><u>Option # 3:</u></b> Manually edit tnsnames.ora and add entry. A typical
TNS entry in tnsnames.ora would like like below:-<br>
<br>
<font face="Courier New" size="2">&lt;<i>connect_string</i>&gt; =<br>
    (DESCRIPTION =<br>
        (ADDRESS_LIST =<br>
            (ADDRESS =
(PROTOCOL = TCP)(HOST = &lt;<i>ip_or_db_hostname</i>&gt;)(PORT = 1521))<br>
        )<br>
        (CONNECT_DATA =<br>
        (SERVER = DEDICATED)<br>
        (SID = &lt;<i>sid</i>&gt;)<br>
        )<br>
    )</font><br>
<br>
Hope it helps,<br>
Babu Rangasamy</p>

Similar Messages

  • Post Moved Cannot-connect-through-anonymous-prox...

    Post moved to Other BB Queries  http://community.bt.com/t5/Other-BB-Queries/Cannot-connect-through-anonymous-proxy/td-p/650446
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

    You could try reading about wingates, socks and proxies (oh before i forget, turn off java, javascript, cookies, what's related, and smart update ... if you are using IE you're not very smart). Also try installing a firewall, or DHCP or you can learn from me!Here is the info of best 10 proxy software, from which you may try: http://www.techyv.com/article/top-10-free-proxy-software

  • Equium L40 - cannot connect through wifi or the ubs lead plugged in

    Hi
    I have a Equium L40. I cannot connect through wifi or the ubs lead plugged in.
    It comes up " Internet Explorer has stopped working. a problem caused the program to stop working correctly"
    It is saying in am connected to my hub and have a strong signal.
    Can you help
    Thanks
    Steve

    Hello Steve
    Have you tried to use some other browser?
    Do you use Skype or some other messenger? Can any of them connect properly?
    I dont know what the real problem is. Non working Internet explorer or WLAN connection in general?

  • TNS-03505: Failed to resolve name .. cannot connect using TCPS on 2484

    Hello All,
    Am fighting for last few hours on this.. cannot tnsping over TCPS using secured port 2484. Need to get the wallet working..
    The tnsnames.ora file..
    ==============
    webserver:/vol01/app/oracle/product/10.2.0/network/admin> cat tnsnames.ora
    GMACPREPROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.59.100.253)(PORT = 1521))
    (CONNECT_DATA =
    (SID = GWH22)
    GMACPP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCPS)(HOST = 10.59.100.253)(PORT = 2484)))
    (CONNECT_DATA = (SID = GWH22))
    The sqlnet.ora..
    ==========
    webserver:/vol01/app/oracle/product/10.2.0/network/admin> cat sqlnet.ora
    # sqlnet.ora Network Configuration File: /vol01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    #NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    SQLNET.AUTHENTICATION_SERVICES=(TCPS,NTS)
    SSL_CLIENT_AUTHENTICATION = FALSE
    WALLET_LOCATION =
    (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA = (DIRECTORY = /usr/local/oracle/client_wallet))
    SSL_CIPHER_SUITES= (SSL_RSA_WITH_AES_128_CBC_SHA, SSL_DH_anon_WITH_3DES_EDE_CBC_SHA)
    The Tnspings to these two TNS-entries.. as per Tnsnames.ora file..
    =========================================
    webserver:/vol01/app/oracle/product/10.2.0/network/admin> tnsping GMACPREPROD
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 08-AUG-2011 12:10:22
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /vol01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.59.100.253)(PORT = 1521))) (CONNECT_DATA = (SID = GWH22)))
    OK (10 msec)
    webserver:/vol01/app/oracle/product/10.2.0/network/admin> tnsping GMACPP
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 08-AUG-2011 12:09:58
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /vol01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    Now the directory contents of the wallet..
    webserver:/vol01/local/oracle> ls -ltr
    total 58
    drwxr-xr-x 2 oracle dba 512 Apr 11 16:35 client_wallet
    drwxr-xr-x 3 oracle dba 512 Jul 12 06:06 product
    -rwxrwxr-x 1 oracle dba 27648 Aug 4 08:16 server_wallet.tar
    webserver:/vol01/local/oracle> ls -lrt client_wallet
    total 48
    -rwxr--r-- 1 oracle dba 422 Apr 6 11:55 server_ca_usplgmacdb001.cert
    -rw-r--r-- 1 oracle dba 322 Apr 6 11:56 server_wallet.info
    -rw-r--r-- 1 oracle dba 423 Apr 6 16:41 steve_client_ca.cert
    -rwxr-xr-x 1 oracle dba 609 Apr 11 16:35 bzbbd3.cert
    -rw------- 1 oracle dba 10181 Apr 11 16:37 ewallet.p12
    -rw------- 1 oracle dba 10210 Apr 11 16:37 cwallet.sso
    Am still groping in the dark.. please help.. am I missing anything?
    Best Regards,
    Abhijit

    Hi,
    Thanks for your reply..
    Nope.. just had set earlier $ORACLE_HOME and added the $ORACLE_HOME/bin into the $PATH. So I will set up TNS_ADMIN in the oracle user environment.. is that all I need to do?
    Dont have any access to the server environment as I have to work through a shared desktop(taking control) :(
    Regards,
    Abhijit

  • User cannot connect through VPN (Windows 2008 R2)

    Hello,
    TechNet has been a major help for some resent server and network problems our office has been having.
    There is one ongoing issue that no matter how much I try to fix, it wants to be stubborn and refuse to work properly.
    We have a user who has the necessary permissions to VPN using our router's IP address. Just recently, she found that she was unable to VPN. This was the beginning of our technical issues as after rebooting the router, our main server, and our QuickBooks
    server, we lost internet and access to the main server. Those issues have been resolved. However, the user is still unable to VPN.
    I have looked up every error code that has been presented when trying to connect to VPN (807 and 800 are the most frequent), and unfortunately, none of the solutions suggested worked. These errors occur when connecting through the WAN Miniport. I am trying
    to find out if I am overlooking something.
    What has been tried:
    Router rebooted
    Created new user in Active Directory
    Deleting VPN Users group and readding to user
    Changing tunneling protocol to L2TP instead of PPTP. Then, created a rule in Windows Advanced Firewall to allow UDP 1701.
    Creating new VPN connection.
    Confirmed with ISP that there are no issues with router
    I am not extremely familiar with Windows 2008 R2 and every fix I see online is extremely in depth with not much walkthrough information.
    I greatly appreciate any support anyone might be able to provide.
    Thank you!

    Hi ,
    According to your description, my understanding is that the client can’t access the VPN with error code 800 and 807.
    I have noticed that it failed to ping the VPN server form the client.  The VPN server should be connected from the client without VPN connection established. I suggest you to turn off firewall temporarily on both sides of client and VPN server, then
    try to ping the IP address of the VPN server’s interface which is connected to extranet network.
    If ping failed, there might be network connectivity problem. If ping successfully, check to see if the port is open for turning traffic. Detailed troubleshooting steps you may reference the link below:
    I received error 800, which says the VPN server is unreachable:
    http://technet.microsoft.com/en-us/library/cc772616(WS.10).aspx#BKMK_1
    Troubleshooting commom VPN related errors:
    http://blogs.technet.com/b/rrasblog/archive/2009/08/12/troubleshooting-common-vpn-related-errors.aspx
    If this problem still exits, does other user successfully access the VPN? Or just specified device can’t access? Would you simply describe the deployment of the VPN, such TCP/IP settings, VPN type.
    Best Regards,           
    Eve Wang

  • Error trying making a connection through TCP/IP

    Hi, i have build a measurmentsystem with Schneider Elektric devices. All kinds of elektrical data are measured by a powermeter PM710. This device is coupled with the Ethernet gateway EGX100 with RS485. This gateway at his turn is coupled with the internal network. When i am trying to get the values out of this gateway i get an error 63: Possible reason(s):
    LabVIEW:  Serial port receive buffer overflow.
    =========================
    LabVIEW:  The network connection was refused by the server. For TCP/IP, make sure the server is running and listening on the port you are trying to use. Firewalls can also cause a server to refuse a connection. For VI Server, make sure you have enabled VI Server from Tools>>Options>>VI Server:Configuration.
    How can i fix this problem? I have added a jpeg from my program
    Attachments:
    TCP-IP.jpg ‏87 KB

    Hi, this didn't have any result. I've added som jpegs from my settings for tcp/ip maybe there is something wrong with that? I'm not that familiar with this so.
    Attachments:
    configuration.jpg ‏150 KB
    modbuscommand.jpg ‏70 KB
    machine access.jpg ‏147 KB

  • Can connect to server, cannot connect through Ical/chat/etc

    Hi all I seem to be having trouble with Ical on my mac os x server. Error message as follows.
    Connection Failed
    There may be a problem with the server or network. Check the settings for account "XXXXX" or try again.
    Account "XXXXX" network is unreachable.
    The error message I see whenever I attempt to connect to our server via Ical.
    I have set through setup through server preferences Ical and the like. I can connect to the server in every other way I have tried, from ping to screen share and via finder. So nothing wrong with the connection.
    Things I've tried.
    Restarting the entire network.
    Reinstalling the server os on the server computer and setting up everything again.
    Turned off firewall.
    Thanks in advance.

    I would recommend the usual basic troubleshooting:
    1) Repair Permissions in Disk Utility, then reboot.
    If that doesn't work,
    2) Re-apply the latest Combo Update in safe mode (boot while holding shift).
    http://support.apple.com/kb/DL1048

  • Error message -1073807298 when connecting through TCP

    I get the error code -1073807298 when I try to connect to a TCP raw socket VISA resource, the weirdest thing is that I actually can read the result of the queries I make. I fixed the problem reading one byte at a time but this is very inefficient (it uses a while loop) and I still get warnings, so I'd like to know if there is a way to fix this or if there is an equivalent of the "Serial Settings: Number of Bytes at Serial Port" for VISA TCP connections....
    This is the WARNING that I get when I read one byte at a time:
    Warning 1073676294 occurred at VISA Read in LV.vi
    Possible reason(s):
    VISA:  (Hex 0x3FFF0006) The number of bytes transferred is equal to the requested input count. More data might be available.
    This is the ERROR  that I get when I set the byte count to 1024:
    Error -1073807298 occurred at VISA Read in LV.vi
    Possible reason(s):
    VISA:  (Hex 0xBFFF003E) Could not perform operation because of I/O error.
    I enclosed the VI for your review,
    Thanx in advance for your help,
    Attachments:
    LV.vi ‏22 KB

    Hi,
    While there is no equivalent of the "Serial Settings: Number of Bytes at Serial Port" for VISA TCP connections, one strategy is to make the first byte in your TCP string to contain the number of bytes to follow it.  That way you can read that byte then know what to set the byte count to.
    Regards,
    John E.
    Applications Engineering
    National Instruments

  • Computer cannot connect through WRT350N to Internet

    The following is a copy of an email I sent to Technical support (which I was afterwards informed is no long being serviced -- not making me happy as a new customer) ...
    Through both wired and wireless connections ping and browser access to the router/Web configuration tool are successful.
    Router has been reset to factory default and configured though the Web configuration tool with only the minimum required setting to establish an ISP connection.
    Firmware is at the latest available version: v1.03.2 (factory installed)
    ipconfig reports expected IP, subnet mask and default gateway.
    Full power cycle of all components performed.
    The router Web configuration tool indicates that a connection to the Internet has been established and is available (see below).
    Status > Router > Internet Connection > Login Status: Connected
    Administration > Diagnostics > Ping Test:
    PING www.l.google.com (64.233.167.104): 32 data bytes
    40 bytes from 64.233.167.104: icmp_seq=0 ttl=246 time=21.6 ms
    40 bytes from 64.233.167.104: icmp_seq=1 ttl=246 time=21.5 ms
    40 bytes from 64.233.167.104: icmp_seq=2 ttl=246 time=21.1 ms
    40 bytes from 64.233.167.104: icmp_seq=3 ttl=246 time=21.4 ms
    40 bytes from 64.233.167.104: icmp_seq=4 ttl=246 time=21.2 ms
    --- www.l.google.com ping statistics ---
    5 packets transmitted, 5 packets received, 0% packet loss
    round-trip min/avg/max = 21.1/21.3/21.6 ms
    Attempts to ping or browse the Internet from either wired or wireless connections fail ... thoughts?  Thx!

    My experience so far:
    Everytime this router would power cycle every computer connected to it either wirelessly or through the wired ports would lose access to the internet. The only way I could figure out to regain internet access for the connected computers was to reset the router to factory defaults and start over reconfiguring everything.
    However, by experimentation and something I saw on another forum, I disabled UPnP support and now I don't seem to have any further problems with connecting computers to the internet.
    Administration --> Management --> Upnp: DISABLED
    Mike
    Message Edited by mdernst on 07-15-2007 05:15 AM

  • LocationFree cannot connect through NET AV

    Hi. I just recently purchased the lf-v30. I have done everything described in the support PDF in regards to port forwarding yet can't pass the NetAV test to enable me to watch tv over the internet. I shouldn't have had to even bother with that as my router supports upnp but for some reaon that setup won't work either no matter what I do.
    Please help me, I'd like to be able to justify this purchase.

    Yea, I'd like to see some suggestions on this issue as well. I have another post describing my problem and situation, but bumped this post to the top since it seems to mirror my sentiments. I have try NUMEROUS things and nothing seems to work. It works great within my home network, but the NetAV check feature (for access outside my home) has never passed yet for my LF-PK1. Any help would be appreciated.

  • Can't connect through "extention"

    I cannot connect through "extentions" in Illustrator CS4, which I just recently purchased.  I can get to the Kuler site, but not through a Kuler desktop program.
    I'm lost.  Any suggestions?  I read another thread on this problem, but it's from 2008!

    This does not seem to be a support forum since there is no support...
    Due to limited access to the classroom I've just installed the Adobe air version, but it suffers from the same problems...
    Because it seems Kuler points to:
    http://www.robtex.com/ip/76.74.170.30.html
    IE -> internet tools -> Connections -> Lan settings -> select proxy setting -> click advance
    In the box for “Do not use proxy for addresses beginning with”
    Add:
    ;76.74.170.30
    HOW is it possible that developers can still create software without taking Proxy servers into account.
    Adobe? Any response at all?

  • TS5209 Airplay won't connect through my Mac Book Pro but works on everything else.

    My MacBook Pro (1 year old) cannot connect through Airplay to my Apple TV. I receive an error message that simply says, "Could not connect to Apple Tv."
    The Apple TV and computer are completely up to date. The Apple TV works with all other devices and my Itunes Library shows up in Home Sharing.
    I cannot figure this out and I am pretty annoyed with the issue.
    Any help?

    You reformatted the HD, which was originally formatted for Windows (NTFS format is the typical HD format for Windows).
    So you did erase completely its content, and now it is formatted in HFS format (HFS is the typical HD format for Windows).
    If you want to employ Time Machine, you need a drive formatted as HFS (Mac), and you cannot use it for any other task.
    If you want to share the drive content between Macs and Windows computers, the drive must be formatted for Windows (NTFS format), and then you can read & write over it from a Mac if you installa the Tuxera software on your Mac.
    Or you can format it for Mac (HFS format), and then read and write to it by installing the MacDrive software on your Windows computer.
    Theoretically, a new disk format exists, which is compatible natively both with Windows and Mac. It is called exFAT (also known as FAT64), and is typically employed for external USB storage units. My experence with eXFAT, however, is unsatisfactory: the Mac tends to corrupt the volume, which needs to be "fixed" using a Windows machine.
    Currently all my external USB drives are fromatted as NTFS, and hence I had to installa Tuxera on all the Macs owned by me, my wife and my son. This is very reliable, but it does not allow to use Time Macine.
    We employ other backup solutions, with more manual control over what is backed up and what is not... And these do not require that the external disk is formatted as HFS (Mac).

  • Excel Analyzer cannot connect to server

    All, I am having some problems connecting the Excel Analyzer to the server I'm retrieving information from. Here are the steps I do:
    1. Connect to BI Publisher, open a Report.
    2. Go to View and click on Excel Analyzer button.
    3. Enable macros and wait for the report to open.
    4. Go to Oracle BI Publisher Menu and click on Login.
    At this point, Excel opens a message that says 'Error: Could not get server version: 504 - Gateway Time-Out'.
    I have been able to connect successfuly through the Word Template Builder many times, but I somehow cannot connect through Excel. Is there a configuration or something I'm missing before being able to make it work?
    Thanks in advance.

    What is the OS version?
    What is the Office version ?
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • HT2731 I am unable to access my iTunes store through my iTunes account. Every time I have tried it gives me an error ' cannot, connect to iTunes'

    I am unable to access my iTunes store through my iTunes account. Every time I have tried it gives me an error ' cannot, connect to iTunes'

    check to see if you are online
    check to see if you can access secured websites (https) on your computer / device
    if this is on a computer with windows configuring your antivirus / firewall to not block itunes some times will help, also resetting your tcp/ip might fix it (open command prompt as an administrator, type: "netsh reset winsock" hit enter, restart computer

  • Cannot connect to Oracle 11g XE through SQLPlus

    Have been trying to resolve this all day. I have Oracle 11g XE installed on my local desktop (Windows 7 64 bit)for which I have been using for over a year for development. The recent "Sandy" storm killed the power at our office for a week. Upon returning to the office, I can not seem to connect to the Oracle on my desktop from my desktop. The only thing that supposedly have changed was the router re-assigned IP addresses. However, I have modified my tnsnames to reflect the proper IP address. Still I get the below error trying to connect through SQL*Plus (without specifying the service):
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm
    Process ID: 0
    Session ID: 0 Serial number: 0
    When I try to specify the service name "...system/password@xe", it gives me the following error:
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Nov 8 19:54:17 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Here's the results from ipconfig
    IPv4 Address. . . . . . . . . . . : 192.168.80.194
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.80.1
    Here's my tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.80.194)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
         (SID = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.80.194)(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)
    NAMES.DIRECTORY_PATH = (TNSNAMES, ONAMES, HOSTNAME)
    lsnrctl service output
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2012 19:48
    :55
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    lsnrctl status output
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2012 19:56
    :48
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 08-NOV-2012 19:56:41
    Uptime 0 days 0 hr. 0 min. 11 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\EWANG-W7\listener\
    alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.80.194)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Both the "OracleServiceXE" and "OracleXETNSListener" has been started.
    Would really appreciate it if someone can help me resolve this. Thanks!

    Found the log. Below is the latest:
    Dump file c:\oraclexe\app\oracle\product\11.2.0\server\rdbms\trace\xe_ora_25252.trc
    Fri Nov 09 10:12:25 2012
    ORACLE V11.2.0.2.0 - Production vsnsta=0
    vsnsql=16 vsnxtr=3
    *** 2012-11-09 10:12:25.530
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Windows NT Version V6.1 Service Pack 1
    CPU : 4 - type 586, 4 Physical Cores
    Process Affinity : 0x0x00000000
    Memory (Avail/Total): Ph:11433M/16359M, Ph+PgF:20698M/32717M, VA:3843M/4095M
    Instance name: xe
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 25252, image: ORACLE.EXE (SHAD)
    *** 2012-11-09 10:12:25.542
    2012-11-09 10:12:25.530: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    2012-11-09 10:12:25.544: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\ocr cannot be opened. error 2

Maybe you are looking for