How would you stop Oracle REST Data Services (ORDS)?Stopping Oracle REST Data Services1.Connect as the opc user to the compute node.2.Start a root-user command shell:$ sudo -s#3.Stop ORDS:# /u01/app/oracle/product/ords/ords stopINFO: Stopping Oracle REST Data Services…INFO: Oracle REST Data Services stopped4.Exit the root-user command shell and close your connection to the compute node:# exit$ exitReference: https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/administer-ords.html
Question:
How would you stop Oracle REST Data Services (ORDS)?
Options:
Disable the APEX application in the Oracle GlassFish Server Administration Console.
Use the listener control tool (lsnrctl).
Stop the APEX resource in Enterprise Manager.
Use the ords_stop command.
Correct Answer
The Correct Answer for this Question is
Use the ords_stop command.