I need your help . I want to migrate a database from a UNIX box to Windows 2000 enviroment.

Kindly give me a brief outline of the steps I ought to follow.

Below r the steps I came up with

Create a database in Windows 2000 similar in structure as the one on a UNIX box . I'll archive that by creating a backup control file from the database on UNIX platform.

export the database (on the UNIX box) using EXPORT FULL DATABASE MODE. Unfortunately this exports all objects in the database, except those owned by the user SYS

import the database in Windows platform

edit the control file ( from UNIX box) & create a new control file pointing to the new locations of the datafiles,redologs etc in the windows enviroment

start the db

Regards

Telewa