Good morning friends. I have this problem when trying to start the connection with the bank by Oracle developer, someone would know to tell me what the best way to solve ... If someone has a step by step, because I don't have much experience ...
Related
I'm a bit confused by a problem that has only become more apparently lately and I'm hoping that someone might be able to point me in the direction of either where I might look for appropriate settings, or if I am running into another problem they have come across before.
I have a Laravel application and a private server that I use for our little museum. Now as the application has become more complex, the lag is noticeable and you can see how it almost lines up the connections, finishing one request before moving along to the next, whether it be api, ajax, view responses, whatever.
I am running Apache 2.4.29 and my Ubuntu Server is 18.04.1.
I have been looking around but not much has helped, in regards to connections settings, if I look at my phpinfo() I see this Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100 but I believe these are just fine the way they are.
If I check my memory I think it says I have 65 GB of available memory, with 5 being used in caching. When reviewing the live data, the memory never crosses into the GB territory and solely remains in the MB territory. This server is absolutely only used for this Laravel project, so I don't have to worry about messing with other projects, I'd just like to make sure this application is getting the best use it can for its purpose.
I'd appreciate any suggestions, I know there's a chance the terms I am searching for are incorrect, or maybe just outdated, so if there are any potential useful resources out there, I'd appreciate those as well.
Thank you so much!
It's really hard to be able to tell since there a lot of details lacking but here some things that can give you a direction of where to look:
Try downloading htop via apt-get and see what happens on your CPU/RAM load with each request to the server.
Do you use php-fpm to manage the php requests? This might help in finding out if the problem lies in your PHP code or in apache configuration
Did you try deploying to a different server? Do you still see the lagging on the other server as well? If not, this indicates a misconfiguration problem and not an issue with your code.
Do you have other processes that are running in the background and might slow things down? Cron? Laravel Queue?
If you try to install another app on the server (let's say phpmyadmin) is it slow as well or it works fine?
Try to take it from here. Best of luck.
I'm working on optimizing an app that interfaces with Parse.com and was wondering if anyone knew of a way to monitor/log all connections and/or queries executed.
I've looked through the documentation and clicked around and can't see anything readily available so hoping someone can help.
Thanks
We are trying to connect oracle db from loadrunner. Could you please help us in providing these details. we wanted the script to get the data from oracle DB before starting the execution. In our testing we are used different application and protocols used Web http/html, Tuxedo and CRM aplls.
You are headed down a path which will cause you harm. Build your data files ahead of time and include them with the scripts. I could tell you how to solve your problem technically, but doing so would the the technical equivalent of instructing you how to use a gun to rob a bank, ultimately a bad set of advice. Your question also exposes a lack of critical skills in client side architecture and communications. This gap will not serve you well as a performance tester.
I'm doing and application in which I need to establish a connection with an Oracle database. I was already capable of doing that perfectly with a software using Qt and the QOCIDriver, which means I both have the correct data to connect (username, password, etc.), as well as that my computer is capable of doing this correctly (i.e., the Oracle Client is correctly installed, etc.).
But now, when I moved to do the same in my 'Borland C++ Builder 6 application', using the Zeos library, I couldn't, with the Oracle database returning the error ORA-01017.
I ask myself what could be happening of wrong... I did a research on the web regarding this error and I found out that this is a particular message for a multitude of possible errors, most of which I'm not in position to check and correct - the database is located in a remote, private-access computer -, while at the same time without any clue about which of them is more probably true. Since I have quite a little time to solve this problem, any help indicating the most probable solution would be very thanked :)
Notice that I use the Zeos library to perform connections with a MySQL database with success - which means I know how to correctly program the library to perform such connections as well that the files used by Zeos library to do the connection are not too much old, minimizing the probability of this being a problem related to file incompatibility. The problem is happening only and particularly with the Oracle database.
Thanks,
Momergil
I hardly got in touch with the Oracle PLSQL Cartridge so far, and where I did, I found an Apache web server in place. I wonder whether it is possible to host the cartridge on a Microsoft IIS instead as well. Google wasn't really promising, so just to make sure... Feel free to say NO!!. If you happen to say yes, so much the better! :-)
Does the Thoth Gateway fit the bill ?
http://code.google.com/p/thoth-gateway/