Hello,
running into a bind when im inputting the following command:
Quote:
bash-3.00$ ps -p 874 -L -o pid,psr,pcpu
PID PSR %CPU
874 - 0.0
874 - 0.2
874 - 0.0
874 - 1.1
874 - 0.2
Now when i run it on my other SUN machine i get this:
Quote:
bash-3.00$ ps -p 3874 -L -o pid,psr,pcpu
PID PSR
Hello,
I am trying to spool data from database into a file on solaris through ksh.
Data is getting fetched but the problem is record is getting split in to multiple lines.
excerpt from sql is
Code:
whenever sqlerror exit 1;
set define on
set echo off
set feed off
set head off
set trimspool on
set verify off
set linesize 150
set newpage 0
set pagesize 0
set space 0
select * from
Hi ,
I have huge files around 400 mb, which has clob data and have diffeent scenarios:
I am trying to pass scenario number as parameter and and get required modified file based on the scenario number and criteria.
Scenario 1:
file name : scenario_1.txt
Code:
1|1212|34353|56575|||||4|~somedata~some data~~~~~~~~~~~~some data~~~~~~~~~~~~~~some data~~~~~~~pi=[10.10.10.10.10],uid=[23231131]}~
1
Hi Guy's
Can I please get some help with this code.
I have xml feed file which rapidly changing temporary file and I need to capture the content of this file as soon as data arrives.
Example of the data
Quote:
[date+time], message=[DATA= "<?xml version="1.0?"><data changeMsg><NAME="John Smith"><Age="23"><
Does the data marked "received" and "transmitted" in the file ---- "/proc/net/dev" represent the data that went through the ethernet adapter or both the data stored in the kernel buffer and that went through the ethernet?
I'm asking this question because I wrote a program that transfer large file through network, but when I check both the data I sent/received and th
I have file1.txt
Quote:
1 2 a
3 4 b
2 3 b
1 1 c
1 1 a
I have file2.txt
Quote:
b
a
and I want to extract all the rows in file1.txt that have the same idsas file2.txt in the 3rd column in the file1.txt.
Hi All,
I have attached the original file and the file that I have edited, please have a look.
The files are named as follows original.xml and updated.xml
The chunk of data that we dont we need is below
At the start of the file: The below data is not required
Quote:
<Data DataNodeName="Rpt_CrossCcyRates" DataType="XML">
<R
Hi.
We are preparing to reprocess our data
So we exported the old data into a csv file but in order to reprocess it, it has to be converted to a fixed block file which the current process understands.
Hi all,
Can you help me checking the script?