Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Summary: Dear Friends, I am learning PL SQL for the first time. In one program I have given the dbms_output.put_line statement. While executing the program it shows that the "PL/SQL procedure Executed Succes...
Summary: Pl/SQL program in Ora 10g. I need to obtain a list of all the files in the Unix directory /data. Then I will take that list and use it in a DBIMPORT process. How do I retrieve the filenames while in...
Summary: Hi, I'm running a batch file from Oracle database via Java source command that runs OS files. This is what is essentially in the Batch file. 'FOR /F "usebackq" %%i in(`chdir`) DO SET CURDIR=%%i' When ...