日志文章列表

2008年08月11日 15:01:24

静默安装oracle10g for linux

1.add group 添加组
[root@localhost ~]# /usr/sbin/groupadd oinstall
[root@localhost ~]# /usr/sbin/groupadd dba
2.add user 添加用户
useradd oracle
passwd oracle
[root@localhost ~]# id oracle
uid=514(o..

阅读全文>>

Tags: oracle  

类别: Administer |  评论(0) |  浏览(3091) |  收藏
2008年08月08日 16:31:55

静默创建ORACLE数据库 win 10g

0.create the directory as your like
1.create and start services
oradim -new -sid wwj -startmode manual
2.create database
set ORACLE_SID=wwj
C:\Documents and Settings\Administrator>sqlplus /n..

阅读全文>>

Tags: ORACLE  

类别: Administer |  评论(0) |  浏览(3026) |  收藏