[好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (4/5)
- 设置manually、Gateway、Primary DNS
- 选择Asia/Shanghai ,去掉System clock uses UTC
- 设置Root 密码
- 选择Customize now
- 选择Base System 中选择System tools 再点击Optional Packages
- 打钩oracle-valldated-1.1.0-14.el5.x86_64
- 点击Next
- 点击Next
- 成功之后,进入系统,点击Forward
- 点击Forward
- 关闭防火墙,选择disabled
- 点击Yes
- 关闭SELinux,选择Disabled
- 点击Yes
- 点击forward
- 设置日期
- 创建新用户,这里不用新建,点击Forward
[好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (1/5)
http://www.cnblogs.com/chanchifeng/p/6817945.html
[好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (2/5)
http://www.cnblogs.com/chanchifeng/p/6817951.html
[好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (3/5)
http://www.cnblogs.com/chanchifeng/p/6818010.html
[好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (4/5)
http://www.cnblogs.com/chanchifeng/p/6818039.html
[好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (5/5)
http://www.cnblogs.com/chanchifeng/p/6818191.html
[书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (1/4)
http://www.cnblogs.com/chanchifeng/p/7137490.html
[书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (2/4)
http://www.cnblogs.com/chanchifeng/p/7137512.html
[书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (3/4)
http://www.cnblogs.com/chanchifeng/p/7137524.html
[书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (4/4)
http://www.cnblogs.com/chanchifeng/p/7137537.html
[好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (4/5)的更多相关文章
- [好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (5/5)
- [好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (3/5)
进入OEL
- [好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (2/5)
- [好好学习]在VMware中安装Oracle Enterprise Linux (v5.7) - (1/5)
在想到Oracle Enterprise Linux,第一时间就是在Oracle官网上找到资源,但是,出现以下图片
- [书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (3/4)
安装p10404530_112030_Linux-x86-64_6of7.zip解压下的example. 修改软件路径,为dbhome_1. 安装好数据,则可以进行快照操作! 删除安装文件. 输入db ...
- [书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (1/4)
在上一回中,我们安装了OEL了,现在就要安装Oracle数据. 首先登录root用户,输入账号密码或,输入命令行:startx,启动图形界面. 先将虚拟机中插入光碟(Enterprise-R5-U7- ...
- [书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (2/4)
在最后一行,书写shmfs /dev/shm tmpfs size=2g 0 用来调高数据库运行是的内存分配问题. 创建需要的路径和分配权限. 设置 oracle 用户环境参数. 修改标头显示的部分. ...
- [书接上一回]在Oracle Enterprise Linux (v5.7) 中安装DB - (4/4)
选择自己创建的安装数据库路径. Sample Schemas 打钩. 调整内存大小. 选择官方建议的字符集编码. 是否创建创建的脚本,如需要请打钩. 脚本生成成功. 创建成功,如需要,则可以管理数据库 ...
- Vmware中安装和卸载Linux 16.04.3
1.先去这个链接 https://www.ubuntu.com/download ,下载ubuntu镜像,也就是下图的download选项 2.下载后到虚拟机里创建一个新的虚拟机,然后按照博客 htt ...
随机推荐
- Flink Forward Asia 2019 - 总结和展望(附PPT下载链接)
11 月 28 - 30 日,北京迎来了入冬以来的第一场雪,2019 Flink Forward Asia(FFA)也在初雪的召唤下顺利拉开帷幕.尽管天气寒冷,FFA 实际到会人次超过 2000,同比 ...
- Python 学习笔记(基础语法 restful 、 Flask 和 Requests)
input 函数 #!/usr/bin/env python3 name = input("\n\n按下 enter 键后退出.") print(name) print() 在 p ...
- SpringMVC开发手册
title: SpringMvc -- 开发手册 date: 2018-11-15 22:14:22 tags: SpringMvc categories: SpringMvc #分类名 type: ...
- Linux内核调试方法总结之反汇编
Linux反汇编调试方法 Linux内核模块或者应用程序经常因为各种各样的原因而崩溃,一般情况下都会打印函数调用栈信息,那么,这种情况下,我们怎么去定位问题呢?本文档介绍了一种反汇编的方法辅助定位此类 ...
- whu 1581 Union of cubes
题目链接: http://acm.whu.edu.cn/land/problem/detail?problem_id=1581 ------------------------------------ ...
- 通过HookNtCreateSection 动态监控驱动sys、动态链接库dll、可执行文件exe加载
[cpp] view plaincopyprint? /* windows2003 x86/x64 window7 x86 windows2008 R2 x64测试通过 */ #include < ...
- python json字符串中有int类型数字(不带引号)
def jsonfy(s:str)->object: obj = eval(s, type('js', (dict,), dict(__getitem__=lambda s, n: n))()) ...
- SpringBoot系列:一、SpringBoot搭建
打开IDEA,新建一个spring工程,然后无脑下一步就行. 新建完成后的目录结构 java文件夹下是java源码 resources下是配置文件 test下是测试文件 添加web模块支持,在pom. ...
- LeetCode——160 Intersection of Two Linked Lists
题目 Input: intersectVal = 8, listA = [4,1,8,4,5], listB = [5,0,1,8,4,5], skipA = 2, skipB = 3 Output: ...
- day17跨文件夹导入模块,模块的两种被执行方式,包,直接使用包中模块,包的管理
复习 ''' 1.模块 -- 一系列功能的集合体,用文件来管理一系列有联系的功能,该文件我们称之为模块,文件名就是模块名 -- import | from...import 来导入模块,从而使用模块中 ...