Dear Team,I’m getting error Connection not open - ORA 06413, Kindly help to solveThanks
Make sure you enter your connection info correctly, see Database Setup → Oracle:Notes
- From v2021 ASP.NET Maker can connect to Oracle database with or without Oracle client installed on your computer.
- If you prefer using Oracle TNS name (e.g. “XE”), you should use Oracle client (x86) which you can from the Oracle website. Make sure the path of your Oracle client (e.g. oci.dll) is among the Path variable under Windows Environment Variables → System variable.
- If you prefer direct connection to Oracle database without Oracle client, then you need to enter the TNS name in the format of host:port/service_name, e.g. “localhost:1521/XE”.