Sie sind auf Seite 1von 5

usuario:root

pass:master

usuario:admin --no administrador


pass:master

hostname server: PowerCenter-Linux


direccion ip: 192.168.1.20 -- direccion manual

usuario s.o oracle


pass s.o or4c1e7870.*

usuario bd: sys


pass bd: System32

vim /etc/yum.repos.d/yum.repo

bash profile

# Oracle Settings
export TMP=/tmp
export TMPDIR=$TMP/
export ORACLE_HOSTNAME=PowerCenter-Linux
export ORACLE_UNQNAME=db12c
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.1.0.2/db_1
export ORACLE_SID=db12c
export PATH=/usr/sbin:$PATH
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib

if [ $USER = "oracle" ]; then


if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi

192.168.1.10 ip
puerto 1539
SID:db12c

192.168.1.11 cliente

http://oracle-facil.blogspot.pe/2014/08/optimiza-bash-para-bajar-y-subir-una.html
http://www.ajpdsoft.com/modules.php?name=News&file=print&sid=131
http://mundodb.es/oracle-trucos-para-dba-i
http://deckerix.com/blog/consultas-sql-utiles-que-todo-dba-de-oracle-deberia-
conocer/
http://www.tuinformaticafacil.com/oracle-11g/como-arrancar-una-base-de-datos-
oracle-11g
---arrancar la base de datos
logearse

SQL> startup

--activar el listener

Comprobar su estado: > lsnrctl status


Parar el listener: > lsnrctl stop
Levantar el listener: > lsnrctl start

---activar el contenedor
alter session set container=pdborcl;
alter pluggable database open;

chown - R oracle:oinstall /tmp/informatica


chmod 777 /tmp/informatica/

alter system set open cursors=3000 scope = both;

-------
mkdir -p /u01/app/oracle/product/12.1.0.2/db_1
chown -R oracle:oinstall /u01
chmod -R 775 /u01

# Oracle Settings
export TMP=/tmp
export TMPDIR=$TMP

export ORACLE_HOSTNAME=PowerCenter-Linux
export ORACLE_UNQNAME=db12c
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.1.0.2/db_1
export ORACLE_SID=db12c

export PATH=/usr/sbin:$PATH
export PATH=$ORACLE_HOME/bin:$PATH

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib

database name pdborcl


https://PowerCenter-Linux:5500/em
https://192.168.1.20:5500/em

----power center ---hacer la instalacin con usuario powercenter pass: powercenter


desabilitar kerberos network
directorio instalacion: /opt/informatica/9.6
directorio llave: /tmp/software/informatica/
crear dominio
desabilitar secure comunication for the domain
enable http for informatica administrador Puerto:8443
use a keystore file generated by the installer
usuario dominio:INFA_DOM
pass dominio:infa_dom
keyword:IlanHorna123
jdbc string: jdbc:informatica:oracle://192.168.1.20:1521;DatabaseName=db12c
domain_name: Domain_dev
node host name: dev
node name: node01_dev
node port number: 6005
Domain user name:Administrator
Domain password:admin123
iniciar los servicios de informatica: ./infaservice.sh startup
ruta servicios: /opt/informatica/9.6/tomcat/bin ./infaservice.sh startup

----22/04/2017
Directorio de instalacion: /powercenter/9.6
puerto informarica inicio: 6004
pass dominio:infa_dom
keyword:IlanHorna123
jdbc string: jdbc:informatica:oracle://192.168.1.20:1521;DatabaseName=db12c
create domain
secure communication no
enable https
port:8443
use a keystore file generated by the installer
keyword:IlanChester005.*
domain_name: Domain_dev
node host name: dev
node name: node01_dev
node port number: 6005
Domain user name:Administrator
Domain password:admin123
Service Manager shutdown port:6008
Service Manager port: 6006
Informatica Administrator port: 6007

Post-Installation Summary - Step 7 of 7


***********************************************************************************
*******************
Installation Status WARNING

The Informatica 9.6.1 installation is complete.

For more information, see the debug log file:


/opt/informatica/9.6/Informatica_9.6.1_Services.log

Installation Type :New Installation

Informatica Administrator Home Page::


http://PowerCenter-Linux:6008/administrator/
http://192.168.1.20:6008/administrator/

Product Name: Informatica 9.6.1 Services

iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 6005 -j ACCEPT


iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 6006 -j ACCEPT
iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 8001 -j ACCEPT
chmod -R 744 /tmp/informatica/install.sh

netstat -tulpn|grep 6005


netstat -tulpn|grep 6004

alter session set "_ORACLE_SCRIPT"=true;

create user INFA_REP identified by infa_rep;

grant dba to INFA_REP;

---23/04/2017

Error !!! The domain is not available.


The domain was created successfully but the domain is not
accessible because the Service Manager failed to start up.
Select OK to return to the installer and then select Next to try and access the
domain again.
Select Continue to continue the installation without starting the Service Manager.
You can manually start the Service Manager after installation.
Check the installation logs for details.

Select a Choice
* 1->OK
2->Continue
:2

***********************************************************************************
*******************
Post-Installation Summary - Step 7 of 7
***********************************************************************************
*******************
Installation Status WARNING

The Informatica 9.6.1 installation is complete.

For more information, see the debug log file:


/powercenter/9.6/Informatica_9.6.1_Services.log

Installation Type :New Installation

Informatica Administrator Home Page::


http://PowerCenter-Linux:6007

Product Name: Informatica 9.6.1 Services


abrir

Press <Enter> to continue ...


/powercenter/9.6/Informatica_9.6.1_Services.log

Das könnte Ihnen auch gefallen