Home » RDBMS Server » Server Administration » Could you help me?
Could you help me? [message #372875] Thu, 15 March 2001 03:24 Go to next message
mhy
Messages: 15
Registered: March 2001
Junior Member
Dear sir:
I met a question that's I transmit data from SQL sever 7.0 with its Export tool.I can find table name with sql sentence "select table_name from user_tables",but when I use "desc tablename",I got an error:the object you select isn't exist.
Re: Could you help me? [message #372881 is a reply to message #372875] Thu, 15 March 2001 08:09 Go to previous message
Siddharth Bahri
Messages: 18
Registered: March 2001
Junior Member
Hi,

If you exported data from SQL Server's DTS Wizard make sure that the the name you gave to the table was in UPPER CASE.

If the name was not in upper case then the table created in oracle will have the name "table_name" instead of TABLE_NAME
(note the double quotes around the name).

To query this table you will have to write
Select * from "table_name"

-Siddharth
Previous Topic: How does EXISTS work?
Next Topic: Running Sum In query
Goto Forum:
  


Current Time: Sun Jun 16 19:03:59 CDT 2024