Too long coloum name or elis error [message #421215] |
Sun, 06 September 2009 00:02 |
halim
Messages: 100 Registered: September 2008
|
Senior Member |
|
|
Dears
My Query is :-
SELECT DBMS_XMLQUERY.getxml
('select deptno DepartmentId,dname DepartmentName ,loc LocationOfSpecifiedNecessaryDepartment from scott.dept'
)
FROM DUAL
output:
<?xml version = '1.0'?>
<ERROR>oracle.xml.sql.OracleXMLSQLException: ORA-00972: identifier is too long
</ERROR>
This error is for too long (above 30 character) alis of loc
column.
but i need this type of long alis or (anything like this) for the requierment of XML tag generation.
How can i solve this problem plz...?
|
|
|
|
|