You are on page 1of 19

TEOCO ENTERPRISE 9.

1 INSTALLATION GUIDE

 Download & Install Oracle 12C as administrator from Oracle website. While installation uncheck
pluggable / container database option.
 Here I have created global database SID ENT91 and at the end of installation I have SYS &
SYSTEM account unlocked in which I have set password.

 TIP : Install all the softwares in windows administrator account.


 At the end of installation note down the URL which will be https://localhost:5500/em
 Open any web browser and type the URL
 Login as sys and password (which we have set previously),Check as sysdba and click login. Trying
to login with system user account will throw invalid credentials error since connect option is not
provided to system account.
 After logging in select Security -> Users

 Click System User

 Click Edit
 Check all Attributes with admin option. Though it is not advisable to check all roles / privileges
I have fought enough with this installation and I recommend you to do the same. But the
following are the necessary roles/privileges which I got from previous installation error.

ANALYZE ANY,ALTER ANY INDEX,CREATE ANY INDEX,DROP ANY INDEX, ALTER ANY
PROCEDURE,CREATE ANY PROCEDURE,DROP ANY PROCEDURE,EXECUTE ANY PROCEDURE,
CREATE PUBLIC SYNONYM, DROP PUBLIC SYNONYM,ALTER ANY ROLE,DROP ANY ROLE,
GRANT ANY ROLE,CREATE ROLE,ALTER ANY SEQUENCE, CREATE ANY SEQUENCE, DROP ANY
SEQUENCE,SELECT ANY SEQUENCE,ALTER SESSION,CREATE SESSION, ALTER ANY
TABLE,BACKUP ANY TABLE,COMMENT ANY TABLE,CREATE ANY TABLE, DELETE ANY
TABLE,DROP ANY TABLE,INSERT ANY TABLE,LOCK ANY TABLE, SELECT ANY TABLE,UPDATE ANY
TABLE,ALTER ANY TRIGGER, CREATE ANY TRIGGER, ALTER ANY TYPE,CREATE ANY
TYPE,CREATE TYPE,DROP ANY TYPE, EXECUTE ANY TYPE,UNDER ANY TYPE, DROP ANY
TRIGGER,ALTER USER,BECOME USER,CREATE USER, DROP USER,CREATE ANY VIEW,DROP ANY
VIEW,GRANT ANY PRIVILEGE, QUERY REWRITE,ADMINISTER DATABASE TRIGGER,CREATE
PROFILE, DROP PROFILE, ALTER PROFILE, GRANT ANY OBJECT PRIVILEGE, SELECT ANY
DICTIONARY, SCHEDULER_ADMIN WITH ADMIN OPTION;

Click

Select All and


click OK
 Select all

 After clicking OK Oracle will throw some errors regarding assignment of roles. Just ignore it and
click refresh to check.

 Now select DBA role and edit the privileges. Choose all attribute with admin option and click ok.


 Select Edit and choose all attributes and click ok.

 Again Oracle will throw error. Ignore and click refresh.



 Now logout and login with system account


 Select Storage->Tablespaces. Main job is to create three tablespaces namely PERM,INDX &
SETTINGS.
 Create Tablespace PERM, Type Permanent, Choose Default tablespace, Choose Online and in
Datafile tab type your database location lets say in my case
C:\app\orauser\oradata\ent91\PERM.dbf click add button,Select Size 500M,Autoextend ON and
submit OK.
 Likewise create INDX tablespace with C:\app\orauser\oradata\ent91\INDX.dbf Size 500M&
SETTINGS tablespace with datafile C:\app\orauser\oradata\ent91\SETTINGS.dbf Size 600M

 Go to your database location and verify three tablespaces INDX.dbf Size 500M,PERM.dbf Size
500M & SETTINGS.dbf Size 600M are created. Logout from database.
 Start Enterprise installation with administrator rights.

 Copy lservc file to C:\Program Files\TEOCO\ENTERPRISE 9.1

 Right click Admin91.exe and Enterprise91.exe and check run as administrator option.

 Run Admin91.exe
 Click Setup and on system DSN select Oracle 12g click finish.
 Enter any DSN name and choose TNS Service Name (your database name) type user id system
and click test connection enter password and click test connection.


 Connection should be successful.

 Select Data Source which was created previously, type username as system and password. Click
Login.
 Match tablespace to INDX,PERM,SETTINGS. Click OK
 Installation will continue



 Installation Successful

 Logout & exit from Admin91


 Double click Enterprise91 and login using Administrator & Password.

I don’t have any knowledge in ORACLE and the steps mentioned above are obtained via TRIAL & ERROR
Method. There may be some easier/Safe way to handle ORACLE database like creating a user and grant
him rights as sysdba instead of system user, but after a lot of try I found this method to be working for
me. Hope it will be helpful to someone.

*************************************************************************************

You might also like