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?
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...
Could somebody tell how to execute the following at once from a script?
ssh userid@serverb
sqlplus system/dem@servb
If I use them as shown above, script logs in the remote system and remains idle with prompt. I want to login to remote system and immediately give sqlplus command.
Also, please...
When I try to su - oracle from a script, it is automatically logging out. I debugged using set -x and can see "logout". Any ideas?
The following script always prints root
su - oracle 2>/dev/null
echo `whoami`
I have a tablespace that has two data files. The second data file is 2gb. Initially it is 500 mb and is autoextensible. The following script takes the initial 500 mb only to give free space details.
Can somebody give a script which takes the entire 2gb into consideration?
SELECT...
Could somebody please help me with this?
I was trying to connect to a remote system via ssh. When I run the script from my user account, ssh connects to remote system successfully. By doing this, I am able to execute remote commands.
As the cron is run under root, I tried running the same...
Could somebody please help me with this?
I was trying to connect to a remote system via ssh. When I run the script from my user account, ssh connects to remote system successfully. By doing this, I am able to execute remote commands.
As the cron is run under root, I tried running the same...
I was trying to connect to a remote system via ssh. When I run the script from my user account, ssh connects to remote system successfully. If I try running the same script as root, ssh asks for root password as ssh does't automatically login as root (unless I enable it in sshd2_config). I also...
Hi I generated ssh public keys using ssh-keygen. I tried using scp to transfer it to another server but ended up with the following.
Any clues?
debug: server offers auth methods 'publickey,password'.
debug: SshConfig/sshconfig.c:2432: Unable to open //.ssh2/identification
debug...
Hi I generated ssh public keys using ssh-keygen. I tried using scp to transfer it to another server but ended up with the following.
Any clues?
debug: server offers auth methods 'publickey,password'.
debug: SshConfig/sshconfig.c:2432: Unable to open //.ssh2/identification
debug...
Hello
I want to read a multidimensional array like this
/home input
testh1 test2
testh3 test4
testh5 test6
testh7 test8
The # lines and fields are not constant. Next step is to idenify each row and column. Can somebody help?
I was using this
cat $DIR/files.dat | awk '{...
Hi,
Could anybody please tell why this is happening? sqlplus command works in my user login, but when logged in as root, it won't work. I changed root's .profile to include oracle environment variables (root and user login have same lines). It's still not working. Any ideas?
Thanks
I am using a script to administer current system as well as remote system disk space. When the script checks remote system, it exits completely without checking the current server. Any ideas?
This question has been bugging me for a while. The crontab on a server runs under root. And I want to use ssh to remotely do actions on another server. In order to skip password each time a connection is made, ssh-keygen passphrase can be ignored. It may not pose a big security risk when done...
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.