Export Oracle Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mickeyav
    New Member
    • May 2007
    • 1

    Export Oracle Table

    Hi:

    I need to export all the rows from a simple Orcale table to a system file (*.txt)
    I tried the EXP utility but though I see 14 rows using TOAD the EXP utility return 0 rows.

    Can you advice?
  • didebuli
    New Member
    • May 2007
    • 5

    #2
    You can export data from table using PL/SQL Developer.

    1) Log in to PL/SQL Developer
    2) Enter into Tools->Export Tables.
    3) Select choosen table.
    4) Choose path where it will save.
    5) Press export button.

    Good luck

    Comment

    Working...