Results 1 to 3 of 3

Thread: Import missing table

  1. #1
    Junior Member
    Join Date
    Feb 2008
    Answers
    2

    Import missing table

    Dear friends,

    I am facing a problem while importing my data.That is particular one table was not import.
    Can we import the particular missing table,It is possible.If it is possible,Please
    give the syntax.

    Thanks.


  2. #2
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Re: Import missing table

    Dear Murugan,

    We Can import the missing table seperately in the following way.

    First drop that particular table from user to which you want to import the data.

    Export the table using following syntax

    Ex:- Exp scott/tiger file=emp.dmp tables=(emp,dept)

    In brackets you specify the table names that you want to export.

    Then import the dump file as usual.

    imp scott/tiger file=emp.dmp full=yes
    or
    imp scott/tiger file=emp.dmp fromuser=scott touser=scott tables=emp

    Last edited by krishnaindia2007; 02-16-2008 at 11:24 PM.

  3. #3
    Expert Member
    Join Date
    Apr 2007
    Answers
    500

    Re: Import missing table

    Quote Originally Posted by murugan_learn View Post
    Dear friends,

    I am facing a problem while importing my data.That is particular one table was not import.
    Can we import the particular missing table,It is possible.If it is possible,Please
    give the syntax.

    Thanks.
    Importing dump file u specify log file to find error
    i.e., imp scott/tiger file=dummy.dmp log=c:\dummy.log full=y ignore=y

    To import a particular table from .dmp file then use
    imp scott/tiger file=dummy.dmp tables=TABLENAME ignore=y fromuser=scott
    touser=scott


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact