Application Developer Question:
Download Questions PDF

Suppose if you execute the following command in your Oracle Application Server 10g installation
to start the Oracle Internet Directory (OID) Server Instance with a new instance ID:
$ oidctl connect=infra server=oidldapd instance=1 host=edtdr5p1.us.oracle.com start
The command does not error out. But while trying to locate the server instance using the
Process Status (ps) operating system utility, you realize that the instance has not started.
What could be the reason?
A. The OID Listener process has not started.
B. The OID server processes have not started.
C. The Oracle HTTP Server process has not started.
D. The Oracle Internet Directory (OID) Monitor process has not started.

Answer:

D.The Oracle Internet Directory (OID) Monitor process has not started.

Download Application Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose if you need to save a certificate request in a file system directory by using Oracle Wallet
Manager. What would you do?
A. export the certificate request
B. use the File > Save As option
C. import the certificate request and save it
D. upload the certificate request to the Directory Service
Can we give DML statements inside a function?