欢迎投稿

今日深度:

oracle逻辑导入小错:提示无法创建日志提示,o

oracle逻辑导入小错:提示无法创建日志提示,oracle逻辑


***********************************************声明*********************************************************************** 

原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处,否则追究版权法律责任。

深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/39695171

****************************************************************************************************************************
oracle逻辑导入提示无法创建日志提示小问题解决


[oracle@hyldb soft]$ imp hyl/hyl@hyl fromuser=hyl touser=hyl feedback=10000 filesize=15G ignore=y commit=y file=/soft/test.dmp log=/soft/testImp.log

Import: Release 11.2.0.4.0 - Production on Fri Sep 19 16:30:04 2014

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.


IMP-00030: failed to create file /soft/testImp.log for write
IMP-00000: Import terminated unsuccessfully


由报错很容易发现问题所在,修改权限,然后再执行,如下操作:
[root@hyldb /]# chown -R oracle:oinstall /soft


修改权限后,再次执行导入操作,成功完成,如下图所示:
[oracle@hyldb soft]$ imp
hyl/hyl@hyl fromuser=hyl touser=hyl feedback=10000 ignore=y file=/soft/test.dmp log=/soft/testImp.log

Import: Release 11.2.0.4.0 - Production on Fri Sep 19 16:38:29 2014

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.


Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

Export file created by EXPORT:V10.02.01 via conventional path
import done in US7ASCII character set and AL16UTF16 NCHAR character set
import server uses ZHS16GBK character set (possible charset conversion)
export client uses ZHS16GBK character set (possible charset conversion)

***********************************************声明*********************************************************************** 

原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处,否则追究版权法律责任。

深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/39695171

****************************************************************************************************************************


oracle日志提示:存储空间不足,不可以处理此命令,赐教

你操作系统应该是32位的,memory_target不能超过1.7g,sga占用空间是由参数固定的,当连接数超过一定数量,不能分配新的pga给session就会报错,你可以尝试着把sga调低一些
 

win7安装到oracle 10g,但是由于在创建数据库过程中不可以创建一个目录,因而导致最终不可以创建数据库

win7的文件权限问题吧,你把文件的安全里面添加自己的电脑用户,很多WIN7安装的时候都用自己定义的用户 这样很多都受限了,如果用ADMINISTRATOR用户的话就没有问题
 

www.htsjk.Com true http://www.htsjk.com/shujukunews/3589.html NewsArticle oracle逻辑导入小错:提示无法创建日志提示,oracle逻辑 ***********************************************声明*********************************************************************** 原创作品,出自 “深蓝的blog” 博...
评论暂时关闭