Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
http://www.free-online-exams.com
Problem:
How to Reregister the Single Sign-on (SSO) Components
Solution:
Running the ssocfg registration tool
updates the SSO server login information and is only found in SSO server's
$ORACLE_HOME. Once you have re-registered the SSO server you will need to
re-register all associated SSO partner applications. If the application is
mod_osso based like, OIDDAS, Forms, or Reports, see section on ssoreg. If an
SDK based application like, Portal or E-bussiness see the documentation specific
to that application.
ssocfg
Example:
ssocfg http oracle3.us.oracle.com 80
ssocfg http oracle3.us.oracle.com 80
Running the ssoreg registration tool
updates the mod_osso registration record in osso.conf. The tool generates this
file whenever it runs. It is executed on the server whose mod_osso you want to
re-register.The following is an example using the minimum required parameters.
Running the script with no parameters will display details of parameter usage.
For additional/Optional parameters please refer to the SSO Admin Guide for the
specific version.
ssoreg -oracle_home_path
-site_name -config_mod_osso TRUE -mod_osso_url
-verbose TRUE
Where: the absolute path of the ORACLE_HOME
directory
http://oracle_http_host.domain:port
Version 9.0.2.x = Unix "-u root", Windows "-u SYSTEM"
Version 9.0.4.x, the -u value is supposed to be the user that installed the product, so usually "-u oracle". = Unix "-u oracle", Windows "-u SYSTEM"
Version 10.1.2.x and greater = Omit the u parameter
Example:
ssoreg.sh -oracle_home_path /u01/Oracle/products/Infra/ -site_name oracle3.us.oracle.com:80 -config_mod_osso TRUE -mod_osso_url http://oracle3.us.oracle.com:80 -verbose TRUE
ssoreg.sh -oracle_home_path /u01/Oracle/products/Infra/ -site_name oracle3.us.oracle.com:80 -config_mod_osso TRUE -mod_osso_url http://oracle3.us.oracle.com:80 -verbose TRUE
Once the script
has completed successfully the associated http server will need to be
restarted
References:
Note.315200.1 --
No comments:
Post a Comment