oracle sql developer

  1. E9.2 Equivalence to SQLCODE & SQLERRM, but for OS Errors?

    Hello, I'm trying to catch an OS Error message just like when we catch SQL Error Messages. An example I believe could be SP2-0310: Unable to open file: "file name". I would normally just use variables SQLCODE & SQLERRM to do so, but is there a way to do it for OS? Thanks!
  2. Importing Data from Oracle SQL Developer into JDE Tables

    This should be simple, but I can't find any documentation about it at all. Has anyone used Oracle SQL Developer to upload rows from a JDE table export (CSV file) into an existing JDE table? How is it accomplished?
Back
Top