How do I get columns displacement for a table or tables in Oracle? Is there a command for it?
I am thinking about to write a COBOL program to do this by read in the output of SQL/PLUS DESC TABLE-NAME and format its column length to get the displacement. But, I think some of you must have a better way to this. Please advise!
Thank you for you help!
--Hiep
I am thinking about to write a COBOL program to do this by read in the output of SQL/PLUS DESC TABLE-NAME and format its column length to get the displacement. But, I think some of you must have a better way to this. Please advise!
Thank you for you help!
--Hiep
Comment