zoukankan      html  css  js  c++  java
  • 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


    由报错非常easy发现问题所在,改动权限,然后再运行,例如以下操作:
    [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

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

  • 相关阅读:
    第十五次-语法制导的语义翻译
    第十四次--算符优先分析
    第十二次-递归下降语法分析
    第十一次-LL(1)文法的判断,递归下降分析程序
    第十次-消除左递归
    第九次-DFA最小化,语法分析初步
    个人作业——软件工程实践总结作业
    【评分】Alpha阶段
    K 班前7次作业成绩汇总
    【评分】第七次作业--项目需求分析(团队)
  • 原文地址:https://www.cnblogs.com/mfrbuaa/p/5156625.html
Copyright © 2011-2022 走看看