|
-
Oct 31st, 2002, 11:03 PM
#1
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
Last edited by abhijit; Nov 3rd, 2002 at 06:43 AM.
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Oct 31st, 2002, 11:40 PM
#2
Addicted Member
Though I am not at all comfortable with Oracle 8i, my guess is that your table has been transferred to a d/base other than the one which you are currently seeing.
Like in Sql when u import the default destination database is master and not the one which you are importing to.
So maybe it has also transferred to the default database. Just thinking aloud.
ciao,
Nihar
VB 6 Enterprise SP5;
SQL Server 2000
-
Nov 1st, 2002, 12:39 AM
#3
Originally posted by nihar
Though I am not at all comfortable with Oracle 8i, my guess is that your table has been transferred to a d/base other than the one which you are currently seeing.
Like in Sql when u import the default destination database is master and not the one which you are importing to.
So maybe it has also transferred to the default database. Just thinking aloud.
Sorry none of the above. In oracle the default database [tablespace] for every user is determined at the time of user-creation. Unlike MSSQL. So it has gone to the correct tablespace.
This can only be answered if you have access to both SQL Server as well as Oracle and try it out for yourself.
Abhijit
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Nov 1st, 2002, 04:09 AM
#4
Addicted Member
ok.
unfortunately i dont have access to Oracle; only sql server2000.
Do post the answer if it is resolved.
ciao,
Nihar
VB 6 Enterprise SP5;
SQL Server 2000
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|