DTS Mystery SQLSERVER TO ORACLE. (Not resolved yet)
Hi All,
I used a simple DTS transfer to transfer one table "PRODUCTS" into my Oracle Database 8i.
The Import / Export wizard gave me a message 'Sucessful'.
When I connect to oracle and issue the following query.
select table_name, tablespace_name from user_tables;
I am able to see the name "Products" in my table_name column.
However when I issue a "desc Products" or "Select * from Products", I get the following message.
ERROR:
ORA-04043: object Products does not exist
Could someone explain this mystery?
Regards,
Abhijit :( :( :(