Oracle9i Database Getting Started Release 2 (9.2) for Windows Part Number A95490-01 |
|
This chapter highlights differences between Windows 2000 and Windows NT, with emphasis on procedures for common database tasks.
This chapter contains these topics:
Table 3-1 lists common database administration tasks and tools required to accomplish those tasks in Windows NT and Windows 2000.
Task | Windows NT | Windows 2000 |
---|---|---|
Install a domain controller |
Windows setup |
Active Directory installation wizard from Configure Your Server |
Manage user accounts |
Choose Start > Programs > Administrative Tools > User Manager |
Active Directory Users & Computers Choose Programs > Administrative Tools > Active Directory |
Manage groups |
User Manager |
Active Directory Users & Computers |
Manage computer accounts |
Choose Start > Programs > Administrative Tools > Server Manager |
Active Directory Users & Computers |
Add a computer to a domain |
Server Manager |
Active Directory Users & Computers |
Create or manage trust relationships |
User Manager |
Active Directory Domains & Trusts |
Manage account policy |
User Manager |
Active Directory Users & Computers |
Manage user rights |
User Manager |
Active Directory Users & Computers: Edit the Group Policy object for the domain or organizational unit containing the computers to which the users rights apply. |
Manage audit policy |
User Manager |
Active Directory Users & Computers: Edit the Group Policy object assigned to the Domain Controllers organizational unit. |
Set policies on users and computers in a site |
Choose Start > Programs > Administrative Tools > System Policy Editor |
Group Policy, accessed through Active Directory Sites & Services |
Set policies on users and computers in a domain |
System Policy Editor |
Group Policy, accessed through Active Directory Users & Computers |
Set policies on users and computers in an organizational unit |
Not applicable |
Group Policy, accessed through Active Directory Users & Computers |
Use Security Groups to filter the scope of policy |
Not applicable |
Edit the permissions entry for Apply Group Policy on the security tab of the Group Policy Object properties sheet |
Start Oracle Performance Monitor for Windows NT |
Choose Start > Programs > Configuration and Migration Tools > Oracle for Windows NT Performance Monitor |
Choose Start > Programs > Configuration and Migration Tools > Oracle for Windows NT Performance Monitor |
Access services dialog box |
Choose Start > Settings > Control Panel > Services |
Choose Start > Settings > Control Panel > Administrative Tools > Services |
This section discusses differences between Windows NT and Windows 2000 that are not related to common tasks.
If a Windows 2000 computer is not identified with a DNS domain name, then you will receive the following error message:
Calling query w32RegQueries1.7.0.17.0 RegGetValue Key = HKEY_LOCAL_MACHINE SubKey = SYSTEM\CurrentControlSet\Services\Tcpip\Parameters Value = Domain Query Exception: GetValueKeyNotFoundException Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException ...
Perform the following steps:
us.oracle.com.
Microsoft Management Console, available in Windows NT as a separate item from Microsoft, is included in Windows 2000.
In Windows 2000, enterprise user authentication is enabled by setting registry parameter OSAUTH_X509_NAME
to true
on the computer on which Oracle9i database is running in a Windows 2000 domain. If this parameter is set to false
(the default setting) in a Windows 2000 domain, then Oracle9i database can authenticate the user as an external user (described in Oracle9i Security and Network Integration Guide for Windows).
Setting this parameter to true
in a Windows NT 4.0 domain does not enable you to use enterprise users.
In Windows NT, use Disk Administrator to create raw partitions required for Oracle Real Application Clusters.
In Windows 2000, use Computer Management to create basic disks (compatible with raw partitions on Windows NT). Choose Start > Programs > Administrative Tools > Computer Management.
Oracle services autostart on Windows NT 4.0. After upgrading to Windows 2000, you may find that services start but the database does not start.
The solution is to use ORADIM utility to delete and re-create the services.
To delete an instance using ORADIM, enter:
ORADIM -DELETE -SID SIDA, SIDB, SIDC, ... ORADIM -DELETE -SVRC SVRCA, SVRCB, SVRC, ...
where:
SIDA, SIDB, SIDC
are values of the SIDs to delete.SVRCA, SVRCB, SVRC
are values of the services to delete.During upgrading, the disk is converted to NTFS 5, and a different access authorization is used. The new services autostart under the same account, but they no longer hold the same Windows permissions as before.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|