Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
SQL> drop table OE.CATEGORIES_TAB;

g. Setup the correct DataPump directory which will be used later in the workshop. 

No Format
SQL> create directory TTORCL_TRG_DATA_PUMP_DIR as '/u01/app/oracle/admin/orcl/dpdump/';

h. Logout of the database.

No Format
SQL> exit

3. By default the listener is not setup to automatically register services. Setup the listener so that it automatically supports services.

...