Search Results

Search: Posts Made By: Michael
5,588
Posted By Michael
So you have to run the database in archive mode. ...
So you have to run the database in archive mode.
See oracle manuels for online backup(backup controlfile, tablespaces, archive files).

If you need more information send me an email
::email...
5,588
Posted By Michael
Yeah, but before start the backup, shutdown...
Yeah,

but before start the backup, shutdown the oracle database for an offline backup.

regards
Michael
5,074
Posted By Michael
NIS problem with netgroup
Hi@all,

I'd setup a nis server and 4 slaves. Update of passwd work's fine, but if i create a netgroup file the make all process hang by push the netgroup file.

I work with AIX 4.3.3.0 and...
6,346
Posted By Michael
Hi, i test a small script and it works fine....
Hi,

i test a small script and it works fine. Maybe there's something wrong in the "BODY", can you send the complete loop to me ?
3,757
Posted By Michael
Install samba on your system ...
Install samba on your system

http://www.samba.org/
2,558
Posted By Michael
use LILO (boot manager for linux) or a good...
use LILO (boot manager for linux) or a good pretty good software
"Partion Magic" from PowerQuest http://www.powerquest.com/
47,454
Posted By Michael
Hi Krisna, try it with "let" example: ...
Hi Krisna,

try it with "let"

example:

let k="($a + $b) * $c"

k=900

:) greetings
6,206
Posted By Michael
Hi mod, it looks like you had the users...
Hi mod,

it looks like you had the users defined as "no login user". check the passwd. user with no login have a star instead of the password entry

user:*:uid:gid etc.
16,753
Posted By Michael
set -A VARNAME 1 10 15 <- init array echo...
set -A VARNAME 1 10 15 <- init array

echo ${VARNAME[0]} giving 1
echo ${VARNAME[2]} giving 15

to initialize the array you can also do thing like this(in ksh scripts)

set -A VARNAME $(ls)...
2,741
Posted By Michael
check it out Book: awk & sed O'Reilly...
check it out

Book:

awk & sed O'Reilly ISBN: 1-56592-225-5 (http://www.amazon.com/exec/obidos/ASIN/1565922255/silkroadcom)

removed html tags for readability --oombera
12,171
Posted By Michael
you can change kernel paramters in ...
you can change kernel paramters in
/etc/security/limits
8,326
Posted By Michael
Unix in a Nutshell OReilly/VVA ISBN:...
Unix in a Nutshell OReilly/VVA ISBN: 1565924274

Vi Editor Pocket Reference OReilly/VVA ISBN: 1565924975


check it out

Unix in a Nutshell OReilly/VVA...
4,963
Posted By Michael
1. hostname username 2. in home directory from...
1. hostname username
2. in home directory from user for example user root in /
3. should be


Regards
Michael
Forum: HP-UX 08-07-2001
9,341
Posted By Michael
MC/SG is software to build an unix cluster on...
MC/SG is software to build an unix cluster on hpux. You can monitor hardware and software errors. In case of SW failures MC/SG restart(on same server) or switch the application to adapt node in...
124,257
Posted By Michael
write your sql statement in an seperated file....
write your sql statement in an seperated file. Name this file for example myreport.sql, then start this file from yout shell script like

sqlplus system/manager@SID @myreport

or if you do not...
Showing results 1 to 15 of 15

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