Search Results

Search: Posts Made By: pimmit22043
1,170
Posted By pimmit22043
Supress the psswd from ps in ksh/bash
I am running the ETL job to passing the database username,pssswd positional arguments to shell script (bash) and how can we suppress/hide the password from ps command.
6,900
Posted By pimmit22043
Thank you so much Tyler, when i run the...
Thank you so much Tyler,

when i run the following command with out -w, it displaying the count with long warning message saying that
ODBC Data direct for SQL SERVER is exclusive to ETL tool....
6,900
Posted By pimmit22043
getting error message could not SQLexecute
getting error message could not SQLexecute.
6,900
Posted By pimmit22043
Using Isql for SQL SERVER to get the table rows counts in UNIX shell script to
need to create shell script to read the table's name from file and connect SQL SERVER using isql (odbcunix)

i 'm able connect to database with below command line syntex but i could not get working...
6,590
Posted By pimmit22043
shell script positional parameters have to be...
shell script positional parameters have to be inside double quotes and singe quotes when using the sed.

below is code:

schema_name=1
table_name=2

sed -e...
6,590
Posted By pimmit22043
Thank you for reply. I added to the script...
Thank you for reply.

I added to the script as follows.
':8s/$table_name/$schema.$table_name/' file_name > file_new
it has give error.
6,590
Posted By pimmit22043
In Vi "sed" substitute word on a specific line
i need to substitute word on a specific line.
I was able to do it on command line like below but it is not working in vi.
command line like below:
sed -e '8s/table_name/schema.table_name/'...
4,958
Posted By pimmit22043
Script to create the SQLLDR control file from Oracle table.
I need to create the shell script load the few 100 table using the SQLLDR.

Need to generate the control file for each table using oracle table.
table has "table names" and "column names" using...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 09:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy