Backup in Oracle10g

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arunbalait
    New Member
    • Feb 2007
    • 164

    Backup in Oracle10g

    Hi all

    Are there any options to take backup our database in Oracle 10g?

    I want to take backup my database and then have to restore as like SQL Server.

    Every time am creating tables and inserting values. It troubles me.

    Plz give me some suggestions to resolve this.

    Thanx...
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to use the utility tools IMPORT / EXPORT for the purpose.

    Comment

    • arunbalait
      New Member
      • Feb 2007
      • 164

      #3
      Originally posted by debasisdas
      You need to use the utility tools IMPORT / EXPORT for the purpose.
      Is it comes along with Oracle intallation? I found nowhere such option for Import/Export

      Thanx

      Comment

      • amitpatel66
        Recognized Expert Top Contributor
        • Mar 2007
        • 2358

        #4
        Originally posted by arunbalait
        Is it comes along with Oracle intallation? I found nowhere such option for Import/Export

        Thanx
        To make use of IMPORT and EXPORT utility, go to:

        Start ->> Run, type cmd

        in command prompt,
        you can use import and export utility.
        For more details, check here

        Comment

        Working...