Search Results

Search: Posts Made By: quimera
1,641
Posted By quimera
Hi, use option "-depth". ...
Hi,

use option "-depth".

Quimer@
1,641
Posted By quimera
Hi, add "2> /dev/null" in your line command...
Hi,

add "2> /dev/null" in your line command to redirect errors messages.

ssh -p 22022 server-name ... 2> /dev/null

Quimer@
Forum: Red Hat 04-19-2012
3,795
Posted By quimera
Hi Ashish, I did not know this way. ...
Hi Ashish,

I did not know this way.

Thanks.

Quim&r@.
2,683
Posted By quimera
Hi Eskay, replace the line with variable...
Hi Eskay,

replace the line with variable define by:
new_file=`echo $i | cut -f1 -d. `

Quim&r@.
Forum: Red Hat 04-16-2012
1,245
Posted By quimera
Hi, If you get connect runing "sqlplus / as...
Hi,

If you get connect runing "sqlplus / as sysdba" so you are connected with dba role, you can add data file.
the message "connect to an idle instance" is because you instance is down, run...
Forum: Red Hat 04-16-2012
3,795
Posted By quimera
Hi, Mailx worked in linux and unix, I have...
Hi,

Mailx worked in linux and unix, I have installed in RedHat and HP-UX, I used in OSF1 too.

Run: rpm -ql redhat-lsb

Quim&r@
2,683
Posted By quimera
Hi, for i in `ls /your_path/test*' do ...
Hi,

for i in `ls /your_path/test*'
do
new_file=`echo $i | cut -b1-6`
mv $i /new_your_path/$new_file_old.txt 2> /path/error.log
done

Quim&r@

Code tags for code, please.
Forum: Red Hat 04-16-2012
28,416
Posted By quimera
Hi, Red Hat documentain has the command...
Hi,

Red Hat documentain has the command "echo 1 > /sys/block/device_name/device/rescan", if not worked reboot your system.

@mbrozio.
Forum: Red Hat 04-13-2012
28,416
Posted By quimera
Hi, After create the LUN and attach on the...
Hi,

After create the LUN and attach on the host You can run "echo 1 > /sys/block/device_name/device/rescan" to scan the disk or reboot your system.
After run "fdisk -l " to list all disks, you...
3,560
Posted By quimera
You can to use command "split", see "man split"...
You can to use command "split", see "man split" to know parameters.
5,440
Posted By quimera
Hi, Try recover database applying archive...
Hi,

Try recover database applying archive logs and after open it run "alter database open" or "alter database open resetlogs", if not worked, your file can be corrupted, restore backup and try...
Forum: UNIX and Linux Applications 03-19-2012
2,192
Posted By quimera
Hi, If you want to move a instance Oracle to...
Hi,

If you want to move a instance Oracle to new o.s., use "exp" program to create a file with all structure and data, after you must create a new instance in new o.s. and to use "imp" to import...
Forum: HP-UX 03-19-2012
6,302
Posted By quimera
Hi, You hava a oracle session using 84.46%...
Hi,

You hava a oracle session using 84.46% of the CPU, ask to dba verify session activity.

TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
? 17366 oracle 245...
Forum: HP-UX 03-19-2012
3,554
Posted By quimera
I had similar problem, the DNS SERVER was down,...
I had similar problem, the DNS SERVER was down, so any client (telnet, ssh, http, ...) slow to connect.
Forum: HP-UX 03-19-2012
3,190
Posted By quimera
HP installed patch, I Bought support service. ...
HP installed patch, I Bought support service.

Thanks !!!!
Forum: HP-UX 03-02-2012
3,190
Posted By quimera
Patches hp-ux
Hi,

I donīt have support HP, so I donīt get download patches on itrc.

Somebody know a free site to download HP-UX patches?
Showing results 1 to 16 of 16

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