RE: Oracle_In_NT !!!

2001-03-24 Thread Nihar
hi guys what i found is you can stop the oracle service called "oraclecmadmin".In most of the cases this service takes around 99% of cpu. - NIHAR SANGHVI NetMagic Solutions Pvt. Ltd. 22,Nirlon Complex,Western Express Highway, Goregaon (E), Mumabai 400 063 Phone: 8723003 extn: 144 www.netmag

Re: Oracle_In_NT !!!

2001-03-23 Thread Rodd Holman
Chuck is correct. You need to run the oradim.exe utility to create the Oracle_Server service. -- Rodd Holman Oracle DBA (605) 988-1373 [EMAIL PROTECTED] Comments made are my own opinions and views. They do not represent views, policies, or procedures of LodgeNet Entertainment Corporation On

RE: Oracle_In_NT !!!

2001-03-23 Thread Kevin Kostyszyn
Well of course, maybe I was assuming too much, my apologies. Kev -Original Message- Hamilton Sent: Friday, March 23, 2001 11:36 AM To: Multiple recipients of list ORACLE-L I might be wrong on this but I think you have to create and start the oracle service first. --- Kevin Kostyszyn <

RE: Oracle_In_NT !!!

2001-03-23 Thread Chuck Hamilton
I might be wrong on this but I think you have to create and start the oracle service first. --- Kevin Kostyszyn <[EMAIL PROTECTED]> wrote: > Did you set the default oracle_sid? Is the database running when you > try to > connect? > > -Original Message- > Dumas > Sent: Friday, March 23,

RE: Oracle_In_NT !!!

2001-03-23 Thread Bala, Prakash
1. Make sure thay your service 'OracleService???' (??? is your db name) is up. 2. On DOS prompt, enter 'set ORACLE_SID=???' 3. Then connect to svrmgrl HTH! Prakash -Original Message- Sent: Friday, March 23, 2001 4:50 AM To: Multiple recipients of list ORACLE-L Hi there I have a probl

Re: Oracle_In_NT !!!

2001-03-23 Thread Donald Bricker
Here is an excerpt from Metalink 2.- Starting database via SVRMGRL or SQL*PLUS Problem: Launching svrmgr, or attempting a connection in sqlplus to start up the database, you get an ORA-12560 Solution: - If the drive is NTFS then check the permissions on the drive

Re: Oracle_In_NT !!!

2001-03-23 Thread Paul Drake
To use svrmgrl, the following conditions must be met: 1. the NT Service must be started. (use the "net start" command or "srvinfo" to display service info) 2. the environment variable ORACLE_SID must be defined C:\>set oracle_sid=DEV C:\>svrmgrl Oracle Server Manager Release 3.1.7.0.0 - Produc

RE: Oracle_In_NT !!!

2001-03-23 Thread Kevin Kostyszyn
Did you set the default oracle_sid? Is the database running when you try to connect? -Original Message- Dumas Sent: Friday, March 23, 2001 4:50 AM To: Multiple recipients of list ORACLE-L Hi there I have a problem when I install Oracle 816 on NT. I have done it twice before amd it wor