20 hrs on install, still no home page

hello,
i am trying to install oraclexe (10.2.0) on windows xp sp2, no firewall. my install completes. however, there are errors. here is an install error in C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postDBCreation.log:
SQL> connect "SYS"/"&&sysPassword" as SYSDBA
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
after the install, i can not connect to home page, i can not connect to DB. i would like to have a clean install. but if we have to debug existing install, no prob.
here is a lot of data which i have been tracking based on others' related install issues.
C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora (I added the TRACE line only):
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 = localhost)(PORT = 1521))
DEFAULT_SERVICE_LISTENER = (XE)
TRACE_LEVEL_LISTENER = SUPPORT
C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\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)
C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.ora:
XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(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)
after completing the install, from a cmd prompt i ran >sqlplus sysdba@XE - here is the std out:
C:\Documents and Settings\Owner>sqlplus sysdba@XE
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 14 14:40:21 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter password:
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
and here is the contents of file C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\trace\listener.trc (just for the attempted sqlplus connection):
     CONNECTION REQUEST
[14-MAR-2006 14:40:25:468] nsevfnt: cxd: 0xa79628 stage 0: NS events set:
     INCOMING CALL
[14-MAR-2006 14:40:25:468] nsevwait: event is 0x1, on 2
[14-MAR-2006 14:40:25:468] nsevwait: 1 posted event(s)
[14-MAR-2006 14:40:25:468] nsevwait: exit (0)
[14-MAR-2006 14:40:25:468] nsglhe: entry
[14-MAR-2006 14:40:25:468] nsglhe: Event on cxd 0xa79628.
[14-MAR-2006 14:40:25:468] nsglhc: Allocating cxd 0xb1bf38
[14-MAR-2006 14:40:25:468] nsanswer: entry
[14-MAR-2006 14:40:25:468] nsopen: entry
[14-MAR-2006 14:40:25:468] nsmal: entry
[14-MAR-2006 14:40:25:468] nsmal: 736 bytes at 0xb01858
[14-MAR-2006 14:40:25:468] nsmal: normal exit
[14-MAR-2006 14:40:25:468] nsopenmplx: entry
[14-MAR-2006 14:40:25:468] nsmal: entry
[14-MAR-2006 14:40:25:468] nsmal: 1644 bytes at 0xaba008
[14-MAR-2006 14:40:25:468] nsmal: normal exit
[14-MAR-2006 14:40:25:468] nsiorini: entry
[14-MAR-2006 14:40:25:468] nsbal: entry
[14-MAR-2006 14:40:25:468] nsbgetfl: entry
[14-MAR-2006 14:40:25:468] nsbgetfl: normal exit
[14-MAR-2006 14:40:25:468] nsmal: entry
[14-MAR-2006 14:40:25:468] nsmal: 84 bytes at 0xab7a80
[14-MAR-2006 14:40:25:468] nsmal: normal exit
[14-MAR-2006 14:40:25:468] nsbal: normal exit
[14-MAR-2006 14:40:25:468] nsiorini: exit (0)
[14-MAR-2006 14:40:25:468] nscpxget: entry
[14-MAR-2006 14:40:25:468] nscpxget: normal exit
[14-MAR-2006 14:40:25:468] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu:ctx=b01858, nsntx=aba008
[14-MAR-2006 14:40:25:468] nsopenmplx: normal exit
[14-MAR-2006 14:40:25:468] nsopen: opening transport...
[14-MAR-2006 14:40:25:468] nttcon: entry
[14-MAR-2006 14:40:25:468] nttcon: toc = 3
[14-MAR-2006 14:40:25:468] nttcnp: entry
[14-MAR-2006 14:40:25:468] nttcnp: getting sockname
[14-MAR-2006 14:40:25:468] nttcnp: getting peername
[14-MAR-2006 14:40:25:468] nttcnp: exit
[14-MAR-2006 14:40:25:468] nttcnr: entry
[14-MAR-2006 14:40:25:468] nttcnr: waiting to accept a connection.
[14-MAR-2006 14:40:25:484] nttcnr: getting sockname
[14-MAR-2006 14:40:25:484] snlinGetNameInfo: entry
[14-MAR-2006 14:40:25:484] snlinGetNameInfo: Using numeric form of host's address 127.0.0.1
[14-MAR-2006 14:40:25:484] snlinGetNameInfo: exit
[14-MAR-2006 14:40:25:484] nttcnr: connected on ipaddr 127.0.0.1
[14-MAR-2006 14:40:25:484] nttvlser: entry
[14-MAR-2006 14:40:25:484] snlinGetNameInfo: entry
[14-MAR-2006 14:40:25:484] snlinGetNameInfo: Using numeric form of host's address 127.0.0.1
[14-MAR-2006 14:40:25:484] snlinGetNameInfo: exit
[14-MAR-2006 14:40:25:484] nttvlser: valid node check on incoming node 127.0.0.1
[14-MAR-2006 14:40:25:484] nttvlser: Accepted Entry: 127.0.0.1
[14-MAR-2006 14:40:25:484] nttcnr: exit
[14-MAR-2006 14:40:25:484] nttcon: NT layer TCP/IP connection has been established.
[14-MAR-2006 14:40:25:484] nttcon: set TCP_NODELAY on 256
[14-MAR-2006 14:40:25:484] nttcon: exit
[14-MAR-2006 14:40:25:484] nsiorecycle: entry
[14-MAR-2006 14:40:25:484] nsiorecycle: exit
[14-MAR-2006 14:40:25:484] nsopen: transport is open
[14-MAR-2006 14:40:25:484] nsnainit: entry
[14-MAR-2006 14:40:25:484] nsnainit: answer
[14-MAR-2006 14:40:25:484] nsnadct: entry
[14-MAR-2006 14:40:25:484] nsnadct: normal exit
[14-MAR-2006 14:40:25:484] nsnasvnainfo: entry
[14-MAR-2006 14:40:25:484] nsnasvnainfo: NA disabled for this connection
[14-MAR-2006 14:40:25:484] nsnasvnainfo: normal exit
[14-MAR-2006 14:40:25:484] nainit: entry
[14-MAR-2006 14:40:25:484] nagblini: entry
[14-MAR-2006 14:40:25:484] nau_gin: entry
[14-MAR-2006 14:40:25:484] nau_gparams: entry
[14-MAR-2006 14:40:25:484] nam_gbp: Reading parameter "sqlnet.authentication_required" from parameter file
[14-MAR-2006 14:40:25:484] nam_gbp: Parameter not found
[14-MAR-2006 14:40:25:484] nau_gparams: Using default value "FALSE"
[14-MAR-2006 14:40:25:500] nau_gslf: entry
[14-MAR-2006 14:40:25:500] nam_gic: entry
[14-MAR-2006 14:40:25:500] nam_gic: Counting # of items in "sqlnet.authentication_services" parameter
[14-MAR-2006 14:40:25:500] nam_gic: Parameter not found
[14-MAR-2006 14:40:25:500] nam_gic: Found 0 items
[14-MAR-2006 14:40:25:500] nam_gic: exit
[14-MAR-2006 14:40:25:500] nau_gslf: Using default value "all available adapters"
[14-MAR-2006 14:40:25:500] nauss_set_state: entry
[14-MAR-2006 14:40:25:500] nauss_set_state: exit
[14-MAR-2006 14:40:25:500] nau_gslf: exit
[14-MAR-2006 14:40:25:500] nau_gparams: exit
[14-MAR-2006 14:40:25:500] nau_gin: exit
[14-MAR-2006 14:40:25:500] nagblini: exit
[14-MAR-2006 14:40:25:500] na_saveprot: entry
[14-MAR-2006 14:40:25:500] na_saveprot: exit
[14-MAR-2006 14:40:25:500] nacomin: entry
[14-MAR-2006 14:40:25:500] nas_init: entry
[14-MAR-2006 14:40:25:500] nas_init: exit
[14-MAR-2006 14:40:25:500] nau_ini: entry
[14-MAR-2006 14:40:25:500] naugcp_get_connect_parameters: entry
[14-MAR-2006 14:40:25:500] nauss_set_state: entry
[14-MAR-2006 14:40:25:500] nauss_set_state: exit
[14-MAR-2006 14:40:25:500] naugcp_get_connect_parameters: exit
[14-MAR-2006 14:40:25:500] nau_gettab: entry
[14-MAR-2006 14:40:25:500] nau_gettab: using authentication adapter table "nautab"
[14-MAR-2006 14:40:25:500] nau_gettab: nautab contains the following services:
[14-MAR-2006 14:40:25:500] nau_gettab:      KERBEROS5
[14-MAR-2006 14:40:25:500] nau_gettab:      NTS
[14-MAR-2006 14:40:25:500] nau_gettab:      RADIUS
[14-MAR-2006 14:40:25:500] nau_gettab: exit
[14-MAR-2006 14:40:25:500] nau_sini: entry
[14-MAR-2006 14:40:25:500] nau_sini: exit
[14-MAR-2006 14:40:25:500] nau_ini: connection type: "standard"
[14-MAR-2006 14:40:25:500] nau_ini: exit
[14-MAR-2006 14:40:25:500] naeeinit: entry
[14-MAR-2006 14:40:25:500] nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
[14-MAR-2006 14:40:25:500] nam_gbp: Parameter not found
[14-MAR-2006 14:40:25:500] nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file
[14-MAR-2006 14:40:25:500] nam_gnsp: Parameter not found
[14-MAR-2006 14:40:25:500] naequad: Using default value "ACCEPTED"
[14-MAR-2006 14:40:25:500] nam_gic: entry
[14-MAR-2006 14:40:25:500] nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter
[14-MAR-2006 14:40:25:500] nam_gic: Parameter not found
[14-MAR-2006 14:40:25:500] nam_gic: exit
[14-MAR-2006 14:40:25:500] naesno: Using default value "all available algorithms"
[14-MAR-2006 14:40:25:500] naeshow: entry
[14-MAR-2006 14:40:25:500] naeshow: These are the encryption algorithms that the server will accept, in decreasing order of preference:
[14-MAR-2006 14:40:25:500] naeshow: Choice 0: no algorithm; encryption inactive
[14-MAR-2006 14:40:25:500] naeshow: Choice 1: 'AES256' (ID 17)
[14-MAR-2006 14:40:25:500] naeshow: Choice 2: 'RC4_256' (ID 6)
[14-MAR-2006 14:40:25:500] naeshow: Choice 3: 'AES192' (ID 16)
[14-MAR-2006 14:40:25:500] naeshow: Choice 4: '3DES168' (ID 12)
[14-MAR-2006 14:40:25:500] naeshow: Choice 5: 'AES128' (ID 15)
[14-MAR-2006 14:40:25:500] naeshow: Choice 6: 'RC4_128' (ID 10)
[14-MAR-2006 14:40:25:500] naeshow: Choice 7: '3DES112' (ID 11)
[14-MAR-2006 14:40:25:500] naeshow: Choice 8: 'RC4_56' (ID 8)
[14-MAR-2006 14:40:25:500] naeshow: Choice 9: 'DES' (ID 2)
[14-MAR-2006 14:40:25:500] naeshow: Choice 10: 'RC4_40' (ID 1)
[14-MAR-2006 14:40:25:500] naeshow: Choice 11: 'DES40' (ID 3)
[14-MAR-2006 14:40:25:500] naeshow: exit
[14-MAR-2006 14:40:25:500] naeeinit: exit
[14-MAR-2006 14:40:25:500] naecinit: entry
[14-MAR-2006 14:40:25:500] nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file
[14-MAR-2006 14:40:25:500] nam_gnsp: Parameter not found
[14-MAR-2006 14:40:25:500] naequad: Using default value "ACCEPTED"
[14-MAR-2006 14:40:25:500] nam_gic: entry
[14-MAR-2006 14:40:25:500] nam_gic: Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
[14-MAR-2006 14:40:25:500] nam_gic: Parameter not found
[14-MAR-2006 14:40:25:500] nam_gic: exit
[14-MAR-2006 14:40:25:500] naesno: Using default value "all available algorithms"
[14-MAR-2006 14:40:25:500] naeshow: entry
[14-MAR-2006 14:40:25:500] naeshow: These are the checksumming algorithms that the server will accept, in decreasing order of preference:
[14-MAR-2006 14:40:25:500] naeshow: Choice 0: no algorithm; checksumming inactive
[14-MAR-2006 14:40:25:500] naeshow: Choice 1: 'SHA1' (ID 3)
[14-MAR-2006 14:40:25:500] naeshow: Choice 2: 'MD5' (ID 1)
[14-MAR-2006 14:40:25:500] naeshow: exit
[14-MAR-2006 14:40:25:500] naecinit: exit
[14-MAR-2006 14:40:25:500] nainit: native services disabled - disconnecting
[14-MAR-2006 14:40:25:500] nadisc: entry
[14-MAR-2006 14:40:25:500] nacomtm: entry
[14-MAR-2006 14:40:25:500] nacompd: entry
[14-MAR-2006 14:40:25:500] nacompd: exit
[14-MAR-2006 14:40:25:500] nacompd: entry
[14-MAR-2006 14:40:25:500] nacompd: exit
[14-MAR-2006 14:40:25:500] nacomtm: exit
[14-MAR-2006 14:40:25:500] nas_dis: entry
[14-MAR-2006 14:40:25:500] nas_dis: exit
[14-MAR-2006 14:40:25:500] nau_dis: entry
[14-MAR-2006 14:40:25:500] nau_dis: exit
[14-MAR-2006 14:40:25:500] naeetrm: entry
[14-MAR-2006 14:40:25:500] naeetrm: exit
[14-MAR-2006 14:40:25:500] naectrm: entry
[14-MAR-2006 14:40:25:500] naectrm: exit
[14-MAR-2006 14:40:25:500] nagbltrm: entry
[14-MAR-2006 14:40:25:500] nau_gtm: entry
[14-MAR-2006 14:40:25:500] nau_gtm: exit
[14-MAR-2006 14:40:25:500] nagbltrm: exit
[14-MAR-2006 14:40:25:500] nadisc: exit
[14-MAR-2006 14:40:25:500] nainit: exit
[14-MAR-2006 14:40:25:500] nsnainit: NS Connection version: 313
[14-MAR-2006 14:40:25:500] nsnainit: inf->nsinfflg[0]: 0xd inf->nsinfflg[1]: 0xd
[14-MAR-2006 14:40:25:500] nsnainit: "or" info flags: 0xd     Translations follow:
     native service(s) is (are) wanted
     NA disabled remotely for this connection
     NA services unavailable on both processes - negotiation not needed
[14-MAR-2006 14:40:25:500] nsnainit: "or" info flags: 0xd     Translations follow:
     native service(s) is (are) wanted
     NA disabled remotely for this connection
     NA services unavailable on both processes - negotiation not needed
"and" info flags: 0xd     Translations follow:
     native service(s) is (are) wanted
     NA disabled remotely for this connection
     NA services unavailable on both processes - negotiation not needed
[14-MAR-2006 14:40:25:500] nsnainit: normal exit
[14-MAR-2006 14:40:25:500] nsopen: global context check-in (to slot 4) complete
[14-MAR-2006 14:40:25:500] nsopen: lcl[0]=0xf4ffefff, lcl[1]=0x12003, gbl[0]=0x7abf, gbl[1]=0x2001, tdu=32767, sdu=8192
[14-MAR-2006 14:40:25:500] nsdo: entry
[14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
[14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: nsctx: state=7, flg=0x4000, mvd=0
[14-MAR-2006 14:40:25:500] nsbal: entry
[14-MAR-2006 14:40:25:500] nsbgetfl: entry
[14-MAR-2006 14:40:25:500] nsbgetfl: normal exit
[14-MAR-2006 14:40:25:500] nsmal: entry
[14-MAR-2006 14:40:25:500] nsmal: 84 bytes at 0xb005f0
[14-MAR-2006 14:40:25:500] nsmal: normal exit
[14-MAR-2006 14:40:25:500] nsbal: normal exit
[14-MAR-2006 14:40:25:500] nsbal: entry
[14-MAR-2006 14:40:25:500] nsbgetfl: entry
[14-MAR-2006 14:40:25:500] nsbgetfl: normal exit
[14-MAR-2006 14:40:25:500] nsmal: entry
[14-MAR-2006 14:40:25:500] nsmal: 84 bytes at 0xb01c38
[14-MAR-2006 14:40:25:500] nsmal: normal exit
[14-MAR-2006 14:40:25:500] nsbal: normal exit
[14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: normal exit
[14-MAR-2006 14:40:25:500] nsopen: normal exit
[14-MAR-2006 14:40:25:500] nsanswer: deferring connect attempt; at stage 5
[14-MAR-2006 14:40:25:500] nsanswer: normal exit
[14-MAR-2006 14:40:25:500] nsevreg: entry
[14-MAR-2006 14:40:25:500] nsevreg: begin registration process for 4
[14-MAR-2006 14:40:25:500] nsevregPrePost: entry
[14-MAR-2006 14:40:25:500] nsevregPrePost: normal exit
[14-MAR-2006 14:40:25:500] nsevreg: sgt=0, evn=4, evt[2]=0x0
[14-MAR-2006 14:40:25:500] nsevreg: begin notification process for 4
[14-MAR-2006 14:40:25:500] nsevregAffectNotif: entry
[14-MAR-2006 14:40:25:500] nsrah: entry
[14-MAR-2006 14:40:25:500] nsrah: setting transport read mode (2)
[14-MAR-2006 14:40:25:500] nttctl: entry
[14-MAR-2006 14:40:25:500] nttctl: Clearing non-blocking mode
[14-MAR-2006 14:40:25:500] nttctl: entry
[14-MAR-2006 14:40:25:500] nttctl: Setting connection into async mode
[14-MAR-2006 14:40:25:500] nsrah: normal exit
[14-MAR-2006 14:40:25:500] nsevregAffectNotif: exit (0)
[14-MAR-2006 14:40:25:500] nsevreg: rdm=2, sgt=0, evt[0]=0x20, [1]=0x20, [2]=0x0, nrg=0
[14-MAR-2006 14:40:25:500] nsevreg: registering for 0x20
[14-MAR-2006 14:40:25:500] nsiorasy: entry
[14-MAR-2006 14:40:25:500] nsiorecv: entry
[14-MAR-2006 14:40:25:500] nttmrd: entry
[14-MAR-2006 14:40:25:500] nttrd: entry
[14-MAR-2006 14:40:25:500] snttcallback: entry
[14-MAR-2006 14:40:25:500] snttcallback: exit
[14-MAR-2006 14:40:25:500] nttrd: socket 256 had bytes read=277
[14-MAR-2006 14:40:25:500] nttrd: exit
[14-MAR-2006 14:40:25:500] nsiorecv: exit (0)
[14-MAR-2006 14:40:25:500] nsiorasy: exit (0)
[14-MAR-2006 14:40:25:500] nsiooverflow: entry
[14-MAR-2006 14:40:25:500] nsiooverflow: exit (1)
[14-MAR-2006 14:40:25:500] nsevreg: normal exit
[14-MAR-2006 14:40:25:500] nsglhe: exit
[14-MAR-2006 14:40:25:500] nsevwait: entry
[14-MAR-2006 14:40:25:500] nsevwait: 4 registered connection(s)
[14-MAR-2006 14:40:25:500] nsevwait: 1 pre-posted event(s)
[14-MAR-2006 14:40:25:500] nsevwait: waiting for transport event (0 thru 4)...
[14-MAR-2006 14:40:25:500] nsevwait: 0 newly-posted event(s)
[14-MAR-2006 14:40:25:500] nsevwait: 1 pre-posted event(s)
[14-MAR-2006 14:40:25:500] nsevdansw: entry
[14-MAR-2006 14:40:25:500] nsevdansw: at STAGE 5
[14-MAR-2006 14:40:25:500] nsdo: entry
[14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=68, bl=2040, what=8, uflgs=0x0, cflgs=0x3
[14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: nsctx: state=14, flg=0x4004, mvd=0
[14-MAR-2006 14:40:25:500] nsdo: gtn=10, gtc=10, ptn=10, ptc=8155
[14-MAR-2006 14:40:25:500] nscon: entry
[14-MAR-2006 14:40:25:500] nscon: doing connect handshake...
[14-MAR-2006 14:40:25:500] nscon: recving a packet
[14-MAR-2006 14:40:25:500] nsiooverflow: entry
[14-MAR-2006 14:40:25:500] nsiooverflow: exit (1)
[14-MAR-2006 14:40:25:500] nsprecv: entry
[14-MAR-2006 14:40:25:500] nsprecv: 277 bytes from leftover
[14-MAR-2006 14:40:25:500] nsprecv: tlen=277, plen=277, type=1
[14-MAR-2006 14:40:25:500] nsprecv: packet dump
[14-MAR-2006 14:40:25:500] nsprecv: 01 15 00 00 01 00 00 00 |........|
[14-MAR-2006 14:40:25:500] nsprecv: 01 39 01 2C 00 00 08 00 |.9.,....|
[14-MAR-2006 14:40:25:500] nsprecv: 7F FF C6 0E 00 00 01 00 |........|
[14-MAR-2006 14:40:25:500] nsprecv: 00 DB 00 3A 00 00 02 00 |...:....|
[14-MAR-2006 14:40:25:500] nsprecv: 61 61 00 00 00 00 00 00 |aa......|
[14-MAR-2006 14:40:25:500] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-MAR-2006 14:40:25:500] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-MAR-2006 14:40:25:500] nsprecv: 00 00 28 44 45 53 43 52 |..(DESCR|
[14-MAR-2006 14:40:25:500] nsprecv: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
[14-MAR-2006 14:40:25:500] nsprecv: 41 44 44 52 45 53 53 3D |ADDRESS=|
[14-MAR-2006 14:40:25:500] nsprecv: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
[14-MAR-2006 14:40:25:500] nsprecv: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
[14-MAR-2006 14:40:25:500] nsprecv: 4F 53 54 3D 6C 6F 63 61 |OST=loca|
[14-MAR-2006 14:40:25:500] nsprecv: 6C 68 6F 73 74 29 28 50 |lhost)(P|
[14-MAR-2006 14:40:25:500] nsprecv: 4F 52 54 3D 31 35 32 31 |ORT=1521|
[14-MAR-2006 14:40:25:500] nsprecv: 29 29 28 43 4F 4E 4E 45 |))(CONNE|
[14-MAR-2006 14:40:25:500] nsprecv: 43 54 5F 44 41 54 41 3D |CT_DATA=|
[14-MAR-2006 14:40:25:500] nsprecv: 28 53 45 52 56 45 52 3D |(SERVER=|
[14-MAR-2006 14:40:25:500] nsprecv: 44 45 44 49 43 41 54 45 |DEDICATE|
[14-MAR-2006 14:40:25:500] nsprecv: 44 29 28 53 45 52 56 49 |D)(SERVI|
[14-MAR-2006 14:40:25:500] nsprecv: 43 45 5F 4E 41 4D 45 3D |CE_NAME=|
[14-MAR-2006 14:40:25:500] nsprecv: 58 45 29 28 43 49 44 3D |XE)(CID=|
[14-MAR-2006 14:40:25:500] nsprecv: 28 50 52 4F 47 52 41 4D |(PROGRAM|
[14-MAR-2006 14:40:25:500] nsprecv: 3D 43 3A 5C 6F 72 61 63 |=C:\orac|
[14-MAR-2006 14:40:25:500] nsprecv: 6C 65 78 65 5C 61 70 70 |lexe\app|
[14-MAR-2006 14:40:25:500] nsprecv: 5C 6F 72 61 63 6C 65 5C |\oracle\|
[14-MAR-2006 14:40:25:500] nsprecv: 70 72 6F 64 75 63 74 5C |product\|
[14-MAR-2006 14:40:25:500] nsprecv: 31 30 2E 32 2E 30 5C 73 |10.2.0\s|
[14-MAR-2006 14:40:25:500] nsprecv: 65 72 76 65 72 5C 62 69 |erver\bi|
[14-MAR-2006 14:40:25:500] nsprecv: 6E 5C 73 71 6C 70 6C 75 |n\sqlplu|
[14-MAR-2006 14:40:25:500] nsprecv: 73 2E 65 78 65 29 28 48 |s.exe)(H|
[14-MAR-2006 14:40:25:500] nsprecv: 4F 53 54 3D 4C 4F 43 41 |OST=LOCA|
[14-MAR-2006 14:40:25:500] nsprecv: 4C 48 4F 53 54 29 28 55 |LHOST)(U|
[14-MAR-2006 14:40:25:500] nsprecv: 53 45 52 3D 4F 77 6E 65 |SER=Owne|
[14-MAR-2006 14:40:25:500] nsprecv: 72 29 29 29 29 |r)))) |
[14-MAR-2006 14:40:25:500] nsprecv: normal exit
[14-MAR-2006 14:40:25:500] nscon: got NSPTCN packet
[14-MAR-2006 14:40:25:500] nsconneg: entry
[14-MAR-2006 14:40:25:500] nsconneg: vsn=313, lov=300, opt=0x0, sdu=2048, tdu=32767, ntc=0xc60e
[14-MAR-2006 14:40:25:500] nsconneg: vsn=313, gbl=0x1, sdu=2048, tdu=32767
[14-MAR-2006 14:40:25:500] nsconneg: normal exit
[14-MAR-2006 14:40:25:500] nscon: got 219 bytes connect data
[14-MAR-2006 14:40:25:500] nscon: exit (0)
[14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: normal exit
[14-MAR-2006 14:40:25:500] nsevdrcvreq: entry
[14-MAR-2006 14:40:25:500] nsevdansw: exit
[14-MAR-2006 14:40:25:500] nsevwait: event is 0x20, on 4
[14-MAR-2006 14:40:25:500] nsevwait: 1 posted event(s)
[14-MAR-2006 14:40:25:500] nsevwait: exit (0)
[14-MAR-2006 14:40:25:500] nsglhe: entry
[14-MAR-2006 14:40:25:500] nsglhe: Event on cxd 0xb1bf38.
[14-MAR-2006 14:40:25:500] nsglfc: Assume establishing a connection...
[14-MAR-2006 14:40:25:500] nsglfc: command = establish
[14-MAR-2006 14:40:25:500] nsglauthorized: entry
[14-MAR-2006 14:40:25:500] nsglauthorized: Determining auth method...
[14-MAR-2006 14:40:25:500] nsglauthorized: No authorization needed.
[14-MAR-2006 14:40:25:500] nsglecmd: entry
[14-MAR-2006 14:40:25:500] nttaddr2bnd: entry
[14-MAR-2006 14:40:25:500] snlinGetNameInfo: entry
[14-MAR-2006 14:40:25:500] snlinGetNameInfo: Using numeric form of host's address 127.0.0.1
[14-MAR-2006 14:40:25:500] snlinGetNameInfo: exit
[14-MAR-2006 14:40:25:500] nttaddr2bnd: Resolved to 127.0.0.1
[14-MAR-2006 14:40:25:500] nttaddr2bnd: exit
[14-MAR-2006 14:40:25:500] nsglbgetRSPidx: entry
[14-MAR-2006 14:40:25:500] nsglbgetRSPidx: returning ecode=0
[14-MAR-2006 14:40:25:500] nsglbgetRSPidx: exit
[14-MAR-2006 14:40:25:500] nsglb: entry
[14-MAR-2006 14:40:25:500] nsglb: exit
[14-MAR-2006 14:40:25:500] nsglrespond: entry
[14-MAR-2006 14:40:25:500] nsrefuse: entry
[14-MAR-2006 14:40:25:500] nsdo: entry
[14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=67, bl=91, what=10, uflgs=0x0, cflgs=0x3
[14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: nsctx: state=2, flg=0x4004, mvd=0
[14-MAR-2006 14:40:25:500] nsdo: gtn=277, gtc=277, ptn=10, ptc=2011
[14-MAR-2006 14:40:25:500] nscon: entry
[14-MAR-2006 14:40:25:500] nscon: sending NSPTRF packet
[14-MAR-2006 14:40:25:500] nspsend: entry
[14-MAR-2006 14:40:25:500] nspsend: plen=103, type=4
[14-MAR-2006 14:40:25:500] nsiosend: entry
[14-MAR-2006 14:40:25:500] nttmwr: entry
[14-MAR-2006 14:40:25:500] nttwr: entry
[14-MAR-2006 14:40:25:500] snttcallback: entry
[14-MAR-2006 14:40:25:500] snttcallback: exit
[14-MAR-2006 14:40:25:500] nttwr: socket 256 had bytes written=103
[14-MAR-2006 14:40:25:500] nttwr: exit
[14-MAR-2006 14:40:25:500] nsiosend: exit (0)
[14-MAR-2006 14:40:25:500] nspsend: packet dump
[14-MAR-2006 14:40:25:500] nspsend: 00 67 00 00 04 00 00 00 |.g......|
[14-MAR-2006 14:40:25:500] nspsend: 22 00 00 5B 28 44 45 53 |"..[(DES|
[14-MAR-2006 14:40:25:500] nspsend: 43 52 49 50 54 49 4F 4E |CRIPTION|
[14-MAR-2006 14:40:25:500] nspsend: 3D 28 54 4D 50 3D 29 28 |=(TMP=)(|
[14-MAR-2006 14:40:25:500] nspsend: 56 53 4E 4E 55 4D 3D 31 |VSNNUM=1|
[14-MAR-2006 14:40:25:500] nspsend: 36 39 38 36 39 35 36 38 |69869568|
[14-MAR-2006 14:40:25:500] nspsend: 29 28 45 52 52 3D 31 32 |)(ERR=12|
[14-MAR-2006 14:40:25:500] nspsend: 35 31 34 29 28 45 52 52 |514)(ERR|
[14-MAR-2006 14:40:25:500] nspsend: 4F 52 5F 53 54 41 43 4B |OR_STACK|
[14-MAR-2006 14:40:25:500] nspsend: 3D 28 45 52 52 4F 52 3D |=(ERROR=|
[14-MAR-2006 14:40:25:500] nspsend: 28 43 4F 44 45 3D 31 32 |(CODE=12|
[14-MAR-2006 14:40:25:500] nspsend: 35 31 34 29 28 45 4D 46 |514)(EMF|
[14-MAR-2006 14:40:25:500] nspsend: 49 3D 34 29 29 29 29 |I=4)))) |
[14-MAR-2006 14:40:25:500] nspsend: 103 bytes to transport
[14-MAR-2006 14:40:25:500] nspsend: normal exit
[14-MAR-2006 14:40:25:500] nscon: exit (0)
[14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: normal exit
[14-MAR-2006 14:40:25:500] nsiorasy: entry
[14-MAR-2006 14:40:25:500] nsiorecv: entry
[14-MAR-2006 14:40:25:500] nttmrd: entry
[14-MAR-2006 14:40:25:500] nttrd: entry
[14-MAR-2006 14:40:25:500] snttcallback: entry
[14-MAR-2006 14:40:25:500] snttcallback: exit
[14-MAR-2006 14:40:25:500] nttrd: exit
[14-MAR-2006 14:40:25:500] ntt2err: entry
[14-MAR-2006 14:40:25:500] ntt2err: Read unexpected EOF ERROR on 256
[14-MAR-2006 14:40:25:500] ntt2err: exit
[14-MAR-2006 14:40:25:500] nsiorecv: exit (-1)
[14-MAR-2006 14:40:25:500] nsiorasy: exit (0)
[14-MAR-2006 14:40:25:500] nsiooverflow: entry
[14-MAR-2006 14:40:25:500] nsiooverflow: exit (1)
[14-MAR-2006 14:40:25:500] nsclose: entry
[14-MAR-2006 14:40:25:500] nstimarmed: entry
[14-MAR-2006 14:40:25:500] nstimarmed: no timer allocated
[14-MAR-2006 14:40:25:500] nstimarmed: normal exit
[14-MAR-2006 14:40:25:500] nttctl: entry
[14-MAR-2006 14:40:25:500] nttctl: entry
[14-MAR-2006 14:40:25:500] nsdo: entry
[14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=66, *bl=0, *what=0, uflgs=0x0, cflgs=0x2
[14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: nsctx: state=2, flg=0x4000, mvd=0
[14-MAR-2006 14:40:25:500] nsevunreg: entry
[14-MAR-2006 14:40:25:500] nsevunreg: cid=4, sgt=0, rdm=2
[14-MAR-2006 14:40:25:500] nsrah: entry
[14-MAR-2006 14:40:25:500] nsrah: re-setting transport read mode
[14-MAR-2006 14:40:25:500] nttctl: entry
[14-MAR-2006 14:40:25:500] nttctl: Clearing async mode
[14-MAR-2006 14:40:25:500] nsrah: normal exit
[14-MAR-2006 14:40:25:500] nsevunreg: 3 registered connection(s)
[14-MAR-2006 14:40:25:500] nsevunreg: exit (0)
[14-MAR-2006 14:40:25:500] nsbfr: entry
[14-MAR-2006 14:40:25:500] nsbaddfl: entry
[14-MAR-2006 14:40:25:500] nsbaddfl: normal exit
[14-MAR-2006 14:40:25:500] nsbfr: normal exit
[14-MAR-2006 14:40:25:500] nsbfr: entry
[14-MAR-2006 14:40:25:500] nsbaddfl: entry
[14-MAR-2006 14:40:25:500] nsbaddfl: normal exit
[14-MAR-2006 14:40:25:500] nsbfr: normal exit
[14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
[14-MAR-2006 14:40:25:500] nsdo: normal exit
[14-MAR-2006 14:40:25:500] nsiocancel: entry
[14-MAR-2006 14:40:25:500] nsiofrrg: entry
[14-MAR-2006 14:40:25:500] nsbfr: entry
[14-MAR-2006 14:40:25:500] nsbaddfl: entry
[14-MAR-2006 14:40:25:500] nsbaddfl: normal exit
[14-MAR-2006 14:40:25:515] nsbfr: normal exit
[14-MAR-2006 14:40:25:515] nsiofrrg: exit
[14-MAR-2006 14:40:25:515] nsiocancel: exit
[14-MAR-2006 14:40:25:515] nsclose: closing transport
[14-MAR-2006 14:40:25:515] nttdisc: entry
[14-MAR-2006 14:40:25:515] nttdisc: Closed socket 256
[14-MAR-2006 14:40:25:515] nttdisc: exit
[14-MAR-2006 14:40:25:515] nsclose: global context check-out (from slot 4) complete
[14-MAR-2006 14:40:25:515] nsnadisc: entry
[14-MAR-2006 14:40:25:515] nsnadisc: no native services in use - returning
[14-MAR-2006 14:40:25:515] nsopenfree_nsntx: nlhthdel from mplx_ht_nsgbu, ctx=b01858 nsntx=aba008
[14-MAR-2006 14:40:25:515] nsiocancel: entry
[14-MAR-2006 14:40:25:515] nsiofrrg: entry
[14-MAR-2006 14:40:25:515] nsiofrrg: exit
[14-MAR-2006 14:40:25:515] nsiocancel: exit
[14-MAR-2006 14:40:25:515] nsmfr: entry
[14-MAR-2006 14:40:25:515] nsmfr: 1644 bytes at 0xaba008
[14-MAR-2006 14:40:25:515] nsmfr: normal exit
[14-MAR-2006 14:40:25:515] nsmfr: entry
[14-MAR-2006 14:40:25:515] nsmfr: 736 bytes at 0xb01858
[14-MAR-2006 14:40:25:515] nsmfr: normal exit
[14-MAR-2006 14:40:25:515] nsclose: normal exit
[14-MAR-2006 14:40:25:515] nsrefuse: exit (0)
[14-MAR-2006 14:40:25:515] nsgldissolve: entry
[14-MAR-2006 14:40:25:515] nsdisc: entry
[14-MAR-2006 14:40:25:515] nsclose: entry
[14-MAR-2006 14:40:25:515] nsclose: normal exit
[14-MAR-2006 14:40:25:515] nsdisc: exit (0)
[14-MAR-2006 14:40:25:515] nsgldissolve: Deallocating cxd 0xb1bf38.
[14-MAR-2006 14:40:25:515] nsgldissolve: exit
[14-MAR-2006 14:40:25:515] nsglrespond: exit
[14-MAR-2006 14:40:25:515] nsglecmd: exit
[14-MAR-2006 14:40:25:515] nsglhe: exit
[14-MAR-2006 14:40:25:515] nsevwait: entry
[14-MAR-2006 14:40:25:515] nsevwait: 3 registered connection(s)
[14-MAR-2006 14:40:25:515] nsevwait: 0 pre-posted event(s)
[14-MAR-2006 14:40:25:515] nsevwait: waiting for transport event (0 thru 3)...
here is the output of tnsping localhost:
C:\Documents and Settings\Owner>tnsping localhost
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2
006 15:07:24
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
Used HOSTNAME adapter to resolve the alias
Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
COL=TCP)(HOST=127.0.0.1)(PORT=1521)))
OK (40 msec)
here is the output of lsnrctl:
C:\Documents and Settings\Owner>lsnrctl status
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2006 15:08
:28
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
ction
Start Date 14-MAR-2006 14:39:00
Uptime 0 days 0 hr. 29 min. 27 sec
Trace Level support
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
dmin\listener.ora
Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
og\listener.log
Listener Trace File C:\oraclexe\app\oracle\product\10.2.0\server\network\t
race\listener.trc
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(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
C:\Documents and Settings\Owner>lsnrctl stop
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2006 15:09
:29
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
The command completed successfully
C:\Documents and Settings\Owner>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2006 15:09
:34
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\ad
min\listener.ora
Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log
\listener.log
Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\networ
k\trace\listener.trc
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR
_XEipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
ction
Start Date 14-MAR-2006 15:09:38
Uptime 0 days 0 hr. 0 min. 3 sec
Trace Level support
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
dmin\listener.ora
Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
og\listener.log
Listener Trace File C:\oraclexe\app\oracle\product\10.2.0\server\network\t
race\listener.trc
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(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
thanks a lot!
tom

thanks for the quick reply.
removed NLS_LANG, SQLPATH and TNS_ADMIN - based on your tip. i had a past install of instant client....
set before install:
C:\Documents and Settings\Owner>set
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Owner\Application Data
APR_ICONV_PATH=C:\Program Files\Subversion\iconv
CATALINA_HOME=c:\jakarta-tomcat-5.0.28
CLASSPATH=C:\mysql-connector-java-3.1.11\mysql-connector-java-3.1.11-bin.jar;C:\
isql\classes12.jar;C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=LOCALHOST
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Owner
JAVA_HOME=c:\j2sdk1.4.2_09
JBOSS_CLASSPATH=C:\jboss-portal-2.0-jboss-4.0.2\lib
JBOSS_HOME=C:\jboss-portal-2.0-jboss-4.0.2
LOCAL=PDEV
LOGONSERVER=\\LOCALHOST
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=c:\bzip2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Pyt
hon22;C:\gzip\bin;C:\tar\bin;C:\j2sdk1.4.2_09\bin;C:\apache-ant-1.6.5\bin;C:\Pro
gram Files\MySQL\MySQL Server 4.1\bin;C:\Program Files\Subversion;C:\Program Fil
es\TortoiseCVS;C:\Program Files\QuickTime\QTSystem\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0209
ProgramFiles=C:\Program Files
PROMPT=$P$G
QTJAVA=C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
TMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
USERDOMAIN=LOCALHOST
USERNAME=Owner
USERPROFILE=C:\Documents and Settings\Owner
windir=C:\WINDOWS
set after install:
C:\Documents and Settings\Owner>set
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Owner\Application Data
APR_ICONV_PATH=C:\Program Files\Subversion\iconv
CATALINA_HOME=c:\jakarta-tomcat-5.0.28
CLASSPATH=C:\mysql-connector-java-3.1.11\mysql-connector-java-3.1.11-bin.jar;C:\
isql\classes12.jar;C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=LOCALHOST
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Owner
JAVA_HOME=c:\j2sdk1.4.2_09
JBOSS_CLASSPATH=C:\jboss-portal-2.0-jboss-4.0.2\lib
JBOSS_HOME=C:\jboss-portal-2.0-jboss-4.0.2
LOCAL=PDEV
LOGONSERVER=\\LOCALHOST
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\oraclexe\app\oracle\product\10.2.0\server\bin;c:\bzip2\bin;C:\WINDOWS\sy
stem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Python22;C:\gzip\bin;C:\tar\bin;C:
\j2sdk1.4.2_09\bin;C:\apache-ant-1.6.5\bin;C:\Program Files\MySQL\MySQL Server 4
.1\bin;C:\Program Files\Subversion;C:\Program Files\TortoiseCVS;C:\Program Files
\QuickTime\QTSystem\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0209
ProgramFiles=C:\Program Files
PROMPT=$P$G
QTJAVA=C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
TMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
USERDOMAIN=LOCALHOST
USERNAME=Owner
USERPROFILE=C:\Documents and Settings\Owner
windir=C:\WINDOWS
C:\Documents and Settings\Owner>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 14 17:33:51 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect / as sysdba;
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
SQL> select count(*) from hr.employees;
SP2-0640: Not connected
SQL>
both services OracleTNSListner and OracleServiceXE are started. ...as you said, my .ora files are not right due to the failed install.
anything in the registry from instant client that could be killing our install? the services start and then in the "configuring database" section, it just hangs - no CPU, no disk - must be a network hang.... ...then the install finishes (doesn't say sucess or failure)...
thanks!
tom

Similar Messages

  • 16 hrs on 10g, still no home page

    hello,
    i am trying to install oraclexe on windows xp. my install completes without errors communicated via GUI. however, there is an install error in C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postDBCreation.log:
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    after the install, i can not connect to home page, i can not connect to DB. i would like to have a clean install. but if we have to debug *.ora, here are their contents from the install:
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\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 = localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\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)
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(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)
    thanks a lot!
    tom

    can't change my email addressThis is the biggest problem on this forum...
    From the FAQ http://www.oracle.com/technology/forums/faq.html#q11
    "... The only thing you may not edit is your e-mail address. Unfortunately at this time, there is no way to change the email address of a current account. We hope to introduce this feature in the future..."
    So create a new account...
    Nicolas.

  • I have Mozilla Firefox installed, w/. my Home Page setup to be opened on It every time. I can open a new window on It too, but when I open a new tab, every time open this new tab w/. Untitled Page. I wanna It opening w/. my Home Page.

    I have Mozilla Firefox installed, w/. my Home Page setup to be opened on It every time. I can open a new window on It too, but when I open a new tab, every time open this new tab w/. Untitled Page. I wanna It opening w/. my Home Page.

    Firefox is coded to open new tabs in a blank page. That may change in Firefox 4. I don't know.
    In the meantime, there is an add-on called Tab Mix Plus that I think provides that option. https://addons.mozilla.org/en-US/firefox/addon/1122/

  • Why did I lose my hotmail bookmark-gold str still on home page but not listed in bookmark menu.

    Yesterday my hotmail bookmark was there. Today its gone. The only thing I ever do is add to the bookmark list.

    If the URL in the location bar is bookmarked (star at the right end is yellow/blue) then you can click the star or use the Bookmark menu item (Bookmark This Page, Ctrl+D) to see the location (bookmarks folder) of that bookmark and edit the properties of that bookmark (name, location, folder) and move it to another folder or remove the bookmark.

  • Browser opens to properly set home page. Tabs open to a different home page. what is the fix to get tabs to open to the home page I want.

    I have firefox 24.0 in xp . for some time i have been using firefox with no problems. and i think i recently update to the current version. went my problem started I think was when I tried to download a video downloader. my home page was changed even tho I did a custom install. May home page was switched. after much trial and error I managed to get the home page I wanted when the browser first opens. but when I hit the tab button some home page opens that I dont recognise. and it does that for each addition tab that I open. it does this only when I open a tab. I have read several of the related questions here but there a waste of time because I am not a techie.
    looked at the about:config thing but finding the right thing to even begin to look at was impossible. I dont recognise any of the thing in there and I dint understand how to search for the thing it said search for. this is the instructions I tried to follow:
    Chosen solution
    You can modify the browser.newtab.url pref and change the value to http://foxnews.com
    Also make sure that the new tab page is enabled, the browser.newtabpage.enabled should be true.
    Type about:config in the location (address) bar and press the "Enter" key to open the about:config page, just like you open a website by typing the URL in the location bar.
    If you see a warning message then you can confirm that you want to access the about:config page.
    use the Search bar at the top of the about:config page to locate preferences more easily
    preferences that have been modified and do not have the default value show as bold (user set)
    preferences that are user set (bold) can be reset to the default value via the right-click context menu
    preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean) or by double-clicking the line with the pref
    preferences can be created via the right-click context menu: New -> String, Integer, Boolean
    http://kb.mozillazine.org/about:config.
    what preference am I searching for? I tried searching for browser.newtab.url and came up blank. search for just browser came of with too many for me to make judgment on.
    This was very confusing and i could not figure it out until the asker came back and said it worked and something else that I cant find now. i think the answers should be dumbed down to where non-techies can understand. my problem is solved

    You can change this if you don't mind peeking under the covers into Firefox's about:config preferences editor.
    (1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste newtab and pause while the list is filtered
    (3) Double-click the browser.newtab.url preference and enter the desired value:
    (i) Page thumbnails (default)
    browser.newtab.url = about:newtab
    (ii) Blank tab
    browser.newtab.url = about:blank
    (iii) Built-in Firefox home page
    browser.newtab.url = about:home
    (iv) Any other page
    browser.newtab.url = full URL to the page
    Press Ctrl+t to open a new tab and verify that it worked. Fixed?

  • LMS4.2.2 home page load very slow

                       Hi,
    I migrated from windows LMS3.2.1 to soft appliance 4.2.2. i also set the gs.properties attribute to false. but, still the home page loads very slow. let me know if somebody experienced this and fond a resolution.
    thanks,
    Kerim

    You're not the only one with this problem. There is a long discussion, with some proposed solutions, in this thread (and searching for "slow" in the Pages forum will bring up other threads as well).

  • After the last update to the current Firefox I cant navigate forward or back on web pages or reload. It also doesnt open to my home page. Any ideas? I have uninstalled and reinstalled and still have the same issue.

    I cant navigate forward, back, or reload any website. It also doesnt open to my home page which is set to google. I have to click on my home page button to get there. I also cant locate the plugins or addons which I could before. I know I have several.

    Then you need a clean install.
    First export your bookmarks to a html file. (Bookmarks/Unsorted bookmarks will bring you History page where you can export your bookmarks). Note down your add-ons too.
    Uninstall the old FF using free software like Revo Uninstaller. This will delete all the root directories and registries of old FF.
    Now download the latest version of FF and install it. You can re-import your bookmarks from your saved html file.
    You may still have to do the fix in my first post.
    Post here whether this worked for you.

  • Can't Access home page on Windows XP...how to re-install?

    I installed Oracle XE on a windows XP machine and it's not working. I believe the issue is that I log into my machine on a Windows domain, but I installed XE while at home and not connected via it. I then saw the note on the Oracle site about making sure you are connected to the network before installing. So I uninstalled and re-installed to solve the problem, but still can't get to the home page. Noting is running on port 8080.
    How do I uninstall and re-install or otherwise correct this problem once I've had a bad install?
    Thanks,
    Don

    Sorry for the slow response. I finally solved my problem. I can't explain why this works, but maybe this will help others.
    When I typically log into my machine I log into a "kerberos domain" (for me "stanford.edu"). Our IT folks have set this up so that doing this also logs you in to the WIN domain as well, but you get an extra kerberos certificate for logging into other applications we commonly use.
    So while logged into the kerberos domain, I uninstalled the "failed" installation of Oracle XE. Then I logged out (and rebooted for the heck of it).
    I logged back in using the WIN domain (e.g. WIN/myusername) and ran the Oracle XE Universal installer.
    It worked and the Oracle XS home page came up.
    I logged out of Windows (and rebooted again for the heck of it).
    I logged back in under my normal kerberos domain and Oracle XE continues to work.
    Hopefully someone with more knowledge of Windows domains and authentication can explain why this worked.
    Fyi...if I go to Control Panel > User Accounts, I can see an entry there with my username and the domain WIN. This entry has the groups ORA_DBA and Administrator. There is no other entry for the "kerberos" domain I usually log into (since it supposedly logs me into the WIN domain behind the scenes).
    Good luck if you run into this problem

  • I have somehow got Ask toolbar& software and now cant,t access my google home page. I tried to uninstall it but it did not un install. How can I get rid of this so I can get back to firefox & google?

    I have somehow got ASK toolbar & software installed and it has taken over my browser. I can not get my home page to come up. I tried to uninstall it but it still takes control of my browser. How can I get this removed?

    https://support.mozilla.org/en-US/kb/fix-problems-your-home-page-or-search?redirectlocale=en-US&redirectslug=removing-babylon-searchqu-or-mystart has a link to articles to help you out

  • My home page comes up not normal, just lists topics. I click on Hotmail and it is frozen. Everything else works. I uninstalled and installed twice and the same thing happens. I can get Hotmail on Explorer.

    Norton did block a worm but I scanned Norton twice, no problem. My home page is Dell MSN and comes up with articles and pictures, now it just lists the topics, no pictures.

    See [[How to set the home page]]. If you still have problems after resetting your homepage:
    See [[Is my Firefox problem a result of malware]] for other anti-malware applications you can install to check for malware, and some forums you can visit that sdpecialize in malware removal.

  • Portal home page error after install

    Hi,
    I recently installed 9ias on solaris succesfully into its own oracle home(db cache failed but not worried yet). portal install went ok, but i can only access the admin gateway and not the portal home page. I get 500-Internal server error. Tried checking jserv config - looks ok, I can run 'IsItWorking' servlet ok but still get error - has anyone else seen this - any clues?
    thanks.....

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jasen Jacobsen ([email protected]):
    I just went through the same problem with a Win 2k install. The 500 error turned out to be a problem with my DNS and proxy setup. If I understand things correctly, when you hit the portal page (http://<hostname>/pls/portal30/ you are redirected to the real portal application. My machine is not registered with the corporate DNS so even though I could hit the admin pages, and the Apache test pages, when I was redirected to the Portal pages a DNS lookup was attempted and things choked.
    I've fixed the problem, for now, by telling my browser to ignore the proxy server for my portal machine's name. But now I can only hit the portal from the machine it's installed on. The long-term solution is to get the DNS issue resolved.
    Hope this helps.
    - Jasen.<HR></BLOCKQUOTE>
    Jasen,
    Please check out the Standalone Laptop configuration option discussed in the Oracle9iASPortal Configuration options white paper. I believe it will help you resolve your hostname issues. The direct link to the white paper on OTN is http://technet.oracle.com/doc.pdf/iportal/config_options.pdf
    Karthika

  • Why does Firefox open 3 Tabs all the time when I open it? One is my home page but the other 2 are about plug in being installed. How do I make that stop?

    When I double click Firefox to open it, 3 Tabs automatically open. One is my home page but the other 2 are about plug ins being successfully installed. I want for only my home page to open. How do I make this stop?

    But there aren't any symbols. It's just set to http://www.yahoo.com
    And every time I open Firefox, it opens with 3 Tabs, one of which IS Yahoo but the other 2 a regarding plug ins being successfully updated. I've even gone as far as to uninstall those plug ins and it still opens with 3. About ready to uninstall Firefox and stay with IE

  • Since installing the latest FF version 14.0.1 the search boxes on the home page don't work with google

    The normal google page works fine, but the search boxes on the home page (below firefox logo and the one top RH corner) just go nowhere unless you change the search provider using the dropdown, to yahoo or bing etc, in whcih case it searches fine - just won't work with google, which I prefer to use. I have an older version 3.6.13 on another desktop and that still works fine.
    Any ideas team?

    golden-grace, to answer some of your questions:
    * Firefox 3.6 is no longer supported and will no longer be updated for security vulnerabilities or any other updates.
    *On resetting '''browser.startup.homepage_override.mstone''': It's normal for the "welcome to Firefox" tab to open and for that preference to revert back to user-set and show Firefox 14.0.1 afterwards.
    *On deleting the chromeappsstore.sqlite file in the Firefox Profile Folder and then resetting that preference again: You can open the Profile folder from the Firefox Help -> Troubleshooting Information page. See the [[Profiles]] article for more information.
    * On installing new search engines from http://mycroft.mozdev.org that simply adds new search providers to the [[Search Bar|Search Bar]]. It does not install a new search bar. You will still have a single Search Bar and the "normal" Google will still be listed.
    Getting back to Google not working from the about:home homepage or from the upper right corner search box, you said,
    ''the page tab changes to "connecting" and the little circle starts revolving, just as though it is looking for the page as normal and at the bottom of the home page the message appears "waiting for www.google.com"''. You also said in your original post that, ''The normal google page works fine.'' Which normal google page is that?
    If you can go to www.google.com directly, and it works fine:
    I would try removing Google from the list of search providers and then use the "Restore Defaults" button in the Search Bar "Manage Search Engine List" dialog to add it back to the list, then select it again as your default. The [[Search Bar|Search Bar]] article explains in detail how to do that. (Alternately, try the [https://addons.mozilla.org/firefox/addon/searchreset/ Search Reset] add-on. This should also add back Google and set it as the default.)
    If you try going to www.google.com but it never connects, that's a whole other issue. Putting that aside for now, if you would rather use google.co.uk from the Search Bar, you can install it <u>as an additional choice from the Search Bar drop-down menu</u>, by going here:
    * http://mycroft.mozdev.org/google-search-plugins.html ... where it's listed as '''''Google UK - the Web (google.co.uk) by Mycroft Project'''''. (You will still have a single Search Bar and the "normal" Google will still be listed.)
    If you try going to www.google.com but it never connects, you could troubleshoot that by following the [[Basic Troubleshooting]] article (I would start with clearing cookies and cache) but all of these steps may be frustrating for you. Another option is to simply reset Firefox (which saves your bookmarks, passwords, and some other essential data) to see if that resolves the problem. You can do that from the Firefox Help -> [https://support.mozilla.org/en-US/kb/provide-detailed-information-for-firfox-issues#w_accessing-the-troubleshooting-information-page Troubleshooting Information page]. For details, read the [[Reset Firefox – easily fix most problems]] article. You can then go to http://mycroft.mozdev.org/google-search-plugins.html and select your preferred Google search engine to use from the Search Bar.

  • In the home page why does Firefox say I haven't upgraded when I have. This has been going on for over three weeks, I am now on 9 and still it says I have not upgraded.

    In the home page why does Firefox say I haven't upgraded when I have. So I upgrade again and still it says I haven't next time I log on. Today I upgraded to 9, it said congratulations on upgrading, I log off then log back on only to be told yet again I need to upgrade. What is going on?

    You may see that message below the Google search box on www.google.com/firefox which is the old Firefox default home page. It appears that page is no longer being maintained. You appear to have Firefox 8.0.1 installed which is the latest version.
    '''If you want the Google search page as your home page,''' change your home page to '''''about:home''''' (a new, updated version is now built-in to Firefox).
    *See --> http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    Also see --> https://support.mozilla.com/en-US/kb/Finding+your+Firefox+version<br />
    You can also see your version on the ''Help > Troubleshooting Information'' display
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Just wondering if anyone has a problem with accessing iTunes store. have iTunes installed but can't bring up the store home page?

    Just wondering if anyone has a problem with accessing iTunes store. have iTunes installed but can't bring up the store home page?

    i have the same problem! Safari won't work either. Can anyone help please? I have completely restored my computer trying to fix this and it still won't work! I have a 2 month old alienware laptop running windows 7

Maybe you are looking for

  • How do i create a table of contents from bookmarks?

    How do I create a Table of Contents from the list of bookmarks?  How do I format a Table of Contents?

  • NullPointerException at com.sun.faces.context.ExternalContextImpl.dispatch?

    Hi All, i got this Exception in the log of the application on the application server with big rate java.lang.NullPointerException at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346) at com.sun.faces.application.ViewHan

  • Configuring web.xml for OpenSSO

    Hello! I am developing simple web application and want to use opensso in my web application.I have downloaded opensso,deployed and configured ,so i dont need how to configure web.xml ,what filters and jars i needed,i have the simple web.xml <web-app>

  • Message Handlers

    Hi Experts, The message_handler which we have access to in the generic service uses the interface IF_HRBAS_MESSAGE_HANDLER which have only ADD_MESSAGE method. We have a situation where the messages from one form's errors are not being cleared when ch

  • It's in the code, but not in Design View...

    I'm making a few small changes to the template of my site, and an odd problem has cropped up... Here's the front page of the site: http://www.nemesis.to The whole site has the same basic layout (only the "maincontent" div, the big space with a black