Question 4. How to configure informatica at UNIX level?
Answer: Awaiting for the answer
Question 5: Alternative of grep command
Answer: awk, sed
Question 6: How to delete a file in Unix
Answer: rm -r <filename>
Question 7: How to connect to a Data base in Unix
Answer: $ sqlite3 <dbname> [ This will connect to data base ]
Answer: Awaiting for the answer
Question 5: Alternative of grep command
Answer: awk, sed
Question 6: How to delete a file in Unix
Answer: rm -r <filename>
Question 7: How to connect to a Data base in Unix
Answer: $ sqlite3 <dbname> [ This will connect to data base ]
sqlite> select * from dual;
sqlite> .import <dumpfile> <tablename>