PB2019R3
Oracle 12C
Windows 10, 64 bit platform
Summary:
Anyone know why the Oracle .DMP files listed below are being generated?
There does not seem to be any errors or issues with the running application.
Details:
I have an application that runs 24x7x365.
It's the only user app running on the VM
Process
1) Check folder A every X minutes for an input file
2) If an input file exists, open it, read each line
- generate the appropriate report as specified by the line of data
- Print the report as a PDF file in folder B
- When the input file processing is completed, close the file and move it to folder C
- Check ONCE in folder A for a new input file
- if a new file exists, process it
- if a new file does NOT exist, return to the timer(X) wait cycle.
3) Return to step 1
Thank You.
The app is not abending.
Oracle dopes not appear to be abending , or if it is abending then it's being auto-rebooted.
We are using Oracle12C with the native pboraO10.dll connection.
It could be crashing on the "Disconnect". Also if you are on R3, then the DLL being used should be "PBORA.dll" ( no numbering ). Also make sure that if you applied R3 maintenance MR01) that the PBORA DLL being deployed is from build 2703.
Also, if your Oracle DBMS server is 12C then make sure that your Oracle Client is also the 12C version.
Regards ... Chris