Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle on nt ?
Hi,
if you didn't let the install utility create the initial database, there
are a few steps
that you must perform manually.
1. You must work under a user with administration rights on WindowsNT
2. You must decide on the SID for your database, copy the init.ora to
init<sid>.ora and modify it for your needs. Also put the line
ORACLE_SID=<sid>
in the Windows Registry (HKEY_LOCAL_MACHINE/Software/oracle) or define it
as an environment variable (set ORACLE_SID=<sid>).
3.You must create the services using the oradim73 utility. Use oradim73 /?
for help.
4. Use Sever Manager to connect:
svrmgr23
connect internal/password
startup pfile= <full path to your init<sid> file>
The password is defined in the oradim73 command for creating the services, like this:
oradim73 -new -sid TEST -intpwd ORACLE -startmode AUTO -pfile C:\ORANT\DATABASE\INITTEST.ORA Then you should be able to issue the CREATE DATABASE command. You can find more details in Oracle 7 Server - Getting Started for Windows NT.
Hth,
--
Pavel Polcar
Ed Lufker <elufker_at_swcp.com> wrote in article
<6r06ud$pfq$1_at_sloth.swcp.com>...
> Hi All:
>
>
> I installed oracle 7.3.3.0 on an nt server. When I try to run the
> create database scripts, I am getting permission errors on the create
> database statement and I also get an error saying it can't open the
> init.ora. I have the full path to the init.ora in there. Also, what's
with
> >connect internal, it asks for a password, I don't recall running into
> these types of problems when I got my unix server going. Did I miss
> running a script after running the install??
>
> thanks in advance for any help here
> eddie lufker
>
>
Received on Fri Aug 14 1998 - 04:19:38 CDT
![]() |
![]() |