Code Monkey home page Code Monkey logo

Comments (11)

danilochilene avatar danilochilene commented on June 11, 2024

Hi,

The slowness is when you try to use Pyora or it's affecting the Oracle itself?

from pyora.

lsa1es avatar lsa1es commented on June 11, 2024

Is affecting the oracle itself .. in my view .. every function of the pyora uses a session, I have case of 30 banks, each with 83 selects that gives a total of 2190 starting from a single host, and in banks they are slow Due to several selects at once .. per session .. if it were several selects entering a time pool, I think it would look better for the bank

from pyora.

danilochilene avatar danilochilene commented on June 11, 2024

Did you try to increase the interval of the items?

from pyora.

lsa1es avatar lsa1es commented on June 11, 2024

Yes. I have increased several but the more select enter, the more it fills ..

from pyora.

lsa1es avatar lsa1es commented on June 11, 2024

I do not run active, because the bank is not mine, it's client, and it's redhat versions 5, 4, as long as python 2.6 runs, I'd rather not risk it.

from pyora.

aidin300 avatar aidin300 commented on June 11, 2024

@lsa1es you can run below query to check PyOra users logon/logoff operations
SELECT username, action_name, Count(*) FROM dba_audit_trail WHERE timestamp > SYSDATE - 1 GROUP BY username, action_name ORDER BY 3 DESC;

for me pyora user is in first place (significant difference with 2nd user), around 36K logon and 36K logoff in 24h time window , I found same issue as yours with my current configuration, will check if increasing check interval will reduce it or not.

Regards,
Aidin

from pyora.

danilochilene avatar danilochilene commented on June 11, 2024

@aidin300 ,

Did you get issues with latency too?

from pyora.

aidin300 avatar aidin300 commented on June 11, 2024

no, at lease I'm not aware of.

from pyora.

danilochilene avatar danilochilene commented on June 11, 2024

@aidin300 this is still an issue? I think you could increase the interval of each check to avoid too many logon/logoff operations.

from pyora.

aidin300 avatar aidin300 commented on June 11, 2024

it would be great if you can increase check interval or use a connection pool in python

from pyora.

danilochilene avatar danilochilene commented on June 11, 2024

Good idea. Going try play with this next weekend. 👍

from pyora.

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.