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

Thread: exporting table data by query

  1. #1
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Hi Gurus,
    I wrote the following exp

    exp xyz/xzy file=a.dmp tables=xxx.table1 query=\'where name = 'yyy'\'

    I get this error

    table+export[2]: name:not found.

    any ideas?

    Thanks!
    Hemant

  2. #2
    Join Date
    Jan 2001
    Posts
    3,134

    Lightbulb

    Run the query on the table first and make sure it is valid, then put it in your export parfile. Use a LOG file too.
    MH

  3. #3
    Join Date
    Jul 2000
    Posts
    521
    Try this :

    exp xyz/xzy file=a.dmp tables=xxx.table1 query=\"where name = \'yyy\'\"

    Of course, after you make sure that 'name' is a column the 'xxx.table1' table.
    svk

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