Search Results

Search: Posts Made By: PhAnT0M
10,519
Posted By PhAnT0M
aix :grep to get lines before and after string
am using AIX and I have a string "There is no process to read data written to a pipe". I want to get the output 2 lines before and 4 lines after this string. The string is present like more than 100...
1,531
Posted By PhAnT0M
still not working, its giving me an error
still not working, its giving me an error
1,531
Posted By PhAnT0M
Problem with Oracle Statement in the script
I got an Oracle database statement which displays the data of the last 7 days in my script

The statement is :

select * from TABLE_NAME
WHERE DATETIME BETWEEN to_char((sysdate-7,MM),...
1,946
Posted By PhAnT0M
Oracle DataBase DateFormat
I am currently writing a script in AIX
I connected to the database using SQL *PLUS
I need to retrive data of Number of rows inserted today in the table(TABLE_NAME) which has column...
10,768
Posted By PhAnT0M
Its giving me error saying Table or View doesn't...
Its giving me error saying Table or View doesn't exist
I gave all the correct table details
10,768
Posted By PhAnT0M
Each table has actively maintained date column...
Each table has actively maintained date column and I use toad to connect to oracle database.
Is there any way to find out that the certain table is the only table in the tablespace?
10,768
Posted By PhAnT0M
Script to count the dataflow in a table in oracle database
I need to write a unix shell script to connect to oracle database and retrieve data from a table, the script should count the total number of rows till date in that table
number of rows which are...
2,399
Posted By PhAnT0M
Thx a lot!
Thx a lot!
2,399
Posted By PhAnT0M
The code is perfect now Can you guide me...
The code is perfect now

Can you guide me regarding how to get the next few lines attached to this date string (suppose 4 lines)
2,399
Posted By PhAnT0M
TODAY=$(perl -e '@now=localtime; printf...
TODAY=$(perl -e '@now=localtime; printf "%02d/%02d/%02d\n", $now[4]+1,$now[3],($now[5]+1900)%100')

YESTERDAY=$(perl -e '@now=localtime(time - 86400); printf "%02d/%02d/%02d\n",...
2,399
Posted By PhAnT0M
Still not working I am currently using...
Still not working



I am currently using AIX
2,399
Posted By PhAnT0M
getting string after date in log
I need a script to search for *.LOG in a directory, output the line after the current date and yesterday's date and also output the next 5 lines after the current date and yesterday's date

I have...
Showing results 1 to 12 of 12

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