unzip the Installation files in UNIX
Neo-bFeb 28 2011 — edited Feb 28 2011Hello all,
I want to install Oracle 11g R2 on Solaris SPARC 10.
I downloaded the .zip files from the Oracle website and i moved through FTP to the Solaris server.
I want to unzip both files into one file called database. how can i do that ?
I used: unzip filename_1.zip -d database and unzip filename_2.zip -d database
It is creating the database folder and inside it 2 folders filename_1 and filename_2. i want it to create the contents directly under the "database folder".