摘要: 解决办法是修改D:\app\Administrator\product\11.1.0\db_1\NETWORK\ADMIN下的listener.ora # listener.ora Network Configuration File: d:\app\Administrator\product\11 阅读全文
posted @ 2016-04-20 14:21 大象舞 阅读(186) 评论(0) 推荐(0)
摘要: 监听启动: lsnrctl start监听停止: lsnrctl stop或者就输入:lsnrctl 再输入start 或者 stop启动Oracle: net start OracleServiceORACLE(ORACLE 我的SID)停止Oracle: net stop OracleServi 阅读全文
posted @ 2016-04-20 11:50 大象舞 阅读(107) 评论(0) 推荐(0)
摘要: 注:该文完全摘录自http://www.cnblogs.com/xwdreamer/archive/2011/08/02/2296973.html。 作者:xwdreamer 出处:http://www.cnblogs.com/xwdreamer 1.环境 win7 x64,oracle 11g r 阅读全文
posted @ 2016-04-20 10:10 大象舞 阅读(303) 评论(0) 推荐(0)
摘要: 注:确保路径存在 1.创建临时表空间 create temporaty tablespace user_temp tempfile 'd:\oracle\oradata\Oracle11g\user_temp.dbf' size 100m autoextend on next 100m maxsiz 阅读全文
posted @ 2016-04-20 10:09 大象舞 阅读(139) 评论(0) 推荐(0)