Guest User

Untitled

a guest
Dec 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. SID_LIST_LISTENER =
  2. (SID_LIST =
  3. (SID_DESC =
  4. (GLOBAL_DBNAME = orclcdb)
  5. (SID_NAME = orclcdb)
  6. (ORACLE_HOME = /u01/app/oracle/product/version/db_1)
  7. )
  8. )
  9.  
  10. LISTENER =
  11. (DESCRIPTION_LIST =
  12. (DESCRIPTION =
  13. (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
  14. (ADDRESS = (PROTOCOL = TCP)(HOST = 0.0.0.0)(PORT = 1521))
  15. )
  16. )
  17.  
  18. #HOSTNAME by pluggable not working rstriction or configuration error.
  19. DEFAULT_SERVICE_LISTENER = (orclcdb)
  20.  
  21. ORCLCDB=localhost:1521/orclcdb ORCL= (DESCRIPTION =
  22. (ADDRESS = (PROTOCOL = TCP)(HOST = 0.0.0.0)(PORT = 1521))
  23. (CONNECT_DATA =
  24. (SERVER = DEDICATED)
  25. (SERVICE_NAME = orcl)
  26. ) )
Add Comment
Please, Sign In to add comment