The listener support no services.
First connect to pluggable database.
oracle configurationintermediate
by OracleDba
13 views
First connect to pluggable database.
12345678910111213141516171819
SQL> show parameter local;
NAME TYPE VALUE
--------------------- --------- ---------------
local_listener string LISTENER_PRIM
parallel_force_local boolean FALSE
SQL> alter system set local_listener='(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=node1.learnomate.org)(PORT=1521)))' scope=both;
SQL> alter system register;
SQL> show parameter local;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
local_listener string (DESCRIPTION=(ADDRESS=(PROTOCO
L=tcp)(HOST=node1.learnomate.o
rg)(PORT=1521)))
parallel_force_local boolean FALSEPlease to add comments
No comments yet. Be the first to comment!