All,
I want to just migrating table structures for 1 user to the new db (10g). I am thinking of doing this,
create user on new db. export just the table structures and import it into new db. Any suggestions?