How to generate DBC file R12.2
$INST_TOP/admin/install directory and run adgendbc.sh script.
[applmgr@vtebs1 secure]$ cd $INST_TOP/admin/install
[applmgr@vtebs1 install]$ sh
adgendbc.sh
adgendbc.sh started at Sat Jul 10 03:31:35 EDT 2021
Enter the APPS username: apps
Enter the APPS password:
SQL*Plus: Release 10.1.0.5.0 - Production on Sat Jul 10 03:31:41 2021
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter value for 1: Enter value for 2: Enter value for 3: Connected.
[ APPS_DATABASE_ID ]
Application Id : 0
Profile Value : test
Level Name: SITE
INFO :
Updated/created profile option value.
PL/SQL procedure successfully completed.
Commit complete.
Disconnected from Oracle Database 19c EE Extreme Perf Release 19.0.0.0.0
- Production
==============================
* * * * DBC PARAMETERS * * * *
==============================
fnd_jdbc_buffer_min=1
fnd_jdbc_buffer_max=5
fnd_jdbc_buffer_decay_interval=300
fnd_jdbc_buffer_decay_size=5
fnd_jdbc_usable_check=false
fnd_jdbc_context_check=true
fnd_jdbc_plsql_reset=false
====================================
* * * * NO CUSTOM PARAMETERS * * * *
====================================
Unique constraint error (00001) is OK if key already exists
Creating the DBC file...
Application server ID already exists for this host - loading..
ADD executed successfully -
/apps/applmgr/r12/fs2/inst/apps/test_vtebs1/appl/fnd/12.0.0/secure/test.dbc
Updating Server Security Authentication
AUTHENTICATION ON executed successfully -
/apps/applmgr/r12/fs2/inst/apps/test_vtebs1/appl/fnd/12.0.0/secure/test.dbc
adgendbc.sh ended at Sat Jul 10 03:31:48 EDT 2021
adgendbc.sh exiting with status 0
ERRORCODE = 0 ERRORCODE_END
[applmgr@vtebs1 install]$
Cd /apps/applmgr/r12/fs2/inst/apps/test_vtebs1/appl/fnd/12.0.0/secure
ls -ltr *.dbc*
-rw-------. 1 applmgr oaa 811 Jul 10 03:31 test.dbc_bkp_10JULY_21
-rw-------. 1 applmgr oaa 811 Jul 10 03:31 test.dbc
Reference
Comments
Post a Comment