You are on page 1of 4

dear users,

kindly be informed that the mis,wil,wwdb database would be shutdown from (19-02-
07) 5.45 pm for 1hr for maintainence. please save all your work and close the
applications.

anticipate your co-operation in this regard.

thank you.

regards,
n.senthil kumar
(database administrator)

ext:2321

all the database is ready for your access. thanks for your kind co-operation.

to shutdown the database


-------------------------
1.wirewheel
2.accounts
3.mis

to startup the database


-----------------------
1.mis
2.accounts
3.wirewheel

mis database
------------
set oracle_sid=mis
sqlplus/nolog
conn /as sysdba
pass:imears010301
startup

wil database
------------
before startup or shut down pl change sqlnet.ora as nts
set oracle_sid=wil
sqlplus/nolog
conn / as sysdba
pass:imears010301
startup

pl change sqlnet.ora as (none)

wwdb database
----------------
before startup or shut down pl change sqlnet.ora as nts
set oracle_sid=ww
sqlplus/nolog
conn / as sysdba
pass:tnarsjs59
startup

pl change sqlnet.ora as (none)

aldb database
----------------
before startup or shut down pl change sqlnet.ora as nts
set oracle_sid=aldb
sqlplus/nolog
conn / as sysdba
pass:tnarsjs59
startup
pl change sqlnet.ora as (none)

when power is off to restart


------------------------------

1.standby
2.mis
3.accounts
4.wirewheel

mis 172.16.1.21=80.20.20.22
mis_stand by 172.16.1.22=80.20.20.220
mis_bk 172.16.1.23=80.20.20.20
accounts 172.16.1.24=80.20.0.0
wirewheel 172.16.1.25=80.212.0.0
aldb 172.16.1.25=80.212.0.0

process:500
sessions:555
transactions:610

when receiving the following errors

1.insufficient privileges
2.shared memory
pl change sqlnet.ora as (none)
after finishing pl change as (nts)

to start the standby database


------------------------------

set oracle_sid=mis
sqlplus/nolog
conn / as sydba
pass:imears010301

startup nomount
alter database mount standby database
when pc is not able to connect aldb
----------------------------------
go to
d:\oracle\ora81\network\admin\tnsname.ora
aldb =
(description =
(address_list =
(address = (protocol = tcp)(host = 176.16.1.25)(port = 1526))
)
(connect_data =
(sid = aldb)
)
)

for accounts database 108


=====================

set oracle_sid=wil
sqlplus /nolog
connect sys /as sysdba
startup;

for mis database 107


=================

set oracle_sid=mis
sqlplus /nolog
connect sys /as sysdba
password :
startup;

for misstandby database 106


=================

set oracle_sid=mis
sqlplus /nolog
connect internal
startup nomount;
alter database mount standby database;

for ww database 105


=================

set oracle_sid=ww
sqlplus /nolog
connect sys /as sysdba
startup;

for aldb database


=================

set oracle_sid=aldb
sqlplus /nolog
connect sys /as sysdba
startup;
transactions 375
processes 300

select distinct 'alter ' || a.type || ' '|| a.owner || '.' || a.name || '
compile;'
from dba_dependencies a, dba_objects b
where a.name=b.object_name and a.referenced_name ='tr_pur_order_detail' and
b.status='invalid';

strong in oracle db architecture, creat and maintain db and its object (tables,
views, indexes etc).
cloning db trouble shooting database monitoring, health checking backup, restore,
recovery data guard performance tuning.
ready for contractual jobs

You might also like