I’m being asked to create a script that basically does the same thing as the describe command.
I have figured out how to write the script and get the output I want, but the second part of the assignment is to “duplicate the format of the describe command” I’m stumped, is there really a way to simply duplicate that format?
I’m being asked to create a script that basically does the same thing as
Share
Assuming your query is something like (note that I’m not bothering to handle every different data type)
You can issue some SQL*Plus commands to format the output
and then the output of your query will match up with the output of the
DESCRIBEcommand