07 2020 档案
摘要:1、登录oracle官网 https://www.oracle.com/index.html 2、Resources——Software Downloads 3、 4、 https://www.oracle.com/database/technologies/instant-client/downl
阅读全文
摘要:按用户拼接重建索引的sql select 'alter index ' ||d.owner||'.'|| d.index_name || ' rebuild;' from dba_indexes d where d.owner in ('用户名1', '用户名2') AND d.table_name
阅读全文