Vous êtes sur la page 1sur 2

--> in configuaration file we need to provide authanitication (public and privat

e) for "SCP" command.


CREATE_CHPCMN_STRING_SEARCH_PKG.sql
========================================
--> seems everything is ok but we can replace dba tables(like dba_objects,dba_so
urce) in place of all tables(like all_objects) since we could not find some of t
he
objects in all tables(like in all_objects,all_source ..etc ) because o
f restrictions in controlled environments.
--> need to create db link between OA and AP instances to access AP in objects
CHP_REPORTS_SEARCH.sh
=======================
--> need to place instance environment file(APPSOAQCTQED.env). Before placing an
environment file will have to create "oaqctqedappl" folder in "oaqctqed" folder
(. /opt/mis/apps/oraApps/"$instance_name"/"$lowerenv"appl/APPS"$instance_nam
e".env)
--> need to change the R12 path for searching the reports
("$path"/"$var"/11.5.0/reports/US)
--> need to move the files(rdfs) for that we have to create below directory stru
cture
(mv "$filename" /opt/mis/apps/oraApps/"$instance_name"/"$lowerenv"comn/temp/
b2b/email_templates)
--> need to change the db password before connecting to the data base
(sqlplus -s apps/easy2get@"$instance_name" << EOM)

CHP_AP_REPORTS_SEARCH.sh
===============================
--> need to place instance environment file(APPSAPQCTQED.env). Before placing an
environment file will have to create "apqctqedappl" folder in "apqctqed" folder
(. /opt/mis/apps/oraApps/"$instance_name"/"$lowerenv"appl/APPS"$instance_nam
e".env)
--> need to change the R12 path for searching the reports
("$path"/"$var"/11.5.0/reports/US)
--> need to move the files(rdfs) for that we have to create below directory stru
cture
(mv "$filename" /opt/mis/apps/oraApps/"$instance_name"/"$lowerenv"comn/temp/
rr/qct/out)
--> need to change the db password before connecting to the data base
(sqlplus -s apps/easy2get@"$instance_name" << EOM)
Note:
=======
--> same points applicable for all the shell scripts
--> directory_paths should be created for directory_name 'QCT_RR_OUT' and 'QCT_B

2B_EMAIL_TEMPLATE_DIR' in R12(i could see in QED & QEG) instances


DIRECTORY_NAME
==================
QCT_RR_OUT
p/tmp/rr/qct/out
QCT_B2B_EMAIL_TEMPLATE_DIR
p/tmp/b2b/email_templates

DIRECTORY_PATH
====================
/opt/mis4/apps/oraApps/OAQCTQED/applptm

/opt/mis4/apps/oraApps/OAQCTQED/applptm

Vous aimerez peut-être aussi