Kumar Shanmugam

Greenhorn
+ Follow
since May 14, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kumar Shanmugam

HI,
Thanks for the suggestion.

All my applications are seperate portlets and they are deployed as seperate
WAR files.I don't know what is cooperative portlets which Amid suggest.

Please let me know How I can incorporate session in these kind of portlets.

Thanks.
16 years ago
HI,
I have indidual portlet applications deployed in OAS Portal 10G. I need to pass user related information to all applications which are indidual portlets to do some co-branding. I know that I can append these as a parameter to the Portlet URL. But I don't want to do that. Apart from that what are the possible options to put that in Session and access them in other portlets?

Please let me know.
16 years ago
HI Carol,
Thanks for the reply.

Siva.
Is it possible for working out all the sample programs mentioned in the SCWCD Exam Kit before going to the Exam?
Will studying only is enough to Excel?
I am using oracle Report Server with Oracle Application Server 9.x.When I pass pagestream="yes" and desformat="HTMLCSS" to the Report URL, it is prefectly launching the Report with pagination which I can use to navigate between pages.

But When I try to print preview this Report, I am getting error like "There was an internal error. Internet explorer was unable to print this document" and also I got some script error when I try to print the page without previewing.

But I did'nt get these errors when I use the desformat as PDF,XML, TAB, CSV etc. I saw the microsoft solution for this to do some printer configuration.
See the link: http://support.microsoft.com/kb/303486#top

I found that the footer where the pagination is published is of more length which IE is erroring out.

My question is, Is there any solution from Report Servlet side where we can control the pagestream pagination length in the Report page.(Other than pagestream=YES)
17 years ago
I am using oracle Report Server with Oracle Application Server 9.x.When I pass pagestream="yes" and desformat="HTMLCSS" to the Report URL, it is prefectly launching the Report with pagination which I can use to navigate between pages.

But When I try to print preview this Report, I am getting error like "There was an internal error. Internet explorer was unable to print this document" and also I got some script error when I try to print the page without previewing.

But I did'nt get these errors when I use the desformat as PDF,XML, TAB, CSV etc. I saw the microsoft solution for this to do some printer configuration.
See the link: http://support.microsoft.com/kb/303486#top

I found that the footer where the pagination is published is of more length which IE is erroring out.

My question is, Is there any solution from Report Servlet side where we can control the pagestream pagination length in the Report page.(Other than pagestream=YES)
17 years ago
I am using OEM 10.1.1 with Oracle 10G 10.1.2 OAS.

I am using the libraries individually in WEB_INF/Lib path for all the applications under
my OC4J instance. Please let me know How we can set the shared library path in
OC4J instance level which will have all the .jar files so that I may not individually use them.

Anyone can help on this concern.
17 years ago
I am using a table inside a div tag for my HTML Table header and I am having another table inside another div tag to display my resultset grid.

The no of columns in header and result may vary. I am not able to properly align the Header and grid concurrently.

Everytime I am supposed to adjust the width of the td for fomatting the table column/header alignment.

Please let me know if there are any solution to generalize this so that
I can pass the no of columns for Table Header and resultset.
Here is the trigger.

----------------------
create or replace TRIGGER DWUSER.TDS_JAVA_LOG_TRIG
BEFORE INSERT
ON DWADMIN.TDS_JAVA_LOG
REFERENCING NEW AS NEW OLD AS OLD
FOR EACH ROW
DECLARE
tmpVar NUMBER;
BEGIN
tmpVar := 0;

:NEW.login_date := systimestamp;
:NEW.user_id := log_user.v_log_user;

END tds_java_log_trig;
If we use DWR, we can omit writing the tedious javascript code fro implementing Ajax.
Also DWR has inbuild API's to use standard Ajax tags.
Can anybody know how we can use Oracle Package variable in Java/JDBC?

I am using a insert trigger on a table which will initialize the login user
from a package variable.In my log4j configuration file, while inserting data into this table, I am updating the user with my current user. But the insert statement is not identifying the user and it is inserting null.

PLease let me know.
Can anybody know about implementing DWR in Oracle Portal?

I am currently working in Oracle Portal on OAS 10.1.2.
I am using Ajax in some of my UI applications. I want to implement DWR
for Ajax related stuuf in my application.
Thanks for the reply.
Please anyone know about books/materials available for SCEA Exam.

My Friend already passed SCJP,SCWCD and SCBCD. He wants to do SCEA.
He seek my help through the Forum for the above.

Siva.
HI Siva,
I am in the middle of the SCWCD Certification.
Please explain me how your kit will be usefull in my study path.

Siva.