I have download a sample project code and it is using c# and oracle database. I am using VS2021 to show the project and in the files I have a folder that holds the oracle database. I need to connect to oracle database but when I open the sql developer I get to make a connection but I am getting error that there is no listener. Please help.
in the readme file I have:
1.Create a database name -> xe
2.Create a user -> IMS
3.Set password -> enteryourchoice
4.Download and install sqldeveloper
5.Import data
and attached is a screenshot of the contents of the database folder.
Thanks