随笔分类 - Oracle
摘要:第1章 安装oracle客户端工具 1.1 从oracle官网下载两个rpm包放置任意路径下,使用rpm安装: rpm -ivh oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm rpm -ivh oracle-instantclient1
阅读全文
摘要:su - oracle sqlplus /nolog connect / as sysdba alter user zabbix(用户名) identified by zabbix(新密码) 成功后马上登陆发现登陆不上了提示用户名被锁,所以重新进入运行下面代码: alter user myuser
阅读全文
摘要:1、Linux下以Oracle帐户进入Linux系统。 2、执行以下命令查看数据库监听器的状况: lsnrctl status 3、执行以下命令停止数据库监听器运行: lsnrctl stop 4、执行以下命令进入SQLPlus: sqlplus / nolog connect / as sysdb
阅读全文
摘要:#介质 1、在RHEL6.5X64系统中安装oracle 11gR2数据库及安装后设置 修改/etc/hosts文件 #vim /etc/hosts //添加如下内容: 192.168.5.2 server2.benet.com //server2.benet.com是oracle数据库服务器的主机
阅读全文
摘要:一.下载 http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html以下两网址来源此官方下载页网。 win 32位操作系统 下载地址: http://download.oracle.com/ot
阅读全文