I am unsure if this is a problem or not. Worse still, I am unsure if it is os or db specific!
Running Oracle 9i on AIX 5.1 box, I have a script which shuts down databases, using "shutdown immediate" as user sys.
From the log it shows the DB shuts down.
However, the log which restarts the DB shows some apparent os calls to the DBs which are shut down. I wonder if this is normal. Would it prevent full backups ocurring (using Tivoli)?
The log shows the current process BEFORE restarting the DBs:
(DBs tle and IFSL)
UID PID PPID C STIME TTY TIME CMD
oracle 25574 1 0 04:41:49 - 0:00 ora_smon_IFSL
oracle 32260 1 2 05 May - 5:44 /oracle/app/oracle/product/9.2.0.1.0/bin/tnslsnr LISTENER -inherit
tle 44036 1 0 12 May - 0:00 /oracle/tle/tlrt/bin/tlxlpre -P TLXLPRE
oracle 52392 1 0 06:05:45 - 0:00 oracleIFSL (LOCAL=NO)
oracle 55824 1 0 04:41:49 - 0:00 ora_cjq0_IFSL
oracle 69694 1 0 04:41:48 - 0:00 ora_dbw0_IFSL
oracle 70642 1 1 06:06:22 - 0:00 oracleIFSL (LOCAL=NO)
oracle 85780 1 3 04:41:57 - 1:21 ora_j001_IFSL
oracle 92230 1 0 04:41:49 - 0:00 ora_reco_IFSL
oracle 93780 1 0 05:20:36 - 0:02 oracleIFSL (LOCAL=NO)
oracle 105006 1 0 04:41:48 - 0:00 ora_pmon_IFSL
oracle 108360 1 0 06:06:22 - 0:00 oracleIFSL (LOCAL=NO)
oracle 109120 1 1 04:41:57 - 1:27 ora_j002_IFSL
oracle 114238 1 0 04:41:48 - 0:01 ora_lgwr_IFSL
oracle 116252 1 0 04:41:48 - 0:00 ora_ckpt_IFSL
oracle 116790 1 0 06:05:46 - 0:00 oracleIFSL (LOCAL=NO)
oracle 117382 1 2 06:10:00 - 0:00 oracleIFSL (LOCAL=NO)
oracle 118138 1 0 05:20:00 - 0:02 oracleIFSL (LOCAL=NO)
oracle 121746 1 0 04:41:56 - 1:26 ora_j000_IFSL
tle 126098 1 0 08:33:41 - 0:04 /oracle/tle/tlrt/bin/tlxlpost -P TLXLPOST
Now, I know we do not stop the Oracle listner so I guess we should (stop before ending DBs and start before starting Dbs?)
There are also Windows servers running services (which I have now scripted to end too)
Any suggestions how I can ensure teh DBs are fully ended?
Thanks
There's no need for sarcastic replies, we've not all been this sad for that long!
Running Oracle 9i on AIX 5.1 box, I have a script which shuts down databases, using "shutdown immediate" as user sys.
From the log it shows the DB shuts down.
However, the log which restarts the DB shows some apparent os calls to the DBs which are shut down. I wonder if this is normal. Would it prevent full backups ocurring (using Tivoli)?
The log shows the current process BEFORE restarting the DBs:
(DBs tle and IFSL)
UID PID PPID C STIME TTY TIME CMD
oracle 25574 1 0 04:41:49 - 0:00 ora_smon_IFSL
oracle 32260 1 2 05 May - 5:44 /oracle/app/oracle/product/9.2.0.1.0/bin/tnslsnr LISTENER -inherit
tle 44036 1 0 12 May - 0:00 /oracle/tle/tlrt/bin/tlxlpre -P TLXLPRE
oracle 52392 1 0 06:05:45 - 0:00 oracleIFSL (LOCAL=NO)
oracle 55824 1 0 04:41:49 - 0:00 ora_cjq0_IFSL
oracle 69694 1 0 04:41:48 - 0:00 ora_dbw0_IFSL
oracle 70642 1 1 06:06:22 - 0:00 oracleIFSL (LOCAL=NO)
oracle 85780 1 3 04:41:57 - 1:21 ora_j001_IFSL
oracle 92230 1 0 04:41:49 - 0:00 ora_reco_IFSL
oracle 93780 1 0 05:20:36 - 0:02 oracleIFSL (LOCAL=NO)
oracle 105006 1 0 04:41:48 - 0:00 ora_pmon_IFSL
oracle 108360 1 0 06:06:22 - 0:00 oracleIFSL (LOCAL=NO)
oracle 109120 1 1 04:41:57 - 1:27 ora_j002_IFSL
oracle 114238 1 0 04:41:48 - 0:01 ora_lgwr_IFSL
oracle 116252 1 0 04:41:48 - 0:00 ora_ckpt_IFSL
oracle 116790 1 0 06:05:46 - 0:00 oracleIFSL (LOCAL=NO)
oracle 117382 1 2 06:10:00 - 0:00 oracleIFSL (LOCAL=NO)
oracle 118138 1 0 05:20:00 - 0:02 oracleIFSL (LOCAL=NO)
oracle 121746 1 0 04:41:56 - 1:26 ora_j000_IFSL
tle 126098 1 0 08:33:41 - 0:04 /oracle/tle/tlrt/bin/tlxlpost -P TLXLPOST
Now, I know we do not stop the Oracle listner so I guess we should (stop before ending DBs and start before starting Dbs?)
There are also Windows servers running services (which I have now scripted to end too)
Any suggestions how I can ensure teh DBs are fully ended?
Thanks
There's no need for sarcastic replies, we've not all been this sad for that long!