当前位置:首页 > 数据库 > 正文

plsql 里面的数据备份,erp表结构参考url

2020-02-11 数据库

grant read,write on directory data_dir to dbuser;
grant exp_full_database,imp_full_database to dbuser;

参考自: https://blog.csdn.net/mr_awei/article/details/81089259

ERP R12参考表结构
https://www.cnblogs.com/lfx0692/articles/2395574.html
https://www.cnblogs.com/quanweiru/archive/2012/10/25/2739115.html
https://blog.csdn.net/weixin_41367660/article/details/80671246

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/14103.html