Hello,
I've got got a question. As an output from the 'top' program I have a following line:
"Memory: 512M real, 21M free, 1014M swap in use, 344M swap free"
How can I check, where almost 500MB memory has gone?
Can I check which process use it?
On this computer I've got some Tibco...
Hello,
When I wanted to stop my oracle instance, I got following error:
SVRMGR> shutdown
ORA-00604: error occurred at recursive SQL level 2
ORA-04031: unable to allocate 4200 bytes of shared memory ("shared pool","TRIGGER$","sga heap","state objects")...
Hello,
I've got a question.
I'm using Solaris 7.
I'm starting a script, which starts another one, which starts the last one. When I kill the first script the both two are still working.
How can I kill them all?
Thanks
Tomasz
Hello,
I've got a question:
How to get the working directory for a process?
I mean when I do: ps -ef | grep MyProcess
I'm getting whole description and CMD info. But the CMD is very short and when I start next MyProcess I don't know which one is first which is second.
In CMD I've got something...
Hello,
I'm affraid it is very easy thing but I couldn't find how to do it.
I have a user MyUser. How can I give him DBA rights for database?
Thanks a lot.
Tomasz
Hello,
I've got a problem. I've got a Web Application with servlets. I would like these servlets to take and store attributes and values somewhere. I mean, I've got a connection to SAP, I read the data and display page. When I click actualise, the connection is made again but when I go to other...
Hello,
I've got a script for starting db instance on Solaris 7 startup. But there is an error in it. Could You tell if the script is ok?
Here it is:
#!/bin/ksh -
#script for Oracle
ORACLE_SID=myDB
export ORACLE_SID
su -o oracle -c svrmgrl <<EOF
connect internal
startup
EOF
Thanks
Tomasz
Hello,
I've got a script for starting db instance on Solaris 7 startup. But there is an error in it. Could You tell if the script is ok?
Here it is:
#!/bin/ksh -
#script for Oracle
ORACLE_SID=myDB
export ORACLE_SID
su -o oracle -c svrmgrl <<EOF
connect internal
startup
EOF
Thanks
Tomasz
Hello,
I've got a question.
When I reboot the Solaris 7 machine with command "reboot", are there run scripts from rc0.d?
If not, where should I place the scripts to be run, when system reboots.
Thanks
Tomasz
Hello,
I'm working on Solaris 7. I cannot login as normal user remotely, because after entering user and password connection is lost. I can connect as root. When I try to switch to another user, for example:
su - john
it says: "su: no shell".
When I try to use login command from root...
Hello,
I've got to start a java class on startup Solaris. It works fine but it's java class, so it "locks" the display and any other script cannot be run after this one. I cannot start it as last one, because I need some other activities after that one.
What could I do? Maybe convert...
Hello,
I've got a problem. I cannot login to my Solaris from console. I've got login screen, I enter user & passwd, then machine works, works and shows again login screen.
I cannot also connect from remote computer via Exceed. The only possibility is text terminal.
What to fix it?
I'm working...
Hello,
I'm using Exceed 7.0 on Win2000. Everything was fine until today. When I start XMDCP-Broadcast i can see my clients, then login screen from Solaris, then big splash Solaris CDE 1.3 and then nothing!
Exceed is minimized in the task bar and thats all
What is the problem?
Please help
Tomasz
Hello,
Is it possible to have a log file with starting screen of the machine? I mean, on the startup on the screen we have Solaris type, system values, starting services, echo commands from scripts. Can I save it in log file? There is a /var/adm/message but it doesn't contain everything...
hello,
I've got an Oracle on Solaris. I've got also a script /ora/s99oracle, which starts one db instance.
It's linked to S99oracle in rc3.d (start) and rc0.d (stop).
I wrote another script /ora/s99oracle2 which starts another instance of db.
But it doesn't work, First script is ok, but the...
hello,
I've got an Oracle on Solaris. I've got also a script /ora/s99oracle, which starts one db instance.
It's linked to S99oracle in rc3.d (start) and rc0.d (stop).
I wrote another script /ora/s99oracle2 which starts another instance of db.
But it doesn't work, First script is ok, but the...
Hello,
I've read posts about cold backup - it's really simple but I have to stop database. How to make backup without it? I mena without stopping database instance?
Thanks
Tomasz
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.