473,386 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Oracle & WinXP Pro

We have a few developers that use Oracle 9i (9.2.0.4.0) on their
personal workstations for testing purposes. Recently, weve made the
decision to upgrade them to WinXP so that they are able to use some
other functionalities of the OS, but we are running into a totally odd
problem with Oracle. It seems that, Installing Oracle runs just fine,
and our ant scripts to build the database work well...but when we reboot
the computer, the database refuses to run as a Local Service, and
instead will only come up when you give it a domain account to use to
start up. I'm hoping someone here has seen this. Here is an excerpt of a
e-mail I sent to managers, edited for public posting.

We use Windows XP Service Pack 1 in a Mixed-mode Active Directory
infrastructure.

-------------------------------

I un-installed and cleaned (via docs given to me by Beth) both COMPUTER1
and COMPUTER2.

COMPUTER1 was not having issues.
COMPUTER2 refused to connect using sqlplus unless a domain account was
specified as a startup account.

I installed both as the local named administrator. (COMPUTER\Administrator)

Both were installed via network shared files. And, over terminal
services, I might add. No issues.

After the ant scripts were run, both immediately were able to connect
using sqlplus both locally and via the listener. The only issue that the
ant scripts ran into is that the
C:\oracle\ora92\network\admin\tnsnames.org file had listed
DCEP.DOMAIN.COM instead of DCEP.HOST.DOMAIN.COM on both machines after
running create-9i-database. This was manually fixed before running
create-common-objects and create-all objects.

After a reboot, COMPUTER1 was still able to connect, but COMPUTER2 threw
the following errors:

----------------------------------------------------
P:\>sqlplus COMPUTER2/COMPUTER2

SQL*Plus: Release 9.2.0.4.0 - Production on Thu Apr 15 18:40:00 2004

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

ERROR:
ORA-03113: end-of-file on communication channel
Enter user-name: COMPUTER2
Enter password:
ERROR:
ORA-03113: end-of-file on communication channel
Enter user-name: ^C
P:\>sqlplus COMPUTER2/CO*******@dcep.COMPUTER2.domain.com

SQL*Plus: Release 9.2.0.4.0 - Production on Thu Apr 15 18:40:35 2004

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

ERROR:
ORA-03113: end-of-file on communication channel
Enter user-name:
--------------------------------------------------------------------------

I then changed the OracleServiceDCEP service to start using my login. On
a restart, I was able to use sqlplus as expected. Changes to the
OracleOraHome92TNSListener service had no effect either way, and
functioned fine under either login type. (Local Service, named account.)

Setting the DCEP service to use .\oracle resulted in the following after
using sqlplus:
ERROR:
ORA-12638: Credential retrieval failed

..\oracle is a local, privileged (Admin) account with "Log on as a
Service" rights.

Setting it back to my domain account resulted in immediate functionality.

I am at the end of my rope. I've installed two machines, using local
admin accounts, *exactly* the same, and got different results. I have
this process near memorized, and I have my install steps completely
documented.I could near install this with my eyes closed.
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 19 '05 #1
3 5192
Hi Jake,

Please try to recreate password file.

Thanks and Regards
Khurram Naseem
Jul 19 '05 #2
This might help you when you get things working?

http://www.mygenerationsoftware.com/

Specifically
http://www.mygenerationsoftware.com/...s/dOOdads.aspx

Here's a screen shot of the generation of Oracle Stored procedures
http://www.mygenerationsoftware.com/...gen_scr_01.png
Jul 19 '05 #3
If its ADS related you may want to check this
http://download-west.oracle.com/docs...ppe.htm#635862
HTH
-dharma
Jake McDermott <jm********@syntricity.com> wrote in message news:<40**********@corp.newsgroups.com>...
We have a few developers that use Oracle 9i (9.2.0.4.0) on their
personal workstations for testing purposes. Recently, weve made the
decision to upgrade them to WinXP so that they are able to use some
other functionalities of the OS, but we are running into a totally odd
problem with Oracle. It seems that, Installing Oracle runs just fine,
and our ant scripts to build the database work well...but when we reboot
the computer, the database refuses to run as a Local Service, and
instead will only come up when you give it a domain account to use to
start up. I'm hoping someone here has seen this. Here is an excerpt of a
e-mail I sent to managers, edited for public posting.

We use Windows XP Service Pack 1 in a Mixed-mode Active Directory
infrastructure.

-------------------------------

I un-installed and cleaned (via docs given to me by Beth) both COMPUTER1
and COMPUTER2.

COMPUTER1 was not having issues.
COMPUTER2 refused to connect using sqlplus unless a domain account was
specified as a startup account.

I installed both as the local named administrator. (COMPUTER\Administrator)

Both were installed via network shared files. And, over terminal
services, I might add. No issues.

After the ant scripts were run, both immediately were able to connect
using sqlplus both locally and via the listener. The only issue that the
ant scripts ran into is that the
C:\oracle\ora92\network\admin\tnsnames.org file had listed
DCEP.DOMAIN.COM instead of DCEP.HOST.DOMAIN.COM on both machines after
running create-9i-database. This was manually fixed before running
create-common-objects and create-all objects.

After a reboot, COMPUTER1 was still able to connect, but COMPUTER2 threw
the following errors:

----------------------------------------------------
P:\>sqlplus COMPUTER2/COMPUTER2

SQL*Plus: Release 9.2.0.4.0 - Production on Thu Apr 15 18:40:00 2004

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

ERROR:
ORA-03113: end-of-file on communication channel
Enter user-name: COMPUTER2
Enter password:
ERROR:
ORA-03113: end-of-file on communication channel
Enter user-name: ^C
P:\>sqlplus COMPUTER2/CO*******@dcep.COMPUTER2.domain.com

SQL*Plus: Release 9.2.0.4.0 - Production on Thu Apr 15 18:40:35 2004

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

ERROR:
ORA-03113: end-of-file on communication channel
Enter user-name:
--------------------------------------------------------------------------

I then changed the OracleServiceDCEP service to start using my login. On
a restart, I was able to use sqlplus as expected. Changes to the
OracleOraHome92TNSListener service had no effect either way, and
functioned fine under either login type. (Local Service, named account.)

Setting the DCEP service to use .\oracle resulted in the following after
using sqlplus:
ERROR:
ORA-12638: Credential retrieval failed

.\oracle is a local, privileged (Admin) account with "Log on as a
Service" rights.

Setting it back to my domain account resulted in immediate functionality.

I am at the end of my rope. I've installed two machines, using local
admin accounts, *exactly* the same, and got different results. I have
this process near memorized, and I have my install steps completely
documented.I could near install this with my eyes closed.
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Kong Li | last post by:
Environments: 1. WinXP SP1, MDAC 2.7 SP1 (Microsoft ODBC for Oracle is 2.573.9030.0), Oracle client 9.2.0.1. 2. Win2000 SP4, MDAC 2.7 SP1 (Microsoft ODBC for Oracle is 2.573.9030.0), Oracle...
1
by: John De Lello | last post by:
Hello Everyone, I am trying to install Oracle 9 on my Windows XP Pro laptop so I can play around. I downloaded the 3 ZIP files specified on the Oracle site (92010NT_Disk1.zip) and unzipped them...
1
by: William F. O'Neill | last post by:
Am having a problem getting into Enterprise Manager for Oracle 10g - am using same on WINXP Pro, as a learning tool - I am NOT a DBA. I entered my Login name, eg. WFONEILL\Administrator and my...
0
by: Macadair | last post by:
I develop mid-range multi-user applications for a large site. Currently Win98 and Office97 are the standards used however we are slowly moving to WinXP. Due to the site upgrade cost, we are...
2
by: Miikka Hamalainen | last post by:
Hi, We have huge oracle database in my company. I would like to make some queies using access. I've been trying to connect access to this oracle db, but without any luck. Do I need to have some...
0
by: ʹÃûÑï | last post by:
ORA-03114: not connected to ORACLE && MS's Bug?? DataBase:Oracle 817 using OracleClient,net framework 1.1 I'm using ADO.Net in C# with Oracle 817. and following is my public data access...
2
by: Steve Foo | last post by:
I have been posting this question in google group, EE, and Oracle OTN forum and still no cannot find a suitable solution for it. I have contacted Singapore Microsoft support regarding the problem...
0
by: Louis D | last post by:
I installed Oracle 9i (Developer Suite and D'base) ver 9.02 on my windows 2K O/S. The installation went fine without a hitch. However when I upgarded my OS to WinXP I now get an "Oracle Intelligent...
3
by: Jake McDermott | last post by:
We have a few developers that use Oracle 9i (9.2.0.4.0) on their personal workstations for testing purposes. Recently, weve made the decision to upgrade them to WinXP so that they are able to use...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.