显示下一条  |  关闭

俗气的农民

我的地盘,我最大,爱谁谁

 
 
 
 

日历

 
 
模块内容加载中...
 
 
 
 
 
 
 
模块内容加载中...
 
 
 
 
 
 我要留言
 
 
 
留言列表加载中...
 
 
 
 
 

天气

 
 
模块内容加载中...
 
 
 
 
 
 
 
模块内容加载中...
 
 
 
 
 
 
 

浙江省 宁波市

 发消息  写留言

 
The first light from the Star River 俗气的农民
 
博客等级加载中...
今日访问加载中...
总访问量加载中...
最后登录加载中...
 
 
 
 
 
 
 
心情随笔列表加载中...
 
 
 
 
 
 
 
 

Linux 安装oracle

2011-10-15 21:05:26 阅读25 评论1 152011/10 Oct15

 

1、新增组和用户:

 

groupadd oinstall

groupadd dba

 

useradd -g oinstall -G dba oracle

passwd oracle

 

2、创建Oracle的安装目录,并把权限付给oracle用户:

 

mkdir -p /u01/app/oracle/product/10.2.0/db_1

chown -R oracle:oinstall /u01

chmod -R 755 /u01

 

3、安装Oracle所需软件包

作者  | 2011-10-15 21:05:26 | 阅读(25) |评论(1) | 阅读全文>>

Linux下删除oracle实例

2011-10-12 22:17:51 阅读27 评论0 122011/10 Oct12

1、vnc遭遇常见错误
[root@db1 bdump]# vncserver
You will require a password to access your desktops.
Password:
Verify:
New 'db1.bts.com:1 (root)' desktop is db1.bts.com:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/db1.bts.com:1.log
运行dbca出现下面错误:
[oracle@Text bin]$ ./dbca
Xlib: connection to "192.168.8.157:0.0" refused by server

作者  | 2011-10-12 22:17:51 | 阅读(27) |评论(0) | 阅读全文>>

oracle startup 错误

2011-10-12 20:23:54 阅读25 评论0 122011/10 Oct12

SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora'

 

方法:
$ORACLE_BASE/admin/(dbname) /pfile目录下的init.ora(.01200923383

作者  | 2011-10-12 20:23:54 | 阅读(25) |评论(0) | 阅读全文>>

linux下oracle启动

2011-10-7 21:55:35 阅读19 评论0 72011/10 Oct7

linux下oracle启动
1.su oracle
2.sqlplus /nolog

3.connect test/test as sysdba(test/test是oracle用户和密码)
4.startup
5.lsnrctl


首选启动数据库
su - oracle
sqlplus /nolog
conn /as sysdba
startup
然后启动监听:
进入/opt/oracle/product/9.2.0/bin/
lsnrctl start

 

-----

lsnrctl start 启动监听

lsnrctl status 查看监听状态

lsnrctl stop 停止监听

作者  | 2011-10-7 21:55:35 | 阅读(19) |评论(0) | 阅读全文>>

oracle 启动和关闭

2011-10-7 21:35:47 阅读13 评论0 72011/10 Oct7

一、sql*plus方式:
用sql*plus来连接到Oracle

Sqlplus /nolog 是以不连接数据库的方式启动sql*plus

Connect /as sysdba 是以DBA身份连接到oracle


or35.gif
. 启动

or36.gif

Startup就可以启动了。

不过oracle启动模式有3种:

作者  | 2011-10-7 21:35:47 | 阅读(13) |评论(0) | 阅读全文>>

查看所有日志>>

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2012

   
创建博客 登录  
 关注