Search Results

Search: Posts Made By: newbielgn
56,919
Posted By newbielgn
[Solved] Symbolic link not allowed or link target not accessible
Hi everybody,

I read about treads realted to this issue but they did not resovle issue given below.
Please help me resolve issue given below

I have html file under...
Forum: UNIX and Linux Applications 08-24-2011
3,768
Posted By newbielgn
Thanks , below is the code snippet to set it...
Thanks , below is the code snippet to set it using perl DBI
$dbh->do("SET TRANSACTION ISOLATION LEVEL READ-COMMITTED");
Forum: UNIX and Linux Applications 08-23-2011
1,388
Posted By newbielgn
list of all values that can be set by $dbh in perlDBI
Hi,
In perl DBI using mysql we can set following, can somebody poin to complete list of such values that can be set you $dbh->

example:
$dbh->{AutoCommit}
$dbh->{RaiseError}

~Thanks
Forum: UNIX and Linux Applications 08-23-2011
1,895
Posted By newbielgn
go it commands are : select...
go it commands are :

select @@session.autocommit,@@session.tx_isolation;
+----------------------+------------------------+
| @@session.autocommit | @@session.tx_isolation |...
Forum: UNIX and Linux Applications 08-23-2011
3,768
Posted By newbielgn
how to change isolation level to READ COMMITTED
Hi,

I am using perl DBI and mysql-5.0.26 on unix.
Could you please let me know or point to source on how to set isolation level to READ COMMITTED .

~Thanks
Forum: UNIX and Linux Applications 08-23-2011
1,895
Posted By newbielgn
command to check value of autocommit and isolation level
Hi,

Pls let me know command to get following:

1. how to check current value of autocommit
2. how to check current value of isolation level
I am using mysql-5.0.26 on unix

-Thanks
Forum: UNIX and Linux Applications 08-23-2011
2,731
Posted By newbielgn
Thanks @pludi. -t worked. > mysql -t...
Thanks @pludi.
-t worked.

> mysql -t -utest -ptest -htesthost testdb -e -e "select * from student;" &>log_file

> cat log_file
+---------+--------+------------+
| name | gender |...
Forum: UNIX and Linux Applications 08-23-2011
2,731
Posted By newbielgn
missing delimiters when mysql output is redirected to log file
Hi,

Pls check that '|' and '+' present in Step-1 are not copied to log file in Step-3.
Pls suggest how to get the exact output from Step-1 (i.e. with out losing '|' and '+') in to a log file
...
5,383
Posted By newbielgn
Check your 5). Is should be as given below...
Check your 5).
Is should be as given below change it and try and post if it worked.
#!/bin/ksh
1,694
Posted By newbielgn
Yes each line matching "cert_codes" will be...
Yes each line matching "cert_codes" will be stored in aa.txt.
But multi lines will not be grepped .Check example given below, here even though it's a multi line where 'robert' appears only robert...
6,167
Posted By newbielgn
Consider you have a file called original , then...
Consider you have a file called original , then you can create hardlink to this file using command given below
$ ln original hardlink

Now you can create a softlink to original file using...
1,424
Posted By newbielgn
Assuming your text files have extension as .txt ,...
Assuming your text files have extension as .txt , try following

'cd' to your directory where files are located and execute command given below
or
instead of '.' (dot) in the `find`...
7,943
Posted By newbielgn
Try this to run wednesday of every month at 9:30...
Try this to run wednesday of every month at 9:30 am.Pls reply whether it worked or not

30 09 * * WED your_script.sh
Showing results 1 to 13 of 13

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