Hi -
I’ve been dealing with a legacy Oracle DB and having issues getting connected directly into EM (other thread). However, I realized that I could write a .bat file to run sqlplus and output the file to a log/file. My issue now is that to parse that output may be even more problematic.
As an example: @echo select * from GL.GL_CODE_COMBINATIONS; | sqlplus username/password@DB > C:\Users\arbeltz\output_fulldataset.txt
this would return ~1.5M Rows but SQL Plus does some interesting formatting that I can’t seem to get EasyMorph to read
As an example, just a rowcount looks like this on the output