由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - ORA-1747 error 求助。
相关主题
[转载] what's wrong with this PL/SQL如何升级,有捷径没?
drop a tableOracle Group and Index question
Error Code 01034?have a simple question. Please help me!
Help on Oracle!!Please Help! ORA-00918: column ambiguously defined
Oracle Installation Help!!小问题
Oracle急问新手求教,plsql collection 参数传入问题,非常感谢。
Oracle 10gR2 10.2.0.2 for linux X86newbie's question about oracle
advices please on learning Oracle[转载] help database question
相关话题的讨论汇总
话题: ora话题: 1747话题: number话题: 01747话题: error
进入Database版参与讨论
1 (共1页)
c***c
发帖数: 6234
1
不知道为啥一个table的column给命名为 number而且是primary key。结果我没法选了
select * from activities where number = '123456'。结果得到ORA-1747错误。用“
number”也不行。得到ORA-00904错误
没法重命名number,所有applications都用,那样改动实在太大。
怎么写query,谢谢
w*r
发帖数: 2421
2
"number"=12

【在 c***c 的大作中提到】
: 不知道为啥一个table的column给命名为 number而且是primary key。结果我没法选了
: select * from activities where number = '123456'。结果得到ORA-1747错误。用“
: number”也不行。得到ORA-00904错误
: 没法重命名number,所有applications都用,那样改动实在太大。
: 怎么写query,谢谢

c***c
发帖数: 6234
3
google来的
http://www.dba-oracle.com/t_ora_01747_invalid_user_table_column_table_column_or_column_specification.htm
ORA-01747 appears in Oracle MetaLink documents as an issue that occurs when
reservations are off. Here is an example of the error stemming from Pick
Release log file:
oe-e-oesupl ORA-01747 invalid user.table.column, table.column or column
specification
oe-e-oesupl sql occured while trying to select picking lines from
picking
header.
To resolve ORA-01747 in this case,

【在 w*r 的大作中提到】
: "number"=12
w*r
发帖数: 2421
4
BUG!

oracle.com/t_ora_01747_invalid_user_table_column_table_column_or_column_
specifi
cation.htm
when
column

【在 c***c 的大作中提到】
: google来的
: http://www.dba-oracle.com/t_ora_01747_invalid_user_table_column_table_column_or_column_specification.htm
: ORA-01747 appears in Oracle MetaLink documents as an issue that occurs when
: reservations are off. Here is an example of the error stemming from Pick
: Release log file:
: oe-e-oesupl ORA-01747 invalid user.table.column, table.column or column
: specification
: oe-e-oesupl sql occured while trying to select picking lines from
: picking
: header.

c***c
发帖数: 6234
5
I figure it out
I should use
select * from table_name where "NUMBER" = '123456'。All upper case.
这是思维误区,总认为Oracle里没有case sensitive

【在 w*r 的大作中提到】
: BUG!
:
: oracle.com/t_ora_01747_invalid_user_table_column_table_column_or_column_
: specifi
: cation.htm
: when
: column

1 (共1页)
进入Database版参与讨论
相关主题
[转载] help database questionOracle Installation Help!!
SORTING 中文 IN ORACLEOracle急问
found a way to corrupt oracle on NTOracle 10gR2 10.2.0.2 for linux X86
Oracle error code 12638?advices please on learning Oracle
[转载] what's wrong with this PL/SQL如何升级,有捷径没?
drop a tableOracle Group and Index question
Error Code 01034?have a simple question. Please help me!
Help on Oracle!!Please Help! ORA-00918: column ambiguously defined
相关话题的讨论汇总
话题: ora话题: 1747话题: number话题: 01747话题: error