Hi All,
I need to execute a SQL via shell script and i am connecting to Oracle DB by this way $USERNAME1/$PASSWORD1@$STRING1 and i need to get username, password and string from someother file stored in the Unix Directory. $Username, $Password and $String is stored in File A in Path A and i want to call it in the test.sh in Path B.
Format of File A.txt
Username=test_db
Password=*****
Instance=ORACLEDB
I would be calling this script from Informatica server. This file would be placed in Informatica unix server and i would be connecting from this server to DB.
I have posted this question already in someother thread as i am new to the forum and didnt know where to post.
Require your assistance!!!
Regards,
Sathish