473,467 Members | 1,342 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

sqlplus & column heading in hebrew

1 New Member
Since I have data in hebrew (UTF8) in my oracle 9, I would like to display the columns headings in hebrew .
But when I run the sql script below, I get th error:

SP2-0158: unknown COLUMN option "����'"


COL ID FORM A26 HEAD 'פקולטה'
COL LIB FORM A26 HEAD 'זהות'
COL Degree FORM A26 HEAD 'שם'
COL STU_NAME FORM A26 HEAD 'תואר'

select LIBSHEM.LIBNAME LIB,toarname Degree,Z13_AUTHOR
STU_NAME, Z13_USER_DEFINED_3 ID From TEC01.Z13, TOAR, LIBSHEM
where Z13_USER_DEFINED_3 is not null and Z13_USER_DEFINED_5_code = toarcode and Z13_USER_DEFINED_1 = 'HEB'
AND trim(LIBSHEM.LIBCODE) = trim(Z13_USER_DEFINED_5)
union all
select LIBSHEM.LIBNAME LIB,toarname Degree, Z13_USER_DEFINED_2
STU_NAME, Z13_USER_DEFINED_3 ID From TEC01.Z13, TOAR, LIBSHEM
where Z13_USER_DEFINED_3 is not null and Z13_USER_DEFINED_5_code = toarcode and Z13_USER_DEFINED_1 = 'ENG'
AND trim(LIBSHEM.LIBCODE) = trim(Z13_USER_DEFINED_5)
order by LIB
Aug 12 '07 #1
0 2754

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Rick | last post by:
I am installing Oracle 9i client runtime on AIX 5.1-003. The installation completes successfully, but neither the Net Configuration Assistant or SQLPLUS will run. I get the following error when...
4
by: Thomas Jerkins | last post by:
When I write a create table SQL statement I want to add some information about the column heading of each column. How does the exact syntax for the create table look like (which includes this column...
5
by: Jukka K. Korpela | last post by:
The HTML specifications define the entities ‍, ‌, ‎, ‏ as denoting zero-width joiner, zero-width non-joiner, left to right mark, and right to left mark. Is there any evidence of...
6
by: David Thielen | last post by:
Hi; I understand that HTMLDirectionality sets the direction for the <html> tag. But what about text within the page, especially text that is mixed (rtl and ltr)? Doesn't it need the <span...
0
by: tngoe | last post by:
echo "" echo "Enter person ID:" read person_id sqlplus -silent '/nolog'<<end_sql1 connect useract/passwd start $BANNER_LINKS/gurlsid.sql $person_id FAISMGR end_sql1 cat person.lst...
2
by: Ola K | last post by:
Hi guys, I wrote a script that works *almost* perfectly, and this lack of perfection simply puzzles me. I simply cannot point the whys, so any help on it will be appreciated. I paste it all here,...
2
by: mivey4 | last post by:
Okay, Here's the problem. I quite often use sqlplus from a command console for obvious benefits that aren't available using the sqlplus windows application. Such as storing the previous...
0
by: Taxman | last post by:
Windows XP, MS Office Excel 2003 If the tasks, I’m trying accomplish have been addressed previously (separately or in combination). Please, provide the links or keyword search to find them. I’ve...
4
by: Bill Cunningham | last post by:
When k&r2 says to write a header for the program listed what's that mean? A header file? Some kind of text heading for the celcius program? Bill
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.