You are on page 1of 1

BIP database

sudo su - oracle

1. lsnrctl start
2. sqlplus "/ AS SYSDBA"
3. STARTUP FORCE;
4. ALTER PLUGGABLE DATABASE ALL OPEN;
5. ALTER SESSION SET container=PDB1;

FOR BIP Apps:

1. cd /home/oracle/Oracle/Middleware/Oracle_Home/user_projects/domains/bi/bitools/
bin
2. ./start.sh
3. ./stop.sh
4. ./status.sh

You might also like