Middleware Magic
Oracle Fusion Middleware
Monday, 15 July 2019
Wednesday, 21 November 2018
Oracle Fusion Middleware 12c on Linux (using Shell Script)
1. Oracle Fusion Middleware 12c Install
2. Create/Drop RCU
Oracle Fusion Middleware 12c (click here)
Create RCU(click here)
Wednesday, 13 June 2018
Solutions are Here
Error :
ORA-12543: TNS:destination host unreachable
Solution:
Open CMD Try the below Methods
echo %ORACLE_HOME%
echo %ORACLE_SID%
set oracle_sid=<<Service name>> ( Example : set oracle_sid=ORCL )
sqlplus / as sysdba
OPEN the PLUGGABLE DATABASE (PDB)
Solution:
Connect the Database in SQL Developer with DB Credential
Run the below Query in SQL Developer
SELECT name, open_mode FROM v$pdbs;
ALTER PLUGGABLE DATABASE PDBORCL OPEN;
ORA-12543: TNS:destination host unreachable
Solution:
Open CMD Try the below Methods
echo %ORACLE_HOME%
echo %ORACLE_SID%
set oracle_sid=<<Service name>> ( Example : set oracle_sid=ORCL )
sqlplus / as sysdba
--------------------------------------------------------------------------------------------------------------------------
Solutions are Here
Question:
Solution:
Connect the Database in SQL Developer with DB Credential
Run the below Query in SQL Developer
SELECT name, open_mode FROM v$pdbs;
ALTER PLUGGABLE DATABASE PDBORCL OPEN;
--------------------------------------------------------------------------------------------------------------------------
Tuesday, 15 May 2018
Oracle Fusion Middleware 12c (12.2.1.2.0 Enterprise Edition) on windows
1. Oracle Fusion Middleware 12c Install
2. Create RCU
3. Configure SOA Domain
Oracle Fusion Middleware 12c (click here)
Subscribe to:
Posts (Atom)