| All
Trying to ...
select
col1
col2 "I have a very long column name here "
from tab
... and I 'm getting ORA-00972. The query is passed
into a reporting subsystem which outputs to Excel and
audba1 >create sequence test
Sequence created.
dba1 >create public synonym hsd_aaaaaaaaaaaaaaaaaaaaaaaaaaaa for test
Synonym created.
dba1 >select synonym_name from all_synonyms where table_n |
|