Total Pageviews

Sunday, August 28, 2022

ORA-12505: TNS: listener does not currently know of SID given in connect descriptor

Solution:

SQL> alter system set LOCAL_LISTENER="(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.240)(PORT=1521))";

SQL> alter system register; 

No comments:

Post a Comment

The Fix for the Double Login Prompt when run report 6i from form

  Since you are running in a Desktop (client-server) architecture , the login prompt and buffering are directly tied to how the local Window...