oracle10g Data backup and import

  • 2020-06-23 02:09:50
  • OfStack

oracle10g data backup

1. Using sql/plus developer, select the table you want to back up, right click and select "Export data"
2. In the pop-up dialog box, finally select the path to keep the database table information
3. Click "export" ok!
Import oracle10g data backup
1. In sql/plus developer select "tools" from the menu bar and click
2. Select "import tables"
3. Fill in the "import file" path in the pop-up dialog
4. Click import ok

Related articles: