6
|
Product | Automatic Configuration | Manual Configuration |
---|---|---|
Net8 networking software |
Configuration is never automatically performed for you. |
You must always manually configure your networking software. However, an easy-to-use network configuration tool, Oracle Net8 Assistant, enables you to configure your Windows NT and Windows 95 clients to access your Oracle8 database. See the section "Configuring Net8", in this chapter for information on how Net8 is installed and where to look for instructions on using Net8. |
Oracle Enterprise Manager |
Configuration is never automatically performed for you. |
You must always manually configure Oracle Enterprise Manager. See the section "Configuring Oracle Enterprise Manager" for configuration instructions. |
|
The Oracle8 ConText Cartridge is automatically configured if you select it for installation:
You can select the Oracle8 ConText Cartridge for installation in either of these two scenarios. |
See the section, "Configuring Oracle8 ConText Cartridge" in this chapter for manual configuration instructions. |
Net8 is the Oracle networking software that enables applications running on client workstations to access, modify, share, and store data on the Oracle8 database. To configure Net8 so that your client workstations and Oracle8 database can communicate, you must use Oracle Net8 Assistant to create and modify server and client configuration files. Oracle Net8 Assistant is automatically installed when you select the following:
Additional
Information:
See Oracle Networking Products Getting Started for Windows Platforms and the Net8 Administrator's Guide for instructions on using Oracle Net8 Assistant to configure your client/server network. |
Oracle Enterprise Manager works with the Oracle Intelligent Agent (installed on the Oracle8 database server) to perform database administration from a single console. Oracle Enterprise Manager is installed on a console workstation, a Windows NT or Windows 95 client.
The Oracle Intelligent Agent is installed on the Oracle8 database. The Oracle Intelligent Agent is responsible for managing and completing tasks requested from the console workstation by the Oracle Enterprise Manager. Once installed, the Oracle Intelligent Agent:
Perform the following configuration tasks after installing the Oracle Enterprise Manager on a client Windows NT or Windows 95 console workstation and the Oracle Intelligent Agent on your Oracle8 for Windows NT machine:
Each of these tasks is described in the sections that follow.
Before configuring Oracle Enterprise Manager, ensure that the Oracle8 database services OracleServiceSID, OracleTNSListener80, and OracleAgent are started on the server. The Oracle Intelligent Agent automatically locates the services on the computer where it resides and passes this information to the Oracle Enterprise Manager console.
To start the Oracle Services:
C:\>NET START SERVICE
You need to have a user account with DBA (database administrator) privileges set up on the Oracle8 repository database. Oracle Enterprise Manager places its repository in the default tablespace of the user account to which you are connected when creating the repository. Because of this, Oracle Corporation recommends that you create a new user account so that the repository can be created in its own tablespace. It is also recommended that you create a new tablespace and the newly-created user be customized to use this tablespace as its default tablespace.
To create a repository user account on the Oracle8 repository database:
C:\> SVRMGR30 SVRMGR> CONNECT SYSTEM/MANAGER
SVRMGR> CREATE TABLESPACE REPOSIT_TABLESPACE DATAFILE 'path\DATAFILE' SIZE XM;
where X is the tablespace size in megabytes; 20 MB is a good starting place.
SVRMGR> CREATE USER USERNAME IDENTIFIED BY PASSWORD 2> DEFAULT TABLESPACE REPOSIT_TABLESPACE;
SVRMGR> GRANT DBA TO USERNAME IDENTIFIED BY PASSWORD;
SVRMGR> EXIT
Exiting Server Manager closes the database connection.
After a repository user account is created, an NT user account with the same user name as the repository user account must be created on the Oracle8 server.
To create a user account on the Oracle8 server:
The User Manager window appears:
The New User dialog box appears:
The Group Memberships dialog box appears:
Administrators is added to the Member of list box.
The user is added and the User Manager window re-appears.
The User Rights Policy dialog box appears:
If Users does not exist, create it:
The Add Users and Groups dialog box appears:
Users appears in the Grant To list box.
The User Manager window re-appears.
If Oracle Enterprise Manager is installed on a Windows 95 or Windows NT client console, you must configure the client machine so it can connect to the Oracle8 repository database. Use the Oracle Net8 Assistant to configure your network.
If Oracle Enterprise Manager is installed on the machine where the Oracle repository database is installed, you do not need to configure your network.
Additional
Information:
See Oracle Networking Products Getting Started for Windows Platforms and the Net8 Administrator's Guide for complete information about configuring your network. |
Before you can use Oracle Enterprise Manager, you need a repository on the console workstation where Oracle Enterprise Manager will run. The repository is a set of base tables in a database that contains status and environment information for your managed databases. A separate repository must be created for each user wanting to use Oracle Enterprise Manager.
The Oracle Enterprise Manager console workstation must also discover network services, such as databases, listeners, and nodes, to populate the Oracle Enterprise Manager Navigator tree. In addition to discovery, the Oracle Enterprise Manager must also be able to manage these services for the Job Scheduling and Event Management systems. This can be achieved with the Discovery Wizard.
When the agent starts up and is explicitly requested by the Oracle Enterprise Manager with the Navigator Discovery feature, the agent passes information from the Oracle Enterprise Manager console to populate the Navigator tree.
To create a repository on the console workstation:
The Oracle Enterprise Manager Repository Login Information dialog box appears:
The Oracle Repository Manager window appears, prompting you to build the repository:
The repository is built.
The Discover New Services Wizard appears:
Services are discovered when you see the dialog box below with a status of Discovered:
The Oracle Enterprise Manager Console appears:
If you are adding Oracle8 ConText Cartridge to an already installed Oracle8, you must follow these configuration procedures. If you installed Oracle8 ConText Cartridge during the same installation as Oracle8, you do not have to perform the procedures in this section; Oracle8 ConText Cartridge was automatically configured for you.
To configure Oracle8 ConText Cartridge:
To create objects in an existing tablespace:
C:\> SVRMGR30
CONNECT SYSTEM/MANAGER
SVRMGR30> ALTER TABLESPACE EXISTING_TABLESPACE; SVRMGR30> ADD DATAFILE `%ORACLE_HOME%\DATABASE\SYS2ORCL.ORA' SIZE 5 M;
SVRMGR30> EXIT
To create objects in a separate tablespace:
C:\> SVRMGR30
SVRMGR30> CONNECT SYSTEM/MANAGER
SVRMGR30> CREATE TABLESPACE DRSYS DATAFILE '%ORACLE_HOME%\DATABASE\DR1ORCL.ORA' SIZE 5 M;
SVRMGR30> EXIT
To execute the DRCRSYST.SQL script:
C:\> PLUS80W
SQLPLUS> @DRCRSYST CTXSYS PASSWORD EXISTING_TABLESPACE EXISTING_TABLESPACE
or
SQLPLUS> @DRCRSYST CTXSYS PASSWORD DRSYS DRSYS
The password supplied here becomes the password for the new CTXSYS user.
SQLPLUS> EXIT
To execute the DR0INST.SQL script:
C:\> PLUS80W
SQLPLUS> @DR0INST
SQLPLUS> EXIT
C:\> CD ORACLE_HOME\CTX80\ADMIN
C:\ORACLE_HOME\CTX80\ADMIN> IMP80 CTXSYS/PASSWORD_FOR_CTXSYS \ FILE=CTXSET.DMP FULL=Y IGNORE=Y
C:\ORACLE_HOME\CTX80\ADMIN> PLUS80W SYSTEM/PASSWORD_FOR_SYSTEM SQLPLUS>@DRSYS
SQLPLUS> EXIT
TEXT_ENABLE = TRUE
Additional
Information:
See Oracle ConText Cartridge QuickStart, Oracle ConText Cartridge Administrator's Guide, and Oracle ConText Application Developer's Guide. |
Another configuration step:
To run the CTXPLUS and CTXLING Demos as well as the Oracle Forms Demo on Workbench:
Oracle8 ConText Cartridge servers can be started from the MS-DOS command prompt or the Oracle8 ConText Cartridge control utility.
From the MS-DOS command prompt, enter:
C:\> START CTXSRV80 -USER CTXSYS/PASSWD_FOR_CTXSYS@CONN_STRING -PERSONALITY
From the Oracle8 ConText Cartridge control utility, enter:
C:\> CTXCTL80 COMMAND> START 1 [DML | DDL | LOAD | LING | QUERY]
Oracle8 ConText Cartridge server processes started from the MS-DOS command prompt are killed by Windows NT when a console user logs off the Windows NT console.
To help Oracle8 ConText Cartridge servers survive Windows NT console log off, use the Oracle8 ConText Cartridge control utility CTXCTL80.EXE to start, stop, and view the Oracle8 ConText Cartridge servers running on the Windows NT server/workstation.
The Oracle8 ConText Cartridge control utility interacts with a Windows NT service for Oracle8 ConText Cartridge. It is this service that manages the various Oracle8 ConText Cartridge server processes on that Windows NT server/workstation. The service is called OracleConTextService80 and must be started prior to using the Oracle8 ConText Cartridge control utility. By default the service starttype is AUTO.
The Oracle8 ConText Cartridge control utility cannot list or kill Oracle8 ConText Cartridge servers started directly by executing CTXSRV80.EXE or CTXSRX80.EXE. It can only manage Oracle8 ConText Cartridge servers through the OracleConTextService80 Windows NT service.
|
Copyright © 1997 Oracle Corporation. All Rights Reserved. |
|