10 2018 档案

MongoDB AUTH结果验证
摘要:#创建超级管理员 super db.createUser( { user: "super", pwd: "super", roles: [ { role: "dbAdminAnyDatabase", db: "admin" } ] } ); #创建读写管理员 gxpt db.createUser( 阅读全文

posted @ 2018-10-31 18:16 Oracle-fans 阅读(2167) 评论(0) 推荐(0)

MongoDB使用
摘要:登录MongoDB [root@oracle11g ~]# mongo MongoDB shell version: 2.4.9 connecting to: test > use admin switched to db admin > show dbs admin (empty) local 0 阅读全文

posted @ 2018-10-19 09:32 Oracle-fans 阅读(399) 评论(0) 推荐(0)

MongoDB-安装配置
摘要:目的: 安装配置MongoDB数据库 具体操作: 查看系统版本 [root@oracle11g proc]# cat /etc/issue Oracle Linux Server release 5.8 Kernel \r on an \m 查看内核版本 [root@oracle11g proc]# 阅读全文

posted @ 2018-10-19 09:31 Oracle-fans 阅读(204) 评论(0) 推荐(0)

11204RAC-dbca建库脚本
摘要:SET VERIFY OFFconnect "SYS"/"&&sysPassword" as SYSDBAset echo onspool /u01/app/oracle/admin/qpdb/scripts/postDBCreation.log append@/u01/app/oracle/pro 阅读全文

posted @ 2018-10-18 11:41 Oracle-fans 阅读(336) 评论(0) 推荐(0)