For Oracle, you must perform the following instruction :
CREATE user POW_REP IDENTIFIED BY POW_REP
DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;
GRANT connect, resource, create view TO POW_REP;
CREATE user POW_DOM IDENTIFIED BY POW_DOM
DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;
GRANT connect, resource, create view TO POW_DOM;
Server
Initial Server Software Installation
This sequence of installation don't say that you have to hit the next button and does not take care of review and informative windows.
Frist, run File1\pc861_win32_x86\install.bat
Select the language to install: English. Ok.
Select the option “Install PowerCenter 8.6.1”
License key : select the license key text file in File2>Oracle_All_OS_Prod.key
Installation Prerequisites: Next, Next
Choose the installation directory C:\Informatica\PowerCenter8.6.1 (no space)
Enable HTTPS. I choose No because I'm not in a secure environment and don't want to overload the network traffic
Review and Install
Domain Configuration
As it's the first time, I choose “Create a new domain” option
A global administrator (for the domain and the repository) is automatically created with the credentials Administrator/Administrator. You may change the password for security purpose
Next screen, I uncheck “Install Informatica Services with a different account user” because I will use it only on my laptop (ie PowerCenter don't need to go through the network to retrieve files).
Informatica Services is the Windows service that runs PowerCenter Services on a node in a PowerCenter domain. Configure the user account if PowerCenter Services needs to access a network location not available to the current Windows user account.
In the post installation summary, you can see the installed component:
Launch the Administration console. Start > All Programs > Informatica PowerCenter 8.6.1 > Services > PowerCenter Administration Console
Login with the account given in the configuration (admin/admin for this article).
Select configuration assistant (if you don't see it, you can also configure a repository with the configuration tool on the left side)
Welcome > Next
Enter a name for the repository, click on the configure button and fill in the fields. <note>You must enter a connect identifier and not a connect string. The connect string for Oracle contains the credentials. </note>
You can store metadata in multiples languages, such as Chinese and English, when you choose UTF-8 as the repository code page
Integration service: fill a name in : INT_OBIA7961 and click next.
Character Data for Integration service: (Note: Character Encoding give the choice between ASCII and Unicode)
Finish !
A global administrator (for the domain and the repository) is automatically created during the installation with the credentials Administrator/Administrator. You may change the password for security purpose
Client
Installation Steps:
Double click on the file install.bat located in this directory : File1\pc861_client_win32_x86\
Choose Language. Next
Choose Install Option. Next
Prerequisites. Next
Installation directory <note>For the path, you can leave the default value because it doesn't contain space C:\Informatica\PowerCenter8.6.1</note>