2016年8月31日

摘要: create user xiaoming identified by 123; password xiaoming; drop user xiaoming; grant connect to xiaoming [with admin option]; conn xiaoming/123 grant resource to xiaoming;//可以建表了 create table te... 阅读全文
posted @ 2016-08-31 19:54 anjuncc 阅读(150) 评论(0) 推荐(0) 编辑
摘要: virtualbox host-only 单网卡上网1.在host主机上共享互联网到virtualbox host-only- network 网卡上(右键共享选 host-only)2.host-only ip 从192.168.137.1改为 192.168.56.1 3.在guest电脑上 r 阅读全文
posted @ 2016-08-31 15:31 anjuncc 阅读(156) 评论(0) 推荐(0) 编辑
摘要: conn passw start/@ xx.sql eidt xx.sql 说明:可以替代变量,而该变量在执行时,需要用户输入。select * from emp where job='&job'; select * from v$nls_parameters本地环境变量,设置NLS_LANG = 阅读全文
posted @ 2016-08-31 00:15 anjuncc 阅读(104) 评论(0) 推荐(0) 编辑
摘要: cluster 内容改变 就要用inotify 内核通知 1. LB 负载均衡 ,提高并发能力 2. primary standby =>HA 高可用cluster ,heatbeat 提高可用性 appServer1, appServer2,appServer3 health check:健康检查 NFS 资源文件,供app server 共用 aapserver连同一db server或d... 阅读全文
posted @ 2016-08-31 00:10 anjuncc 阅读(99) 评论(0) 推荐(0) 编辑

导航