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 biv343 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

    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