58数据库重建表空间记录

 create undo tablespace undotbs1 datafile '/home/oracle/product/11.2.0/oradata/srcl/undotbs01.dbf' size 10240m reuse;
alter system set undo_tablespace=undotbs1 scope=both;
alter tablespace UNDOTBS4 offline;
drop tablespace UNDOTBS4 including contents and datafiles cascade constraints; 
 
 /home/oracle/deploy_shell/version
cd /home/oracle/deploy_shell/bin 
./BBD_ReleaseDB.sh kensho 
 


tomcat
cd /opt/tomcat/bin
./shutdown.sh
./startup.sh

apache:
172.29.231.16
service httpd start
service httpd stop

172.29.231.58 or 172.29.231.17

/usr/local/apache2/bin/apachectl start
/usr/local/apache2/bin/apachectl stop

WEB:172.29.231.16
DB:172.29.231.58 接DB172.29.231.58:1521@srcl

user:root
password:Founder123

sqlplus / as sysdba
shutdown immediate;
startup

/home/bb/batch/plsql
 启动oracle

  su - oracle

  sqlplus system/pwd as sysdba //进入sql
  startup //启动数据库
  lsnrctl start //启动监听
  sqlplus "/as sysdba"

  shutdown immediate;

  startup mount;

  alter database open;

 

export?NLS_LANG=AMERICAN_AMERICA.AL32UTF8
172.29.225.217 MQ linux?root wflroot cd?/opt/mqm/bin ./strmqcfg

你可能感兴趣的:(数据库)