摘要: window.parent.$("#ifr").height("1000");#ifr是父窗口的节点 阅读全文
posted @ 2013-05-13 16:36 NewObject_1 阅读(306) 评论(0) 推荐(0)
摘要: drop user mya cascade;drop tablespace mya including contents; 阅读全文
posted @ 2013-05-13 11:48 NewObject_1 阅读(181) 评论(0) 推荐(0)
摘要: 1.建立临时表空间,2建立表空间,3.建立用户并指定表空间,权限.4.在dos中导出导入数据.具体步骤如下:1.system登陆.2新建sql窗口,创建表空间:代码----create temporary tablespace msxt_temp tempfile 'D:\msxt_temp.dbf' size 50m autoextend on next 50m maxsize 20480m extent management local; create tablespace msxt logging datafile 'D:\msxt.dbf' size 5 阅读全文
posted @ 2013-05-13 10:58 NewObject_1 阅读(909) 评论(0) 推荐(0)