Giter VIP home page Giter VIP logo

Comments (16)

sijms avatar sijms commented on August 27, 2024

ok
first thank you for your help

I need to ask you 2 question:
1- is username and password pure English characters or contain unicode characters
2- if I am not wrong the database version is 12c or higher?

from go-ora.

rodrigoodhin avatar rodrigoodhin commented on August 27, 2024

Hi @sijms

1- The username and password are pure English
2- Oracle Version: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production

Thanks!

from go-ora.

sijms avatar sijms commented on August 27, 2024

can you make test
now it is almost same as version 1

from go-ora.

deferbot avatar deferbot commented on August 27, 2024

Same issue here, a revert to previous version and ok.

from go-ora.

sijms avatar sijms commented on August 27, 2024

what is you oracle version?

from go-ora.

deferbot avatar deferbot commented on August 27, 2024

Oracle Database 19c Enterprise Edition Release 19.0.0.0.0
Version 19.3.0.0.0

from go-ora.

sijms avatar sijms commented on August 27, 2024

can you share log file

from go-ora.

rodrigoodhin avatar rodrigoodhin commented on August 27, 2024

Hi @sijms ,

Same error. The error occurs on prepare statement and if I remove prepare statement and execute query, the error occurs there.
Apparently I logging, but at prepare I'm receiving this error.

I'm using this code to test:

func main() {

	conn, err := sql.Open("oracle", "oracle://USER:PASS@URL:1521/SERVICE?TRACE FILE=god_ora_trace.log")
	dieOnError("Can't create connection:", err)
	defer conn.Close()

	fmt.Println("Successfully connected.")
	
	stmt, err := conn.Prepare("SELECT field FROM table WHERE field = :1")
	dieOnError("Error preparing query ", err)
	defer stmt.Close()
	
	rows, err := stmt.Query("TEST")
	dieOnError("Can't create query:", err)

	var xmlFromDB string
	for rows.Next() {
		err = rows.Scan(&xmlFromDB)
		fmt.Printf("xmlFromDB %v\n", xmlFromDB)
		dieOnError("Not possible receive data from Database ", err)
	}
	defer rows.Close()
}

Output:

Successfully connected.
Can't create query: ORA-01017: invalid username/password; logon denied

exit status 1

Trace Log:

2021-03-09T12:54:06.1215: Open :(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=racazbprd.mch.moc.sgps:1521)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=WMPLA2PP)(CID=(PROGRAM=/tmp/go-build542160584/b001/exe/go_ora)(HOST=rodrigo-bold)(USER=rodrigo))))
2021-03-09T12:54:06.1216: Connect
2021-03-09T12:54:06.1866: 
Write packet:
00000000  01 16 00 00 01 00 00 00  01 3d 01 2c 0c 01 ff ff  |.........=.,....|
00000010  ff ff 4f 98 00 00 00 01  00 d0 00 46 00 00 00 00  |..O........F....|
00000020  01 01 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000030  00 00 00 00 00 00 00 00  00 00 00 00 ff ff 00 00  |................|
00000040  ff ff 00 00 00 00 28 44  45 53 43 52 49 50 54 49  |......(DESCRIPTI|
00000050  4f 4e 3d 28 41 44 44 52  45 53 53 3d 28 50 52 4f  |ON=(ADDRESS=(PRO|
00000060  54 4f 43 4f 4c 3d 74 63  70 29 28 48 4f 53 54 3d  |TOCOL=tcp)(HOST=|
00000070  72 61 63 61 7a 62 70 72  64 2e 6d 63 68 2e 6d 6f  |racazbprd.mch.mo|
00000080  63 2e 73 67 70 73 3a 31  35 32 31 29 28 50 4f 52  |c.sgps:1521)(POR|
00000090  54 3d 31 35 32 31 29 29  28 43 4f 4e 4e 45 43 54  |T=1521))(CONNECT|
000000a0  5f 44 41 54 41 3d 28 53  45 52 56 49 43 45 5f 4e  |_DATA=(SERVICE_N|
000000b0  41 4d 45 3d 57 4d 50 4c  41 32 50 50 29 28 43 49  |AME=WMPLA2PP)(CI|
000000c0  44 3d 28 50 52 4f 47 52  41 4d 3d 2f 74 6d 70 2f  |D=(PROGRAM=/tmp/|
000000d0  67 6f 2d 62 75 69 6c 64  35 34 32 31 36 30 35 38  |go-build54216058|
000000e0  34 2f 62 30 30 31 2f 65  78 65 2f 67 6f 5f 6f 72  |4/b001/exe/go_or|
000000f0  61 29 28 48 4f 53 54 3d  72 6f 64 72 69 67 6f 2d  |a)(HOST=rodrigo-|
00000100  62 6f 6c 64 29 28 55 53  45 52 3d 72 6f 64 72 69  |bold)(USER=rodri|
00000110  67 6f 29 29 29 29                                 |go))))|
2021-03-09T12:54:06.2030: 
Read packet:
00000000  00 0a 00 00 05 02 00 00  01 33                    |.........3|
2021-03-09T12:54:06.2031: 
Read packet:
00000000  01 3d 00 00 06 00 00 00  00 40 28 41 44 44 52 45  |.=.......@(ADDRE|
00000010  53 53 3d 28 50 52 4f 54  4f 43 4f 4c 3d 54 43 50  |SS=(PROTOCOL=TCP|
00000020  29 28 48 4f 53 54 3d 31  30 2e 31 32 37 2e 32 34  |)(HOST=10.127.24|
00000030  35 2e 33 33 29 28 50 4f  52 54 3d 31 35 32 31 29  |5.33)(PORT=1521)|
00000040  29 00 28 44 45 53 43 52  49 50 54 49 4f 4e 3d 28  |).(DESCRIPTION=(|
00000050  41 44 44 52 45 53 53 3d  28 50 52 4f 54 4f 43 4f  |ADDRESS=(PROTOCO|
00000060  4c 3d 74 63 70 29 28 48  4f 53 54 3d 72 61 63 61  |L=tcp)(HOST=raca|
00000070  7a 62 70 72 64 2e 6d 63  68 2e 6d 6f 63 2e 73 67  |zbprd.mch.moc.sg|
00000080  70 73 3a 31 35 32 31 29  28 50 4f 52 54 3d 31 35  |ps:1521)(PORT=15|
00000090  32 31 29 29 28 43 4f 4e  4e 45 43 54 5f 44 41 54  |21))(CONNECT_DAT|
000000a0  41 3d 28 53 45 52 56 49  43 45 5f 4e 41 4d 45 3d  |A=(SERVICE_NAME=|
000000b0  57 4d 50 4c 41 32 50 50  29 28 43 49 44 3d 28 50  |WMPLA2PP)(CID=(P|
000000c0  52 4f 47 52 41 4d 3d 2f  74 6d 70 2f 67 6f 2d 62  |ROGRAM=/tmp/go-b|
000000d0  75 69 6c 64 35 34 32 31  36 30 35 38 34 2f 62 30  |uild542160584/b0|
000000e0  30 31 2f 65 78 65 2f 67  6f 5f 6f 72 61 29 28 48  |01/exe/go_ora)(H|
000000f0  4f 53 54 3d 72 6f 64 72  69 67 6f 2d 62 6f 6c 64  |OST=rodrigo-bold|
00000100  29 28 55 53 45 52 3d 72  6f 64 72 69 67 6f 29 29  |)(USER=rodrigo))|
00000110  28 53 45 52 56 45 52 3d  64 65 64 69 63 61 74 65  |(SERVER=dedicate|
00000120  64 29 28 49 4e 53 54 41  4e 43 45 5f 4e 41 4d 45  |d)(INSTANCE_NAME|
00000130  3d 57 4d 50 4c 41 32 50  50 32 29 29 29           |=WMPLA2PP2)))|
2021-03-09T12:54:06.2032: Redirect
2021-03-09T12:54:06.2032: Connect
2021-03-09T12:54:06.2245: 
Write packet:
00000000  01 16 00 00 01 00 00 00  01 3d 01 2c 0c 01 ff ff  |.........=.,....|
00000010  ff ff 4f 98 00 00 00 01  00 d0 00 46 00 00 00 00  |..O........F....|
00000020  01 01 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000030  00 00 00 00 00 00 00 00  00 00 00 00 ff ff 00 00  |................|
00000040  ff ff 00 00 00 00 28 44  45 53 43 52 49 50 54 49  |......(DESCRIPTI|
00000050  4f 4e 3d 28 41 44 44 52  45 53 53 3d 28 50 52 4f  |ON=(ADDRESS=(PRO|
00000060  54 4f 43 4f 4c 3d 74 63  70 29 28 48 4f 53 54 3d  |TOCOL=tcp)(HOST=|
00000070  72 61 63 61 7a 62 70 72  64 2e 6d 63 68 2e 6d 6f  |racazbprd.mch.mo|
00000080  63 2e 73 67 70 73 3a 31  35 32 31 29 28 50 4f 52  |c.sgps:1521)(POR|
00000090  54 3d 31 35 32 31 29 29  28 43 4f 4e 4e 45 43 54  |T=1521))(CONNECT|
000000a0  5f 44 41 54 41 3d 28 53  45 52 56 49 43 45 5f 4e  |_DATA=(SERVICE_N|
000000b0  41 4d 45 3d 57 4d 50 4c  41 32 50 50 29 28 43 49  |AME=WMPLA2PP)(CI|
000000c0  44 3d 28 50 52 4f 47 52  41 4d 3d 2f 74 6d 70 2f  |D=(PROGRAM=/tmp/|
000000d0  67 6f 2d 62 75 69 6c 64  35 34 32 31 36 30 35 38  |go-build54216058|
000000e0  34 2f 62 30 30 31 2f 65  78 65 2f 67 6f 5f 6f 72  |4/b001/exe/go_or|
000000f0  61 29 28 48 4f 53 54 3d  72 6f 64 72 69 67 6f 2d  |a)(HOST=rodrigo-|
00000100  62 6f 6c 64 29 28 55 53  45 52 3d 72 6f 64 72 69  |bold)(USER=rodri|
00000110  67 6f 29 29 29 29                                 |go))))|
2021-03-09T12:54:06.2847: 
Read packet:
00000000  00 29 00 00 02 00 00 00  01 3b 0c 01 00 00 00 00  |.).......;......|
00000010  01 00 00 00 00 29 41 01  00 00 00 00 00 00 00 00  |.....)A.........|
00000020  00 00 20 00 00 00 ff ff  00                       |.. ......|
2021-03-09T12:54:06.2847: Handshake Complete
2021-03-09T12:54:06.2848: Advance Negotiation
2021-03-09T12:54:06.2848: 
Write packet:
00000000  00 00 00 a4 06 00 00 00  00 00 de ad be ef 00 9a  |................|
00000010  0b 20 02 00 00 04 00 00  04 00 03 00 00 00 00 00  |. ..............|
00000020  04 00 05 0b 20 02 00 00  08 00 01 00 00 10 1c 66  |.... ..........f|
00000030  ec 28 ea 00 12 00 01 de  ad be ef 00 03 00 00 00  |.(..............|
00000040  04 00 04 00 01 00 02 00  03 00 01 00 03 00 00 00  |................|
00000050  00 00 04 00 05 0b 20 02  00 00 02 00 03 e0 e1 00  |...... .........|
00000060  02 00 06 fc ff 00 02 00  03 00 00 00 00 00 04 00  |................|
00000070  05 0b 20 02 00 00 0c 00  01 00 01 08 0a 06 03 02  |.. .............|
00000080  0b 0c 0f 10 11 00 01 00  02 01 00 03 00 02 00 00  |................|
00000090  00 00 00 04 00 05 0b 20  02 00 00 06 00 01 00 01  |....... ........|
000000a0  03 04 05 06                                       |....|
2021-03-09T12:54:06.3134: 
Read packet:
00000000  00 00 00 7f 06 20 00 00  00 00 de ad be ef 00 75  |..... .........u|
00000010  00 00 00 00 00 04 00 00  04 00 03 00 00 00 00 00  |................|
00000020  04 00 05 0c 10 02 00 00  02 00 06 00 1f 00 0e 00  |................|
00000030  01 de ad be ef 00 03 00  00 00 02 00 04 00 01 00  |................|
00000040  01 00 02 00 00 00 00 00  04 00 05 0c 10 02 00 00  |................|
00000050  02 00 06 fb ff 00 02 00  02 00 00 00 00 00 04 00  |................|
00000060  05 0c 10 02 00 00 01 00  02 00 00 03 00 02 00 00  |................|
00000070  00 00 00 04 00 05 0c 10  02 00 00 01 00 02 00     |...............|
2021-03-09T12:54:06.3135: TCP Negotiation
2021-03-09T12:54:06.3135: 
Write packet:
00000000  00 00 00 1c 06 00 00 00  00 00 01 06 00 4f 72 61  |.............Ora|
00000010  63 6c 65 43 6c 69 65 6e  74 47 6f 00              |cleClientGo.|
2021-03-09T12:54:06.3284: 
Read packet:
00000000  00 00 00 ef 06 00 00 00  00 00 01 06 00 78 38 36  |.............x86|
00000010  5f 36 34 2f 4c 69 6e 75  78 20 32 2e 34 2e 78 78  |_64/Linux 2.4.xx|
00000020  00 69 03 01 0a 00 66 03  40 03 01 40 03 66 03 01  |.i....f.@[email protected]..|
00000030  66 03 48 03 01 48 03 66  03 01 66 03 52 03 01 52  |f.H..H.f..f.R..R|
00000040  03 66 03 01 66 03 61 03  01 61 03 66 03 01 66 03  |.f..f.a..a.f..f.|
00000050  1f 03 08 1f 03 66 03 01  00 64 00 00 00 60 01 24  |.....f...d...`.$|
00000060  0f 05 0b 0c 03 0c 0c 05  04 05 0d 06 09 07 08 05  |................|
00000070  05 05 05 05 0f 05 05 05  05 05 0a 05 05 05 05 05  |................|
00000080  04 05 06 07 08 08 23 47  23 47 08 11 23 08 11 41  |......#G#G..#..A|
00000090  b0 47 00 83 03 69 07 d0  03 00 00 00 00 00 00 00  |.G...i..........|
000000a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000000b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 28 06  |..............(.|
000000c0  01 01 01 2f 01 01 07 01  01 01 01 01 01 01 7f ff  |.../............|
000000d0  03 0b 03 03 01 01 ff 01  ff ff 01 0a 01 01 ff 01  |................|
000000e0  06 09 60 01 7f 04 00 07  02 01 00 01 18 00 03     |..`............|
2021-03-09T12:54:06.3285: Server Charset: 873
2021-03-09T12:54:06.3285: Server National Charset: 2000
2021-03-09T12:54:06.3285: Data Type Negotiation
2021-03-09T12:54:06.3286: 
Write packet:
00000000  00 00 0a 65 06 00 00 00  00 00 02 69 03 69 03 03  |...e.......i.i..|
00000010  29 06 01 00 00 6a 01 01  0b 01 01 01 01 01 01 00  |)....j..........|
00000020  29 90 03 07 03 00 01 00  eb 01 00 05 01 00 00 00  |)...............|
00000030  18 00 00 07 20 02 3a 00  00 05 07 02 01 00 00 00  |.... .:.........|
00000040  00 02 80 00 00 00 3c 3c  3c 80 00 00 00 00 00 00  |......<<<.......|
00000050  15 d0 07 00 01 00 01 00  01 00 00 00 02 00 02 00  |................|
00000060  0a 00 00 00 08 00 08 00  01 00 00 00 0c 00 0c 00  |................|
00000070  0a 00 00 00 17 00 17 00  01 00 00 00 18 00 18 00  |................|
00000080  01 00 00 00 19 00 19 00  01 00 00 00 1a 00 1a 00  |................|
00000090  01 00 00 00 1b 00 1b 00  01 00 00 00 1c 00 1c 00  |................|
000000a0  01 00 00 00 1d 00 1d 00  01 00 00 00 1e 00 1e 00  |................|
000000b0  01 00 00 00 1f 00 1f 00  01 00 00 00 20 00 20 00  |............ . .|
000000c0  01 00 00 00 21 00 21 00  01 00 00 00 0a 00 0a 00  |....!.!.........|
000000d0  01 00 00 00 0b 00 0b 00  01 00 00 00 28 00 28 00  |............(.(.|
000000e0  01 00 00 00 29 00 29 00  01 00 00 00 75 00 75 00  |....).).....u.u.|
000000f0  01 00 00 00 78 00 78 00  01 00 00 01 22 01 22 00  |....x.x.....".".|
00000100  01 00 00 01 23 01 23 00  01 00 00 01 24 01 24 00  |....#.#.....$.$.|
00000110  01 00 00 01 25 01 25 00  01 00 00 01 26 01 26 00  |....%.%.....&.&.|
00000120  01 00 00 01 2a 01 2a 00  01 00 00 01 2b 01 2b 00  |....*.*.....+.+.|
00000130  01 00 00 01 2c 01 2c 00  01 00 00 01 2d 01 2d 00  |....,.,.....-.-.|
00000140  01 00 00 01 2e 01 2e 00  01 00 00 01 2f 01 2f 00  |...........././.|
00000150  01 00 00 01 30 01 30 00  01 00 00 01 31 01 31 00  |....0.0.....1.1.|
00000160  01 00 00 01 32 01 32 00  01 00 00 01 33 01 33 00  |....2.2.....3.3.|
00000170  01 00 00 01 34 01 34 00  01 00 00 01 35 01 35 00  |....4.4.....5.5.|
00000180  01 00 00 01 36 01 36 00  01 00 00 01 37 01 37 00  |....6.6.....7.7.|
00000190  01 00 00 01 38 01 38 00  01 00 00 01 39 01 39 00  |....8.8.....9.9.|
000001a0  01 00 00 01 3b 01 3b 00  01 00 00 01 3c 01 3c 00  |....;.;.....<.<.|
000001b0  01 00 00 01 3d 01 3d 00  01 00 00 01 3e 01 3e 00  |....=.=.....>.>.|
000001c0  01 00 00 01 3f 01 3f 00  01 00 00 01 40 01 40 00  |....?.?.....@.@.|
000001d0  01 00 00 01 41 01 41 00  01 00 00 01 42 01 42 00  |....A.A.....B.B.|
000001e0  01 00 00 01 43 01 43 00  01 00 00 01 47 01 47 00  |....C.C.....G.G.|
000001f0  01 00 00 01 48 01 48 00  01 00 00 01 49 01 49 00  |....H.H.....I.I.|
00000200  01 00 00 01 4b 01 4b 00  01 00 00 01 4d 01 4d 00  |....K.K.....M.M.|
00000210  01 00 00 01 4e 01 4e 00  01 00 00 01 4f 01 4f 00  |....N.N.....O.O.|
00000220  01 00 00 01 50 01 50 00  01 00 00 01 51 01 51 00  |....P.P.....Q.Q.|
00000230  01 00 00 01 52 01 52 00  01 00 00 01 53 01 53 00  |....R.R.....S.S.|
00000240  01 00 00 01 54 01 54 00  01 00 00 01 55 01 55 00  |....T.T.....U.U.|
00000250  01 00 00 01 56 01 56 00  01 00 00 01 57 01 57 00  |....V.V.....W.W.|
00000260  01 00 00 01 58 01 58 00  01 00 00 01 59 01 59 00  |....X.X.....Y.Y.|
00000270  01 00 00 01 5a 01 5a 00  01 00 00 01 5c 01 5c 00  |....Z.Z.....\.\.|
00000280  01 00 00 01 5d 01 5d 00  01 00 00 01 62 01 62 00  |....].].....b.b.|
00000290  01 00 00 01 63 01 63 00  01 00 00 01 67 01 67 00  |....c.c.....g.g.|
000002a0  01 00 00 01 6b 01 6b 00  01 00 00 01 7c 01 7c 00  |....k.k.....|.|.|
000002b0  01 00 00 01 7d 01 7d 00  01 00 00 01 7e 01 7e 00  |....}.}.....~.~.|
000002c0  01 00 00 01 7f 01 7f 00  01 00 00 01 80 01 80 00  |................|
000002d0  01 00 00 01 81 01 81 00  01 00 00 01 82 01 82 00  |................|
000002e0  01 00 00 01 83 01 83 00  01 00 00 01 84 01 84 00  |................|
000002f0  01 00 00 01 85 01 85 00  01 00 00 01 86 01 86 00  |................|
00000300  01 00 00 01 87 01 87 00  01 00 00 01 89 01 89 00  |................|
00000310  01 00 00 01 8a 01 8a 00  01 00 00 01 8b 01 8b 00  |................|
00000320  01 00 00 01 8c 01 8c 00  01 00 00 01 8d 01 8d 00  |................|
00000330  01 00 00 01 8e 01 8e 00  01 00 00 01 8f 01 8f 00  |................|
00000340  01 00 00 01 90 01 90 00  01 00 00 01 91 01 91 00  |................|
00000350  01 00 00 01 94 01 94 00  01 00 00 01 95 01 95 00  |................|
00000360  01 00 00 01 96 01 96 00  01 00 00 01 97 01 97 00  |................|
00000370  01 00 00 01 9d 01 9d 00  01 00 00 01 9e 01 9e 00  |................|
00000380  01 00 00 01 9f 01 9f 00  01 00 00 01 a0 01 a0 00  |................|
00000390  01 00 00 01 a1 01 a1 00  01 00 00 01 a2 01 a2 00  |................|
000003a0  01 00 00 01 a3 01 a3 00  01 00 00 01 a4 01 a4 00  |................|
000003b0  01 00 00 01 a5 01 a5 00  01 00 00 01 a6 01 a6 00  |................|
000003c0  01 00 00 01 a7 01 a7 00  01 00 00 01 a8 01 a8 00  |................|
000003d0  01 00 00 01 a9 01 a9 00  01 00 00 01 aa 01 aa 00  |................|
000003e0  01 00 00 01 ab 01 ab 00  01 00 00 01 ad 01 ad 00  |................|
000003f0  01 00 00 01 ae 01 ae 00  01 00 00 01 af 01 af 00  |................|
00000400  01 00 00 01 b0 01 b0 00  01 00 00 01 b1 01 b1 00  |................|
00000410  01 00 00 01 c1 01 c1 00  01 00 00 01 c2 01 c2 00  |................|
00000420  01 00 00 01 c6 01 c6 00  01 00 00 01 c7 01 c7 00  |................|
00000430  01 00 00 01 c8 01 c8 00  01 00 00 01 c9 01 c9 00  |................|
00000440  01 00 00 01 ca 01 ca 00  01 00 00 01 cb 01 cb 00  |................|
00000450  01 00 00 01 cc 01 cc 00  01 00 00 01 cd 01 cd 00  |................|
00000460  01 00 00 01 ce 01 ce 00  01 00 00 01 cf 01 cf 00  |................|
00000470  01 00 00 01 d2 01 d2 00  01 00 00 01 d3 01 d3 00  |................|
00000480  01 00 00 01 d4 01 d4 00  01 00 00 01 d5 01 d5 00  |................|
00000490  01 00 00 01 d6 01 d6 00  01 00 00 01 d7 01 d7 00  |................|
000004a0  01 00 00 01 d8 01 d8 00  01 00 00 01 d9 01 d9 00  |................|
000004b0  01 00 00 01 da 01 da 00  01 00 00 01 db 01 db 00  |................|
000004c0  01 00 00 01 dc 01 dc 00  01 00 00 01 dd 01 dd 00  |................|
000004d0  01 00 00 01 de 01 de 00  01 00 00 01 df 01 df 00  |................|
000004e0  01 00 00 01 e0 01 e0 00  01 00 00 01 e1 01 e1 00  |................|
000004f0  01 00 00 01 e2 01 e2 00  01 00 00 01 e3 01 e3 00  |................|
00000500  01 00 00 01 e4 01 e4 00  01 00 00 01 e5 01 e5 00  |................|
00000510  01 00 00 01 e6 01 e6 00  01 00 00 01 ea 01 ea 00  |................|
00000520  01 00 00 01 eb 01 eb 00  01 00 00 01 ec 01 ec 00  |................|
00000530  01 00 00 01 ed 01 ed 00  01 00 00 01 ee 01 ee 00  |................|
00000540  01 00 00 01 ef 01 ef 00  01 00 00 01 f0 01 f0 00  |................|
00000550  01 00 00 01 f2 01 f2 00  01 00 00 01 f3 01 f3 00  |................|
00000560  01 00 00 01 f4 01 f4 00  01 00 00 01 f5 01 f5 00  |................|
00000570  01 00 00 01 f6 01 f6 00  01 00 00 01 fd 01 fd 00  |................|
00000580  01 00 00 01 fe 01 fe 00  01 00 00 02 01 02 01 00  |................|
00000590  01 00 00 02 02 02 02 00  01 00 00 02 04 02 04 00  |................|
000005a0  01 00 00 02 05 02 05 00  01 00 00 02 06 02 06 00  |................|
000005b0  01 00 00 02 07 02 07 00  01 00 00 02 08 02 08 00  |................|
000005c0  01 00 00 02 09 02 09 00  01 00 00 02 0a 02 0a 00  |................|
000005d0  01 00 00 02 0b 02 0b 00  01 00 00 02 0c 02 0c 00  |................|
000005e0  01 00 00 02 0d 02 0d 00  01 00 00 02 0e 02 0e 00  |................|
000005f0  01 00 00 02 0f 02 0f 00  01 00 00 02 10 02 10 00  |................|
00000600  01 00 00 02 11 02 11 00  01 00 00 02 12 02 12 00  |................|
00000610  01 00 00 02 13 02 13 00  01 00 00 02 14 02 14 00  |................|
00000620  01 00 00 02 15 02 15 00  01 00 00 02 16 02 16 00  |................|
00000630  01 00 00 02 17 02 17 00  01 00 00 02 18 02 18 00  |................|
00000640  01 00 00 02 19 02 19 00  01 00 00 02 1a 02 1a 00  |................|
00000650  01 00 00 02 1b 02 1b 00  01 00 00 02 1c 02 1c 00  |................|
00000660  01 00 00 02 1d 02 1d 00  01 00 00 02 1e 02 1e 00  |................|
00000670  01 00 00 02 1f 02 1f 00  01 00 00 02 30 02 30 00  |............0.0.|
00000680  01 00 00 02 35 02 35 00  01 00 00 02 3c 02 3c 00  |....5.5.....<.<.|
00000690  01 00 00 02 3d 02 3d 00  01 00 00 02 3e 02 3e 00  |....=.=.....>.>.|
000006a0  01 00 00 02 3f 02 3f 00  01 00 00 02 40 02 40 00  |....?.?.....@.@.|
000006b0  01 00 00 02 42 02 42 00  01 00 00 02 33 02 33 00  |....B.B.....3.3.|
000006c0  01 00 00 02 34 02 34 00  01 00 00 02 43 02 43 00  |....4.4.....C.C.|
000006d0  01 00 00 02 44 02 44 00  01 00 00 02 45 02 45 00  |....D.D.....E.E.|
000006e0  01 00 00 02 46 02 46 00  01 00 00 02 47 02 47 00  |....F.F.....G.G.|
000006f0  01 00 00 02 48 02 48 00  01 00 00 02 49 02 49 00  |....H.H.....I.I.|
00000700  01 00 00 00 03 00 02 00  0a 00 00 00 04 00 02 00  |................|
00000710  0a 00 00 00 05 00 01 00  01 00 00 00 06 00 02 00  |................|
00000720  0a 00 00 00 07 00 02 00  0a 00 00 00 09 00 01 00  |................|
00000730  01 00 00 00 0d 00 00 00  0e 00 00 00 0f 00 17 00  |................|
00000740  01 00 00 00 10 00 00 00  11 00 00 00 12 00 00 00  |................|
00000750  13 00 00 00 14 00 00 00  15 00 00 00 16 00 00 00  |................|
00000760  27 00 78 00 01 00 00 00  3a 00 00 00 44 00 02 00  |'.x.....:...D...|
00000770  0a 00 00 00 45 00 00 00  46 00 00 00 4a 00 00 00  |....E...F...J...|
00000780  4c 00 00 00 5b 00 02 00  0a 00 00 00 5e 00 01 00  |L...[.......^...|
00000790  01 00 00 00 5f 00 17 00  01 00 00 00 60 00 60 00  |...._.......`.`.|
000007a0  01 00 00 00 61 00 60 00  01 00 00 00 64 00 64 00  |....a.`.....d.d.|
000007b0  01 00 00 00 65 00 65 00  01 00 00 00 66 00 66 00  |....e.e.....f.f.|
000007c0  01 00 00 00 68 00 0b 00  01 00 00 00 69 00 00 00  |....h.......i...|
000007d0  6a 00 6a 00 01 00 00 00  6c 00 6d 00 01 00 00 00  |j.j.....l.m.....|
000007e0  6d 00 6d 00 01 00 00 00  6e 00 6f 00 01 00 00 00  |m.m.....n.o.....|
000007f0  6f 00 6f 00 01 00 00 00  70 00 70 00 01 00 00 00  |o.o.....p.p.....|
00000800  71 00 71 00 01 00 00 00  72 00 72 00 01 00 00 00  |q.q.....r.r.....|
00000810  73 00 73 00 01 00 00 00  74 00 66 00 01 00 00 00  |s.s.....t.f.....|
00000820  76 00 00 00 77 00 00 00  79 00 00 00 7a 00 00 00  |v...w...y...z...|
00000830  7b 00 00 00 88 00 00 00  92 00 92 00 01 00 00 00  |{...............|
00000840  93 00 00 00 98 00 02 00  0a 00 00 00 99 00 02 00  |................|
00000850  0a 00 00 00 9a 00 02 00  0a 00 00 00 9b 00 01 00  |................|
00000860  01 00 00 00 9c 00 0c 00  0a 00 00 00 ac 00 02 00  |................|
00000870  0a 00 00 00 b2 00 b2 00  01 00 00 00 b3 00 b3 00  |................|
00000880  01 00 00 00 b4 00 b4 00  01 00 00 00 b5 00 b5 00  |................|
00000890  01 00 00 00 b6 00 b6 00  01 00 00 00 b7 00 b7 00  |................|
000008a0  01 00 00 00 b8 00 0c 00  0a 00 00 00 b9 00 b9 00  |................|
000008b0  01 00 00 00 ba 00 ba 00  01 00 00 00 bb 00 bb 00  |................|
000008c0  01 00 00 00 bc 00 bc 00  01 00 00 00 bd 00 bd 00  |................|
000008d0  01 00 00 00 be 00 be 00  01 00 00 00 bf 00 00 00  |................|
000008e0  c0 00 00 00 c3 00 70 00  01 00 00 00 c4 00 71 00  |......p.......q.|
000008f0  01 00 00 00 c5 00 72 00  01 00 00 00 d0 00 d0 00  |......r.........|
00000900  01 00 00 00 d1 00 00 00  e7 00 e7 00 01 00 00 00  |................|
00000910  e8 00 e7 00 01 00 00 00  e9 00 e9 00 01 00 00 00  |................|
00000920  fc 00 fc 00 01 00 00 00  f1 00 6d 00 01 00 00 02  |..........m.....|
00000930  03 00 00 02 4e 02 4e 00  01 00 00 02 4f 02 4f 00  |....N.N.....O.O.|
00000940  01 00 00 02 50 02 50 00  01 00 00 02 65 02 65 00  |....P.P.....e.e.|
00000950  01 00 00 02 66 02 66 00  01 00 00 02 67 02 67 00  |....f.f.....g.g.|
00000960  01 00 00 02 68 02 68 00  01 00 00 02 63 02 63 00  |....h.h.....c.c.|
00000970  01 00 00 02 64 02 64 00  01 00 00 02 51 02 51 00  |....d.d.....Q.Q.|
00000980  01 00 00 02 52 02 52 00  01 00 00 02 53 02 53 00  |....R.R.....S.S.|
00000990  01 00 00 02 54 02 54 00  01 00 00 02 55 02 55 00  |....T.T.....U.U.|
000009a0  01 00 00 02 56 02 56 00  01 00 00 02 57 02 57 00  |....V.V.....W.W.|
000009b0  01 00 00 02 58 02 58 00  01 00 00 02 59 02 59 00  |....X.X.....Y.Y.|
000009c0  01 00 00 02 5a 02 5a 00  01 00 00 02 5b 02 5b 00  |....Z.Z.....[.[.|
000009d0  01 00 00 02 5c 02 5c 00  01 00 00 02 5d 02 5d 00  |....\.\.....].].|
000009e0  01 00 00 02 6e 02 6e 00  01 00 00 02 6f 02 6f 00  |....n.n.....o.o.|
000009f0  01 00 00 02 70 02 70 00  01 00 00 02 71 02 71 00  |....p.p.....q.q.|
00000a00  01 00 00 02 72 02 72 00  01 00 00 02 73 02 73 00  |....r.r.....s.s.|
00000a10  01 00 00 02 74 02 74 00  01 00 00 02 75 02 75 00  |....t.t.....u.u.|
00000a20  01 00 00 02 76 02 76 00  01 00 00 02 77 02 77 00  |....v.v.....w.w.|
00000a30  01 00 00 02 78 02 78 00  01 00 00 02 7d 02 7d 00  |....x.x.....}.}.|
00000a40  01 00 00 02 7e 02 7e 00  01 00 00 02 7c 02 7c 00  |....~.~.....|.|.|
00000a50  01 00 00 02 7f 02 7f 00  01 00 00 02 80 02 80 00  |................|
00000a60  01 00 00 00 00                                    |.....|
2021-03-09T12:54:06.3626: 
Read packet:
00000000  00 00 0a 48 06 00 00 00  00 00 02 80 00 00 00 3d  |...H...........=|
00000010  3c 3c 80 00 00 00 00 00  00 12 00 01 00 01 00 01  |<<..............|
00000020  00 00 00 02 00 02 00 0a  00 00 00 08 00 08 00 01  |................|
00000030  00 00 00 0c 00 0c 00 0a  00 00 00 17 00 17 00 01  |................|
00000040  00 00 00 18 00 18 00 01  00 00 00 19 00 19 00 01  |................|
00000050  00 00 00 1a 00 1a 00 01  00 00 00 1b 00 1b 00 01  |................|
00000060  00 00 00 1c 00 1c 00 01  00 00 00 1d 00 1d 00 01  |................|
00000070  00 00 00 1e 00 1e 00 01  00 00 00 1f 00 1f 00 01  |................|
00000080  00 00 00 20 00 20 00 01  00 00 00 21 00 21 00 01  |... . .....!.!..|
00000090  00 00 00 0a 00 0a 00 01  00 00 00 0b 00 0b 00 01  |................|
000000a0  00 00 00 28 00 28 00 01  00 00 00 29 00 29 00 01  |...(.(.....).)..|
000000b0  00 00 00 75 00 75 00 01  00 00 00 78 00 78 00 01  |...u.u.....x.x..|
000000c0  00 00 01 22 01 22 00 01  00 00 01 23 01 23 00 01  |...".".....#.#..|
000000d0  00 00 01 24 01 24 00 01  00 00 01 25 01 25 00 01  |...$.$.....%.%..|
000000e0  00 00 01 26 01 26 00 01  00 00 01 2a 01 2a 00 01  |...&.&.....*.*..|
000000f0  00 00 01 2b 01 2b 00 01  00 00 01 2c 01 2c 00 01  |...+.+.....,.,..|
00000100  00 00 01 2d 01 2d 00 01  00 00 01 2e 01 2e 00 01  |...-.-..........|
00000110  00 00 01 2f 01 2f 00 01  00 00 01 30 01 30 00 01  |..././.....0.0..|
00000120  00 00 01 31 01 31 00 01  00 00 01 32 01 32 00 01  |...1.1.....2.2..|
00000130  00 00 01 33 01 33 00 01  00 00 01 34 01 34 00 01  |...3.3.....4.4..|
00000140  00 00 01 35 01 35 00 01  00 00 01 36 01 36 00 01  |...5.5.....6.6..|
00000150  00 00 01 37 01 37 00 01  00 00 01 38 01 38 00 01  |...7.7.....8.8..|
00000160  00 00 01 39 01 39 00 01  00 00 01 3b 01 3b 00 01  |...9.9.....;.;..|
00000170  00 00 01 3c 01 3c 00 01  00 00 01 3d 01 3d 00 01  |...<.<.....=.=..|
00000180  00 00 01 3e 01 3e 00 01  00 00 01 3f 01 3f 00 01  |...>.>.....?.?..|
00000190  00 00 01 40 01 40 00 01  00 00 01 41 01 41 00 01  |...@[email protected]..|
000001a0  00 00 01 42 01 42 00 01  00 00 01 43 01 43 00 01  |...B.B.....C.C..|
000001b0  00 00 01 47 01 47 00 01  00 00 01 48 01 48 00 01  |...G.G.....H.H..|
000001c0  00 00 01 49 01 49 00 01  00 00 01 4b 01 4b 00 01  |...I.I.....K.K..|
000001d0  00 00 01 4d 01 4d 00 01  00 00 01 4e 01 4e 00 01  |...M.M.....N.N..|
000001e0  00 00 01 4f 01 4f 00 01  00 00 01 50 01 50 00 01  |...O.O.....P.P..|
000001f0  00 00 01 51 01 51 00 01  00 00 01 52 01 52 00 01  |...Q.Q.....R.R..|
00000200  00 00 01 53 01 53 00 01  00 00 01 54 01 54 00 01  |...S.S.....T.T..|
00000210  00 00 01 55 01 55 00 01  00 00 01 56 01 56 00 01  |...U.U.....V.V..|
00000220  00 00 01 57 01 57 00 01  00 00 01 58 01 58 00 01  |...W.W.....X.X..|
00000230  00 00 01 59 01 59 00 01  00 00 01 5a 01 5a 00 01  |...Y.Y.....Z.Z..|
00000240  00 00 01 5c 01 5c 00 01  00 00 01 5d 01 5d 00 01  |...\.\.....].]..|
00000250  00 00 01 62 01 62 00 01  00 00 01 63 01 63 00 01  |...b.b.....c.c..|
00000260  00 00 01 67 01 67 00 01  00 00 01 6b 01 6b 00 01  |...g.g.....k.k..|
00000270  00 00 01 7c 01 7c 00 01  00 00 01 7d 01 7d 00 01  |...|.|.....}.}..|
00000280  00 00 01 7e 01 7e 00 01  00 00 01 7f 01 7f 00 01  |...~.~..........|
00000290  00 00 01 80 01 80 00 01  00 00 01 81 01 81 00 01  |................|
000002a0  00 00 01 82 01 82 00 01  00 00 01 83 01 83 00 01  |................|
000002b0  00 00 01 84 01 84 00 01  00 00 01 85 01 85 00 01  |................|
000002c0  00 00 01 86 01 86 00 01  00 00 01 87 01 87 00 01  |................|
000002d0  00 00 01 89 01 89 00 01  00 00 01 8a 01 8a 00 01  |................|
000002e0  00 00 01 8b 01 8b 00 01  00 00 01 8c 01 8c 00 01  |................|
000002f0  00 00 01 8d 01 8d 00 01  00 00 01 8e 01 8e 00 01  |................|
00000300  00 00 01 8f 01 8f 00 01  00 00 01 90 01 90 00 01  |................|
00000310  00 00 01 91 01 91 00 01  00 00 01 94 01 94 00 01  |................|
00000320  00 00 01 95 01 95 00 01  00 00 01 96 01 96 00 01  |................|
00000330  00 00 01 97 01 97 00 01  00 00 01 9d 01 9d 00 01  |................|
00000340  00 00 01 9e 01 9e 00 01  00 00 01 9f 01 9f 00 01  |................|
00000350  00 00 01 a0 01 a0 00 01  00 00 01 a1 01 a1 00 01  |................|
00000360  00 00 01 a2 01 a2 00 01  00 00 01 a3 01 a3 00 01  |................|
00000370  00 00 01 a4 01 a4 00 01  00 00 01 a5 01 a5 00 01  |................|
00000380  00 00 01 a6 01 a6 00 01  00 00 01 a7 01 a7 00 01  |................|
00000390  00 00 01 a8 01 a8 00 01  00 00 01 a9 01 a9 00 01  |................|
000003a0  00 00 01 aa 01 aa 00 01  00 00 01 ab 01 ab 00 01  |................|
000003b0  00 00 01 ad 01 ad 00 01  00 00 01 ae 01 ae 00 01  |................|
000003c0  00 00 01 af 01 af 00 01  00 00 01 b0 01 b0 00 01  |................|
000003d0  00 00 01 b1 01 b1 00 01  00 00 01 c1 01 c1 00 01  |................|
000003e0  00 00 01 c2 01 c2 00 01  00 00 01 c6 01 c6 00 01  |................|
000003f0  00 00 01 c7 01 c7 00 01  00 00 01 c8 01 c8 00 01  |................|
00000400  00 00 01 c9 01 c9 00 01  00 00 01 ca 01 ca 00 01  |................|
00000410  00 00 01 cb 01 cb 00 01  00 00 01 cc 01 cc 00 01  |................|
00000420  00 00 01 cd 01 cd 00 01  00 00 01 ce 01 ce 00 01  |................|
00000430  00 00 01 cf 01 cf 00 01  00 00 01 d2 01 d2 00 01  |................|
00000440  00 00 01 d3 01 d3 00 01  00 00 01 d4 01 d4 00 01  |................|
00000450  00 00 01 d5 01 d5 00 01  00 00 01 d6 01 d6 00 01  |................|
00000460  00 00 01 d7 01 d7 00 01  00 00 01 d8 01 d8 00 01  |................|
00000470  00 00 01 d9 01 d9 00 01  00 00 01 da 01 da 00 01  |................|
00000480  00 00 01 db 01 db 00 01  00 00 01 dc 01 dc 00 01  |................|
00000490  00 00 01 dd 01 dd 00 01  00 00 01 de 01 de 00 01  |................|
000004a0  00 00 01 df 01 df 00 01  00 00 01 e0 01 e0 00 01  |................|
000004b0  00 00 01 e1 01 e1 00 01  00 00 01 e2 01 e2 00 01  |................|
000004c0  00 00 01 e3 01 e3 00 01  00 00 01 e4 01 e4 00 01  |................|
000004d0  00 00 01 e5 01 e5 00 01  00 00 01 e6 01 e6 00 01  |................|
000004e0  00 00 01 ea 01 ea 00 01  00 00 01 eb 01 eb 00 01  |................|
000004f0  00 00 01 ec 01 ec 00 01  00 00 01 ed 01 ed 00 01  |................|
00000500  00 00 01 ee 01 ee 00 01  00 00 01 ef 01 ef 00 01  |................|
00000510  00 00 01 f0 01 f0 00 01  00 00 01 f2 01 f2 00 01  |................|
00000520  00 00 01 f3 01 f3 00 01  00 00 01 f4 01 f4 00 01  |................|
00000530  00 00 01 f5 01 f5 00 01  00 00 01 f6 01 f6 00 01  |................|
00000540  00 00 01 fd 01 fd 00 01  00 00 01 fe 01 fe 00 01  |................|
00000550  00 00 02 01 02 01 00 01  00 00 02 02 02 02 00 01  |................|
00000560  00 00 02 04 02 04 00 01  00 00 02 05 02 05 00 01  |................|
00000570  00 00 02 06 02 06 00 01  00 00 02 07 02 07 00 01  |................|
00000580  00 00 02 08 02 08 00 01  00 00 02 09 02 09 00 01  |................|
00000590  00 00 02 0a 02 0a 00 01  00 00 02 0b 02 0b 00 01  |................|
000005a0  00 00 02 0c 02 0c 00 01  00 00 02 0d 02 0d 00 01  |................|
000005b0  00 00 02 0e 02 0e 00 01  00 00 02 0f 02 0f 00 01  |................|
000005c0  00 00 02 10 02 10 00 01  00 00 02 11 02 11 00 01  |................|
000005d0  00 00 02 12 02 12 00 01  00 00 02 13 02 13 00 01  |................|
000005e0  00 00 02 14 02 14 00 01  00 00 02 15 02 15 00 01  |................|
000005f0  00 00 02 16 02 16 00 01  00 00 02 17 02 17 00 01  |................|
00000600  00 00 02 18 02 18 00 01  00 00 02 19 02 19 00 01  |................|
00000610  00 00 02 1a 02 1a 00 01  00 00 02 1b 02 1b 00 01  |................|
00000620  00 00 02 1f 02 1f 00 01  00 00 02 20 00 00 02 21  |........... ...!|
00000630  00 00 02 22 00 00 02 23  00 00 02 24 00 00 02 25  |..."...#...$...%|
00000640  00 00 02 26 00 00 02 27  00 00 02 28 00 00 02 29  |...&...'...(...)|
00000650  00 00 02 2a 00 00 02 2b  00 00 02 2c 00 00 02 2d  |...*...+...,...-|
00000660  00 00 02 2e 00 00 02 2f  00 00 02 30 02 30 00 01  |......./...0.0..|
00000670  00 00 02 31 00 00 02 32  00 00 02 33 02 33 00 01  |...1...2...3.3..|
00000680  00 00 02 34 02 34 00 01  00 00 02 36 00 00 02 37  |...4.4.....6...7|
00000690  00 00 02 38 00 00 02 39  00 00 02 3a 00 00 02 3b  |...8...9...:...;|
000006a0  00 00 02 3c 02 3c 00 01  00 00 02 3d 02 3d 00 01  |...<.<.....=.=..|
000006b0  00 00 02 3e 02 3e 00 01  00 00 02 3f 02 3f 00 01  |...>.>.....?.?..|
000006c0  00 00 02 40 02 40 00 01  00 00 02 41 00 00 02 42  |...@[email protected]|
000006d0  02 42 00 01 00 00 02 43  02 43 00 01 00 00 02 44  |.B.....C.C.....D|
000006e0  02 44 00 01 00 00 02 45  02 45 00 01 00 00 02 46  |.D.....E.E.....F|
000006f0  02 46 00 01 00 00 02 47  02 47 00 01 00 00 02 48  |.F.....G.G.....H|
00000700  02 48 00 01 00 00 02 49  02 49 00 01 00 00 02 4a  |.H.....I.I.....J|
00000710  00 00 02 4b 00 00 02 4c  00 00 02 4d 00 00 02 4e  |...K...L...M...N|
00000720  02 4e 00 01 00 00 02 4f  02 4f 00 01 00 00 02 51  |.N.....O.O.....Q|
00000730  02 51 00 01 00 00 02 52  02 52 00 01 00 00 02 53  |.Q.....R.R.....S|
00000740  02 53 00 01 00 00 02 54  02 54 00 01 00 00 02 55  |.S.....T.T.....U|
00000750  02 55 00 01 00 00 02 56  02 56 00 01 00 00 02 57  |.U.....V.V.....W|
00000760  02 57 00 01 00 00 02 58  02 58 00 01 00 00 02 59  |.W.....X.X.....Y|
00000770  02 59 00 01 00 00 02 5a  02 5a 00 01 00 00 02 5b  |.Y.....Z.Z.....[|
00000780  02 5b 00 01 00 00 02 5c  02 5c 00 01 00 00 02 5d  |.[.....\.\.....]|
00000790  02 5d 00 01 00 00 02 63  02 63 00 01 00 00 02 64  |.].....c.c.....d|
000007a0  02 64 00 01 00 00 02 65  02 65 00 01 00 00 02 66  |.d.....e.e.....f|
000007b0  02 66 00 01 00 00 02 67  02 67 00 01 00 00 02 68  |.f.....g.g.....h|
000007c0  02 68 00 01 00 00 02 6e  02 6e 00 01 00 00 02 6f  |.h.....n.n.....o|
000007d0  02 6f 00 01 00 00 02 70  02 70 00 01 00 00 02 71  |.o.....p.p.....q|
000007e0  02 71 00 01 00 00 02 72  02 72 00 01 00 00 02 73  |.q.....r.r.....s|
000007f0  02 73 00 01 00 00 02 74  02 74 00 01 00 00 02 75  |.s.....t.t.....u|
00000800  02 75 00 01 00 00 02 76  02 76 00 01 00 00 02 77  |.u.....v.v.....w|
00000810  02 77 00 01 00 00 02 78  02 78 00 01 00 00 02 79  |.w.....x.x.....y|
00000820  00 00 02 7a 00 00 00 03  00 02 00 0a 00 00 00 04  |...z............|
00000830  00 02 00 0a 00 00 00 05  00 01 00 01 00 00 00 06  |................|
00000840  00 02 00 0a 00 00 00 07  00 02 00 0a 00 00 00 09  |................|
00000850  00 01 00 01 00 00 00 0d  00 00 00 0e 00 00 00 0f  |................|
00000860  00 17 00 01 00 00 00 10  00 00 00 11 00 00 00 12  |................|
00000870  00 00 00 13 00 00 00 14  00 00 00 15 00 00 00 16  |................|
00000880  00 00 00 27 00 78 00 01  00 00 00 3a 00 00 00 44  |...'.x.....:...D|
00000890  00 02 00 0a 00 00 00 45  00 00 00 46 00 00 00 4a  |.......E...F...J|
000008a0  00 00 00 4c 00 00 00 5b  00 02 00 0a 00 00 00 5e  |...L...[.......^|
000008b0  00 01 00 01 00 00 00 5f  00 17 00 01 00 00 00 60  |......._.......`|
000008c0  00 60 00 01 00 00 00 61  00 60 00 01 00 00 00 64  |.`.....a.`.....d|
000008d0  00 64 00 01 00 00 00 65  00 65 00 01 00 00 00 66  |.d.....e.e.....f|
000008e0  00 66 00 01 00 00 00 68  00 00 00 69 00 00 00 6a  |.f.....h...i...j|
000008f0  00 6a 00 01 00 00 00 6c  00 6d 00 01 00 00 00 6d  |.j.....l.m.....m|
00000900  00 6d 00 01 00 00 00 6e  00 6f 00 01 00 00 00 6f  |.m.....n.o.....o|
00000910  00 6f 00 01 00 00 00 70  00 70 00 01 00 00 00 71  |.o.....p.p.....q|
00000920  00 71 00 01 00 00 00 72  00 72 00 01 00 00 00 73  |.q.....r.r.....s|
00000930  00 73 00 01 00 00 00 74  00 66 00 01 00 00 00 76  |.s.....t.f.....v|
00000940  00 00 00 79 00 00 00 7a  00 00 00 7b 00 00 00 88  |...y...z...{....|
00000950  00 00 00 92 00 92 00 01  00 00 00 93 00 00 00 98  |................|
00000960  00 02 00 0a 00 00 00 99  00 02 00 0a 00 00 00 9a  |................|
00000970  00 02 00 0a 00 00 00 9b  00 01 00 01 00 00 00 9c  |................|
00000980  00 0c 00 0a 00 00 00 ac  00 02 00 0a 00 00 00 b2  |................|
00000990  00 b2 00 01 00 00 00 b3  00 b3 00 01 00 00 00 b4  |................|
000009a0  00 b4 00 01 00 00 00 b5  00 b5 00 01 00 00 00 b6  |................|
000009b0  00 b6 00 01 00 00 00 b7  00 b7 00 01 00 00 00 b8  |................|
000009c0  00 0c 00 0a 00 00 00 b9  00 00 00 ba 00 00 00 bb  |................|
000009d0  00 00 00 bc 00 00 00 bd  00 00 00 be 00 00 00 bf  |................|
000009e0  00 00 00 c0 00 00 00 c3  00 70 00 01 00 00 00 c4  |.........p......|
000009f0  00 71 00 01 00 00 00 c5  00 72 00 01 00 00 00 d0  |.q.......r......|
00000a00  00 d0 00 01 00 00 00 d1  00 00 00 e7 00 e7 00 01  |................|
00000a10  00 00 00 e8 00 e7 00 01  00 00 00 e9 00 e9 00 01  |................|
00000a20  00 00 00 f1 00 6d 00 01  00 00 00 f5 00 00 00 f6  |.....m..........|
00000a30  00 00 00 fa 00 00 00 fb  00 00 00 fc 00 fc 00 01  |................|
00000a40  00 00 02 03 00 00 00 00                           |........|
2021-03-09T12:54:06.3629: TTC Version: 7
2021-03-09T12:54:06.3629: doAuth
2021-03-09T12:54:06.3629: 
Write packet:
00000000  00 00 00 a3 06 00 00 00  00 00 03 76 00 01 01 06  |...........v....|
00000010  01 01 01 01 05 01 01 06  61 75 74 6f 71 61 01 0d  |........autoqa..|
00000020  0d 41 55 54 48 5f 54 45  52 4d 49 4e 41 4c 01 0c  |.AUTH_TERMINAL..|
00000030  0c 72 6f 64 72 69 67 6f  2d 62 6f 6c 64 00 01 0f  |.rodrigo-bold...|
00000040  0f 41 55 54 48 5f 50 52  4f 47 52 41 4d 5f 4e 4d  |.AUTH_PROGRAM_NM|
00000050  01 06 06 67 6f 5f 6f 72  61 00 01 0c 0c 41 55 54  |...go_ora....AUT|
00000060  48 5f 4d 41 43 48 49 4e  45 01 0c 0c 72 6f 64 72  |H_MACHINE...rodr|
00000070  69 67 6f 2d 62 6f 6c 64  00 01 08 08 41 55 54 48  |igo-bold....AUTH|
00000080  5f 50 49 44 01 05 05 38  31 30 36 31 00 01 08 08  |_PID...81061....|
00000090  41 55 54 48 5f 53 49 44  01 07 07 72 6f 64 72 69  |AUTH_SID...rodri|
000000a0  67 6f 00                                          |go.|
2021-03-09T12:54:06.3805: 
Read packet:
00000000  00 00 01 50 06 00 00 00  00 00 08 01 06 01 0c 0c  |...P............|
00000010  41 55 54 48 5f 53 45 53  53 4b 45 59 01 40 40 44  |AUTH_SESSKEY.@@D|
00000020  36 41 34 32 39 37 35 42  46 32 44 30 43 38 42 44  |6A42975BF2D0C8BD|
00000030  43 32 35 44 36 36 30 32  38 32 43 41 45 34 38 37  |C25D660282CAE487|
00000040  33 36 45 46 37 45 31 42  38 36 39 42 42 36 39 30  |36EF7E1B869BB690|
00000050  31 36 38 46 33 45 42 30  35 45 36 35 46 46 32 00  |168F3EB05E65FF2.|
00000060  01 0d 0d 41 55 54 48 5f  56 46 52 5f 44 41 54 41  |...AUTH_VFR_DATA|
00000070  00 02 09 39 01 14 14 41  55 54 48 5f 50 42 4b 44  |...9...AUTH_PBKD|
00000080  46 32 5f 43 53 4b 5f 53  41 4c 54 01 20 20 37 46  |F2_CSK_SALT.  7F|
00000090  41 42 44 36 34 35 45 46  38 41 41 46 43 32 35 33  |ABD645EF8AAFC253|
000000a0  35 34 31 37 39 43 44 34  36 32 46 34 42 42 00 01  |54179CD462F4BB..|
000000b0  16 16 41 55 54 48 5f 50  42 4b 44 46 32 5f 56 47  |..AUTH_PBKDF2_VG|
000000c0  45 4e 5f 43 4f 55 4e 54  01 04 04 34 30 39 36 00  |EN_COUNT...4096.|
000000d0  01 16 16 41 55 54 48 5f  50 42 4b 44 46 32 5f 53  |...AUTH_PBKDF2_S|
000000e0  44 45 52 5f 43 4f 55 4e  54 01 01 01 33 00 01 1a  |DER_COUNT...3...|
000000f0  1a 41 55 54 48 5f 47 4c  4f 42 41 4c 4c 59 5f 55  |.AUTH_GLOBALLY_U|
00000100  4e 49 51 55 45 5f 44 42  49 44 00 01 20 20 31 34  |NIQUE_DBID..  14|
00000110  31 45 32 33 35 45 39 32  37 46 44 38 39 39 37 36  |1E235E927FD89976|
00000120  31 42 42 44 35 42 32 39  32 36 43 42 30 39 00 04  |1BBD5B2926CB09..|
00000130  01 01 01 02 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000140  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
2021-03-09T12:54:06.3808: 
Write packet:
00000000  00 00 03 55 06 00 00 00  00 00 03 73 00 01 01 06  |...U.......s....|
00000010  02 01 01 01 01 0e 01 01  06 61 75 74 6f 71 61 01  |.........autoqa.|
00000020  0c 0c 41 55 54 48 5f 53  45 53 53 4b 45 59 01 40  |..AUTH_SESSKEY.@|
00000030  40 31 45 45 36 31 36 45  32 35 30 32 36 36 38 34  |@1EE616E25026684|
00000040  33 34 38 34 34 44 36 32  39 41 42 44 33 42 45 44  |34844D629ABD3BED|
00000050  32 31 34 42 36 30 44 37  39 34 45 34 41 35 41 43  |214B60D794E4A5AC|
00000060  36 44 34 30 35 42 32 38  43 44 33 36 32 36 30 42  |6D405B28CD36260B|
00000070  37 01 01 01 0d 0d 41 55  54 48 5f 50 41 53 53 57  |7.....AUTH_PASSW|
00000080  4f 52 44 01 40 40 31 38  45 32 41 43 31 33 41 34  |ORD.@@18E2AC13A4|
00000090  31 45 44 34 45 42 34 38  36 30 41 35 42 42 32 43  |1ED4EB4860A5BB2C|
000000a0  34 42 43 36 45 30 38 31  37 43 45 34 31 46 30 46  |4BC6E0817CE41F0F|
000000b0  32 32 36 42 45 30 46 36  34 31 34 37 45 38 39 42  |226BE0F64147E89B|
000000c0  32 36 30 45 38 31 00 01  0d 0d 41 55 54 48 5f 54  |260E81....AUTH_T|
000000d0  45 52 4d 49 4e 41 4c 01  0c 0c 72 6f 64 72 69 67  |ERMINAL...rodrig|
000000e0  6f 2d 62 6f 6c 64 00 01  0f 0f 41 55 54 48 5f 50  |o-bold....AUTH_P|
000000f0  52 4f 47 52 41 4d 5f 4e  4d 01 06 06 67 6f 5f 6f  |ROGRAM_NM...go_o|
00000100  72 61 00 01 0c 0c 41 55  54 48 5f 4d 41 43 48 49  |ra....AUTH_MACHI|
00000110  4e 45 01 0c 0c 72 6f 64  72 69 67 6f 2d 62 6f 6c  |NE...rodrigo-bol|
00000120  64 00 01 08 08 41 55 54  48 5f 50 49 44 01 05 05  |d....AUTH_PID...|
00000130  38 31 30 36 31 00 01 08  08 41 55 54 48 5f 53 49  |81061....AUTH_SI|
00000140  44 01 07 07 72 6f 64 72  69 67 6f 00 01 13 13 41  |D...rodrigo....A|
00000150  55 54 48 5f 43 4f 4e 4e  45 43 54 5f 53 54 52 49  |UTH_CONNECT_STRI|
00000160  4e 47 01 d0 d0 28 44 45  53 43 52 49 50 54 49 4f  |NG...(DESCRIPTIO|
00000170  4e 3d 28 41 44 44 52 45  53 53 3d 28 50 52 4f 54  |N=(ADDRESS=(PROT|
00000180  4f 43 4f 4c 3d 74 63 70  29 28 48 4f 53 54 3d 72  |OCOL=tcp)(HOST=r|
00000190  61 63 61 7a 62 70 72 64  2e 6d 63 68 2e 6d 6f 63  |acazbprd.mch.moc|
000001a0  2e 73 67 70 73 3a 31 35  32 31 29 28 50 4f 52 54  |.sgps:1521)(PORT|
000001b0  3d 31 35 32 31 29 29 28  43 4f 4e 4e 45 43 54 5f  |=1521))(CONNECT_|
000001c0  44 41 54 41 3d 28 53 45  52 56 49 43 45 5f 4e 41  |DATA=(SERVICE_NA|
000001d0  4d 45 3d 57 4d 50 4c 41  32 50 50 29 28 43 49 44  |ME=WMPLA2PP)(CID|
000001e0  3d 28 50 52 4f 47 52 41  4d 3d 2f 74 6d 70 2f 67  |=(PROGRAM=/tmp/g|
000001f0  6f 2d 62 75 69 6c 64 35  34 32 31 36 30 35 38 34  |o-build542160584|
00000200  2f 62 30 30 31 2f 65 78  65 2f 67 6f 5f 6f 72 61  |/b001/exe/go_ora|
00000210  29 28 48 4f 53 54 3d 72  6f 64 72 69 67 6f 2d 62  |)(HOST=rodrigo-b|
00000220  6f 6c 64 29 28 55 53 45  52 3d 72 6f 64 72 69 67  |old)(USER=rodrig|
00000230  6f 29 29 29 29 00 01 16  16 53 45 53 53 49 4f 4e  |o))))....SESSION|
00000240  5f 43 4c 49 45 4e 54 5f  43 48 41 52 53 45 54 01  |_CLIENT_CHARSET.|
00000250  03 03 38 37 33 00 01 17  17 53 45 53 53 49 4f 4e  |..873....SESSION|
00000260  5f 43 4c 49 45 4e 54 5f  4c 49 42 5f 54 59 50 45  |_CLIENT_LIB_TYPE|
00000270  01 01 01 30 00 01 1a 1a  53 45 53 53 49 4f 4e 5f  |...0....SESSION_|
00000280  43 4c 49 45 4e 54 5f 44  52 49 56 45 52 5f 4e 41  |CLIENT_DRIVER_NA|
00000290  4d 45 01 0e 0e 4f 72 61  63 6c 65 43 6c 69 65 6e  |ME...OracleClien|
000002a0  74 47 6f 00 01 16 16 53  45 53 53 49 4f 4e 5f 43  |tGo....SESSION_C|
000002b0  4c 49 45 4e 54 5f 56 45  52 53 49 4f 4e 01 07 07  |LIENT_VERSION...|
000002c0  32 2e 30 2e 30 2e 30 00  01 16 16 53 45 53 53 49  |2.0.0.0....SESSI|
000002d0  4f 4e 5f 43 4c 49 45 4e  54 5f 4c 4f 42 41 54 54  |ON_CLIENT_LOBATT|
000002e0  52 01 01 01 31 00 01 12  12 41 55 54 48 5f 41 4c  |R...1....AUTH_AL|
000002f0  54 45 52 5f 53 45 53 53  49 4f 4e 01 55 55 41 4c  |TER_SESSION.UUAL|
00000300  54 45 52 20 53 45 53 53  49 4f 4e 20 53 45 54 20  |TER SESSION SET |
00000310  4e 4c 53 5f 4c 41 4e 47  55 41 47 45 3d 27 41 4d  |NLS_LANGUAGE='AM|
00000320  45 52 49 43 41 4e 27 20  4e 4c 53 5f 54 45 52 52  |ERICAN' NLS_TERR|
00000330  49 54 4f 52 59 3d 27 41  4d 45 52 49 43 41 27 20  |ITORY='AMERICA' |
00000340  20 54 49 4d 45 5f 5a 4f  4e 45 3d 27 30 30 3a 30  | TIME_ZONE='00:0|
00000350  30 27 00 01 01                                    |0'...|
2021-03-09T12:54:07.4006: 
Read packet:
00000000  00 00 00 0b 0c 20 00 00  01 00 01                 |..... .....|
2021-03-09T12:54:07.4007: 
Read packet:
00000000  00 00 00 0b 0c 20 00 00  01 00 02                 |..... .....|
2021-03-09T12:54:07.4007: 
Write packet:
00000000  00 00 00 0b 0c 00 00 00  01 00 02                 |...........|
2021-03-09T12:54:07.4343: 
Read packet:
00000000  00 00 00 62 06 00 00 00  00 00 04 01 01 00 00 02  |...b............|
00000010  03 f9 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000020  00 00 00 00 00 00 00 00  00 00 02 03 f9 00 33 4f  |..............3O|
00000030  52 41 2d 30 31 30 31 37  3a 20 69 6e 76 61 6c 69  |RA-01017: invali|
00000040  64 20 75 73 65 72 6e 61  6d 65 2f 70 61 73 73 77  |d username/passw|
00000050  6f 72 64 3b 20 6c 6f 67  6f 6e 20 64 65 6e 69 65  |ord; logon denie|
00000060  64 0a                                             |d.|

from go-ora.

sijms avatar sijms commented on August 27, 2024

@deferbot I think your issue is different.
I test against oracle 19c and the program stop due to error in function getVersion

I make a commit that fix this please test and feedback

from go-ora.

sijms avatar sijms commented on August 27, 2024

hi @iamrodrigoit
I install oracle 12.1.0.1 on linux vm and try to connect to it and every thing is ok using test:test@server/db

the default verifier for this oracle version is 6949

but the verifier in you log is 2361

to get this verifier value I need to change sec_case_sensitive_logon to false
alter system set sec_case_sensitive_logon=false scope=spfile;
and restart the database

try to change the password of the oracle user and connect again

from go-ora.

rodrigoodhin avatar rodrigoodhin commented on August 27, 2024

Hi @sijms

Unfortunately, I don't have access to this configuration.
There is other think that I can try?

from go-ora.

sijms avatar sijms commented on August 27, 2024

I find the bug and solve it you can check now it is working

from go-ora.

deferbot avatar deferbot commented on August 27, 2024

from go-ora.

sijms avatar sijms commented on August 27, 2024

I make commit that fix this error
you can try now

from go-ora.

deferbot avatar deferbot commented on August 27, 2024

from go-ora.

rodrigoodhin avatar rodrigoodhin commented on August 27, 2024

Works Fine!

Thanks!

from go-ora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.