07 2018 档案
摘要://///////////////////////////// 数据库发送邮件及ACL权限处理相关SQL ////////////////////////////////// 第一步: begin dbms_network_acl_admin.create_acl ( acl => 'UTL_INA
阅读全文
摘要:开启监听 su - oracle lsnrctl status lsnrctl start 关闭监听 lsnrctl stop 启动服务器服务: sqlplus / as sysdba startup 关机命令 halt 查看内存状况 free 重启命令 reboot 关闭数据库 sqlplus /
阅读全文
摘要:--ORACLE 查占用空间大的表 select owner,segment_name,sum(bytes)/1024/1024 Mbytese FROM dba_segments where segment_type='TABLE'--and owner in ('XSEXAM','ELEARNI
阅读全文

浙公网安备 33010602011771号