Hello, we have a datafile of initial size 500MB on a 8i DMT. Auto increment of 500MB. Max size is 2GB. Can we increase initial size to 1GB? How complicated is the procedure?
The date command displays or sets the current HP-UX system clock date and time. Since the HP-UX system operates in Coordinated Universal Time (UTC), date automatically converts to and from local standard or daylight/summer time, based on your TZ environment variable.
TZ determines the...
O.S is HP-UX 11i. I don't exactly know what shell I am using. When I say which shell, it returns /usr/bin/sh. And as export name=value is valid in my scripts I assume it is korn.
Thanks. The client's public key is in both servers. The same script when executed at prompt, just connects well and writes down the output to a file. If run from crontab, the script writes output relating to client (local ) machine but not the remote machines.
I have a script that does ssh connection to a remote server and runs well. I put the same script in cron. It doesn't seem to connect to the remote server. The script runs displaying all but the remote command output. I am using user crontab from my user login. Any ideas why the script is running...
I tried using
echo "SELECT count(*) FROM PLAN_TABLE;" | ssh userid@serverb '. /home/oracle/.profile;sqlplus -s system/dem@servb' > outputfile. I am getting a lot of extra information before the output line.
I made it like this:
exec 1> ${SQLTEMP}
exec 2>/dev/null
ssh...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.