Thanks, sybaseguru.
I knew there were two stages and I thought I did both of them. However, there might have been something going wrong.
Here's what I have done.
1. Captured the source database successfully. It returned 83 rows from your first query.
2. Migrated to Oracle using the wizard. There were some errors, but I saw one tablespace available in the Oracle model tab.
3. I went to OEM to look for the migrated tables. I couldn't find anything.
4. I thought there must be something wrong, so I wanted to re-migrate.
5. Re-run the migrate wizard, then I received error saying the destination database already exists. I choose to ignor the error and ran the migration to Oracle again.
6. After re-ran migration, the icon next to the tablespace which had been created before re-ran the migration was covered by a red square with a red cross in it. This seemed to be an error sign to me.
7. I deleted the tablespaces and users (there were only one tablespace and one user) in the Oracle Model tab in MWB. And created oracle model again.
8. This time, I saved all the report and error messages. There were 486 errors and the report says all object failed. However, there's a new tablespace and a new user being created in the Oracle Model tab.
9. I ran your second query from user_objects. It returned no rows. And it seems like the SA user did no exist until I tried to set a password to it. I had to create this user SA.
10. Conclusion: I think you are right that the database didn't get migrated at all.
Here are a few messages I received. I think it has something to do with the owner of all the tables. However, I'm not sure what I should do. Please help!
"
Type: Debug
Time: 23-07-2003 11:31:57
Phase: Creating
Message: EXCEPTION :OracleModelImpl._insertObjInfo() java.sql.SQLException: ORA-01400: cannot insert NULL into ("REPUSER"."OM_OBJ_INFO"."OBJ_OWNER"
Type: Error
Time: 23-07-2003 11:31:57
Phase: Creating
Message: failed to map table : necoms.null.null;oracle.mtg.migration.MigrationSQLException: ORA-01400: cannot insert NULL into ("REPUSER"."OM_OBJ_INFO"."OBJ_OWNER"

:ORA-01400: cannot insert NULL into ("REPUSER"."OM_OBJ_INFO"."OBJ_OWNER"
Type: Debug
Time: 23-07-2003 11:31:57
Phase: Creating
Message: EXCEPTION :OracleModelImpl._truncateTblColInfo() ORA-00903: invalid table name
Type: Error
Time: 23-07-2003 11:31:57
Phase: Creating
Message: null : Table. Owner name is NULL. Use the SQL Server 2000 sp_changedbowner/sp_changeobjectowner procedure to assign a valid login as owner of the table
Type: Error
Time: 23-07-2003 11:31:57
Phase: Creating
Message: EXCEPTION : SQLServer2KSourceModelMap.mapTables(): null.[null].[null]; oracle.mtg.migration.MigrationSQLException: ORA-00903: invalid table name
:ORA-00903: invalid table name
"
Thanks a lot!
Lydia