2009-10-05

TELDE – Installation Oracle Team Productivity Center (Teil 18)

Anforderung

Um die Arbeit der einzelnen Entwickler zu vereinfachen, soll die Arbeitsliste des jeweiligen Entwicklers innerhalb der Entwicklungsumgebung Oracle JDeveloper verfügbar sein. Desweiteren sollen Informationen über die Teams, Aufgaben und Kommunikationswege abrufbar sein.

Lösung

  1. Installation Oracle Team Productivity Center

Komponenten

  Bereich Komponente
  TELDE OES, Database, WebLogic Server, fusion_domain
  Oracle Team Productifity Center Fusion Middleware Installation Guide for Oracle Team Productivity Center Server

Umsetzung

Bereich Gegenstand
Xming Action: Xming starten
   
Putty Action: Start Putty
  Action: Open Save Session telde.local als oracle
   
Database Schema

login as: oracle
oracle@192.168.234.140's password:
Last login: Mon Aug  3 21:47:45 2009 from 192.168.234.1

[oracle@telde ~]$ . ./setDb1Env.sh
Aktuelle Oracle Umgebung:
Oracle-Home: /u01/app/oracle/product/11.1.0/db_1
Oracle-SID:  orcl
[oracle@telde ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.6.0 - Production on Mon Sep 14 11:40:52 2009
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> drop user ora_alm cascade;
User dropped.
SQL> create user ora_alm identified by ora_alm;
User created.
SQL> grant connect to ora_alm;
Grant succeeded.
SQL> grant resource to ora_alm;
Grant succeeded.
SQL> connect ora_alm/ora_alm@orcl
Connected.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@telde ~]

   
Set Java Env

login as: oracle
oracle@192.168.234.140's password:
Last login: Mon Aug  3 21:47:45 2009 from 192.168.234.1
[oracle@telde ~]$ . ./setFusionDomainEnv.sh

Aktuelle Oracle Umgebung:
WLS Domain: fusion_domain
[oracle@telde fusion_domain]$ java -version
java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)

   
Install
TPC

[oracle@telde ~]# java –jar tpcinstaller.jar

  2_1
  Choose: Next
   
  2_2
  Select : Server
  Choose: Next
   
  2_§
Input Username: tpcadmin
  Input Password: welcome1
  Input Confirm Password: welcome1
  Choose: Next
   
  2_4
  Input Location:
/u01/app/oracle/product/11.1.1/middleware/user_projects/domains/fusion_domain/autodeploy
  Choose: Next
   
 

2_5

  Input JDBC: jdbc:oracle:thin:@database.telde.local:1521:orcl
  Input Username: ora_alm
  Input Password: welcome1
Choose: Next
   
  2_6
 

Choose: Finish

   
  2_7
  2_8
  Choose: Close
   
Test http://www.telde.local:7001/otpc
  2_9

 

Anmerkung

Als nächstes müssen wir den Oracle JDeveloper installieren und Oracle Team Productivity Center konfigurieren.

Keine Kommentare:

Kommentar veröffentlichen