SP2-0678 Column or attribute type can not be displayed by SQL*Plus - Oracle Errors
This is a discussion on SP2-0678 Column or attribute type can not be displayed by SQL*Plus - Oracle Errors ; Oracle Error : SP2-0678 Column or attribute type can not be displayed by SQL*Plus Cause: The type specified is not supported. Action: Rewrite the query to select the data with types that SQL*Plus supports....
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Cause: The type specified is not supported. Action: Rewrite the query to select the data with types that SQL*Plus supports. |
|
#2
| |||
| |||
|
By rewriting the query again still getting same error. select * from employees; (not working)(Oracle 9i) whether others tables are working with this select * from locations; (working )(Oracle 9i) ![]() |
|
#3
| ||||
| ||||
| Quote:
Most probably you have a column thats either a blob, bfile etc in the table design. Describe your table and only select columns that you need to display on the screen. So change the query to be select id, name, description from employees instead of select * from employees. |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT -4. The time now is 12:14 PM.







Linear Mode