| Oracle8i Server and Tools Administrator's Guide Release 3 (8.1.7) for Alpha OpenVMS Part Number A86712-01 |
|
This appendix is designed to be used as a supplement to the following documents:
Oracle8i Server Administrator's Guide
Oracle8i Application Developer's Guide
Oracle8i Server Concepts
Oracle8i Server Migration Guide
Oracle8i Server Utilities
This Appendix is not intended for use on its own. It is a supplement, and chiefly contains references to specific topics covered in your Oracle8i for Alpha OpenVMS documentation set.
The following topics are covered in this chapter:
This section lists and explains the server guides.
Background processes are created automatically when an instance is started.
For more information about log archiving, see Chapter 6, "Backing Up and Archiving Your Database"
|
enabling auto |
Valid option on Alpha OpenVMS |
|
initial mode |
The value of the LOG_ARCHIVE_START parameter is FALSE by default, which means the archiver is off until this value is changed by editing the INIT.ORA file. |
|
specific steps |
For more information about archiving redo files, see Chapter 6, "Backing Up and Archiving Your Database" |
A user can be authenticated in many different ways. For example, you can use the OS_AUTHENT_PREFIX initialization parameterto set a prefix that is concatenated to the beginning of the account name when a user logs in ORACLE without a user name or password.
You can also limit user control over a database through the ORA_DBA, ORA_<sid>_DBA, ORA_OPER, ORA_<sid>_OPER, and ORA_<sid>_<rolename>_<A/D> rights identifiers.
To control access by remote clients, use REMOTE_OS_AUTHENT and REMOTE_OS_ROLES. If REMOTE_OS_AUTHENT is set to TRUE, then remote clients can perform OPS$ logons. If REMOTE_OS_ROLES is set to TRUE, then remote clients can use OS ROLES and roles that are identified externally. For security reasons, the default for both parameters is FALSE.
For more information about background processes, see Chapter 1, "Introduction to Oracle8i on Alpha OpenVMS".
|
ARCH |
For more information about archiving mode, see "Archiver Process (ARCH)" and "Archiving Mode." |
|
DBWR |
Oracle8i on Alpha OpenVMS does not support multiple DBWR processes. |
|
names |
The prefix ORA_<sid> is concatenated to the beginning of every background process. The <sid> is the value of thelogical name ORA_SID. For example, if the value of the logical name ORA_SID is MIS, then the DBWR process is identified as ORA_MIS_DBWR. |
|
creating |
Background processes are created automatically when an instance is started. For more information about setting up server processes, see Chapter 3, "Starting Up and Shutting Down Oracle8i". |
A set of sample database backup scripts are included to aid database administrators in their duties. For more information, please see
ORA_DB_BACKUP_DEMO:README_BACKUP.DOC.
For more information about your backup options, see Chapter 6, "Backing Up and Archiving Your Database".
For more information about communication links, see the SQL*Net documentation.
Use the following figures for calculating cluster size in the Oracle8i Enterprise Edition guides:
Alpha OpenVMS supports both multithreaded and dedicated server configurations.
You must use ORACLEINS to request the creation of a new database.
The CATALOG.SQL script is run for the default database during the installation process. If you create a database with the create database command, you must run CATALOG.SQL manually.
The default value of the DATAFILE parameter of the CREATE DATABASE command is:
'ORA_DB:ORA_SYSTEM.DBS', SIZE 60M REUSE
The maximum size of each data file is 4095Mb.
|
admin O/S account |
On Alpha OpenVMS, the Oracle8i DBA must possess at least one of the ORA_DB, ORA_<sid>_DBA, ORA_OPER, or ORA_<sid>_OPER process rights identifiers, and have a UIC group number larger than the SYSGEN parameter MAXSYSGROUP. |
|
background, server processes |
For more information, see "Introduction to Oracle8i on Alpha OpenVMS," in Chapter 1 of this guide. |
|
block size |
The default value of the INIT.ORA parameter DB_BLOCK_SIZE is listed in the section on the initialization parameters below. The current value on your system can be found by entering the following command: SVRMGR> SHOW PARAMETERS |
|
datafiles |
The installation process creates one default database file, ORA_DB:ORA_SYSTEM.DBS. It is not necessary to create the database files before installation. For more information about adding datafiles, see Chapter 8, "Optimizing Oracle8i" and the section on database and tablespace files in the Oracle8i Server Concepts Manual. |
|
limit on connections |
No information is currently available. |
|
database limits |
For the equation given in the Oracle8i Enterprise EditionOracle8i Enterprise Edition guides, use the following figures: minimum database file size = 5 MB for the first file. database files= 1022 or value of DB_FILES in the INIT.ORA parameter file or value of MAXDATAFILES in CREATE DATABASE. |
|
redo log files |
Maximum number of files=255 |
|
connect string |
Refer to the SQL*Net Release 8.1.7 for Alpha OpenVMS Configuration and User's Guide for information about database string specification. |
|
SQL files to run at startup |
Oracle8i for Alpha OpenVMS does not require you to run any SQL files at startup. |
For specific information on the ADDRESS = portion of the connect descriptor, refer to the SQL*Net Release 8.1.7 for Alpha OpenVMS Configuration and User's Guide.
|
locations |
For more information about designating archive destination devices, see Chapter 6, "Backing Up and Archiving Your Database", of this guide. |
|
names |
ORA_DB:INIT.ORA is the name of the parameter file shared by all instances of a given database. ORA_DB:<setup_node>_<sid>_INIT.ORA is the name of the parameter file used by each individual instance. Refer to Chapter 5, "Managing the Database", in this guide for more information on file names. |
Refer to the instructions in the Oracle8i for Alpha OpenVMS Installation Guide for complete information about installation.
No Alpha OpenVMS-specific information is currently available.
For information on TNS listener processes, refer to the SQL*Net for Alpha OpenVMS Configuration and User's Guide.
The default value of the LOGFILE parameter of the CREATE DATABASE command is:
'ORA_DB:ORA_LOG1.RDO', 'ORA_DB:ORA_LOG2.RDO' SIZE 2000K REUSE
When using ORACLEINS, the Alpha OpenVMS install procedure, the default value for MAXLOGFILES is 32 and the default value for
MAXLOGMEMBERS is 2. The maximum value of MAXLOGFILES is 255 and the maximum value of MAXLOGMEMBERS is 5.
Oracle8i for Alpha OpenVMS supports multiple instances.
|
case sensitive |
OpenVMS is not case sensitive. |
|
creating and editing |
The ORA_DB: INIT.ORA parameter file and ORA_DB:<setup_node>_<sid>_INIT.ORA file for each instance are created upon initial installation, and can be edited as text files on OpenVMS using a system editor. |
|
format |
Refer to the ORA_RDBMS:INIT.ORA file for the default INIT.ORA file. |
|
global cache values |
For more information about global cache values, see the Oracle8i for Alpha OpenVMS Installation Guide. |
|
location |
The INIT.ORA, and <setup_node>_ <sid>_INIT.ORA files are located in the ORA_DB directory of every database. |
|
names |
You can use any legal OpenVMS filename with the PFILE option. The INIT.ORA file referenced throughout this guide refers to any of the various INIT.ORA files such as ORA_DB:INIT.ORA, and ORA_DB:<setup_node>_<sid>_INIT.ORA. |
|
O/S parameters |
Refer to the following section in the guide on initialization parameters for more information. |
|
tuning |
Refer to Chapter 8, "Optimizing Oracle8i" and Chapter 9, "Trace Files" in this guide for more information on tuning. |
No information is currently available on PGA parameters.
For more information about SQL*Net Oracle Protocol Adapters, refer to the SQL*Net documentation.
Refer to Chapter 6, "Backing Up and Archiving Your Database", in this guide for information about recovery procedures.
Refer to Chapter 6, "Backing Up and Archiving Your Database", in this guide for information about redo log files.
No information is currently available on setting resource costs.
For the role specification syntax given in the Oracle8i Enterprise Server Guides, <ID> refer to your SID (defined by the logical name ORA_SID).
Refer also to the sections in this appendix on authentication through OS and the database administration O/S account for information on how to limit roles via the operating system.
For more information about groups, see the Oracle8i for Alpha OpenVMS Installation Guide.
Script file names are not case dependent in OpenVMS.
No Alpha OpenVMS-specific information is currently available on extents.
For a thorough explanation of SQL*Net and networking, refer to the SQL*Net manuals.
The SGA is described in Chapter 1, "Introduction to Oracle8i on Alpha OpenVMS", in this guide.
|
Clustered |
No Alpha OpenVMS-specific information is currently available. |
|
non-clustered |
No Alpha OpenVMS-specific information is currently available. |
Refer to Chapter 8, "Optimizing Oracle8i", in this guide.
Refer to Chapter 9, "Trace Files", in this guide.
No Alpha OpenVMS-specific information is currently available.
This section lists and explains information about the utilities guide.
No information is currently available.
No information is currently available.
No information is currently available.
Refer to Appendix B, "Messages and Codes" of this guide for a complete list of messages for Oracle8i on Alpha OpenVMS.
Export views are automatically installed by the Oracle8i installation scripts. If they must defined at another time, run the script called
ORA_RDBMS_ADMIN:CATEXP.SQL.
No information is currently available.
No information is currently available.
No information is currently available.
No information is currently available.
No information is currently available.
No information is currently available.
Current options available for Alpha OpenVMS are "FIXED=<n>", "STREAM=<n>", and"VAR" where n represents the number of bytes in the resulting file. You must put one of these options in double quotes (") on the command line.
For example, to declare a file in SQL*Loader named MYDATA.DAT as a file containing 80-byte records, use the following clause:
INFILE MYDATA.DAT "FIXED=80"
For example, to declare a file in SQL*Loader named MYDATA.DAT as a file containing variable length records, use the following clause:
INFILE MYDATA.DAT "VAR"
Examples of records in MYDATA.DAT that include first name, last name, and hire date are:
0025JOHN, SMITH, 09-JUNE-1981 0032ROBERT, MILLER, 20-FEBRUARY-1976
Note that in Alpha OpenVMS you cannot specify the number of I/O buffers to be used in an operation
|
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|