Is it possible to use command prompt commands like IMP (Import) in PL/SQL procedures.
I want to use the import command in the pl/sql procedure where the user keys in the dump file name in the procedure parameter and the procedure then uses the parameter in the IMP command & imports all the data from the dump (DMP) file.
Is it possible ? If yes, please tell me how ?
I'm using Oracle 9i.
Thanx
RAJ
I want to use the import command in the pl/sql procedure where the user keys in the dump file name in the procedure parameter and the procedure then uses the parameter in the IMP command & imports all the data from the dump (DMP) file.
Is it possible ? If yes, please tell me how ?
I'm using Oracle 9i.
Thanx
RAJ