linux下安装原子模拟环境ase,Linux下面oracle环境的搭建

查看创建的数据库信息

adump   bdump  cdump  dpdump   pfile  udump

/u01/app/oracle/admin/orcl

cd admin/实例名/            审计 跟踪 警告日志

[[email protected] admin]$ cd orcl/bdump/

alert_orcl.log  orcl_lgwr_16683.trc  orcl_lgwr_16778.trc  orcl_lgwr_16845.trc

cd /u01/app/oracle/oradata/实例名/    数据库文件

这里十二个文件要写脚本

control01.ctl  example01.dbf  redo03.log    temp01.dbf

control02.ctl  redo01.log     sysaux01.dbf  undotbs01.dbf

control03.ctl  redo02.log     system01.dbf  users01.dbf

/u01/app/oracle/oradata/orcl

ps -elf |grep ora

[[email protected] dbs]$ ps -elf|grep ora

0 S root      3548  3523  0  78   0 -   494 stext  Aug13 ?        00:00:10 hald-addon-storage: polling /dev/scd0

4 S root      9164  6840  0  77   0 -  1230 wait   Aug13 pts/2    00:00:00 su - oracle

4 S oracle    9165  9164  0  76   0 -  1135 wait   Aug13 pts/2    00:00:00 -bash

4 S root      9261  9216  0  77   0 -  1230 wait   Aug13 pts/2    00:00:00 su - oracle

4 S oracle    9262  9261  0  75   0 -  1135 wait   Aug13 pts/2    00:00:00 -bash

4 S root      9893  9753  0  77   0 -  1230 wait   Aug13 pts/2    00:00:00 su - oracle

4 S oracle    9894  9893  0  75   0 -  1135 wait   Aug13 pts/2    00:00:00 -bash

4 S root     10010  9967  0  77   0 -  1230 wait   Aug13 pts/2    00:00:00 su - oracle

4 S oracle   10011 10010  0  75   0 -  1135 wait   Aug13 pts/2    00:00:00 -bash

4 S root     14109  4694  0  77   0 -  1230 wait   Aug13 pts/1    00:00:00 su - oracle

4 S oracle   14110 14109  0  76   0 -  1135 -      Aug13 pts/1    00:00:00 -bash

0 S oracle   14633     1  0  76   0 - 10567 stext  Aug13 ?        00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit

0 S oracle   16837     1  0  78   0 - 250810 -     Aug13 ?        00:00:00 ora_pmon_orcl

0 S oracle   16839     1  0  78   0 - 250657 -     Aug13 ?        00:00:00 ora_psp0_orcl

0 S oracle   16841     1  0  78   0 - 250657 -     Aug13 ?        00:00:00 ora_mman_orcl

0 S oracle   16843     1  0  78   0 - 251174 -     Aug13 ?        00:00:00 ora_dbw0_orcl

0 S oracle   16845     1  0  76   0 - 254545 -     Aug13 ?        00:00:01 ora_lgwr_orcl

0 S oracle   16847     1  0  78   0 - 250781 -     Aug13 ?        00:00:03 ora_ckpt_orcl

0 S oracle   16849     1  0  77   0 - 251051 -     Aug13 ?        00:00:00 ora_smon_orcl

0 S oracle   16851     1  0  80   0 - 250657 -     Aug13 ?        00:00:00 ora_reco_orcl

0 S oracle   16853     1  0  75   0 - 251056 -     Aug13 ?        00:00:01 ora_cjq0_orcl

0 S oracle   16855     1  0  78   0 - 251353 -     Aug13 ?        00:00:00 ora_mmon_orcl

0 S oracle   16857     1  0  78   0 - 250657 -     Aug13 ?        00:00:00 ora_mmnl_orcl

0 S oracle   16859     1  0  78   0 - 250817 -     Aug13 ?        00:00:00 ora_d000_orcl

0 S oracle   16861     1  0  75   0 - 250809 -     Aug13 ?        00:00:00 ora_s000_orcl

0 S oracle   16866     1  0  79   0 - 250657 -     Aug13 ?        00:00:00 ora_qmnc_orcl

0 S oracle   17090     1  0  78   0 - 251063 -     Aug13 ?        00:00:02 ora_j000_orcl

0 S oracle   17811     1  0  75   0 - 251044 -     Aug13 ?        00:00:00 ora_q000_orcl

0 S oracle   17813     1  0  78   0 - 250656 -     Aug13 ?        00:00:00 ora_q001_orcl

0 S oracle   17856     1  0  75   0 -  2031 -      Aug13 pts/1    00:00:00 /u01/app/oracle/product/10.2.0/db_1/perl/bin/perl /u01/app/oracle/product/10.2.0/db_1/bin/emwd.pl dbconsole /u01/app/oracle/product/10.2.0/db_1/server253.oracle.com_orcl/sysman/log/emdb.nohup

0 S oracle   17881 17856  0  78   0 - 148091 stext Aug13 pts/1    00:00:29 /u01/app/oracle/product/10.2.0/db_1/jdk/bin/java -server -Xmx256M -XX:MaxPermSize=96m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -DORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1 -Doracle.home=/u01/app/oracle/product/10.2.0/db_1/oc4j -Doracle.oc4j.localhome=/u01/app/oracle/product/10.2.0/db_1/server253.oracle.com_orcl/sysman -DEMSTATE=/u01/app/oracle/product/10.2.0/db_1/server253.oracle.com_orcl -Doracle.j2ee.dont.use.memory.archive=true -Djava.protocol.handler.pkgs=HTTPClient -Doracle.security.jazn.config=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_server253.oracle.com_orcl/config/jazn.xml -Djava.security.policy=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_server253.oracle.com_orcl/config/java2.policy -Djava.security.properties=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/config/jazn.security.props -DEMDROOT=/u01/app/oracle/product/10.2.0/db_1/server253.oracle.com_orcl -Dsysman.md5password=true -Drepapi.oracle.home=/u01/app/oracle/product/10.2.0/db_1 -Ddisable.checkForUpdate=true -Djava.awt.headless=true -jar /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/oc4j.jar -config /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_server253.oracle.com_orcl/config/server.xml

0 S oracle   18060     1  0  77   0 - 253384 -     Aug13 ?        00:00:03 oracleorcl (LOCAL=NO)

0 S oracle   18062     1  0  75   0 - 251086 -     Aug13 ?        00:00:01 oracleorcl (LOCAL=NO)

0 S oracle   18064     1  0  75   0 - 251348 -     Aug13 ?        00:00:05 oracleorcl (LOCAL=NO)

0 S oracle   19902 17856  0  77   0 - 14604 stext  Aug13 pts/1    00:00:03 /u01/app/oracle/product/10.2.0/db_1/bin/emagent

0 S oracle   19945     1  0  76   0 - 251627 -     Aug13 ?        00:00:02 oracleorcl (LOCAL=NO)

0 S oracle   19956     1  0  75   0 - 251093 -     Aug13 ?        00:00:01 oracleorcl (LOCAL=NO)

0 S oracle   24484     1  0  76   0 - 251073 -     Aug13 ?        00:00:00 oracleorcl (LOCAL=NO)

0 S oracle   24953     1  0  79   0 - 251081 -     00:00 ?        00:00:00 oracleorcl (LOCAL=NO)

0 S oracle   24957     1  0  78   0 - 251084 -     00:00 ?        00:00:00 oracleorcl (LOCAL=NO)

0 R oracle   25086 10011  0  77   0 -  1065 -      00:02 pts/2    00:00:00 ps -elf

0 R oracle   25087 10011  0  78   0 -   980 -      00:02 pts/2    00:00:00 grep ora

还多了一个文件夹

[[email protected] ~]$ cd $ORACLE_HOME

assistants   has               log      oraInst.loc  server253.oracle.com_orcl

bin          hs                md       ord          slax

cdata        install           mesg     oui          sqlj

cfgtoollogs  install.platform  mgw      owm          sqlplus

clone        inventory         network  perl         srvm

config       javavm            nls      plsql        sysman

crs          jdbc              oc4j     precomp      uix

css          jdk               odbc     racg         wwg

ctx          jlib              olap     rdbms        xdk

dbs          jre               OPatch   relnotes

demo         ldap              opmn     root.sh

diagnostics  lib               oracore  root.sh.old

/u01/app/oracle/product/10.2.0/db_1

这里的实例在启动的时候,第一个读到的是spfileorcl.ora文件,一旦此文件丢了,你的实例就崩啦,以后排错,第一个要修复的文件就是这个文件

hc_orcl.dat  initdw.ora  init.ora  lkORCL  orapworcl  spfileorcl.ora

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值