Oracle® Application Server Enterprise Deployment Guide
10g Release 2 (10.1.2) for Windows or UNIX B13998-03 |
|
Previous |
Next |
This appendix contains sample files and recommended values you will use throughout the Enterprise Deployment configuration.
Tablespaces for raw devices in the Metadata Repository are listed in Table B-1, with minimum sizes and recommended names.
Table B-1 Raw Devices for the OracleAS Metadata Repository
Tablespace | Minimum Size (MB) | Recommended Name |
---|---|---|
|
128 |
|
|
64 |
|
|
64 |
|
|
64 |
|
|
256 |
|
|
64 |
|
|
64 |
|
|
64 |
|
|
64 |
|
|
64 |
|
|
128 |
|
|
64 |
|
|
256 |
|
|
128 |
|
|
64 |
|
|
256 |
|
|
64 |
|
Example B-1shows the format of the file you use to map tablespaces to raw devices. The DBCA_RAW_CONFIG environment variable reads this file during tablespace creation.
Example B-1 Tablespace to Raw Device Mapping (Sample File)
PORTAL1=/dev/vx/rdsk/oracle/mydb_raw_portal_128m PORTAL_DOC1=/dev/vx/rdsk/oracle/mydb_raw_portal_doc_64m PORTAL_IDX1=/dev/vx/rdsk/oracle/mydb_raw_portal_idx_64m PORTAL_LOG1=/dev/vx/rdsk/oracle/mydb_raw_portal_log_64m IAS_META1=/dev/vx/rdsk/oracle/mydb_raw_ias_meta_256m DISCO_PTM5_META1=/dev/vx/rdsk/oracle/mydb_raw_disco_meta_64m DISCO_PTM5_CACHE1=/dev/vx/rdsk/oracle/mydb_raw_disco_cache_64m DCM1=/dev/vx/rdsk/oracle/mydb_raw_dcm_256m WCRSYS_TS1=/dev/vx/rdsk/oracle/mydb_raw_clip_64m OCATS1=/dev/vx/rdsk/oracle/mydb_raw_oca_64m UDDISYS_TS1=/dev/vx/rdsk/oracle/mydb_raw_uddi_64m OLTS_ATTRSTORE1=/dev/vx/rdsk/oracle/mydb_raw_olts_attr_128m OLTS_BATTRSTORE1=/dev/vx/rdsk/oracle/mydb_raw_olts_battr_64m OLTS_CT_STORE1=/dev/vx/rdsk/oracle/mydb_raw_olts_ct_store_256m OLTS_DEFAULT1=/dev/vx/rdsk/oracle/mydb_raw_olts_default_128m OLTS_SVRMGSTORE1=/dev/vx/rdsk/oracle/mydb_raw_olts_svrmgstore_64m DSGATEWAY_TAB1=/dev/vx/rdsk/oracle/mydb_raw_synd_64m b2b_dt1=/dev/vx/rdsk/oracle/mydb_raw_b2b_dt_256m b2b_rt1=/dev/vx/rdsk/oracle/mydb_raw_b2b_rt_256m b2b_lob1=/dev/vx/rdsk/oracle/mydb_raw_b2b_lob_256m b2b_idx1=/dev/vx/rdsk/oracle/mydb_raw_b2b_idx_256m
The Static Ports feature enables you to assign ports during installation. The Oracle Universal Installer reads the staticports.ini
file, assigning the port values to Oracle Application Server components as specified.
A sample staticports.ini
file, shown in Example B-2, is provided on:
Disk 1: mount_point/1012disk1/stage/Response/staticports.ini
Example B-2 Sample staticports.ini File
# staticports.ini Template File # This file is a template for specifying port numbers at installation time. # To specify a port number, uncomment the appropriate line (remove #) and # replace "port_num" with the desired port number. # You can then launch Oracle Universal Installer with special options to use this file. # Please refer to Oracle Application Server 10g Installation Guide for instructions. # J2EE and Web Cache #Oracle HTTP Server port = port_num #Oracle HTTP Server Listen port = port_num #Oracle HTTP Server SSL port = port_num #Oracle HTTP Server Listen (SSL) port = port_num #Oracle HTTP Server Diagnostic port = port_num #Java Object Cache port = port_num #DCM Java Object Cache port = port_num #DCM Discovery port = port_num #Oracle Notification Server Request port = port_num #Oracle Notification Server Local port = port_num #Oracle Notification Server Remote port = port_num #Application Server Control port = port_num #Application Server Control RMI port = port_num #Oracle Management Agent port = port_num #Web Cache HTTP Listen port = port_num #Web Cache HTTP Listen (SSL) port = port_num #Web Cache Administration port = port_num #Web Cache Invalidation port = port_num #Web Cache Statistics port = port_num #Log Loader port = port_num # Infrastructure #Oracle Internet Directory port = port_num #Oracle Internet Directory (SSL) port = port_num #Oracle Certificate Authority SSL Server Authentication port = port_num #Oracle Certificate Authority SSL Mutual Authentication port = port_num #Ultra Search HTTP port number = port_num
To use the file:
Copy the file from Disk 1 to the ORACLE_HOME
or TMP
directory.
Edit the file to include the port numbers you want to assign during installation.
Provide the path to the file to Oracle Universal Installer during installation.
Example B-3 shows a typical dads.conf
file for the Single Sign-On Databse Access Descriptor in the Identity Management configuration:
Example B-3 dads.conf File
<Location /pls/orasso> SetHandler pls_handler Order deny,allow Allow from All AllowOverride None PlsqlDatabaseUsername orasso PlsqlDatabasePassword @BVXkuI3MPM1yWJArZp1kz4M4RP7rzEr/zQ== PlsqlDatabaseConnectString cn=racdb,cn=oraclecontext NetServiceNameFormat PlsqlNLSLanguage AMERICAN_AMERICA.UTF8 PlsqlAuthenticationMode SingleSignOn PlsqlSessionCookieName orasso PlsqlDocumentTablename orasso.wwdoc_document PlsqlDocumentPath docs PlsqlDocumentProcedure orasso.wwdoc_process.process_download PlsqlDefaultPage orasso.home PlsqlPathAlias url PlsqlPathAliasProcedure orasso.wwpth_api_alias.process_download </Location>