Saturday, August 14, 2010

Informatica 8.6.0:Installing Powercenter in Windows XP Oracle 10g

Informatica 8.6.0: Installation Steps in WINDOWS XP ( Service Pack 2) Oracle 10g
/************************************************
* INFORMATICA 8.6.0 Installation Steps
* OS: WINXP(SP-2)
* Oracle 10g
*************************************************/



1. Create an user for informatica metadata:-
DROP user utopia_user cascade;
CREATE USER utopia_user IDENTIFIED BY utopia_user DEFAULT TABLESPACE users QUOTA UNLIMITED ON users;
GRANT CONNECT,DBA TO utopia_user;

2. Installation Type
New installation.

3. Licence Key
Provide the path of the licence key.

4. Installation Directory
Provide the path.

5. HTTPS configuration
Keep default.

6. Domain configuration
New domain. While configuring domain database provide the database and the the database user info which you have created in step 1.

7. Creating domain
Accept the default name.Provide the domain name itself as domain password for easy remembering.

8. Informatica Service configuration.
Username: machinename\username
Password:

Troubleshooting
What is the powercenter administration console username/password?
>> admin/
OR
Administrator/Administrator

Labels: