Search Results

Search: Posts Made By: senkerth
1,069
Posted By senkerth
Help in perl script Array.
hi Team,

i need a help in perl ,

i need to get values(10 rows +) from perl GUI and insert those values into oracle table.

am trying to achive this in Perl array, can you please help me...
1,809
Posted By senkerth
Help in MQ load balancing
Hi,
Currently we have 3 old and 3 new servers catering to Live traffic. As my component move from legacy interfaces to MQ one, we want to have load balancing of old interfaces available on MQ...
Forum: UNIX and Linux Applications 11-26-2013
10,834
Posted By senkerth
Help in copying table structure to another table with constraints in Oracle
hi,

i need to copy one table with data into another table,

right now am using


create table table1 as select * from table2


i want the constraints of table1 to be copied to table2...
1,718
Posted By senkerth
hi Krish, thanks for your reply , can we...
hi Krish,

thanks for your reply , can we achive this during sed command..?
1,718
Posted By senkerth
Help in adding a string at the end of each line and append files vertically
hi,

i need a help in the script , need to append a string at the end of each line of a files , and append the files into a single file vertically.

eg

file1 has the following columns ...
1,166
Posted By senkerth
Help in Oracle Inactive Sessions
hi ,

i could see 50-60 oracle inactive session running under my application name, does this cause any issue.. or can this inactive session be excluded , if so how can we reduce them or exclude...
3,354
Posted By senkerth
Trace Process performance Using PID
Hi,

i want to track a process using its PID in SOLARIS.

i have a code in C++ , which memory is increasing steeply increasing every 20 days, from the code i couldn't see any memory leak.
...
29,330
Posted By senkerth
hi , thanks for the help :) i will let you...
hi ,

thanks for the help :) i will let you know if i need any help.

thnks,
senthil
29,330
Posted By senkerth
Hi, file "logfile" App.log: ASCII English...
Hi,

file "logfile"
App.log: ASCII English text, with very long lines

uname
Linux

type grep
grep is /bin/grep



---------- Post updated at 07:02 PM ---------- Previous update was...
29,330
Posted By senkerth
hi thnaks for the response. am using...
hi

thnaks for the response.

am using this command -> grep "string" filename |wc -l

the string will be of 10 to 12 words long.

is there any alternate command ..?
29,330
Posted By senkerth
Help in faster and quicker grepping
Hi,

i have a log file of 8 GB size , i need to grep the count of a word which i give as an input , i mean to say to find the occurance of a word on that file.

grep is taking too much time...
1,713
Posted By senkerth
thanks, so for insert i can do direct...
thanks,

so for insert i can do direct insert query no need to put an external lock and then do insert..? even if am inserting 30 rows at time..
1,713
Posted By senkerth
thanks, so can i remove exclusive mode...
thanks,

so can i remove exclusive mode nowait from the lock query ,when am trying to insert the values into the table.

---------- Post updated at 06:48 PM ---------- Previous update was at...
1,713
Posted By senkerth
Let me explain the Process C++ code do...
Let me explain the Process


C++ code do a select every 30 secs during busy hours and evry 5 minute during non busy hours.

and my tool will be inserting anytime accessing the same table...
1,713
Posted By senkerth
hi, thanks for your reply and sorry for...
hi,

thanks for your reply and sorry for double posting. you mean to say i should not do commit after all the insert operations are done but should do one by one

eg: Lock ,Insert and commit...
1,713
Posted By senkerth
Insert Command Creating Table Locking Problem
Hi,

i have a java based tool which does insert operation in a TABLE, and in parallel the same table is used by my C++ code which does select Query.

the Table will be always busy, but sometimes...
Forum: Programming 05-13-2013
1,075
Posted By senkerth
Table Locking in Insert Command.
Hi,

i have a java based tool which does insert operation in a TABLE, and in parallel the same table is used by my C++ code which does select Query.

the Table will be always busy, but...
Forum: Solaris 01-31-2013
1,075
Posted By senkerth
Need info about DAAS Server
hi ,

can anyone tell me the uses of DAAS server

and prvoide me any documentation regarding DAAS Servers.

thanks,

senthil
Forum: Solaris 09-17-2012
1,608
Posted By senkerth
need help in oracle upgrade from 10g to 11g
hi Frank,

thanks for the quick reply .. can you tell me where can i get the release notes and doc..? if it available in oracle website..? then do i need to have an ID ..?
Forum: Solaris 09-17-2012
1,608
Posted By senkerth
need help in oracle upgrade from 10g to 11g
Hi ,

situation has come where in i want to upgrade my database from 10g to 11g ,my code heavily depends on Pro*C , i just want to know if i upgrade my DB from 10g to 11g , will there be any...
Forum: Programming 07-24-2012
2,280
Posted By senkerth
Help in pro*c for Oracle connection
hi,

am making oracle connection through pro*c using the following command

sample:

exec sql connect username identified by password.

but m getting the following errors frequently even...
973
Posted By senkerth
Script not executing
Hi,

am facing some problem while inserting a record into a script

Please find script below.

`sqlplus -s asdf/asdf123 <<eof!
set feedback off;
set heading off;
set verify off;

insert...
Forum: Solaris 04-06-2012
1,700
Posted By senkerth
Execution problem in shell script while insert into DB
Hi,

am facing some problem while inserting a record into a script

Please find script below.

`sqlplus -s asdf/asdf123 <<eof!
set feedback off;
set...
2,171
Posted By senkerth
history command
Hi,
I want the command which has to tell all the commands used in different terminals of same Unix box.

Command "history" will give the commands used in the same terminal.

Advance thanks for...
19,037
Posted By senkerth
perl execution..
thanks ..
i used the function but dono whether my script is correct or not..

my perl script..
#!/usr/bin/perl
exec('/d01/user/sample.php');

my sample php file..
<?php
echo "testing";
?>
...
Showing results 1 to 25 of 92

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