首页上一页 1 下一页尾页 8 条记录 1/1页
企业人事管理系统数据库的问题
发表在Java图书答疑
2012-04-06
是否精华
是
否
版块置顶:
是
否
设置时间:
非永久
永久
起始时间:
结束时间:
是否扣分:
是
否
我购买了《实战突击java项目开发实例整合》,在第19章 企业人事管理系统,数据库导入使用下面的命令,出现问题。
G:\>imp PERSONNEL_MANAGE/PERSONNEL_MANAGE@ORCL file=G:\personnel_manage.dmp from
user=PERSONNEL_MANAGE ignore=y commit=y grants=y;
Import: Release 10.1.0.2.0 - Production on 星期五 4月 6 15:33:59 2012
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
tion
With the Partitioning, OLAP and Data Mining options
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully
G:\>
G:\>imp PERSONNEL_MANAGE/PERSONNEL_MANAGE@ORCL file=G:\personnel_manage.dmp from
user=PERSONNEL_MANAGE ignore=y commit=y grants=y;
Import: Release 10.1.0.2.0 - Production on 星期五 4月 6 15:33:59 2012
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
tion
With the Partitioning, OLAP and Data Mining options
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully
G:\>
精彩评论 8
2012-04-06
4L
我重新安装了oracle 11g
有两个问题:
[strong]1、导入[/strong]
C:\>imp system/xiexie@orcl file=C:\personnel_manage.dmp fromuser=PERSONNEL_MANAG
E ignore=y commit=y grants=y;
Import: Release 11.1.0.6.0 - Production on 星期五 4月 6 23:40:26 2012
Copyright (c) 1982, 2007, Oracle. All rights reserved.
连接到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
经由常规路径由 EXPORT:V11.02.00 创建的导出文件
已经完成 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集中的导入
. 正在将 SYSTEM 的对象导入到 SYSTEM
IMP-00034: 警告: 在导出文件中未找到 FromUser "PERSONNEL_MANAGE"
成功终止导入, 但出现警告。
[strong]2、在myeclipse中运行[/strong]
2012-4-6 23:15:46 org.hibernate.util.JDBCExceptionReporter logExceptions
警告: SQL Error: 942, SQLState: 42000
2012-4-6 23:15:46 org.hibernate.util.JDBCExceptionReporter logExceptions
严重: ORA-00942: 表或视图不存在
Exception in thread "AWT-EventQueue-0" org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
有两个问题:
[strong]1、导入[/strong]
C:\>imp system/xiexie@orcl file=C:\personnel_manage.dmp fromuser=PERSONNEL_MANAG
E ignore=y commit=y grants=y;
Import: Release 11.1.0.6.0 - Production on 星期五 4月 6 23:40:26 2012
Copyright (c) 1982, 2007, Oracle. All rights reserved.
连接到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
经由常规路径由 EXPORT:V11.02.00 创建的导出文件
已经完成 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集中的导入
. 正在将 SYSTEM 的对象导入到 SYSTEM
IMP-00034: 警告: 在导出文件中未找到 FromUser "PERSONNEL_MANAGE"
成功终止导入, 但出现警告。
[strong]2、在myeclipse中运行[/strong]
2012-4-6 23:15:46 org.hibernate.util.JDBCExceptionReporter logExceptions
警告: SQL Error: 942, SQLState: 42000
2012-4-6 23:15:46 org.hibernate.util.JDBCExceptionReporter logExceptions
严重: ORA-00942: 表或视图不存在
Exception in thread "AWT-EventQueue-0" org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)