oracle如何备份一个表的索引,删表重建的时候备份原表索引,以及新建后怎么将索引导入进去,sql如何实现
只要找到建立索引的sql即可,如:create index IDX_test on test (id)