Duration: 19:25 min
Summary: Every developer has to know how to import and export data into and from a database. Oracle has many tools and utilities to perform those tasks and this video shows how to use the IMP and EXP command line utilities to import and export, respectively, data to and from Oracle tables. These utilities can work with tables, schema, databases, and tablespaces and are based on an binary proprietary file format. By using IMP and EXP developers can rely on a simple and fast way to get data on object structure inside and outside an Oracle database.