10 2018 档案

摘要:NFS实验操作步骤: 一、配置server端 1)、创建文件夹 mkdir -p /u01/nfs_storage chown -R oracle:oinstall /u01/nfs_storage 2)、配置/etc/exports文件 /u01/nfs_storage *(rw,sync,no_ 阅读全文
posted @ 2018-10-31 10:44 orcl 阅读(454) 评论(0) 推荐(0) 编辑
摘要:一、临时表空间组创建 1、 SQL> alter tablespace temp tablespace group temgrp; Tablespace altered. 2、 SQL> create temporary tablespace temp2 tempfile '/u01/app/ora 阅读全文
posted @ 2018-10-30 18:05 orcl 阅读(408) 评论(0) 推荐(0) 编辑
摘要:EM DC(Enterprise Manager Database Control)是 web 界面的数据库管理工具, 可用于配置 EM DC环境的工具包括: Oracle Universal Installer (OUI) Oracle Database Configuration Assis 阅读全文
posted @ 2018-10-30 16:13 orcl 阅读(2635) 评论(0) 推荐(0) 编辑
摘要:1、设置用户环境变量 export ORACLE_BASE=/u01/app/oracle export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1 export ORACLE_SID=PROD3 export PATH=$ORACLE_HOME/bin 阅读全文
posted @ 2018-10-30 12:22 orcl 阅读(722) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示