sábado, 30 de maio de 2015

OBIEE Software Only Installation Step-by-step Part-2

Part 2

Ok, now we have to create and configure the listener.

The listener is a separate process that runs on the database server computer. It receives incoming client connection requests and manages the traffic of these requests to the database server. This chapter describes how to configure the listener to accept client connections. http://docs.oracle.com/cd/B10501_01/network.920/a96580/listener.htm

[oracle@localhost /]$ netca 















Done!

Now we will create a database instance.
Database Configuration Assistant (DBCA) is the preferred way to create a database, because it is a more automated approach, and your database is ready to use when DBCA completes. DBCA can be launched by the Oracle Universal Installer (OUI), depending upon the type of install that you select. You can also launch DBCA as a standalone tool at any time after Oracle Database installation. http://docs.oracle.com/cd/B28359_01/server.111/b28310/create002.htm#ADMIN12479

[oracle@localhost /]$ dbca











Ok, let's test the database.
[oracle@obiee ~]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Thu May 28 17:35:57 2015

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> select * from v$version;

BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE    11.2.0.1.0      Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production


SQL>

Nice job!
Now we have a database, next step is create the OBIEE required repositories.

Many of the Oracle Fusion Middleware components require the existence of schemas in a database prior to installation. These schemas are created and loaded in your database using the Repository Creation Utility (RCU). http://docs.oracle.com/cd/E21764_01/doc.1111/e14259/overview.htm#RCUUG291

Unzip rcu 11.1.1.9 and execute it.

[oracle@obiee bin]$ ./rcu









Ok, now we finished the Part 2 of the tutorial.

The next step is create the weblogic server, OBIEE in software only mode and create the domain.

[]'s
Igor Gentil

Um comentário: