Im using a full export of a 8.0.1 database and import of an application schema from that database into a new 9i database on new hardware. Everything seems to go ok but if I count the user_objects in the old schema and in the new schema the numbers are off by 3. Three objects dont make it into the new schema. I selected the user objects from the old and new schema and I found three objects
stock_item_transaction_ni3, stock_item_transactions_pk, and
work_flow_logs_pk. Those would account for the three missing objects.. but... there are also about 25 sys_c006220, sys_c006222, etc missing indexes.. Am I correct in assuming that since the dba didnt specifically name these objects that they "belong" to sys and thats why they are not counted in user_objects?
I'm also guessing that the missing 3 objects were not created because there was some kind of dependency that had not been imported yet? Is there a way to defer dependency/referential stuff until the end of the import?
thanks for any comment/suggestions..
stock_item_transaction_ni3, stock_item_transactions_pk, and
work_flow_logs_pk. Those would account for the three missing objects.. but... there are also about 25 sys_c006220, sys_c006222, etc missing indexes.. Am I correct in assuming that since the dba didnt specifically name these objects that they "belong" to sys and thats why they are not counted in user_objects?
I'm also guessing that the missing 3 objects were not created because there was some kind of dependency that had not been imported yet? Is there a way to defer dependency/referential stuff until the end of the import?
thanks for any comment/suggestions..