⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setup_groups.txt

📁 orale培训教材包括了所有的sql说明和实例
💻 TXT
字号:
#!/bin/sh# a simple Unix shell script for setting up to install Oracle 8.1.7groupadd dbagroupadd oinstallgroupadd oracleuseradd -g dba -G oinstall,oracle -m oracleecho "Enter the password you want to use for user oracle"passwd oraclecd /ora8mkdir -p m01 m02 m03/oradata/ora8chown -R oracle.dba /ora8echo "Now download the jazzed-up bash_profile file to /home/oracle/.bash_profile"echo "cd /home/oracle" and "chown oracle.dba .bash_profile"echo "su - oracle"echo "You should be all set to cd /Disk1 and ./runInstaller"exit 0 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -