Which three are located by using environment variables? (Choose three.)
- A. the Optimal Flexible Architecture (OFA) compliant path to store Oracle software and configuration files.
- B. the location of Oracle Net Services configuration files
- C. the list of a disk group names to be mounted by an Oracle Automatic Storage Management (ASM) instance at startup
- D. default directories for temporary files used by temporary tablespaces
- E. the temporary disk space used by Oracle Installer during installation
- F. the maximum number of database files that can be opened by a database instance
correct= A, B, E
A - ORACLE_BASE, ORACLE_HOME - correct
B - TNS_ADMIN, old TWO_TASK, etc - correct
C - spfile parameter ASM_DISKGROUPS, not env variable
D - [s]pfile parameter DB_CREATE_FILE_DEST, not env variable
E - TMP, TEMP - correct
F - [s]pfile parameter DB_FILES, not env variable
博客围绕通过环境变量定位的内容展开,给出选择题,询问哪三项可通过环境变量定位。答案为A(存储Oracle软件和配置文件的合规路径)、B(Oracle Net Services配置文件位置)、E(Oracle Installer安装期间使用的临时磁盘空间),并说明了各选项对应依据。

1563

被折叠的 条评论
为什么被折叠?



