标签:iat exe ble replace ase span startup dia bsp
环境:
DB:12C
OS:Centos 7
1.数据库启动然后启动所有的pdb
CREATE OR REPLACE NONEDITIONABLE TRIGGER open_all_pdbs AFTER STARTUP ON DATABASE BEGIN EXECUTE IMMEDIATE ‘alter pluggable database all open‘; END open_all_pdbs;
标签:iat exe ble replace ase span startup dia bsp
原文地址:https://www.cnblogs.com/hxlasky/p/14820710.html