<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Oracle Java Blog</title><link>https://azuresite.net:443/javablog</link><description></description><item><title>Oracle Enterprise Manager Port 5500 Not Working When Called From Remote Machine</title><link>https://azuresite.net:443/javablog/oracle-enterprise-manager-port-5500-not-working-when-called-from-remote-machine</link><description>&lt;header&gt;
&lt;h2 id="XEINW-GUID-35C7E577-5FCF-4C5E-B7E7-91FA6DFB59C5" class="sect2"&gt;&lt;span class="enumeration_chapter"&gt;8&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Using Enterprise Manager Express&lt;/h2&gt;
&lt;/header&gt;
&lt;div class="ind"&gt;
&lt;div&gt;
&lt;p&gt;You can leverage all the functionality and ease of use of Enterprise Manager (EM) to manage your XE database.&lt;/p&gt;
&lt;p&gt;To connect to EM Express, go to&amp;nbsp;&lt;code class="codeph"&gt;https://localhost:5500/em&lt;/code&gt;&amp;nbsp;from the browser on the system.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Port&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="codeph"&gt;5500&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is the default port assigned during database creation. During install, we automatically choose next port (for example,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="codeph"&gt;5501&lt;/code&gt;) if&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="codeph"&gt;5500&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is already used. Then you must provide that port.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;&lt;a id="GUID-D251D5B1-9CEE-43F0-8418-F497C886DCFA" name="GUID-D251D5B1-9CEE-43F0-8418-F497C886DCFA"&gt;&lt;/a&gt;
&lt;h3 id="XEINW-GUID-D251D5B1-9CEE-43F0-8418-F497C886DCFA" class="sect3"&gt;&lt;span class="enumeration_section"&gt;8.1&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Making Oracle Database EM Express Available to Remote Clients&lt;/h3&gt;
&lt;div&gt;
&lt;p&gt;After you install Oracle Database XE, EM Express is only available from the local server, it cannot be accessed remotely.&lt;/p&gt;
&lt;p&gt;To make EM Express available to remote clients, start SQL*Plus, log in as&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="codeph"&gt;SYSTEM&lt;/code&gt;, and execute the following procedure. From the command prompt run the following commands. In the commands, replace "&amp;lt;oracle_home&amp;gt;" with the path to your Oracle Home; see&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinw/installing-oracle-database-xe.html#GUID-7BF9ACDC-1281-494C-AF96-77A25B1BD67D__GUID-EE31C5D1-5E0A-4146-B829-4520048A165D" title="Summary of important files location and their purpose"&gt;Table 5-1&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for more details about Oracle Home.&lt;/p&gt;
&lt;pre class="oac_no_warn" dir="ltr" tabindex="0"&gt;&lt;button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"&gt;&lt;span class="copy-btn-text"&gt;Copy&lt;/span&gt;&lt;/button&gt;&lt;/pre&gt;
&lt;div&gt;cd &amp;lt;oracle_home&amp;gt;\bin&lt;/div&gt;
&lt;div&gt;sqlplus system&lt;/div&gt;
&lt;div&gt;Enter password: &lt;span class="italic"&gt;SYSTEM_password&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;SQL&amp;gt; EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Source:&amp;nbsp;&lt;a href="https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinw/using-enterprise-manager-express.html" target="_blank" rel="noopener"&gt;https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinw/using-enterprise-manager-express.html&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><pubDate>Sat, 19 Feb 2022 09:23:34 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/oracle-enterprise-manager-port-5500-not-working-when-called-from-remote-machine</guid><category>Oracle</category><category>enterprise manager</category><category>5500</category></item><item><title>ORA-28040: No matching authentication</title><link>https://azuresite.net:443/javablog/ora-28040-no-matching-authentication</link><description>&lt;p&gt;&lt;code&gt;Bug 14575666 In 12.1, the default value for the SQLNET.ALLOWED_LOGON_VERSION parameter has been updated to 11. This means that database clients using pre-11g JDBC thin drivers cannot authenticate to 12.1 database servers unless theSQLNET.ALLOWED_LOGON_VERSION parameter is set to the old default of 8. This will cause a 10.2.0.5 Oracle RAC database creation using DBCA to fail with the ORA-28040: No matching authentication protocol error in 12.1 Oracle ASM and Oracle Grid Infrastructure environments. Workaround: Set SQLNET.ALLOWED_LOGON_VERSION=8 in the oracle/network/admin/sqlnet.ora file.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Sources: &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;a href="https://www.ibm.com/mysupport/s/question/0D50z000062khoMCAQ/after-upgrading-to-oracle-12c-database-i-start-getting-ora28040-no-matching-authentication-protocol?language=en_US" target="_blank"&gt;https://www.ibm.com/mysupport/s/question/0D50z000062khoMCAQ/after-upgrading-to-oracle-12c-database-i-start-getting-ora28040-no-matching-authentication-protocol?language=en_US&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;a href="http://www.dba-oracle.com/t_ora_12638_credential_retrieval_failed.htm" target="_blank"&gt;http://www.dba-oracle.com/t_ora_12638_credential_retrieval_failed.htm&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Tue, 15 Dec 2020 02:13:55 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/ora-28040-no-matching-authentication</guid><category>oracle</category><category>error</category><category>ORA-28040</category></item><item><title>Oracle Business Intelligence</title><link>https://azuresite.net:443/javablog/oracle-business-intelligence</link><description>&lt;p&gt;&lt;a href="https://www.oracle.com/middleware/technologies/bi-enterprise-edition-downloads.html" target="_blank"&gt;https://www.oracle.com/middleware/technologies/bi-enterprise-edition-downloads.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.oracle.com/middleware/technologies/business-intelligence-v12214-downloads.html" target="_blank"&gt;https://www.oracle.com/middleware/technologies/business-intelligence-v12214-downloads.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Thu, 12 Mar 2020 14:03:42 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/oracle-business-intelligence</guid><category>Oracle</category><category>Business Intelligence</category><category>BI</category></item><item><title>Oracle AWR report in-depth analysis</title><link>https://azuresite.net:443/javablog/oracle-awr-report-in-depth-analysis</link><description>&lt;p&gt;&lt;a href="https://www.ibm.com/downloads/cas/WNK5D2QZ" target="_blank"&gt;https://www.ibm.com/downloads/cas/WNK5D2QZ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://oracle-base.com/articles/10g/automatic-workload-repository-10g" target="_blank"&gt;https://oracle-base.com/articles/10g/automatic-workload-repository-10g&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.oracle.com/technetwork/database/manageability/diag-pack-ow09-133950.pdf" target="_blank"&gt;https://www.oracle.com/technetwork/database/manageability/diag-pack-ow09-133950.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://nonfunctionaltestingtools.blogspot.com/2015/04/steps-to-analyze-awr-report-in-oracle.html" target="_blank"&gt;http://nonfunctionaltestingtools.blogspot.com/2015/04/steps-to-analyze-awr-report-in-oracle.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://logic.edchen.org/how-to-generate-awr-report-in-oracle/" target="_blank"&gt;http://logic.edchen.org/how-to-generate-awr-report-in-oracle/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.quora.com/How-do-I-analyze-an-AWR-report-in-Oracle-database-performance-testing" target="_blank"&gt;https://www.quora.com/How-do-I-analyze-an-AWR-report-in-Oracle-database-performance-testing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Tue, 22 Oct 2019 07:21:00 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/oracle-awr-report-in-depth-analysis</guid><category>Oracle</category><category>AWR</category><category>report</category><category>analysis</category></item><item><title>Steps to Analyze AWR Report in Oracle</title><link>https://azuresite.net:443/javablog/steps-to-analyze-awr-report-in-oracle</link><description>&lt;p&gt;&lt;a href="http://nonfunctionaltestingtools.blogspot.com/2015/04/steps-to-analyze-awr-report-in-oracle.html" target="_blank"&gt;http://nonfunctionaltestingtools.blogspot.com/2015/04/steps-to-analyze-awr-report-in-oracle.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Tue, 22 Oct 2019 03:43:19 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/steps-to-analyze-awr-report-in-oracle</guid><category>Oracle</category><category>AWR</category><category>reports</category><category>analyze</category></item><item><title>RMAN Full Backup &amp; Demo</title><link>https://azuresite.net:443/javablog/rman-full-backup-demo</link><description>&lt;p&gt;&lt;a href="https://blog.zeddba.com/2019/05/23/rman-full-backup-demo/" target="_blank"&gt;https://blog.zeddba.com/2019/05/23/rman-full-backup-demo/&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Jul 2019 10:50:14 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/rman-full-backup-demo</guid><category>Oracle</category><category>database</category><category>backup</category><category>RMAN</category><category>script</category></item><item><title>Exploring the new SSB Schema with SQL Developer Web</title><link>https://azuresite.net:443/javablog/exploring-the-new-ssb-schema-with-sql-developer-web</link><description>&lt;p&gt;&lt;a href="https://www.thatjeffsmith.com/archive/2019/06/exploring-the-new-ssb-schema-with-sql-developer-web/" target="_blank"&gt;https://www.thatjeffsmith.com/archive/2019/06/exploring-the-new-ssb-schema-with-sql-developer-web/&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Jul 2019 10:49:00 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/exploring-the-new-ssb-schema-with-sql-developer-web</guid><category>Oracle</category><category>SQL Developer</category><category>SSB</category><category>Star Schema Benchmark</category></item><item><title>Oracle Docker Images</title><link>https://azuresite.net:443/javablog/oracle-docker-images</link><description>&lt;p&gt;&lt;a href="https://github.com/oracle/docker-images" target="_blank"&gt;https://github.com/oracle/docker-images&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Jul 2019 07:19:03 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/oracle-docker-images</guid><category>Oracle</category><category>Docker</category><category>images</category></item><item><title>EM 13c Install / Upgrade : _allow_insert_with_update_check Prerequisite Check Failed</title><link>https://azuresite.net:443/javablog/em-13c-install-upgrade-_allow_insert_with_update_check-prerequisite-check-failed</link><description>&lt;p&gt;13cR2 OMS Install / Upgrade fails during prerequisite checks with a message on the 12.2 Database Connection Details page:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Check if the parameter _allow_insert_with_update_check is TRUE&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Prior to Install / Upgrade of EM 13.2:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;1. For for Enterprise Manager 13.2 repository, the compatible initialization parameter should be set to 12.1.0.0 or higher.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Confirm with:&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;SQL&amp;gt; show parameter compatible&lt;/p&gt;
&lt;p&gt;&amp;nbsp;2. Ensure the _allow_insert_with_update_check database initialization parameter is set to be true for the repository database.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;SQL&amp;gt;alter system set "_allow_insert_with_update_check" = true;&lt;/p&gt;
&lt;p&gt;Source:&amp;nbsp;&lt;a href="https://community.oracle.com/blogs/vthiruve/2017/07/03/em-13c-install-upgrade-allowinsertwithupdatecheck-prerequisite-check-failed"&gt;https://community.oracle.com/blogs/vthiruve/2017/07/03/em-13c-install-upgrade-allowinsertwithupdatecheck-prerequisite-check-failed&lt;/a&gt;&lt;a href="https://community.oracle.com/blogs/vthiruve/2017/07/03/em-13c-install-upgrade-allowinsertwithupdatecheck-prerequisite-check-failed" target="_blank"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;See also:&amp;nbsp;&lt;a href="http://dillidba.blogspot.com/2017/03/oracle-enterprise-manager-13c-release-2.html" target="_blank"&gt;http://dillidba.blogspot.com/2017/03/oracle-enterprise-manager-13c-release-2.html&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Jul 2019 07:10:00 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/em-13c-install-upgrade-_allow_insert_with_update_check-prerequisite-check-failed</guid><category>Oracle</category><category>EM</category><category>Cloud Control</category><category>Enterprise Manager</category><category>install</category><category>error</category><category>parameter</category></item><item><title>EM Express versus EM Cloud Control</title><link>https://azuresite.net:443/javablog/em-express-versus-em-cloud-control</link><description>&lt;p&gt;&lt;a href="https://petewhodidnottweet.com/2015/05/em-express-versus-em-cloud-control/"&gt;https://petewhodidnottweet.com/2015/05/em-express-versus-em-cloud-control/&lt;/a&gt;&lt;a href="https://petewhodidnottweet.com/2015/05/em-express-versus-em-cloud-control/" target="_blank"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.oracle.com/technetwork/database/manageability/emx-intro-1965965.html" target="_blank"&gt;https://www.oracle.com/technetwork/database/manageability/emx-intro-1965965.html&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Jul 2019 05:10:00 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/em-express-versus-em-cloud-control</guid><category>EM Express</category><category>Enterprise Manager</category><category>Oracle</category><category>EM</category><category>Cloud Control</category><category>DB Control</category><category>DB console</category></item><item><title>How to Run a Java .Jar File</title><link>https://azuresite.net:443/javablog/how-to-run-a-java-jar-file</link><description>&lt;p&gt;1) Install the JDK&lt;/p&gt;
&lt;p&gt;2) Check if UAC needs to be disabled and then open a command prompt (Run As Administrator)&lt;/p&gt;
&lt;p&gt;3) Navigate to the directory that has the jar file you wish to run&lt;/p&gt;
&lt;p&gt;3) use the command:&lt;/p&gt;
&lt;p&gt;"C:\Program Files\Java\jdk1.8.0_211\bin\java.exe" -jar myjarfile.jar&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Tue, 18 Jun 2019 18:47:00 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/how-to-run-a-java-jar-file</guid><category>Java</category><category>run</category><category>jar</category><category>file</category></item><item><title>Debugging PL/SQL in Apex from SQL Developer</title><link>https://azuresite.net:443/javablog/debugging-pl-sql-in-apex-from-sql-developer</link><description>&lt;p&gt;&lt;a href="https://www.thatjeffsmith.com/archive/2019/05/debugging-pl-sql-in-apex/" target="_blank"&gt;https://www.thatjeffsmith.com/archive/2019/05/debugging-pl-sql-in-apex/&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Jun 2019 15:54:00 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/debugging-pl-sql-in-apex-from-sql-developer</guid><category>debugging</category><category>sql developer</category><category>Apex</category><category>PLSQL</category></item><item><title>Oracle Outlines</title><link>https://azuresite.net:443/javablog/oracle-outlines</link><description>&lt;p&gt;&lt;a href="https://oracle-base.com/articles/misc/outlines" target="_blank"&gt;https://oracle-base.com/articles/misc/outlines&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://psoug.org/reference/outlines.html" target="_blank"&gt;http://psoug.org/reference/outlines.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.oracle.com/cd/E25178_01/server.1111/e16638/outlines.htm" target="_blank"&gt;https://docs.oracle.com/cd/E25178_01/server.1111/e16638/outlines.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://blog.dbi-services.com/sql-plan-stability-in-11g-using-stored-outlines/" target="_blank"&gt;https://blog.dbi-services.com/sql-plan-stability-in-11g-using-stored-outlines/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Jun 2019 15:02:11 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/oracle-outlines</guid><category>Oracle</category><category>outlines</category><category>hints</category></item><item><title>Create Scheduled Job in Oracle to Execute Batch File</title><link>https://azuresite.net:443/javablog/create-scheduled-job-in-oracle-to-execute-batch-file</link><description>&lt;p&gt;from AskTime:&lt;/p&gt;
&lt;p&gt;I just did this on my machine with no problems - &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt;type c:\temp\demo.cmd
@echo off
echo Hello &amp;gt; c:\temp\demo.out
dir c:\temp &amp;gt;&amp;gt; c:\temp\demo.out
exit

SQL&amp;gt; declare
  2    vname varchar(20) := 'DEMOJOB';
  3  BEGIN
  4    begin dbms_scheduler.drop_job (vname); exception when others then null; end ;
  5    dbms_scheduler.create_job(
  6      job_name =&amp;gt; vname,
  7      job_type =&amp;gt; 'EXECUTABLE',
  8      job_action =&amp;gt; 'C:\Windows\System32\cmd.exe',
  9      number_of_arguments =&amp;gt; 2,
 10      enabled =&amp;gt; FALSE);
 11    dbms_scheduler.set_job_argument_value( job_name =&amp;gt; vname, argument_position =&amp;gt; 1, argument_value =&amp;gt; '/c');
 12    dbms_scheduler.set_job_argument_value( job_name =&amp;gt; vname, argument_position =&amp;gt; 2, argument_value =&amp;gt; 'c:\temp\demo.cmd');
 13    dbms_scheduler.enable( vname);
 14
 15  END;
 16  /

PL/SQL procedure successfully completed.
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;So perhaps use a CMD file rather than a BAT file.&lt;br /&gt;&lt;br /&gt;Also, on Windows, check the the "Oracle JobScheduler" service is running. If that isnt running you'll get errors in your alert log, eg, I disabled my service and I see this:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre&gt;2017-09-15T08:46:30.042872+08:00
Errors in file C:\ORACLE\diag\rdbms\db122\db122\trace\db122_j000_10140.trc:
ORA-12012: error on auto execute of job "MCDONAC"."DEMOJOB"
ORA-27370: job slave failed to launch a job of type EXECUTABLE
ORA-27300: OS system dependent operation:accessing job scheduler service failed with status: 2
ORA-27301: OS failure message: The system cannot find the file specified.
ORA-27302: failure occurred at: sjsec 5
ORA-27303: additional information: The system cannot find the file specified.

&lt;/pre&gt;</description><pubDate>Sat, 12 Jan 2019 17:23:06 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/create-scheduled-job-in-oracle-to-execute-batch-file</guid><category>Scheduled</category><category>Job</category><category>Oracle</category><category>Execute</category><category>Batch</category><category>File</category><category>.bat</category></item><item><title>Force Oracle Database Listener to Listen on Specific IP Addresses For VPN Connections</title><link>https://azuresite.net:443/javablog/force-oracle-database-listener-to-listen-on-specific-ip-addresses-for-vpn-connections</link><description>&lt;p&gt;1)&amp;nbsp; First, add the IP address of the database server&amp;nbsp;(the ip address of the machine on the&amp;nbsp;VPN network) as a listening location in Net Manager, and also specify the Port Number to connect to the database (must be a unique port number).&lt;/p&gt;
&lt;p&gt;&lt;img width="672" height="710" alt="" src="/Media/Default/Images/Listener01.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;2) If when attempting connection, you get an error saying that the listener does not know of the database service,&amp;nbsp;explicitly&amp;nbsp;add the details of the database service to the&amp;nbsp;Listener.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;img width="668" height="709" alt="" src="/Media/Default/Images/Listener02.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;3) Don't forget to add a firewall rule (for the internal firewall only -- if you are using VPN).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Sat, 12 Jan 2019 14:30:00 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/force-oracle-database-listener-to-listen-on-specific-ip-addresses-for-vpn-connections</guid><category>Oracle</category><category>Database</category><category>Listener</category><category>VPN</category><category>ip address</category></item><item><title>SQLPlus Command-Line Syntax for Connection</title><link>https://azuresite.net:443/javablog/sqlplus-command-line-syntax-for-connection</link><description>&lt;p&gt;&lt;strong&gt;sqlplus user/password@(description=(address_list=(address=.......ODS)))&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;will work (use quotes if in Unix else the () are interpreted by the shell)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;that url-like syntax is supported by (much) later releases of sqlplus. &lt;br /&gt;&lt;br /&gt;Or you can use the EZconnect syntax:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;sqlplus user/password@//hostname/service_name&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;sqlplus user/password@//hostname:port/service_name&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;</description><pubDate>Sun, 23 Dec 2018 15:24:41 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/sqlplus-command-line-syntax-for-connection</guid><category>sqlplus</category><category>command-line</category><category>connection</category><category>connect</category></item><item><title>Oracle Database Change Port</title><link>https://azuresite.net:443/javablog/oracle-database-change-port</link><description>&lt;p&gt;&lt;a href="https://help.blackboard.com/Learn/Administrator/Hosting/Databases/Database_Ports_Oracle" target="_blank"&gt;https://help.blackboard.com/Learn/Administrator/Hosting/Databases/Database_Ports_Oracle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sumations.net/i/doc/XEDBA/network005.htm" target="_blank"&gt;http://sumations.net/i/doc/XEDBA/network005.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Sat, 22 Dec 2018 18:02:04 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/oracle-database-change-port</guid><category>Oracle</category><category>Database</category><category>change</category><category>listening</category><category>port</category></item><item><title>Changing Oracle Ports</title><link>https://azuresite.net:443/javablog/changing-oracle-ports</link><description>&lt;p&gt;&lt;a href="https://docs.oracle.com/cd/B19306_01/install.102/b15660/app_port.htm" target="_blank"&gt;https://docs.oracle.com/cd/B19306_01/install.102/b15660/app_port.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description><pubDate>Sat, 22 Dec 2018 16:20:48 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/changing-oracle-ports</guid><category>Oracle</category><category>ports</category><category>changing</category><category>reconfiguration</category></item><item><title>Check Oracle TNS Listener Status</title><link>https://azuresite.net:443/javablog/check-oracle-tns-listener-status</link><description>&lt;p&gt;lsnrctl status&lt;/p&gt;</description><pubDate>Sat, 22 Dec 2018 13:06:47 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/check-oracle-tns-listener-status</guid><category>Oracle</category><category>listener</category><category>status</category></item><item><title>Check Oracle Console Errors (dbconsole)</title><link>https://azuresite.net:443/javablog/check-oracle-console-errors-dbconsole</link><description>&lt;p&gt;emctl status dbconsole&lt;/p&gt;</description><pubDate>Sat, 22 Dec 2018 10:34:10 GMT</pubDate><guid isPermaLink="true">https://azuresite.net:443/javablog/check-oracle-console-errors-dbconsole</guid><category>Oracle</category><category>Console</category><category>Errors</category><category>dbconsole</category><category>em</category><category>emctl</category><category>enterprise manager</category></item></channel></rss>