dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

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....


Home > Database Forum > Oracle Database > Oracle Errors > SP2-0678 Column or attribute type can not be displayed by SQL*Plus

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 10-28-2007, 06:54 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default SP2-0678 Column or attribute type can not be displayed by SQL*Plus

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.
Reply With Quote
  #2  
Old 09-18-2008, 05:36 AM
Database Newbie
 
Join Date: Sep 2008
Posts: 1
password is on a distinguished road
Arrow Re: SP2-0678 Column or attribute type can not be displayed by SQL*Plus

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)



Quote:
Originally Posted by oracle dba View Post
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.
Reply With Quote
  #3  
Old 10-02-2008, 02:12 AM
administrator's Avatar
Administrator
 
Join Date: Apr 2006
Posts: 19
administrator has disabled reputation
Default Re: SP2-0678 Column or attribute type can not be displayed by SQL*Plus

Quote:
Originally Posted by password View Post
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)

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.
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 12:14 PM.