Edit D:\app\Administrator\product\11.2.0\dbhome_1\sysman\admin\scripts\getComponents.pl
# Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved. # # NAME # getComponents.pl # # DESCRIPTION # Get contents of a given components XML file. # # NOTES # <other useful comments, qualifications, etc.> # # MODIFIED (MM/DD/YY) # xxu 06/25/02 - remove /usr/local/bin/perl # vkhizder 07/17/01 - Creation my $file = $ARGV[0]; # check if the input filename points to a normal text file unless (-f $file && -T $file) { print "Could not find file $file\n"; exit -1; } # open components file open(COMPS_FILE, $file) or die "Do not have access to file $file\n"; while (<COMPS_FILE>) { print; } close COMPS_FILE; exit 0;
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de