Topic: SQL*Plus and PL/SQL >> Error
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| VAS |
Posted: Jun 27, 2008 03:21:07 AM |
Total Post: 1
Joined: Jun, 2008
|
when i try to query the following;
select * from <tablename> where id=32768;
I get the following error;
"ORA-01455 Converting column overflows integer datatype"
The table I have contains only two columns id and value for 909901006 rows in it.
I am using SQLTALK tool for running this query?
Please help me with the reason for the error message I get! |
|
|
shake |
| Posted: Jun 27, 2008 04:00:11 AM | |
|
Total Post: 84
Joined: Jun, 2008
|
The converted form of your expression would be too large for the specified datatype or the data type might be a smaller one. Anyhow it should accept this number if it is a numeric type. 32768 is a no. out of integer type in C/C++; not in Oracle INTEGER type.
I am unaware of the tool you use.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 333 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|