impdp importing of sequence of large sized gzipped dmp files on Unix
Hello,
Dealing with the problem.
Having problem to import sequence of very large gzipped files into database.
And problem is intermediate space.
Files are located in gzipped format in Linux file system under the addressing of Oracle client 11g.
As read in Oracle documentation there is no possibility to use impdp and unzip in piping combination ?
Is there any way that impdp process could take file after file in the loop. Sequence of dmp files is the result of one expdp from another remote database.
So sequence is consecutive.
What I am asking if there is the possibility that files are importing in the loop.