dbTalk Databases Forums  

unable to install 10g

comp.database.oracle comp.database.oracle


Discuss unable to install 10g in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
George
 
Posts: n/a

Default unable to install 10g - 06-25-2004 , 12:50 PM






I'm getting the infamous ora 12154 - TNS could not resolve connect
identifier error.
My computer is running windows 2000 pro in standalone mode (not connected to
a network).
I used the oracle 10g install program to install the software without the
database
and everything went fine.
I then used the assistants to set the parameters for the listener etc.
Next I attempted to install a database (using the database configuration
assistant) called test using the default values.
during the copying database phase I got the following error messages:

ora 12154 - TNS could not resolve connect identifier.
ora 01031 - insufficient privileges

Thanks in advance for any assistance in resolving this.

My configuration files are listed below:

hosts file:
127.0.0.1 localhost
10.10.10.10 mycomputer.com # loopBack for oracle

Installed a Microsoft loopback adaptor with a network address of 10.10.10.10
submask: 255.255.255.0

The loopback is configured with tcip, and set as the first connection in the
list of connections.

# tnsnames.ora Network Configuration File:

TEST.MYCOMPUTER.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = mycomputer.com)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = test)
)
)
------------------------------
# listener.ora Network Configuration File:
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = mycomputer.com)(PORT = 1521))
)

TRACE_LEVEL_LISTENER = ADMIN
---------------------

sqlnet.ora Network Configuration File:

SQLNET.AUTHENTICATION_SERVICES= (NTS)

TRACE_LEVEL_CLIENT = USER

NAMES.DIRECTORY_PATH= (HOSTNAME, TNSNAMES, EZCONNECT)

TRACE_LEVEL_SERVER = USER

NAMES.DEFAULT_DOMAIN = mycomputer.com




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.