@ECHO OFF set ora_path=G:\oracle\product\10.2.0\db_1\BIN set ORACLE_SID=orcl set bakfile_path=G:\backup\oradmp del G:\backup\myfile.txt del G:\backup\myfile1.txt date /t >>G:\backup\myf …
问题 访问 http://IP:1158/em/console 报错: 503 Service Unavailable Service is not initialized correctly. The Em Key is not configured properly. Run "emctl status emkey" for more details. 解决 …
1. 全部表空间的大小 select tablespace_name, sum(bytes)/1024/1024 from dba_data_files group by tablespace_name; TABLESPACE_NAME SUM(BYTES)/1024/1024 -------------------- -------------------- U …