where do you find the server process scripts of the database tier?

In the Oracle Applications R12 file system, where do you find the server process scripts of the
database tier?

In the Oracle Applications R12 file system, where do you find the server process scripts of the
database tier?

A.
<INST_TOP>/admin/scripts

B.
<APPL_TOP>/admin/scripts

C.
<iAS ORACLE_HOME>/scripts

D.
<8.0.6 ORACLE HOME>/appsutil/scripts

E.
<RDBMS ORACLE_HOME>/appsutil/scripts/<context_name>/

F.
<RDBMS ORACLE_HOME/appsutil/admin/scripts/<context_name>/



Leave a Reply 2

Your email address will not be published. Required fields are marked *


aplatoniclover

aplatoniclover

f

CarryNL

CarryNL

Unfortunately you’re wrong. The correct answer, as indicated, is E.
From the Oracle documentation: https://docs.oracle.com/cd/E26401_01/doc.122/e22953/T174296T589913.htm

Commands for managing processes on the Database tier

All the scripts listed below are located in /appsutil/scripts/.

Functionality UNIX Command Windows Command
Start database listener process addlnctl.sh start addlnctl.cmd start
Stop database listener process addlnctl.sh stop addlnctl.cmd stop
Start database server process addbctl.sh start addbctl.cmd start
Stop database server process addbctl.sh stop addbctl.cmd stop