Sie sind auf Seite 1von 2

Installing Oracle

=================
Please follow respective installation guides. This is much easier like any other
softwares.
Creating database
=================
1. Make sure Oracle is installed on that machine
2. Go to "Start -> Programs -> Oracle -> Configuration and Migration Tools -> Da
tabase Configuration Assistant"
3. Click "Next"
4. Select "Create a Database" and click "Next"
5. Click "Next" without any actions
6. Now Enter "Global Database Name" (For Eg, NNMDB or TRAFFICMDB or TRAFFICLDB)
and Click "Next"
7. Click "Next" without any actions
8. Now select option "Use the same Administrative Password for All accouts" and
enter respective passwords (For Eg. nnmhelp or trafficmhelp or trafficlhelp) and
click "Next"
9.Then from here onwards, keep on Click 'Next' till 'Finish' without any actions
...and finally acknowledge "Confirmation" screen
Now database creation will be in progress...It will take around 5-15mins to inst
all
Creating users in respective databases
======================================
1. Go to "Start -> Programs -> Oracle -> Application Development -> SQL Plus"
2. Enter username as "system@<DatabaseName" (For Eg. system@NNMDB or system@TRAF
FICMDB or system@TRAFFICLDB)
3. Then enter password to access database (This password which you had entered d
uring database creation. For Eg. nnmhelp or trafficmhelp or trafficlhelp)
4. Now you must have logged into database with success message
5. Now copy & paste below SQL queries in respective databases,
NNM:
----
system/nnmhelp@NNMDB
drop user NNMUSER cascade;
CREATE USER NNMUSER IDENTIFIED BY nnmhelp DEFAULT TABLESPACE users TEMPORARY TAB
LESPACE temp QUOTA UNLIMITED ON users;
grant Create sequence, Create session, Create table, Create view, UNLIMITED TABL
ESPACE to NNMUSER WITH ADMIN OPTION;
grant drop any table, drop any view, DELETE ANY TABLE, INSERT ANY TABLE, UPDATE
ANY TABLE to NNMUSER WITH ADMIN OPTION;
grant DBA to NNMUSER WITH ADMIN OPTION;
grant CONNECT to NNMUSER WITH ADMIN OPTION;
Traffic Master:
---------------
system/trafficmhelp@TRAFFICMDB
drop user TRFMUSER cascade;
CREATE USER TRFMUSER IDENTIFIED BY trfmhelp DEFAULT TABLESPACE users TEMPORARY T
ABLESPACE temp QUOTA UNLIMITED ON users;
grant Create sequence, Create session, Create table, Create view, UNLIMITED TABL
ESPACE to TRFMUSER WITH ADMIN OPTION;
grant drop any table, drop any view, DELETE ANY TABLE, INSERT ANY TABLE, UPDATE
ANY TABLE to TRFMUSER WITH ADMIN OPTION;
grant DBA to TRFMUSER WITH ADMIN OPTION;
grant CONNECT to TRFMUSER WITH ADMIN OPTION;
Traffic Leaf:
-------------
system/trafficlhelp@TRAFFICLDB
drop user TRFLUSER cascade;
CREATE USER TRFLUSER IDENTIFIED BY trflhelp DEFAULT TABLESPACE users TEMPORARY T
ABLESPACE temp QUOTA UNLIMITED ON users;
grant Create sequence, Create session, Create table, Create view, UNLIMITED TABL
ESPACE to TRFLUSER WITH ADMIN OPTION;
grant drop any table, drop any view, DELETE ANY TABLE, INSERT ANY TABLE, UPDATE
ANY TABLE to TRFLUSER WITH ADMIN OPTION;
grant DBA to TRFLUSER WITH ADMIN OPTION;
grant CONNECT to TRFLUSER WITH ADMIN OPTION;
6. There should be success message at the end of each successful creation of use
rs.
Validating users in respective databases
=======================================
1. Verify all instances availablility in "Start -> Programs -> Oracle -> Databas
e Control - <DatabaseInstanceName>" location.
For Eg. "Database Control - NNMDB" / Database Control - TRAFFICMDB / Database Co
ntrol - TRAFFICLDB
2. Click on each instances and Enter respective username and passwords. Now logi
n into those instances should be successfuly.
Note:Portnumber for each instances are different during webpage launch
Summary
=======
Remember below informations that are required during installation of respective
products,
HostName: iptnt5.ind.hp.com
NNM
---
Instance: NNMDB(NNMUSER / nnmhelp)
Traffic Master
--------------
Instance: TRAFFICMDB(TRFMUSER / trfmhelp)
Traffic Leaf
------------
Instance: TRAFFICLDB (TRFLUSER / trflhelp)

Das könnte Ihnen auch gefallen