Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Windows 32-bit Two-Task driver unable to spawn new ORACLE task
Joerg Reiner wrote in message <34549A0E.B625E403_at_gsf.de>...
>Hey all,
>
>I think I have a really elementary problem.
>I´m running ORACLE DB 7.3 on NT. When I´m connecting to a DB following
>message appears:
>
>ORA-09352: Windows 32-bit Two-Task driver unable to spawn new ORACLE task
>
Cau.
You could try set an enviroment variables ORACLE_HOME & ORACLE_SID.
For example:
Create a *.bat file:
set ORACLE_SID=ORCL
set ORACLE_HOME=c:\orant
set path=c:\orant\bin;%PATH%
svrmgr23
J.H. Received on Wed Nov 12 1997 - 00:00:00 CST
![]() |
![]() |