.aimless.little.moth
.aimless.little.moth
CC#
Created by yatta on 1/23/2024 in #help
Seeding data from csv file
As you are not getting an ArgumentOutOfRangeException there is probably a line in your csv looking kind of like this ",,,, ,,,". I would open csv file in a notepad and check if this kind of entry exists. It would not be visible in excel but notepad will show this kind of entry
22 replies
CC#
Created by Rana on 3/9/2023 in #help
❔ error connection oracle
cannot help you then ;/
128 replies
CC#
Created by Rana on 3/9/2023 in #help
❔ error connection oracle
ok
128 replies
CC#
Created by Rana on 3/9/2023 in #help
❔ error connection oracle
Check if this formatting is correct:
"OracleConnectionString": "Data Source=(DESCRIPTION =(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.34)(PORT = 1521)))(CONNECT_DATA =(SERVICE_NAME=orcl)));User Id=RHODES_HR;password=RHODES_HR;"
"OracleConnectionString": "Data Source=(DESCRIPTION =(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.34)(PORT = 1521)))(CONNECT_DATA =(SERVICE_NAME=orcl)));User Id=RHODES_HR;password=RHODES_HR;"
Don't have an access to any oracle instance right now to try it out
128 replies
CC#
Created by Rana on 3/9/2023 in #help
❔ error connection oracle
You can try to connect using this connection string, I usually connect to oracle using tnsnames.ora file
"OracleConnectionString":"Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=
(PROTOCOL=TCP)(HOST=192.168.1.34)(PORT=1521)))(CONNECT_DATA=orcl)));User Id=RHODES_HR;password=RHODES_HR;"
"OracleConnectionString":"Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=
(PROTOCOL=TCP)(HOST=192.168.1.34)(PORT=1521)))(CONNECT_DATA=orcl)));User Id=RHODES_HR;password=RHODES_HR;"
128 replies