摘要:
1、分区关键字段不能更新 alter table t_xj_hd enable row movement;2、数据库解锁 alter user srdh account unlock(SYS登陆)3、增加分区 alter table TDM_IN_CCR_TRMNL_PREFER_M add par... 阅读全文
摘要:
create user ng_zj identified by ng_zjdefault tablespace tbs_testtemporary tablespace tbs_test_tmp;grant connect to ng_zj;grant resource to ng_zj;grant... 阅读全文
摘要:
select substr(tbsp_name,1,20) as 表空间名称,substr(tbsp_content_type,1,10) as 表空间类型,sum(tbsp_total_size_kb)/1024/1024 as 表空间总大小(G),sum(tbsp_used_size_kb)/1... 阅读全文