Hi,
I have an oracle DB where some tables have been wipped out sometime between yesterday and last thursday.
Is there a utility on oracle where i can just find when this was done, and(ideally) find the bastard who goofed on this one and nail him??
Thank you!
La faim justifie les moyens!
Hi,
I have a process that extracts data from a database and transforms them into XML files.
To do so, I use something like 20jars, and I have a batch file that is invoked to start the main class doing all the work. A the jars, there is commons-digester.1.7.jar which seems to have an extremely...
Hi,
I'm using struts 1.2.8 along with JSPs in an application.
As at now for the internationalization, I'm just using the normal mechanism just by specifying the path to the resources file in my struts config file.
Now, I need to be able to switch from one file to another just by clicking a...
Hi,
I am using tomcat 5.0 on a win2K box, and i cant seem to get an environment variable of mine to be set at startup.
The idea is that I would have a variable called VARIABLEG, that i could setup at tomcat startup, and then retrieve this variable later in a java program, the following way...
Hello,
I'm a newbie to oracle, and created the following stored procedure:
<quote>
create or replace procedure myproc4(dno number, perc number)
is
cursor emp_cur (dept_no number) is
select sal from emp where deptno=dept_no for update of sal;
empsal number(8);
begin
open...
hi,
i would like to have an example of configuration in order to make apache work with tomcat. I would also like to know if there is any program i have to install or it's a parameter thing to do on the httpd.conf??
thanx
La faim justifie les moyens!
hi,
i wanted to get an app developped under Turbine Development Kit 2.1 to run under tomcat 4.0( running as a service!).
I couldn't find tomcat 4.0 so i had to get 4.1.29, installed it then tryed to copy everything from
tdk2.1\webapps\myapp_name\WEB-INF\ to tomcat4.1.29\webapps\myapp_name.
It...
hi ,
i am writing a pager for an application, and i would like to know what SQL command i have to execute to have say row x to y in a result set.
Thanx
La faim justifie les moyens!
hi,
i have an date object "birthday".
How can i get the year on that object , since getYear() method is deprecated.
Thanx
La faim justifie les moyens!
hi all,
i'm trying to have 2 select boxes on an html page:
the first select would have main categories, and second select would have sub categories, depending on the item clicked in the first select.
How can i write that in javascript?
Can i have just an example that i can replicate?
Thanx!
La...
hi,
am using jdk1.3.1, and i have a function to parse strings to date like this:
public Date stringToDate (String date) {
DateFormat df = DateFormat.getDateTimeInstance();
Date d = null;
try {
d = df.parse(date);
} catch (Exception e) {
.......
}
return d;
}
The date string...
hi, am looking for a free tool to dump DB2 data straight to a mysql table.
What tools is best to do that, bearing in mind that it has to be free!
thanks
La faim justifie les moyens!
hi,
am using mysql 3.23.49 on win2k, and i have an application accessing the database an updating a particular table at least twice every minute, and inserting new records every 10 minutes.
My problem is that, am experiencing data corruption on that particullar table every day at least once.
The...
hi,
according to the docs, i should be able to set flush to on by editing the my.ini in the winmysqladmin(Win version).
Now when i add
set-variable = flush = on
the database can't be restarted and crashes.
How can i set the flush variable to ON then??
hi,
i'm using MySQL 3.23.24 and i want to set the max_connection variable to another value.
I checked the help but there's no clear explaination.
Can somebody quickely give me the command i should execute??
hi,
i'm trying to have an alert() on a page then after you click on the OK button of the alert(), it should bring you back to the page you were coming from.
that page is like this:
....
</title>
<meta http-equiv='refresh' content'1; url=http://dir'>
</head>
<body onload='alert("something...
hi,
am i've been looking for a class to handle email messages.
Am using jdk1.3.1, and i'd like to know what i got to do to be able to set and send email from that API.
If i need to download some jar files and add them to the libs, please tell me as well!!
hi ,
i have some code that is being used to open attachment and send them.
I need to know which default folder this piece of code opens, because sometimes it would open myDocuments, some other time it would open the desktop!
<form name="me" ENCTYPE="multipart/form-data"...
i have a database accessed by 100 machines at the same time, inserting a record every second.
How best can i optimize my buffer size and cache, knowing that am running the database on a win2k server machine P3 1Ghz, 512 Ram.?
Another thing is that my engine is live 24/7 (MySQL 3.23.24- beta).
hi,
is there a way i can store my data in an other folder than the data folder under mysql/data?
If yes how can i achieve that, even on another drive on the same machine??
I read the manual, i didn't find anything about it!
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.