jeecg3.7.2 oracle脚本无法导入
请问有oracle导出的3.7.2的dmp文件吗?或者plsql导出的sql脚本,我的navicat premiun死活连不上oracle换了好几个版本的oci.dll依旧连不上oracle.
导入3.7.1的dmp文件项目启动时ORA-00942: 表或视图不存在
用navicat导入mysql脚本,在通过工具转换到oracle表结构,项目能启动,登录时提示十六进制数据格式错误
真心求个oracle的3.7.2数据库文件
1.oracle 导入命令
说明: jeecg脚本导出用户是scott
imp scott/tiger@orcl file=jeecg_3.7.2_oracle11g.dmp
导入其他用户的表
imp jeecgos/jeecgos@orcl file=/opt/datatmp/jeecg_3.7.2_oracle11g.dmp fromuser=scott touser=jeecgos ignore=y commit=y buffer=300000000 feedback=10000
https://gitee.com/jeecg/jeecg/tree/master/docs/db
页:
[1]