taking backup from developer 6i
Posted: Tue Oct 03, 2006 5:53 am
Respected Sir,
I used your code
declare
filename varchar2(20);
begin
filename := to_char(sysdate,'ddmmyyyy');
host('D:\oracle\ora90\BIN\exp userid=inventory/inventory OWNER = satti file=C:\BACKUP\'||filename||'.dmp');
end;
but it makes a file of 4kb rather than this nothing plz guide me regarding this matter.
tahir Satti
I used your code
declare
filename varchar2(20);
begin
filename := to_char(sysdate,'ddmmyyyy');
host('D:\oracle\ora90\BIN\exp userid=inventory/inventory OWNER = satti file=C:\BACKUP\'||filename||'.dmp');
end;
but it makes a file of 4kb rather than this nothing plz guide me regarding this matter.
tahir Satti