DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: error import

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    1

    error import

    I'm trying to do a import in a database oracle 9.0.1.1.1, the export is the another version.

    imp user/pass@bd file=xxx.dmp full=yes ignore=yes log=import.log buffer=100000000

    and the error is

    IMP-00003: se ha encontrado un error 922 de ORACLE
    ORA-00922: falta la opción o no es válida
    IMP-00017: la siguiente sentencia ha fallado con el error 922 de ORACLE :

    and don't create the data.

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Cool What other version?

    Quote Originally Posted by avalers View Post
    I'm trying to do a import in a database oracle 9.0.1.1.1, the export is the another version.

    imp user/pass@bd file=xxx.dmp full=yes ignore=yes log=import.log buffer=100000000

    and the error is

    IMP-00003: se ha encontrado un error 922 de ORACLE
    ORA-00922: falta la opción o no es válida
    IMP-00017: la siguiente sentencia ha fallado con el error 922 de ORACLE :

    and don't create the data.
    What other version?
    The export and import must be done using the lowest version of the two databases.
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  3. #3
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by avalers View Post
    the export is the another version
    Check exp/imp compatibility matrix on Metalink. Be sure what you are attempting to do is actually doable.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width