Git Product home page Git Product logo

Comments (9)

vassterg avatar vassterg commented on August 22, 2024 4

Trying with ./sqlcl/bin/sql sys@localhost:1521/xepdb1?oracle.net.disableOob=true as sysdba works as is suggested by you @gvenzl and in oracle/docker-images/issues/1663. This workaround is not tested against other scenarios like connections from ords but...

from oci-oracle-xe.

vassterg avatar vassterg commented on August 22, 2024 1

from oci-oracle-xe.

gvenzl avatar gvenzl commented on August 22, 2024

Great, happy to hear (sort of) that it's the same issue! Will make sure that the OOB issue gets documented appropriately!

from oci-oracle-xe.

gvenzl avatar gvenzl commented on August 22, 2024

This is related to #38.

from oci-oracle-xe.

gvenzl avatar gvenzl commented on August 22, 2024

@vassterg, this issue gets reported by more and more users taking up 21c, which makes me think that I will probably enable this parameter by default in these images so that users don't have to go through a lot of pain and troubleshooting just to connect to the database.

from oci-oracle-xe.

vassterg avatar vassterg commented on August 22, 2024

from oci-oracle-xe.

gvenzl avatar gvenzl commented on August 22, 2024

According to https://oracle-l.freelists.narkive.com/6bkLfg9i/anyone-have-disable-oob-on-set-in-sqlnet-ora, setting DISABLE_OOB can have a negative impact on performance (although it's not discussed/shared how much that impact would be). There is an accompanying parameter BREAK_POLL_SKIP that might need to have a higher value set than the default of 4, which is the number of network packets sent before the stack polls for these network break messages.

Oracle's BI server documentation refers to setting this to 10k packages:

Configuring Oracle BI Server When Using a Firewall
The presence of a firewall between the Oracle BI Server and the Oracle Database can result in very long query times.

For example, if using a simplenqcmd query takes two to three minutes to return results, or if Answers does not respond after executing or validating a SQL statement initiated in Presentation Services.

To improve query time, go to the sqlnet.ora file in BI_DOMAIN\config\fmwconfig\bienv\core and add the BREAK_POLL_SKIP and DISABLE_OOB parameters as follows:

BREAK_POLL_SKIP=10000
DISABLE_OOB=ON
This configuration only needs to be performed on the Oracle BI Server. This configuration is not needed on the Oracle Database or on user client desktops.

from oci-oracle-xe.

gvenzl avatar gvenzl commented on August 22, 2024

Yeah indeed, a lot of people would have to change their configuration to deal with this. Better if the image itself deals with it once, rather than pushing the burden to 1000s of users! :)

from oci-oracle-xe.

gvenzl avatar gvenzl commented on August 22, 2024

This is fixed now, DISABLE_OOB is now turned on in all 21c+ images

from oci-oracle-xe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.