import steps
Hi, I need to do a full import of a 9i database where several tables are missing. What are the proper steps to take? I know I need to truncate all the tables that are currently there before starting, I've also read that I need to drop all the Sequences in the database before starting. Are there any other steps that I need to take before doing a full import?
0