oraclecommand #oracleconnection1 [Oracle] VisualStudio 와 Oracle의 연결 [OracleConnection] oracleConnection1부분 설정 this.oracleConnection1.ConnectionString = "~~~~~~"; this.oracleConnection1.Credential = null; this.oracleConnection1.PDBNanme = "xepdb1"; this.oracleConnection1.ServiceName = "xepdb1"; connectionString의 물결부분에 넣어주어야 할 코드 1. with tnsnames.ora DATA SOURCE = XEPDB1; USER ID = daye; PASSWORD = 1234; 2. without tnsnames.ora DATA SOURCE = (DESCRIPTION = (ADDRES.. 2021. 10. 19. 이전 1 다음