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
E, is right
/u01/app/oracle/product/ords/ords stop
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/administer-ords.html#GUID-D87EE48E-E10D-4B9A-94D6-FD8F55CB3516
D
Is that dump is still valid
If D is the answer then , it should be ords stop not ords_stop. I think D is not the right answer
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
D
D (ords stop)
i and my friend also have taken this exam. we saw in result topics we did wrong this question. D is wrong
Correct answer is : /u01/app/oracle/product/ords/ords stop, whatever option it shows in exam 🙂
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.
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