Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. keerthi2016

    fetch all records from table dbi

    I am expecting to fetch all the below records from table through perl. Currently, i am getting a out of memory issue. Any other best alternative way to read all the records. Query to fetch all records from the table. select cpu_id, system, generation, vendor, item, week_first_moved...
  2. keerthi2016

    how list two files in a single command

    how to list the two files using the number. i have tried the below command and it doesn't work. ls -ltr *TYSON.250.*.*27718* \*17717* Projections.TYSON.250.US.FOOD.ALL.SAUDIT.37717.W1955_W1955.meta Projections.TYSON.230.US.FOOD.ALL.SAUDIT.37717.W1955_W1955.meta...
  3. keerthi2016

    check column is numeric or not

    Oracle : 9i. I was about to check whether the field is numeric or not. I have written a oralce function to check whether it is numeric or not. Even for null values it is returning as numeric values. Could you please let me know what is wrong in my procedure. [code] Input Values : Column Name...
  4. keerthi2016

    oracle calling from shell unix script

    hi all, I have tried unix scripting to call oracle functions. For the below requirement to call the oracle functions. kindly let me know whether it is a efficient code. Oracle function to be called for the below scenario. CASE 1: (LOCATION = 'chennai'| LOCATION = 'Banglore')...
  5. keerthi2016

    Mail X command

    hi sambones, Everything worked as expected. thanks for your help.
  6. keerthi2016

    Mail X command

    can you please tell me how to run the file test.html file. Previously i have run the file with the .sh extension hence i got the error.
  7. keerthi2016

    Mail X command

    I am wrongly executing the html tag. it would be great if you can help me how to execute the html tag.
  8. keerthi2016

    Mail X command

    I have pasted the given code html in the name of testt.html and called the html code in the shell script. home/unix >cat testt.html ( cat <<ENDHEADER <html> <body> <pre> ENDHEADER ps -ef | grep '[S]rv' cat <<ENDFOOTER </pre> <p><b><u>Instance Description :</u></b></p> <p> Srv634P ->...
  9. keerthi2016

    Mail X command

    thanks for your update. I am getting the below error when I tried to execute the above code. mailx: illegal option -- a
  10. keerthi2016

    Mail X command

    Thanks for your solution. All the options worked out. Cam tell me also let me know how to make the 1st line with bold and underlined. 1st line "Instance Description/"
  11. keerthi2016

    Mail X command

    hi feherka, I need one more help from you. Currently I am getting output as . oesdba 3108 17851 0 Jul 7 expres63 /var/tmp/xsauthn /var/tmp/xsauthz ExpSrv634P 27 32 33 oesdba 6501 17851 0 Jul 17 expres63 /var/tmp/xsauthn /var/tmp/xsauthz ExpSrv634 27 32 33 3 ExpSrv634P Instance...
  12. keerthi2016

    Mail X command

    Thanks a lot it works. Your answers make me to learn.
  13. keerthi2016

    Mail X command

    yes you are right. I am receiving the output as expected. Output Reicieved : 1. oesdba 3108 17851 0 Jul 7 ? expres63 /var/tmp/xsauthn /var/tmp/xsauthz ExpSrv634P 2. oesdba 6501 17851 0 Jul 17 ? expres63 /var/tmp/xsauthn /var/tmp/xsauthz ExpSrv634 3. efsoesvr 17644 17641 1...
  14. keerthi2016

    Mail X command

    Currently i am sending the list of process running in the backend to the user as below. ps -ef | grep "Srv" | mailx -s "Server Currently Running " xyz@gmail.com Current Output : dba 3108 17851 0 Jul 7 ? 13:36 expres63 /var/tmp/xsauthn /var/tmp/xsauthz Srv634P 27 32 33 dba...

Part and Inventory Search

Back
Top