In Azure, Linux + Oracle 18c VM, In Bash shel, lsnrctl start, Command Not found; First step to create a database

SKR 1 Reputation point
2020-08-23T07:39:46.693+00:00

In Azure, Linux + Oracle 18c VM Created,

In Bash shell command,

$ lsnrctl star,

bash : Command Not found
First step to create a database

It is connect to Oracle sudo

What may be problem,

Thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 26,487 Reputation points Moderator
    2020-08-24T12:32:39.487+00:00

    @SKR

    From the command you have mentioned it looks like there is a typo lsnrctl star, (I assume, it could be a copy paste error in this question)
    It should be lsnrctl start

    Can you please share if you were following any specific documentation for this.
    One reason could be with SELinux. Try to disable SELinux and check if that helps.

    I was successfully in creating an Oracle Database in an Azure VM following this document. Tried this on Azure Cloud Shell with the same image as per the document.

    19847-oracle-db-issue.jpg

    Hope the provided information is helpful.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.