how to export oracle database to a flat file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ghjk
    Contributor
    • Jan 2008
    • 250

    how to export oracle database to a flat file

    I want to export oracle(version 9.2.0.1) database to a flat file. How can I do that? Is there any free tools for that? Found a tool called data loader but it is a commercial one.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you want to export the entire database into flat file ? why ?

    Comment

    • ghjk
      Contributor
      • Jan 2008
      • 250

      #3
      Actually I want to port my oracle database to postgres. To do that I found some forum saying need to take a oracle database to flat file and then import it from postgres.

      Comment

      • gabskh
        New Member
        • Sep 2007
        • 2

        #4
        Oracle to flat file

        use export utility and store the data definitions in a flat file

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          Better use some third party tool for the purpose of migration.

          You can try this.

          Comment

          • Saii
            Recognized Expert New Member
            • Apr 2007
            • 145

            #6
            Visit postgresql.org and search for ora2pg. you may find some information

            Comment

            • amitpatel66
              Recognized Expert Top Contributor
              • Mar 2007
              • 2358

              #7
              You can Export the DDL and its Data using Oracle SQL Developer also.

              Navigate to Tools -> Export DDL (and Data), select the database instance and save.

              Comment

              Working...