How would you stop Oracle REST Data Services (ORDS)?

How would you stop Oracle REST Data Services (ORDS)?

How would you stop Oracle REST Data Services (ORDS)?

A.
Disable the APEX application in the Oracle GlassFish Server Administration Console.

B.
Use the listener control tool (lsnrctl).

C.
Stop the APEX resource in Enterprise Manager.

D.
Use theords_stopcommand.

Explanation:
Stopping Oracle REST Data Services



Leave a Reply 11

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


Moieen

Moieen

Is that dump is still valid

Sreedhu

Sreedhu

If D is the answer then , it should be ords stop not ords_stop. I think D is not the right answer

Tina

Tina

D

1. Connect as the opc user to the compute node.
See Connecting to a Compute Node Through Secure Shell (SSH).
2. Start a root-user command shell:
$ sudo -s
#
3. Stop ORDS:
# /u01/app/oracle/product/ords/ords stop
INFO: Stopping Oracle REST Data Services…
INFO: Oracle REST Data Services stopped
4. Exit the root-user command shell and close your connection to the compute node:
# exit
$ exit

MARTIN

MARTIN

D (ords stop)

edi

edi

i and my friend also have taken this exam. we saw in result topics we did wrong this question. D is wrong

RAJ KUMAR KUSHAWAHA

RAJ KUMAR KUSHAWAHA

Correct answer is : /u01/app/oracle/product/ords/ords stop, whatever option it shows in exam 🙂

colu

colu

Hi edi.

The questions on the exam are the same that the questions and answers in this thread? (1z0-160.v1).
Thank you very much in advance.
Regards.

colu

colu

D must be ok.

Stopping Oracle REST Data Services
Connect as the opc user to the compute node.

See Connecting to a Compute Node Through Secure Shell (SSH).

Start a root-user command shell:

$ sudo -s
#
Stop ORDS:

# /u01/app/oracle/product/ords/ords stop
INFO: Stopping Oracle REST Data Services…
INFO: Oracle REST Data Services stopped
Exit the root-user command shell and close your connection to the compute node:

# exit
$ exit