Hi,
I've a class as under , which is getting run from a JSP. The JSP is providing the Batch File to Run :
==========================================================
public int runbat(String batchfilename) throws Exception{
Runtime rt = Runtime.getRuntime();
String cmd="E:\\myweb\\" +...
Hi,
I am a novice to Tomcat and JSPs. The installation has been done on default port of 8080. Port 80 is currently being used for IIS.
What changes do I need to make , so that I need not type in the port number 8080 at the url to access the JSPs. I have gone thru documentation, but could not...
Hi,
I am novice on Tomcat and JSPs. The installation has been done on default port of 8080. Port 80 is currently being used for IIS.
What changes do I need to make , so that I need not type in the port number 8080 at the url to access the JSPs
Thanks
I need to create a constraint on a table T1 with columns of interest as ColA and ColB, with a constraint as under :
The Value I insert into ColA should exist on ColB. I cannot create a trigger since it will result into a mutating table, the moment I try to do a select on the table I am residing...
I have create a type using the following SQL :
create or replace TYPE RC_SYSTEM_CODES IS REF CURSOR RETURN SYSTEM_CODES%ROWTYPE;
then I am trying to create a function using this :
CREATE OR REPLACE FUNCTION uf_myfun(INP VARCHAR2)
RETURN RC_SYSTEM_CODES
AS
rc RC_SYSTEM_CODES;
BEGIN...
Hi,
I am interested in comparing the file sizes on the source server and the destination server, however the bytes size does not match exactly.
I have the bytes size from ls -l from the source server. Now after performing the FTP I am asking for the size command in FTP , however the file size...
Hi,
I have a JSP , a subset of which, having problem is as under :
<html>
<body>
<input type="text" name="myname" value="ABC"><br>
<input type="text" name="myname" value="JKL"><br>
<input type="text" name="myname"...
Hi gheist,
I am using AIX ver 4.3 and can you be more explicit in your answer.
How do I patch to a later maintenance level and what does it imply ?
Thanks
Hi,
I have a Korn Shell which creates a dynamic .netrc file, which is then copied to $HOME and then performs a FTP job.
The .netrc is sometimes around 20K bytes too. While tyring to perform the FTP it gives me the following message :
4K macro buffer exceeded
How can I solve this...
Hi,
Is there any function available or any shorter / quicker way of finding out in a varchar2 column if the value is a number or not ?
Rows in a varchar2 column may have character values or numeric values. Any way of alienating the only numeric rows.
Thanks
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.