Page 1 of 1
Interfaces
Posted: Fri Aug 03, 2007 9:00 am
by ssrappstech
HI
when ever u dovelop outbound interface where will store/save the out put for client purpus?
Posted: Sun Aug 12, 2007 3:15 am
by siva sankar
Hi,
Ca you try this..
Select * from v$parameter where name like 'UTL_FILE%'
this will give the path of the file.
Any queries please let me know...
Posted: Tue Oct 30, 2007 6:57 am
by sankarch
Hi,
Select * from V$parameter where name like'%utl_file';
By using this we can find the Utl_file Path.(c:\Temp or c:\orant\......) , this is only in local system , how can exceuted same file in the server
in the local system we can find the path( c:\temp)
in the server how can execute?
Thanks
Sankar Reddy
Posted: Thu Nov 01, 2007 1:46 pm
by shravandeekonda
Connect to Server using Telnet, there login 2 SQL*Plus, then execute the Query, u will find the path.