Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: get directory lisrting on xe

Re: get directory lisrting on xe

From: Jagjeet Singh <jagjeet.malhi_at_gmail.com>
Date: 30 Mar 2007 20:42:16 -0700
Message-ID: <1175312536.021067.206170@r56g2000hsd.googlegroups.com>


Hi prunoki,

You can try this approach is if it suits to your requirement and if you any *unix* env.

In this approach you may required to wait till 1 minute maximum.

Using UTL_file create 1 file and put your command in that file.

like utl_file.put_line(file_descriptor, " ls -lrt /tmp " );

like you can use input file.

and put Received on Fri Mar 30 2007 - 22:42:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US