DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = Help! Can't rename Oracle table. ORA-04043: object ... does not exist error? - iTechForums
Login
Search
Welcome to the iTechForums.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
To register now click here.
Latest Threads
Advertisements
Forum Statistics
Threads:
Posts: 1
Members:
Number of Users Online:
Welcome to our newest member,
Reply
 
Thread Tools Display Modes
  #1  
Old 05-14-2008, 11:00 PM
lawrence_chiu_tx3 lawrence_chiu_tx3 is offline
Junior Member
 
Join Date: May 2008
Posts: 1
Default

Help! Can't rename Oracle table. ORA-04043: object ... does not exist error?


I am having a problem renaming an Oracle table in Oracle 10.2.0.2.

Here's a log of the error. Can anyone help?

===
SQL> connect sappb1/password
Connected.
SQL> rename "ZUPG/BIC/B0000919000" to "/BIC/B0000919000";
rename "ZUPG/BIC/B0000919000" to "/BIC/B0000919000"
*
ERROR at line 1:
ORA-04043: object ZUPG/BIC/B0000919000 does not exist

===

But the table does exist:

===
SQL> select count(*) from sys.dba_objects where object_name = 'ZUPG/BIC/B0000919000';

0

SQL> select count(*) from sys.dba_objects where object_name like 'ZUPG/BIC/B0000919000%';

6

SQL> select * from sys.dba_objects where object_name like 'ZUPG/BIC/B0000919000%' and object_type='TABLE';

SAPPB1
ZUPG/BIC/B0000919000
6517121 TABLE
25-FEB-06 14-MAY-08 2008-05-14:10:35:53 VALID N N N

===
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS NAME DOES NOT EXIST...vista business computer w/windows 2000 server? jmathias40 DNS 1 05-10-2008 02:01 PM
doubt in oracle query how to find the column name of a table exists in another... rinisha Oracle 0 05-06-2008 04:24 PM
What shortcomings exist in Linux? Astro Linux 0 05-06-2008 12:28 PM
tried login yahoo mail but i was told its a login error due to object... twinkle JavaScript 4 05-06-2008 10:25 AM
DHTML error, variable is not an object? matt t HTML & DHTML 0 05-06-2008 09:29 AM

Your Ad Here

All times are GMT. The time now is 08:22 PM.