Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle on nt ?

Re: oracle on nt ?

From: Erik Oosterling <Erik_at_rikoos.demon.nl>
Date: Mon, 17 Aug 1998 13:10:42 -0700
Message-ID: <6r9325$l7p$1@news2.xs4all.nl>


The Pass for Internal is default ORACLE.

You bypass it by putting the follwing command in the registry :

UNDER : (HKEY_LOCAL_MACHINE/Software/oracle) String key : DBA_<SIDNAME>_AUTHORIZATION=BYPASS

Pavel Polcar wrote in message <01bdc764$1461e960$5cc3657e_at_polcar_nt4006>...
>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 Mon Aug 17 1998 - 15:10:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US