Sie sind auf Seite 1von 2

=> How to Customize AppsLocalLogin.

jsp page
https://forums.oracle.com/forums/thread.jspa?threadID=946184
You can customize the appslocallogin.jsp page as much as you like....just have t
o remember that any patches could overwrite your work.
Add the following to the jsp page just below the <%-- $Header: AppsLocalLogin.js
p
<%
if (request.getParameter("agreement_notice") == null) {
response.sendRedirect("agreement.jsp");
}
%>
Then create the agreement.jsp page that has a form that posts back to the AppsLo
calLogin.jsp page.
MOS Doc 468971.1 (Tips For Personalizing The E-Business Suite 11i Login Page (Ap
psLocalLogin))
=> How to restrict access of users using SQL*Plus [ID 145951.1]
=> How to Restrict Access to the Database With Specific Tools (e.g. TOAD) o
r Applications [281229.1]
=> How To Stop A User From Dropping It&#39;s Own Objects [197611.1]
insert into product_user_profile
(product, userid, attribute, char_value, date_value)
values ('SQL*Plus','HR','DROP','DISABLED',NULL);
=> Troubleshooting ORA-01403, ORA-06508 and FRM-40735 in Forms [ID 459005.1]
cd $AU_TOP/resource
echo generation of pll file versions in /usr/tmp/pll.txt file
ls *.pll | while read file; do file_noext=`echo ${file} |cut -f1 -d"."` ; file_w
ext=${file}; version=`adident Header $file_wext |sed -e '/*/d' | grep $file_noex
t.pld | head -1 | tr -s " " | cut -d" " -f1,2,3`; echo $version; done > /usr/tmp
/pll.txt
echo generation of plx file versions in /usr/tmp/plx.txt file
ls *.plx | while read file; do file_noext=`echo ${file} |cut -f1 -d"."` ; file_w
ext=${file}; version=`adident Header $file_wext |sed -e '/*/d' | grep $file_noex
t.pld | head -1 | tr -s " " | cut -d" " -f1,2,3`; echo $version; done > /usr/tmp
/plx.txt
cd /usr/tmp/
diff pll.txt plx.txt
OR
sdiff -s pll.txt plx.txt
OR
comparison with any file compare utility between pll.txt and plx.txt


4349739605 CT PUNE 02-4-2013 Delivered 15-3-2013
2 <="" td="" type="radio"> 0657384194 8111557499
811-1907023
435-0053864
4350053864
8111907023
8211961984 ====> t
==========
One of the requirements for samePage is that the character set should be UTF-8.
You can either check with your DBA or run the following SQL to determine whether
your database character set is UTF-8.
SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;
It should return the value AL32UTF8.
Another option is to run the following SQL :
SELECT * FROM NLS_DATABASE_PARAMETERS
The value against NLS_CHARACTERSET should be UTF8.
**** Mobile Web Applications Server - MWA Troubleshooting Tips for E-Business Su
ite 11i and R12 Oracle Mobile Application Server [ID 269991.1]
If you want to use v$session to track, you can set the java command in the mwact
l.sh by removing the "-DPID" with "-DCLIENT_PROCESSID". After doing this v$sessi
on will show MWA Sessions.
ORA-24816: Expanded Non Long Bind Data Supplied After Actual Long Or Lob
Column [ID 452095.1]

Das könnte Ihnen auch gefallen