11 2015 档案

数据库常用语句
摘要:1.SQL>grant unlimited tablespace to username;(全局表空间访问权限) SQL>alter user username quota unlimited|100M on tablespacename;2.SQL>alter table p_range_test... 阅读全文

posted @ 2015-11-27 16:29 烂记性需要烂笔头 阅读(152) 评论(0) 推荐(0)

数据泵 impdp expdp
摘要:一、参数1.directory2.dumpfile3.logfile4.tables=table1,table2...5.ESTIMATE_ONLY=Y6.exclude=statistics或者statistics=none,之后再针对用户dbms_stats.gather_schema_stat... 阅读全文

posted @ 2015-11-27 16:13 烂记性需要烂笔头 阅读(573) 评论(0) 推荐(0)

oracle 用户 密码重用规则
摘要:【来源】http://www.cnblogs.com/yangy608/p/4054393.html'alter profile default limit password_reuse_max unlimited;''alter profile default limit password_reu... 阅读全文

posted @ 2015-11-18 09:29 烂记性需要烂笔头 阅读(474) 评论(0) 推荐(0)

remote_login_password
摘要:参照:http://www.cnblogs.com/beanbee/archive/2012/10/18/2729302.html 阅读全文

posted @ 2015-11-04 16:44 烂记性需要烂笔头 阅读(370) 评论(0) 推荐(0)

设置了错误的spfile参数,导致数据库启不来
摘要:1.创建pfileSPFILE='指向spfile目录'正确的参数值,如:log_archive_start=false2.SQL>startup pfile='以上pfile目录'3.启动后查看SQL>show parameter spfileSQL>show parameter log_arch... 阅读全文

posted @ 2015-11-04 10:46 烂记性需要烂笔头 阅读(255) 评论(0) 推荐(0)

导航