dberg35,
It is a standalone DVR box, and it can be configured with Static IP settings. It is these settings which I am looking for. How can this be done?
Hi,
I am trying to setup a standalone DVR with my computer. I want it to run without having the computer on. I am looking for the proper settings to configure it with. It is AVTech DVR AVC761ASV. The router I am using is D-Link 502T. Any help would be appreciated. Let me know if you have...
Hello,
I have written a stored procedure in mySql (ver 5.0) and I am getting an error which just says that there is a syntax error at 2nd line. I have done a lot of research and checked this code many times but can't figure out what could be the problem. Any help would be really appreciated...
Hi,
I am trying to read data from a port on my local machine which is fed live data through sportsticker.com. I have a connection already established between my local machine and sportsticker.com. A port on my local machine is listening to the data and I am trying to read this data from my...
Thanks SantaMufasa for your help. Your reply did shed some light on the topic. It's time for me to dig up some resources for more detail. If you happen to know any good ones, please recommend. Thanks.
manirana007
Hello All,
I have heard that you can build hierarchical datasets in Oracle 9i, but was wondering if this functionality is available in Oracle 8i. I found one article saying that Oracle was planning to implement it in Oracle 8i. Are there any good resources for building hierarchical datasets...
Hello all,
I have 4 classes that call a database access object class to insert,update,delete,search items. The problem is that each of entities send in different paramaters, and call a different package. Right now I have 4 different database access object classes, but I would like to have one...
You have to specify the OUT parameter in procedure. For example in oracle, you would call the procedure as follows:
try
{
stmt = conn.prepareCall("{call spGetAirportCodes(?)}");
stmt.registerOutParameter(1, OracleTypes.CURSOR); //REF CUR
stmt.execute();
rs =...
Hello,
I have a task I want Linux server to always run, but sometimes the server crashes and has to rebooted. In that case that task has to be restarted manually. I would like the task to be in the list of startup tasks, so it is loaded upon restart. Where would you put the script that has...
Hello,
I want to schedule a restart of Linux machine every day at night (1pm). And then have it start Weblogic server. I found that cron is a linux schedular, if so, how to schedule using it. Any ideas would be helpful. Thanks.
If I increase the number of connections, then won't this problem get worse, considering there is leak somewhere? How will increasing the number of connections help with Memory leak problem? Right now, all connections are active. If I increase the number, I suspect that all the more...
This problem started occuring when this e-commerce website was put in place. I know that the problem is with the JSP and Java files used, but I took care of database connnections problem. Namely, the database connections were opened and closed in a single try block. I implemented finally...
There is no way (or atleast that I know of) to check which application is keeping the connections. The server log shows that many JDBC memory leak errors are thrown and then eventually the server shutsdown with OutOfMemory error. The stack trace doesn't show which java file or JSP file caused...
Dian,
I checked the Weblogic console, and there I found that active connections are equal to maximum allowed capacity. I notice a problem with the memory usage graph. The memory alloted to Java Heap memory is >1GB, and the usage creeps up slowly and gets close to the max memory. There is a...
A server hosting an e-commerce website goes down every 3-4 hours with out of memory error (JDBC Memory Leak error). I have looked into this problem and found that the leak could be from database connection not being closed properly. I have taken care of this issue, and although the situation...
Hello,
There is a e-commerce website that is running using Weblogic server on Linux (Redhat) machine, that has JavaServer pages, using java beans. The server goes down every 3 or so hours dumping the Out Of Memory error. I think that it has to do with database connections being open. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.