I have exported a database from sqlserver2000 to oracle8i,it was successful, i could also see the table names in oracle, but when i want to view the contents of the table it says table or view does not exists. What could be the problem?
You may find that the SQLServer tables were defined as
"Tablename" - Using both upper and lower. If this is true
and they were created in Oracle with " marks, then the tables
are now case sensitive ...
I have exported a database from sqlserver2000 to oracle8i,it was successful, i could also see the table names in oracle, but when i want to view the contents of the table it says table or view does not exists. What could be the problem?
Bookmarks