Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Inandjo
  • Content: Threads
  • Order by date
  1. Inandjo

    History of activity on oracle 10G DB!

    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!
  2. Inandjo

    Log too verbose with common-digester1.7.jar

    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...
  3. Inandjo

    How to force the use of an applicationresources file??

    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...
  4. Inandjo

    How to set custom environment variables at startup??

    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...
  5. Inandjo

    Stored procedure error ora-00600 on oracle 8i!

    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...
  6. Inandjo

    How to make apache work in conjonction with Tomcat?

    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!
  7. Inandjo

    Using Trubine development kit with tomcat??

    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...
  8. Inandjo

    How to get a specified number of rows to be returned?

    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!
  9. Inandjo

    HOW TO GET THE YEAR IN A DATE OBJECT??

    hi, i have an date object &quot;birthday&quot;. How can i get the year on that object , since getYear() method is deprecated. Thanx La faim justifie les moyens!
  10. Inandjo

    How to write 2 selects, category and subcategory??

    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...
  11. Inandjo

    How to parse a string to a date??

    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...
  12. Inandjo

    How to do this??

    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!
  13. Inandjo

    Constant table corruption!!

    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...
  14. Inandjo

    set-flush variable problem

    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??
  15. Inandjo

    max_connections problem

    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??
  16. Inandjo

    pb with Alert() and refresh right after!!

    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(&quot;something...
  17. Inandjo

    Mail class not found!!

    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!!
  18. Inandjo

    attachment sending code opens what???

    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=&quot;me&quot; ENCTYPE=&quot;multipart/form-data&quot...
  19. Inandjo

    Possible fine tune for this config!!

    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).
  20. Inandjo

    Store data in other folders....

    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!

Part and Inventory Search

Back
Top