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...
i have read about struts, and i would lke to know how it differs from velocity and what made you choose struts rather than velocity?
La faim justifie les moyens!
you can rename it, but you may have to change a couple of things like environment variables (if you set some on that directory), and also if tomcat was installed as a service, you may have to uninstall the service and reinstall it!
La faim justifie les moyens!
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!
thanx venu,
i hav all the required libs in the myapp_name/web-inf/lib folder.
I was using TDK so i just copied the directory under
tdk/webapps/myapp_name to tomcat/webapps/myapp_name.
I even tried to put a war file of the webapp in the tomcat webapps folder: still, it didn't work out!
La faim...
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!
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.