摘要:
原因:数据库实例没有startup 1.建立目录# su - oracle$ mkdir /home/oracle/scripts2.建立启动脚本:$ cd /home/oracle/scripts$ vim startdb.sh#!/bin/bashexport ORACLE_BASE=/u01/ 阅读全文
摘要:
1. Login to the containerdocker exec -it registry sh 2. Define variables matching your container and container version:export NAME="imagename"export V 阅读全文